summaryrefslogtreecommitdiffstats
path: root/compton.c
Commit message (Expand)AuthorAgeFilesLines
* Feature #4: Default active window opacityRichard Grenville2013-03-301-1/+29
* Bug fix: GLX: Fix --inactive-dim & fix color inversionRichard Grenville2013-03-251-15/+34
* Improvement: --blur-background-exclude #98 & MESA_swap_control & othersRichard Grenville2013-03-231-12/+82
* Bug fix: Incorrect handling when a window is placed on bottomRichard Grenville2013-03-221-1/+1
* Improvement: --glx-use-copysubbuffermesaRichard Grenville2013-03-211-5/+19
* Feature #69: GLX: Blur backgroundRichard Grenville2013-03-201-41/+57
* Improvement: --glx-copy-from-front & benchmark modeRichard Grenville2013-03-191-9/+51
* Improvement: GLX: Use SCISSOR_TEST instead of STENCIL_TEST when possibleRichard Grenville2013-03-181-1/+1
* Bug fix: GLX: ARGB texture too dark & Jitter when resize & othersRichard Grenville2013-03-181-10/+26
* Bug fix: GLX backend incompatibility with VirtualBox & othersRichard Grenville2013-03-171-31/+54
* Bug fix: GLX backend incompatibility with mesa & othersRichard Grenville2013-03-161-20/+39
* Feature: OpenGL backendRichard Grenville2013-03-151-348/+364
* Bug fix: Create OpenGL context only after initializing overlayRichard Grenville2013-03-121-7/+8
* Improvement: ARGB window matching & Enable track_focus with D-BusRichard Grenville2013-03-101-2/+26
* Bug fix #93: Assertion failure when window reparentedRichard Grenville2013-03-031-3/+10
* Bug fix #91: Using pkg-config to find drm.h & OpenGL changesRichard Grenville2013-03-011-60/+176
* Improvement: Change VSync mode with D-Bus & Makefile update & MiscRichard Grenville2013-01-311-57/+63
* Improvement #7: Add GLX_OML_sync_control VSync supportRichard Grenville2013-01-301-112/+180
* Improvement: Improve color inversion performance & Validate pixmapRichard Grenville2013-01-291-22/+77
* Merge branch 'master' into richardgv-devRichard Grenville2013-01-291-3/+10
|\
| * hide disabled features from help outputhasufell2013-01-281-5/+14
* | Feature #16: Advanced window matchingRichard Grenville2013-01-281-305/+91
|/
* Bug fix #84: Root window not repainted sometimes on wallpaper changeRichard Grenville2013-01-241-34/+89
* Feature #80: D-Bus supportRichard Grenville2013-01-191-14/+141
* Bug fix #75: --invert-color-include not working & othersRichard Grenville2013-01-131-12/+22
* Feature #75: Invert window colorRichard Grenville2013-01-121-49/+183
* Improvement: Use select() for main loopRichard Grenville2013-01-111-110/+251
* Bug fix #77 incorrect border_width handling & #73 window data issueRichard Grenville2013-01-091-55/+57
* Improvement #74: Use libevent for main loopRichard Grenville2013-01-081-198/+321
* Improvement: Dynamic blur strength & improved frame blur performanceRichard Grenville2012-12-151-37/+62
* Feature #69: Blur window backgroundRichard Grenville2012-12-141-2/+126
* Misc: Code cleanupRichard Grenville2012-12-121-10/+74
* Feature #65: Auxiliary window detectionRichard Grenville2012-12-121-41/+135
* Feature: Wintype-based focus exclusionRichard Grenville2012-12-101-3/+13
* Bug fix #68: Second attempt to fix client window detectionRichard Grenville2012-12-081-4/+16
* Bug fix #68: Possible fix for failure in client window detectionRichard Grenville2012-12-071-51/+152
* Feature: WM_WINDOW_ROLE matchingRichard Grenville2012-12-051-47/+72
* Bug fix: Dynamic inactive dim & client window changesRichard Grenville2012-12-051-32/+66
* Feature #65: --focus-excludeRichard Grenville2012-11-281-83/+95
* Bug fix: --use-ewmh-active-win causes wrong focus state in AwesomeRichard Grenville2012-11-271-2/+11
* Bug fix: Wrong file path being displayed on config file parsing errorRichard Grenville2012-11-211-28/+36
* Feature #51: Re-initialize when SIGUSR1 is receivedRichard Grenville2012-11-191-1371/+1561
* Misc: Code cleanupRichard Grenville2012-11-141-32/+43
* Bug fix: Client window event mask not restored in map_win()Richard Grenville2012-11-101-4/+3
* Feature: Unredirect windows when there's a fullscreen windowRichard Grenville2012-11-091-26/+132
* Feature #16: _COMPTON_SHADOW window property supportRichard Grenville2012-11-091-10/+80
* Bug fix: Shape update of opaque windows not handled correctlyRichard Grenville2012-11-081-11/+5
* Bug fix: Window rendered incorrectly if has no border with -eRichard Grenville2012-11-061-27/+27
* Bug fix #61: Silence a warningRichard Grenville2012-11-041-12/+12
* Improvement: Add EWMH _NET_WM_ACTIVE_WINDOW supportRichard Grenville2012-11-041-92/+146