summaryrefslogtreecommitdiffstats
path: root/compton.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improvement: Support reading _NET_WM_OPACITY from client windowsRichard Grenville2012-10-031-13/+39
* Improvement: Change in client window lookup & wintype detectionRichard Grenville2012-10-021-30/+27
* Merge branch 'richardgv-dev'Christopher Jeffrey2012-09-301-65/+195
|\
| * Feature: #27: Detect shaped windows and disable shadow on themRichard Grenville2012-10-011-18/+110
| * Improvement: Wait infinitely for events when idlingRichard Grenville2012-09-291-2/+18
| * Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pictRichard Grenville2012-09-291-39/+59
| * Bug fix: #48: Compilation failure with old libconfig/libpcreRichard Grenville2012-09-281-6/+8
* | Merge commit '69513d6'Christopher Jeffrey2012-09-281-190/+226
|\ \ | |/
| * Bug fix: Issue #47: Locale cause problems with float argumentsRichard Grenville2012-09-271-0/+10
| * Feature: --no-fading-openclose to partially simulate -FRichard Grenville2012-09-261-8/+33
| * Bug fix: Issue #46: Optionally mark override-redirect windows as activeRichard Grenville2012-09-261-2/+15
| * Misc: Code clean-upRichard Grenville2012-09-261-187/+176
* | initialize fade_time just to be explicit.Christopher Jeffrey2012-09-261-1/+1
* | remove fade_time from options struct.Christopher Jeffrey2012-09-261-6/+7
|/
* add global options struct.Christopher Jeffrey2012-09-251-195/+174
* Feature: Wintype-specific options in configuration filesRichard Grenville2012-09-251-88/+67
* Feature: Configuration file parsingRichard Grenville2012-09-251-132/+390
* Misc: Fix two memory leaksRichard Grenville2012-09-231-4/+9
* Improvement: Change window type detectionRichard Grenville2012-09-221-54/+37
* Feature: Issue #29: Alternative shadow blacklist implementationRichard Grenville2012-09-221-62/+465
* Bug fix: Detect and mark WM windows as activeRichard Grenville2012-09-201-59/+59
* Improvement: Change fading mechanismRichard Grenville2012-09-191-249/+200
* Bug fix: Issue #23, notify-osd not renderedRichard Grenville2012-09-181-19/+22
* Improvement: Defer shadow picture generationRichard Grenville2012-09-171-71/+96
* Improvement: Change painting sequenceRichard Grenville2012-09-171-112/+71
* Improvement: Change generating process of alpha_pict, etc.Richard Grenville2012-09-171-27/+44
* Misc: Clean upRichard Grenville2012-09-161-105/+34
* Bug fix: Issue #43, better client window lookupRichard Grenville2012-09-141-14/+38
* fix code duplication resulting from rebaseChristopher Jeffrey2012-09-131-6/+3
* fix determine_evmask warningsChristopher Jeffrey2012-09-131-1/+2
* more style changesChristopher Jeffrey2012-09-131-17/+28
* stay consistent with code styleChristopher Jeffrey2012-09-131-43/+87
* whitespaceChristopher Jeffrey2012-09-131-2/+2
* Bug fix: Segfault when meeting FocusIn/Out from destoryed windowsRichard Grenville2012-09-131-6/+28
* Improvement: Use find_toplevel() to find WM frameRichard Grenville2012-09-131-122/+98
* Improvement: Do not track focus changes unless necessaryRichard Grenville2012-09-131-8/+16
* Bug fix: Issue #40: -z does not work as expectedRichard Grenville2012-09-121-23/+25
* Bug fix: Double free when XQueryTree() failsRichard Grenville2012-09-121-6/+24
* Bug fix: Issue #39: Render windows just mapped && focused incorrectlyRichard Grenville2012-09-121-0/+44
* Feature: Issue #2: Support dim inactive windowsRichard Grenville2012-09-121-8/+44
* Debug: Enhanced debugging capabilityRichard Grenville2012-09-121-17/+24
* Bug fix: Segfault when encountering invalid long optionRichard Grenville2012-09-111-0/+2
* Bug fix: Issue #37, fix 5 opacity-related bugsRichard Grenville2012-09-111-49/+118
* Feature: Issue #35, Add colored shadowsRichard Grenville2012-09-111-3/+46
* Bug fix: Issue #36: Chromium window painting problemsRichard Grenville2012-09-111-24/+205
* Bug fix: Issue #38, fixes painting specially-shaped semi-transparent windowsRichard Grenville2012-09-111-0/+4
* avoid allocating a new win struct if possibleChristopher Jeffrey2012-09-081-5/+4
* add richardgv's patch. see #31.Christopher Jeffrey2012-09-081-0/+5
* apply patch from richardgv. fixes #5.Christopher Jeffrey2012-09-071-1/+3
* rename, refactor again.Christopher Jeffrey2012-06-031-9/+9