summaryrefslogtreecommitdiffstats
path: root/compton.c
Commit message (Expand)AuthorAgeFilesLines
* Bug fix #75: --invert-color-include not working & othersRichard Grenville2013-01-131-12/+22
* Feature #75: Invert window colorRichard Grenville2013-01-121-49/+183
* Improvement: Use select() for main loopRichard Grenville2013-01-111-110/+251
* Bug fix #77 incorrect border_width handling & #73 window data issueRichard Grenville2013-01-091-55/+57
* Improvement #74: Use libevent for main loopRichard Grenville2013-01-081-198/+321
* Improvement: Dynamic blur strength & improved frame blur performanceRichard Grenville2012-12-151-37/+62
* Feature #69: Blur window backgroundRichard Grenville2012-12-141-2/+126
* Misc: Code cleanupRichard Grenville2012-12-121-10/+74
* Feature #65: Auxiliary window detectionRichard Grenville2012-12-121-41/+135
* Feature: Wintype-based focus exclusionRichard Grenville2012-12-101-3/+13
* 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-071-51/+152
* Feature: WM_WINDOW_ROLE matchingRichard Grenville2012-12-051-47/+72
* Bug fix: Dynamic inactive dim & client window changesRichard Grenville2012-12-051-32/+66
* Feature #65: --focus-excludeRichard Grenville2012-11-281-83/+95
* Bug fix: --use-ewmh-active-win causes wrong focus state in AwesomeRichard Grenville2012-11-271-2/+11
* 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