summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc: Fix wrong description & DEBUG_GLX_ERRRichard Grenville2013-04-253-1/+85
* Improvement: --glx-swap-method & --fade-excludeRichard Grenville2013-04-214-8/+106
* Bug fix: GLX: Fix dim and blur with --glx-no-stencilRichard Grenville2013-04-064-143/+187
* Improvement: GLX: Cache region contents & --glx-no-rebind-pixmapRichard Grenville2013-04-055-164/+132
* Misc: Workaround for some missing definitionsRichard Grenville2013-04-031-0/+13
* Feature #4: Default active window opacityRichard Grenville2013-03-303-1/+55
* Bug fix: GLX: Fix --inactive-dim & fix color inversionRichard Grenville2013-03-253-30/+162
* Improvement: --blur-background-exclude #98 & MESA_swap_control & othersRichard Grenville2013-03-234-12/+106
* Bug fix: Incorrect handling when a window is placed on bottomRichard Grenville2013-03-221-1/+1
* Improvement: --glx-use-copysubbuffermesaRichard Grenville2013-03-214-12/+84
* Feature #69: GLX: Blur backgroundRichard Grenville2013-03-203-65/+170
* Improvement: --glx-copy-from-front & benchmark modeRichard Grenville2013-03-193-50/+219
* Improvement: GLX: Use SCISSOR_TEST instead of STENCIL_TEST when possibleRichard Grenville2013-03-182-10/+29
* Bug fix: GLX: ARGB texture too dark & Jitter when resize & othersRichard Grenville2013-03-184-42/+117
* Bug fix: GLX backend incompatibility with VirtualBox & othersRichard Grenville2013-03-174-46/+89
* Bug fix: GLX backend incompatibility with mesa & othersRichard Grenville2013-03-166-52/+346
* Feature: OpenGL backendRichard Grenville2013-03-155-421/+1169
* 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-105-2/+44
* 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-013-96/+234
* Improvement: Change VSync mode with D-Bus & Makefile update & MiscRichard Grenville2013-01-315-58/+135
* Improvement #7: Add GLX_OML_sync_control VSync supportRichard Grenville2013-01-303-118/+219
* Improvement: Improve color inversion performance & Validate pixmapRichard Grenville2013-01-292-25/+83
* 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-286-383/+1756
|/
* Bug fix #84: Root window not repainted sometimes on wallpaper changeRichard Grenville2013-01-245-187/+383
* Feature #80: D-Bus supportRichard Grenville2013-01-195-1264/+2650
* Bug fix #75: --invert-color-include not working & othersRichard Grenville2013-01-132-14/+26
* Feature #75: Invert window colorRichard Grenville2013-01-122-58/+221
* Improvement: Use select() for main loopRichard Grenville2013-01-112-157/+429
* Bug fix #77 incorrect border_width handling & #73 window data issueRichard Grenville2013-01-092-60/+79
* Improvement #74: Use libevent for main loopRichard Grenville2013-01-082-272/+561
* Improvement: Dynamic blur strength & improved frame blur performanceRichard Grenville2012-12-152-38/+72
* Feature #69: Blur window backgroundRichard Grenville2012-12-142-2/+153
* Misc: Code cleanupRichard Grenville2012-12-122-82/+88
* Feature #65: Auxiliary window detectionRichard Grenville2012-12-122-47/+285
* Feature: Wintype-based focus exclusionRichard Grenville2012-12-102-11/+42
* 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-072-57/+175
* Feature: WM_WINDOW_ROLE matchingRichard Grenville2012-12-052-48/+130
* Bug fix: Dynamic inactive dim & client window changesRichard Grenville2012-12-052-52/+93
* Feature #65: --focus-excludeRichard Grenville2012-11-282-89/+151
* Bug fix: --use-ewmh-active-win causes wrong focus state in AwesomeRichard Grenville2012-11-272-4/+16
* Bug fix: Wrong file path being displayed on config file parsing errorRichard Grenville2012-11-212-42/+57
* Feature #51: Re-initialize when SIGUSR1 is receivedRichard Grenville2012-11-192-1766/+2259
* Misc: Code cleanupRichard Grenville2012-11-142-32/+48
* Bug fix: Client window event mask not restored in map_win()Richard Grenville2012-11-102-5/+9
* Feature: Unredirect windows when there's a fullscreen windowRichard Grenville2012-11-092-26/+156