summaryrefslogtreecommitdiffstats
path: root/compton.c
Commit message (Expand)AuthorAgeFilesLines
* Improvement: Try to reduce reg_ignore regenerationsRichard Grenville2012-10-311-168/+128
* Misc: Small adjustmentsRichard Grenville2012-10-301-24/+19
* Bug fix: Fading blocks in rare circumstancesRichard Grenville2012-10-291-33/+19
* Merge branch 'master' into richardgv-devRichard Grenville2012-10-291-1/+1
|\
| * more man page changesChristopher Jeffrey2012-10-221-1/+1
| * fix man page and various other documentation.Christopher Jeffrey2012-10-221-1/+1
| * revert to c7ca345Christopher Jeffrey2012-10-221-858/+200
| * v0.0.1Christopher Jeffrey2012-10-221-4/+4
* | Improvement: Change clear_shadow implementationRichard Grenville2012-10-281-22/+44
* | Bug fix #57: Fix incorrect handling of InputOnly windowsRichard Grenville2012-10-271-3/+16
* | Bug fix #7: Correct a possible issue in VSyncRichard Grenville2012-10-261-105/+109
* | Improvement: Add painting on overlay supportRichard Grenville2012-10-241-49/+143
* | Improvement #7: Add double bufferingRichard Grenville2012-10-231-10/+79
|/
* Misc: Drop support for old versions of libXcompositeRichard Grenville2012-10-221-21/+0
* 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-211-79/+242
* Improvement: Pregenerate alpha picturesRichard Grenville2012-10-131-31/+48
* Misc: Code clean-upRichard Grenville2012-10-101-6/+20
* Feature: #7: VSyncRichard Grenville2012-10-081-44/+501
* 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