summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix VT switch showing previous users desktop for a short timeTimothy Pearson2014-11-211-1/+5
|
* Call setActive if new focus window is found and set when rotating focus to ↵Timothy Pearson2014-11-216-8/+24
| | | | | | next available window This resolves Bug 2189
* Fix improperly sized string buffers in compton pid codeTimothy Pearson2014-11-202-4/+4
|
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-11-190-0/+0
|\
| * Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-11-1923-2222/+125
| |\
* | | Fix another syntax error in the compton-tde config module outputTimothy Pearson2014-11-191-1/+1
| | |
* | | Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-11-1923-2222/+125
|\ \ \ | |/ / |/| / | |/
| * Fixed help handbook sections for Sound & Multimedia -> Sound System. This ↵Michele Calgaro2014-11-202-2/+15
| | | | | | | | relates to bug 1850.
| * Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-11-2014-118/+243
| |\
| * \ Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-11-1713-15/+15
| |\ \
| * \ \ Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseMichele Calgaro2014-11-1510-23/+72
| |\ \ \
| * | | | Fixed help handbook sections for Security & Privary -> Crypto. This relates ↵Michele Calgaro2014-11-153-0/+24
| | | | | | | | | | | | | | | | | | | | to bug 1850.
| * | | | Removed unused 'kcontrol/accessibility' folder.Michele Calgaro2014-11-149-2193/+0
| | | | |
| * | | | Fixed help handbook sections for Regional & Accessibility. This relates to ↵Michele Calgaro2014-11-149-27/+86
| | | | | | | | | | | | | | | | | | | | bug 1850.
* | | | | Fix syntax errors in compton-tde configuration moduleTimothy Pearson2014-11-197-4032/+17
| |_|_|/ |/| | | | | | | | | | | Remove obsolete kompmgr
* | | | Minor update to compositor defaultsTimothy Pearson2014-11-191-5/+5
| | | |
* | | | Write compton-tde pid file to tmpTimothy Pearson2014-11-192-58/+42
| | | | | | | | | | | | | | | | This resolves Bug 887
* | | | Add tooltip fade/shadow configuration to twin compositing optionsTimothy Pearson2014-11-193-3/+32
| | | |
* | | | Increase X start timeout as tdm was failing to start on many machines due to ↵Timothy Pearson2014-11-191-1/+1
| | | | | | | | | | | | | | | | upstart/systemd parallel start slowing down Xorg's initialization
* | | | Remove extraneous PID debugging messages from compton-tdeTimothy Pearson2014-11-181-4/+0
| | | | | | | | | | | | | | | | This resolves Bug 645
* | | | Fix broken submenu iconsTimothy Pearson2014-11-186-6/+6
| | | |
* | | | Add compositor option to enable/disable blurring of transparent window ↵Timothy Pearson2014-11-182-0/+20
| | | | | | | | | | | | | | | | backgrounds
* | | | Fix stupid mistake in previous commitTimothy Pearson2014-11-182-9/+3
| | | |
* | | | Fix broken window fade-inTimothy Pearson2014-11-183-22/+82
| | | | | | | | | | | | | | | | | | | | | | | | Add additional fade debugging Add separate configuration option for menu shadows Fix up default shadow settings in configuration dialogs
* | | | Add DEBUG_FADEDaniel Hahler2014-11-172-7/+46
| | | | | | | | | | | | | | | | This adds printf_dbgf statements to debug issues with fading.
* | | | Bring shadow size and location in line with TDE's original xcompmgr compositorRichard Grenville2014-11-171-5/+6
| | | |
* | | | Fix improper desktop wallpaper export causing fake transparency dependent ↵Timothy Pearson2014-11-172-11/+13
| |_|/ |/| | | | | | | | application failure
* | | Fix accidental renaming of device icons in GIT hash 46e2e9Timothy Pearson2014-11-1613-15/+15
| |/ |/|
* | Fix large file previews that were broken in GIT hash 3e7ad37fTimothy Pearson2014-11-144-10/+50
| |
* | Fix errors accidentally introduced in GIT hash 77a1b1Timothy Pearson2014-11-146-13/+22
|/
* Do not attempt to set null user images in tdm tdecontrol moduleTimothy Pearson2014-11-121-1/+3
| | | | This resolves Bug 1899
* Fix compilation errors from changed compton APITimothy Pearson2014-11-121-2/+2
|
* Add semi-automated update scriptTimothy Pearson2014-11-121-0/+46
|
* Merge remote-tracking branch 'compton-update/master'Timothy Pearson2014-11-1210-353/+1070
|\ | | | | | | | | | | | | Conflicts: twin/compton-tde/common.h twin/compton-tde/compton.c twin/compton-tde/opengl.c
| * Bug fix #224: Flush after XUngrabServer()Richard Grenville2014-10-061-0/+2
| | | | | | | | | | Fix #224 by XFlush() after XUngrabServer(). Thanks to rathsky and smlx for reporting.
| * Misc #204: Add glx_take_screenshot() & othersRichard Grenville2014-09-074-29/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add glx_take_screenshot() for taking a screenshot. With ImageMagick the output data could be viewed in this way: display -size [SCREEN-WIDTH]x[SCREEN-HEIGHT] -depth 8 -flip rgb:[PATH] (#204) - Add D-Bus command `opts_get string:paint_on_overlay_id` to get X Composite overlay window ID. (#204) - Code cleanup.
| * Merge branch 'richardgv-dev' of github.com:chjj/compton into richardgv-devRichard Grenville2014-09-071-1/+1
| |\
| | * fix crash caused by free of uninitialized pointermæp2014-08-061-1/+1
| | |
| * | Misc: Add --no-name-pixmapRichard Grenville2014-09-072-1/+8
| |/ | | | | | | | | Add --no-name-pixmap to disable the usage of XCompositeNameWindowPixmap(), for debugging.
| * Misc: Fix spelling mistakesRichard Grenville2014-08-062-2/+2
| | | | | | | | Still, "Guassian" -> "Gaussian". (#221)
| * Bug fix: Fix X pixmap leakage in shadow_paintRichard Grenville2014-08-034-3/+149
| | | | | | | | | | | | - Fix X pixmap leakage in shadow_paint. - Add the skeleton of a X resource leakage checker.
| * Misc: Fix compilation with NO_VSYNC_OPENGL_GLSL / NO_C2Richard Grenville2014-07-292-0/+9
| | | | | | | | Fix compilation with NO_VSYNC_OPENGL_GLSL / NO_C2.
| * Misc #218: Warn about using --glx-no-rebind-pixmap on intel driverRichard Grenville2014-07-281-1/+2
| | | | | | | | | | Warn about using --glx-no-rebind-pixmap on xf86-video-intel. Thanks to aktau for the info. (#218)
| * Improvement: Separate GLX parts from session_t & Attempt to fix #217Richard Grenville2014-07-285-185/+290
| | | | | | | | | | | | | | - Separate GLX parts from session_t into glx_session_t. - Add --rererdir-on-root-change and --glx-reinit-on-root-change, as possible solutions for #217. Thanks to jlindgren90 for reporting.
| * Misc: Add --version & --no-x-selectionRichard Grenville2014-07-132-1/+12
| | | | | | | | | | | | - Add --version. (#206) - Add --no-x-selection for debugging. (#207)
| * whitespace cleanupMichael Reed2014-07-041-1/+1
| |
| * Misc #205: Add 2 long options & Update documentationRichard Grenville2014-06-151-0/+2
| | | | | | | | | | | | - Add two long variants of short options. - Update documentation.
| * Feature: #183 custom window shader & #193 --no-fading-destroyed-argbRichard Grenville2014-05-164-99/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add --glx-fshader-win, which specifies a custom fragment shader for painting windows. compton-default-fshader-win.glsl is the shader with default behavior, and compton-fake-transparency-fshader-win.glsl provides a template of fake transparency. (#183) - Add --force-win-blend to force all windows to be painted with blending. - Add --no-fading-destroyed-argb, as a workaround of bugs in some WMs. (#193)
| * Bug fix #195: Pointer incompatibility with libconfig-1.3*Richard Grenville2014-05-101-1/+1
| | | | | | | | | | Fix pointer incompatibility with libconfig-1.3*. Thanks to sstewartgallus for reporting. (#195)
| * Bug fix #194: Fix assertion failure in some casesRichard Grenville2014-04-281-2/+2
| | | | | | | | | | | | Fix assertion failure when evaluating --unredir-if-possible-exclude or --paint-exclude on unmapped windows. Thanks to ppuryear for reporting. (#194)