| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Just the ID is required.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit e23eb421326df55c54c14d394970ed4d69207297)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In an environment where not everything is in /usr...
- drkonqi/CMakeLists.txt requires the libr library path to be specified.
- nsplugins/viewer/CMakeLists.txt requires the glib library path to be specified.
- tdm/backend/CMakeLists.txt was missing the include and link directories for libXau and libXDMCP.
- twin/compton-tde/CMakeLists.txt was missing include and link directories for the optionally selected libraries (libconfig, Xinerama, XRandR, OpenGL and PCRE).
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 036992eec5a209107648729f10bcdce1825abbf2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[..]
In file included from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/common.h:102,
from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.h:10,
from /usr/src/qi/build/tdebase-trinity-14.0.7/twin/compton-tde/compton.c:12:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
[..]
For reference: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/64
Signed-off-by: Matías Fonzo <selk@dragora.org>
(cherry picked from commit b52ef67d4a2208dfd9ea6c7618cbbc05c85c02f3)
|
|
|
|
|
|
| |
Fix weird color issue with Mesa 18.0
(cherry picked from commit a94535c16eb309fdd23648511e0f552fccaf7173)
|
|
|
|
| |
(cherry picked from commit ec96d63e30bfdf330ad34905c0e9306145a9f312)
|
|
|
|
|
|
| |
Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one
incorrectly placed "#endif" in "src/common.h".
(cherry picked from commit 65bc49312cf8e75bf5ae3290eef40a2ebe712e9c)
|
|
|
|
|
|
|
|
| |
- Fix the bug that --no-fading-openclose doesn not work when fading out
by writing w->fade_last as well in win_determine_fade().
- Write w->fade_last for applying w->fade_force, as well.
(cherry picked from commit 2dff937b31aa3753dca28fdda741be5d1da25088)
|
|
|
|
|
|
| |
Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to
X Sync macros. Thanks to blueyed for reporting. (#244)
(cherry picked from commit 6219569d6cb45be6f2104460e02672dd508e344a)
|
|
|
|
|
|
|
|
|
| |
- Reformat usage text by adding a blank line between descriptions of
two switches. (#215)
- Update documentation for a bit. Correct some wrong statements and
clarify some others.
(cherry picked from commit 07b75620487436a0e693d3a13354dba346a463f2)
|
|
|
|
|
|
| |
win_determine_greyscale_background
Thanks to Richard Grenville for catching that mistake!
|
| |
|
|
|
|
| |
Add ability to set desaturated backgrounds from the control center
|
|
|
|
|
| |
Add ability to blend color and greyscale based on window alpha (actual window alpha currently set at 0.5 when blending is enabled)
Reenable greyscale logout effect when compositor is in use
|
| |
|
|
|
|
| |
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
|
| |
|
|
|
|
| |
could be found)
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
This resolves Bug 887
|
| |
|
|
|
|
| |
This resolves Bug 645
|
|
|
|
|
|
| |
Add additional fade debugging
Add separate configuration option for menu shadows
Fix up default shadow settings in configuration dialogs
|
|
|
|
| |
This adds printf_dbgf statements to debug issues with fading.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Conflicts:
twin/compton-tde/common.h
twin/compton-tde/compton.c
twin/compton-tde/opengl.c
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>"
|
|
|
|
| |
libXext versions which doesn't provide XSyncFence
|
| |
|
| |
|
|
|
|
| |
compot-tde
|
| |
|
| |
|
| |
|
|
|