Commit Graph

37 Commits (a9e58754e3b8756b4ef007205b81b47d28e32947)

Author SHA1 Message Date
Matías Fonzo b48ed89e85
Redirect some headers noticed by the compiler
[..]
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 b52ef67d4a)
5 years ago
Yuxuan Shui 1689b33300 Avoid using 10bit FBConfigs
Fix weird color issue with Mesa 18.0

(cherry picked from commit a94535c16e)
7 years ago
Timothy Pearson d755b94c26 Update all windows when compton settings are reloaded
(cherry picked from commit ec96d63e30)
10 years ago
Richard Grenville ebac4aa56b Bug fix: Compilation failure with NO_VSYNC_OPENGL=1
Fix compilation failure with NO_VSYNC_OPENGL=1, caused by one
incorrectly placed "#endif" in "src/common.h".
(cherry picked from commit 65bc49312c)
10 years ago
Richard Grenville 7034296d83 Bug fix: --no-fading-openclose doesn't work when fading out
- 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 2dff937b31)
10 years ago
Richard Grenville a5535fa1ef Bug fix #244: Build failure with -DDEBUG_EVENTS
Fix build failure with -DDEBUG_EVENTS, caused by incorrect references to
X Sync macros. Thanks to blueyed for reporting. (#244)
(cherry picked from commit 6219569d6c)
10 years ago
Richard Grenville 678558b1e9 Misc #215: Reformat usage text & update docs
- 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 07b7562048)
10 years ago
Timothy Pearson c15178796e Fix passage of wid pointer to Window parameter in win_determine_greyscale_background
Thanks to Richard Grenville for catching that mistake!
10 years ago
Richard Grenville b02d2a74a5 Fix window fade in 10 years ago
Timothy Pearson 0ae6c2cec5 Fix blur option not being written correctly
Add ability to set desaturated backgrounds from the control center
10 years ago
Timothy Pearson d8287f9787 Rewrite greyscale OpenGL system to use GLSL
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
10 years ago
Timothy Pearson f1baae5fff Fix greyscale filter 10 years ago
Timothy Pearson 68cba85373 Fix twin deleting comptontdepidfile when compton-tde already running on startup
Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process
10 years ago
Timothy Pearson 3126f2cf71 Reload shadow radius during signal hander fast reconf 10 years ago
Timothy Pearson 3151f8b9d4 Disable shadows in compton-tde by default (i.e. if no configuration file could be found) 10 years ago
Timothy Pearson 534a069ee0 Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase 10 years ago
Timothy Pearson 682cf1b950 Fix compton-tde not reloading settings from correct directory after user login 10 years ago
Timothy Pearson 6a2b9ef024 Fix number of textures available to OpenGL greyscale filter 10 years ago
Timothy Pearson a582c6e22d Add optional global/per window greyscale transparency filter to compton-tde 10 years ago
Timothy Pearson f685dc8a29 Fix improperly sized string buffers in compton pid code 10 years ago
Timothy Pearson 9b9b436ba8 Write compton-tde pid file to tmp
This resolves Bug 887
10 years ago
Timothy Pearson cc05f1cba1 Add tooltip fade/shadow configuration to twin compositing options 10 years ago
Timothy Pearson 586eb3bc1d Remove extraneous PID debugging messages from compton-tde
This resolves Bug 645
10 years ago
Timothy Pearson a3a88afd2e Fix broken window fade-in
Add additional fade debugging
Add separate configuration option for menu shadows
Fix up default shadow settings in configuration dialogs
10 years ago
Daniel Hahler a2ee4721b6 Add DEBUG_FADE
This adds printf_dbgf statements to debug issues with fading.
10 years ago
Richard Grenville ce4f259946 Bring shadow size and location in line with TDE's original xcompmgr compositor 10 years ago
Timothy Pearson 5bb5839ff7 Fix compilation errors from changed compton API 10 years ago
Timothy Pearson d74fed9b65 Merge remote-tracking branch 'compton-update/master'
Conflicts:
	twin/compton-tde/common.h
	twin/compton-tde/compton.c
	twin/compton-tde/opengl.c
10 years ago
François Andriot a6d7fd775b Fix FTBFS on openbsd because conflicting declaration in twin compton
Signed-off-by: François Andriot <francois.andriot@free.fr>"
11 years ago
Slávek Banko d7235b31b1 twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older libXext versions which doesn't provide XSyncFence 11 years ago
Alexander Golubev 7c55134dee twin/compton-tde: make XRandR support optional in compot-tde 11 years ago
Alexander Golubev 30252262ce Move the Xinerama test to main ConfigureChecks.cmake 11 years ago
Alexander Golubev 394545c24c twin/compton-tde: transparent pass TDE build-time configure options to compot-tde 11 years ago
Alexander Golubev 3c75381e05 Remove useless cmake configuration options WITH_XEXT and WITH_XDAMAGE 11 years ago
Timothy Pearson 98f8df6427 Fix compton-tde FTBFS on older systems 11 years ago
Timothy Pearson 8083ca83ae Build compton-tde 11 years ago
Timothy Pearson fb41c5018b Move sources to correct directory 11 years ago