summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improvement #7: Add double bufferingRichard Grenville2012-10-232-10/+82
* Misc: Drop support for old versions of libXcompositeRichard Grenville2012-10-222-29/+2
* Bug fix #55: Workaround for window type detection on Openbox menusRichard Grenville2012-10-211-0/+5
* Improvement: Stop painting on regions of higher windowsRichard Grenville2012-10-212-79/+280
* Improvement: Pregenerate alpha picturesRichard Grenville2012-10-132-37/+53
* Misc: Code clean-upRichard Grenville2012-10-102-7/+20
* Feature: #7: VSyncRichard Grenville2012-10-082-46/+622
* Improvement: Support reading _NET_WM_OPACITY from client windowsRichard Grenville2012-10-032-14/+49
* Improvement: Change in client window lookup & wintype detectionRichard Grenville2012-10-022-35/+28
* Merge branch 'richardgv-dev'Christopher Jeffrey2012-09-302-117/+306
|\
| * Feature: #27: Detect shaped windows and disable shadow on themRichard Grenville2012-10-012-64/+192
| * Improvement: Wait infinitely for events when idlingRichard Grenville2012-09-292-2/+19
| * Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pictRichard Grenville2012-09-292-41/+62
| * Bug fix: #48: Compilation failure with old libconfig/libpcreRichard Grenville2012-09-282-10/+33
* | Merge commit '69513d6'Christopher Jeffrey2012-09-282-216/+266
|\ \ | |/
| * 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-262-9/+37
| * Bug fix: Issue #46: Optionally mark override-redirect windows as activeRichard Grenville2012-09-262-2/+17
| * Misc: Code clean-upRichard Grenville2012-09-262-213/+210
* | initialize fade_time just to be explicit.Christopher Jeffrey2012-09-261-1/+1
* | remove fade_time from options struct.Christopher Jeffrey2012-09-262-7/+7
|/
* add global options struct.Christopher Jeffrey2012-09-252-195/+232
* Feature: Wintype-specific options in configuration filesRichard Grenville2012-09-252-88/+79
* Feature: Configuration file parsingRichard Grenville2012-09-252-133/+460
* Misc: Fix two memory leaksRichard Grenville2012-09-231-4/+9
* Improvement: Change window type detectionRichard Grenville2012-09-222-55/+38
* Feature: Issue #29: Alternative shadow blacklist implementationRichard Grenville2012-09-222-76/+568
* Bug fix: Detect and mark WM windows as activeRichard Grenville2012-09-202-64/+68
* Improvement: Change fading mechanismRichard Grenville2012-09-192-287/+259
* Bug fix: Issue #23, notify-osd not renderedRichard Grenville2012-09-181-19/+22
* Improvement: Defer shadow picture generationRichard Grenville2012-09-172-88/+145
* Improvement: Change painting sequenceRichard Grenville2012-09-172-131/+86
* Improvement: Change generating process of alpha_pict, etc.Richard Grenville2012-09-172-30/+59
* Misc: Clean upRichard Grenville2012-09-162-119/+82
* Bug fix: Issue #43, better client window lookupRichard Grenville2012-09-142-17/+41
* fix code duplication resulting from rebaseChristopher Jeffrey2012-09-131-6/+3
* fix determine_evmask warningsChristopher Jeffrey2012-09-132-1/+11
* more style changesChristopher Jeffrey2012-09-132-23/+43
* stay consistent with code styleChristopher Jeffrey2012-09-132-75/+129
* whitespaceChristopher Jeffrey2012-09-132-4/+4
* 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-132-124/+147
* 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-122-23/+42
* 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-122-8/+59
* Debug: Enhanced debugging capabilityRichard Grenville2012-09-122-23/+91
* Bug fix: Segfault when encountering invalid long optionRichard Grenville2012-09-111-0/+2
* Bug fix: Issue #37, fix 5 opacity-related bugsRichard Grenville2012-09-112-54/+154