Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SunOS specific patches | Denis Kozadaev | 2023-05-23 | 1 | -0/+4 |
| | | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 4d58a4ea8daf1a3cb91b7d8c6e574dd6f5bdb685) | ||||
* | twin: fix unwated pointer reference for window ID | OBATA Akio | 2022-01-13 | 1 | -1/+1 |
| | | | | | | Just the ID is required. Signed-off-by: OBATA Akio <obache@wizdas.com> | ||||
* | Add missing include/link directories | aneejit1 | 2020-06-19 | 1 | -0/+14 |
| | | | | | | | | | | | | | | 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> | ||||
* | Redirect some headers noticed by the compiler | Matías Fonzo | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | [..] 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> | ||||
* | Avoid using 10bit FBConfigs | Yuxuan Shui | 2018-06-24 | 1 | -0/+10 |
| | | | | Fix weird color issue with Mesa 18.0 | ||||
* | Update all windows when compton settings are reloaded | Timothy Pearson | 2015-04-13 | 1 | -0/+5 |
| | |||||
* | Merge compton changes | Timothy Pearson | 2015-01-17 | 2 | -22/+99 |
| | |||||
* | Fix passage of wid pointer to Window parameter in ↵ | Timothy Pearson | 2014-11-30 | 1 | -1/+1 |
| | | | | | | win_determine_greyscale_background Thanks to Richard Grenville for catching that mistake! | ||||
* | Fix window fade in | Richard Grenville | 2014-11-30 | 1 | -5/+1 |
| | |||||
* | Fix blur option not being written correctly | Timothy Pearson | 2014-11-25 | 1 | -1/+1 |
| | | | | Add ability to set desaturated backgrounds from the control center | ||||
* | Rewrite greyscale OpenGL system to use GLSL | Timothy Pearson | 2014-11-25 | 3 | -103/+326 |
| | | | | | 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 greyscale filter | Timothy Pearson | 2014-11-23 | 1 | -13/+46 |
| | |||||
* | Fix twin deleting comptontdepidfile when compton-tde already running on startup | Timothy Pearson | 2014-11-23 | 1 | -1/+0 |
| | | | | Fix long-standing bug in calling desktop lock methods over DCOP from within kdesktop process | ||||
* | Reload shadow radius during signal hander fast reconf | Timothy Pearson | 2014-11-23 | 1 | -0/+3 |
| | |||||
* | Disable shadows in compton-tde by default (i.e. if no configuration file ↵ | Timothy Pearson | 2014-11-23 | 1 | -1/+1 |
| | | | | could be found) | ||||
* | Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase | Timothy Pearson | 2014-11-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix number of textures available to OpenGL greyscale filter | Timothy Pearson | 2014-11-22 | 1 | -1/+1 |
| | | |||||
* | | Fix compton-tde not reloading settings from correct directory after user login | Timothy Pearson | 2014-11-22 | 1 | -0/+30 |
|/ | |||||
* | Add optional global/per window greyscale transparency filter to compton-tde | Timothy Pearson | 2014-11-22 | 4 | -2/+382 |
| | |||||
* | Fix improperly sized string buffers in compton pid code | Timothy Pearson | 2014-11-20 | 1 | -2/+2 |
| | |||||
* | Write compton-tde pid file to tmp | Timothy Pearson | 2014-11-19 | 1 | -30/+18 |
| | | | | This resolves Bug 887 | ||||
* | Add tooltip fade/shadow configuration to twin compositing options | Timothy Pearson | 2014-11-19 | 1 | -2/+0 |
| | |||||
* | Remove extraneous PID debugging messages from compton-tde | Timothy Pearson | 2014-11-18 | 1 | -4/+0 |
| | | | | This resolves Bug 645 | ||||
* | Fix broken window fade-in | Timothy Pearson | 2014-11-18 | 1 | -3/+30 |
| | | | | | | Add additional fade debugging Add separate configuration option for menu shadows Fix up default shadow settings in configuration dialogs | ||||
* | Add DEBUG_FADE | Daniel Hahler | 2014-11-17 | 2 | -7/+46 |
| | | | | This adds printf_dbgf statements to debug issues with fading. | ||||
* | Bring shadow size and location in line with TDE's original xcompmgr compositor | Richard Grenville | 2014-11-17 | 1 | -5/+6 |
| | |||||
* | Fix compilation errors from changed compton API | Timothy Pearson | 2014-11-12 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'compton-update/master' | Timothy Pearson | 2014-11-12 | 8 | -353/+935 |
| | | | | | | | Conflicts: twin/compton-tde/common.h twin/compton-tde/compton.c twin/compton-tde/opengl.c | ||||
* | Fix FTBFS on openbsd because conflicting declaration in twin compton | François Andriot | 2014-10-18 | 1 | -0/+2 |
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>" | ||||
* | twin/compton: make CONFIG_XSYNC autoconfigurable to fix FTBFS with older ↵ | Slávek Banko | 2014-04-29 | 3 | -6/+10 |
| | | | | libXext versions which doesn't provide XSyncFence | ||||
* | twin/compton-tde: make XRandR support optional in compot-tde | Alexander Golubev | 2014-04-29 | 4 | -14/+53 |
| | |||||
* | Move the Xinerama test to main ConfigureChecks.cmake | Alexander Golubev | 2014-04-29 | 2 | -6/+18 |
| | |||||
* | twin/compton-tde: transparent pass TDE build-time configure options to ↵ | Alexander Golubev | 2014-04-29 | 3 | -37/+78 |
| | | | | compot-tde | ||||
* | Remove useless cmake configuration options WITH_XEXT and WITH_XDAMAGE | Alexander Golubev | 2014-04-29 | 1 | -4/+0 |
| | |||||
* | Fix compton-tde FTBFS on older systems | Timothy Pearson | 2014-04-01 | 2 | -3/+11 |
| | |||||
* | Build compton-tde | Timothy Pearson | 2014-03-31 | 1 | -0/+73 |
| | |||||
* | Move sources to correct directory | Timothy Pearson | 2014-03-31 | 13 | -0/+20191 |