summaryrefslogtreecommitdiffstats
path: root/compton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvement: Focus detection & --mark-ovredir-focused changesRichard Grenville2012-11-031-6/+11
* Bug fix: A XserverRegion leakRichard Grenville2012-11-031-1/+18
* Misc: Code cleanup & debug code changesRichard Grenville2012-11-031-114/+105
* Bug fix #17: Try to fix artifacts after animating/shading shaped wins in OpenboxRichard Grenville2012-11-011-51/+94
* Improvement: border_size & ConfigureNotify & VSync changesRichard Grenville2012-11-011-14/+58
* 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