| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | twin/compton: remove no longer used old pid-file functions | Alexander Golubev | 46 hours | 1 | -57/+0 |
| | | | | | | Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
| * | twin/compton: simplify signal handlers | Alexander Golubev | 46 hours | 1 | -45/+29 |
| | | | | | | | | | | | | | Make signal handlers just set a flag and move all actual logic into the main loop. A general reminder: it's a UB to have stuff like malloc() in signal handlers. This partially reverts some changes made by fbd3a27d6e. Now to reset compton config the whole session will be recreated from scratch. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
| * | twin/compton: use SIGUSR1 to reload settings | Alexander Golubev | 46 hours | 1 | -25/+1 |
| | | | | | | | | | | | Before that to reload settings compton-tde was using SIGUSR2; and SIGUSR1 wasn't actully used, but was designated for something wierd. This commit removes old SIGUSR1 handler and uses SIGUSR1 to reload the settings instead of SIGUSR2. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/673 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
| * | twin/compton: remove the file passed via --write-pid-path on exit | Alexander Golubev | 46 hours | 1 | -2/+39 |
| | | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
| * | twin/compton-tde: remove some dead code | Alexander Golubev | 46 hours | 1 | -22/+1 |
| | | | | | | | | | `WORK_AROUND_FGLRX` is not defined anywhere in the build system. And the code under the #ifdefs was broken for decades as `restartOnSigterm` is not declared, defined or used anywhere. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | ||||
| * | SunOS specific patches | Denis Kozadaev | 2023-05-22 | 1 | -0/+4 |
| | | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> | ||||
| * | 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> | ||||
| * | Update all windows when compton settings are reloaded | Timothy Pearson | 2015-04-13 | 1 | -0/+5 |
| | | |||||
| * | Merge compton changes | Timothy Pearson | 2015-01-17 | 1 | -19/+95 |
| | | |||||
| * | 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 | 1 | -2/+154 |
| | | | | | | 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) | ||||
| * | 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 | 1 | -0/+155 |
| | | |||||
| * | 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 | 1 | -7/+45 |
| | | | | | 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 | 1 | -130/+313 |
| | | | | | | | | Conflicts: twin/compton-tde/common.h twin/compton-tde/compton.c twin/compton-tde/opengl.c | ||||
| * | twin/compton-tde: make XRandR support optional in compot-tde | Alexander Golubev | 2014-04-29 | 1 | -8/+37 |
| | | |||||
| * | Move sources to correct directory | Timothy Pearson | 2014-03-31 | 1 | -0/+7854 |
