summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Feature #51: Re-initialize when SIGUSR1 is receivedRichard Grenville2012-11-192-1766/+2259
* Misc: Code cleanupRichard Grenville2012-11-142-32/+48
* Bug fix: Client window event mask not restored in map_win()Richard Grenville2012-11-102-5/+9
* Feature: Unredirect windows when there's a fullscreen windowRichard Grenville2012-11-092-26/+156
* Feature #16: _COMPTON_SHADOW window property supportRichard Grenville2012-11-092-10/+94
* Bug fix: Shape update of opaque windows not handled correctlyRichard Grenville2012-11-082-12/+38
* 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-042-94/+215
* Improvement: Focus detection & --mark-ovredir-focused changesRichard Grenville2012-11-031-6/+11
* Bug fix: A XserverRegion leakRichard Grenville2012-11-032-1/+38
* Misc: Code cleanup & debug code changesRichard Grenville2012-11-032-115/+106
* 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-012-15/+63
* Improvement: Try to reduce reg_ignore regenerationsRichard Grenville2012-10-312-179/+150
* Misc: Small adjustmentsRichard Grenville2012-10-301-24/+19
* Bug fix: Fading blocks in rare circumstancesRichard Grenville2012-10-292-39/+34
* 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-222-1034/+222
| * v0.0.1Christopher Jeffrey2012-10-221-4/+4
* | Improvement: Change clear_shadow implementationRichard Grenville2012-10-282-24/+50
* | 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-262-113/+133
* | Improvement: Add painting on overlay supportRichard Grenville2012-10-242-49/+152
* | 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