summaryrefslogtreecommitdiffstats
path: root/compton.h
Commit message (Expand)AuthorAgeFilesLines
* Feature #80: D-Bus supportRichard Grenville2013-01-191-1250/+6
* Bug fix #75: --invert-color-include not working & othersRichard Grenville2013-01-131-2/+4
* Feature #75: Invert window colorRichard Grenville2013-01-121-9/+38
* Improvement: Use select() for main loopRichard Grenville2013-01-111-47/+178
* Bug fix #77 incorrect border_width handling & #73 window data issueRichard Grenville2013-01-091-5/+22
* Improvement #74: Use libevent for main loopRichard Grenville2013-01-081-74/+240
* Improvement: Dynamic blur strength & improved frame blur performanceRichard Grenville2012-12-151-1/+10
* Feature #69: Blur window backgroundRichard Grenville2012-12-141-0/+27
* Misc: Code cleanupRichard Grenville2012-12-121-72/+14
* Feature #65: Auxiliary window detectionRichard Grenville2012-12-121-6/+150
* Feature: Wintype-based focus exclusionRichard Grenville2012-12-101-8/+29
* Bug fix #68: Possible fix for failure in client window detectionRichard Grenville2012-12-071-6/+23
* Feature: WM_WINDOW_ROLE matchingRichard Grenville2012-12-051-1/+58
* Bug fix: Dynamic inactive dim & client window changesRichard Grenville2012-12-051-20/+27
* Feature #65: --focus-excludeRichard Grenville2012-11-281-6/+56
* Bug fix: --use-ewmh-active-win causes wrong focus state in AwesomeRichard Grenville2012-11-271-2/+5
* Bug fix: Wrong file path being displayed on config file parsing errorRichard Grenville2012-11-211-14/+21
* Feature #51: Re-initialize when SIGUSR1 is receivedRichard Grenville2012-11-191-395/+698
* Misc: Code cleanupRichard Grenville2012-11-141-0/+5
* Bug fix: Client window event mask not restored in map_win()Richard Grenville2012-11-101-1/+6
* Feature: Unredirect windows when there's a fullscreen windowRichard Grenville2012-11-091-0/+24
* Feature #16: _COMPTON_SHADOW window property supportRichard Grenville2012-11-091-0/+14
* Bug fix: Shape update of opaque windows not handled correctlyRichard Grenville2012-11-081-1/+33
* Improvement: Add EWMH _NET_WM_ACTIVE_WINDOW supportRichard Grenville2012-11-041-2/+69
* Bug fix: A XserverRegion leakRichard Grenville2012-11-031-0/+20
* Misc: Code cleanup & debug code changesRichard Grenville2012-11-031-1/+1
* Improvement: border_size & ConfigureNotify & VSync changesRichard Grenville2012-11-011-1/+5
* Improvement: Try to reduce reg_ignore regenerationsRichard Grenville2012-10-311-11/+22
* Bug fix: Fading blocks in rare circumstancesRichard Grenville2012-10-291-6/+15
* Improvement: Change clear_shadow implementationRichard Grenville2012-10-281-2/+6
* Bug fix #7: Correct a possible issue in VSyncRichard Grenville2012-10-261-8/+24
* Improvement: Add painting on overlay supportRichard Grenville2012-10-241-0/+9
* Improvement #7: Add double bufferingRichard Grenville2012-10-231-0/+3
* Misc: Drop support for old versions of libXcompositeRichard Grenville2012-10-221-8/+2
* Improvement: Stop painting on regions of higher windowsRichard Grenville2012-10-211-0/+38
* Improvement: Pregenerate alpha picturesRichard Grenville2012-10-131-6/+5
* Misc: Code clean-upRichard Grenville2012-10-101-1/+0
* Feature: #7: VSyncRichard Grenville2012-10-081-2/+121
* Improvement: Support reading _NET_WM_OPACITY from client windowsRichard Grenville2012-10-031-1/+10
* Improvement: Change in client window lookup & wintype detectionRichard Grenville2012-10-021-5/+1
* Feature: #27: Detect shaped windows and disable shadow on themRichard Grenville2012-10-011-46/+82
* Improvement: Wait infinitely for events when idlingRichard Grenville2012-09-291-0/+1
* Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pictRichard Grenville2012-09-291-2/+3
* Bug fix: #48: Compilation failure with old libconfig/libpcreRichard Grenville2012-09-281-4/+25
* Feature: --no-fading-openclose to partially simulate -FRichard Grenville2012-09-261-1/+4
* Bug fix: Issue #46: Optionally mark override-redirect windows as activeRichard Grenville2012-09-261-0/+2
* Misc: Code clean-upRichard Grenville2012-09-261-26/+34
* add global options struct.Christopher Jeffrey2012-09-251-0/+58
* Feature: Wintype-specific options in configuration filesRichard Grenville2012-09-251-0/+12
* Feature: Configuration file parsingRichard Grenville2012-09-251-1/+70