Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | revert to c7ca345 | Christopher Jeffrey | 2012-10-22 | 2 | -1034/+222 | |
| | * | v0.0.1 | Christopher Jeffrey | 2012-10-22 | 1 | -4/+4 | |
| * | | Improvement: Change clear_shadow implementation | Richard Grenville | 2012-10-28 | 2 | -24/+50 | |
| * | | Bug fix #57: Fix incorrect handling of InputOnly windows | Richard Grenville | 2012-10-27 | 1 | -3/+16 | |
| * | | Bug fix #7: Correct a possible issue in VSync | Richard Grenville | 2012-10-26 | 2 | -113/+133 | |
| * | | Improvement: Add painting on overlay support | Richard Grenville | 2012-10-24 | 2 | -49/+152 | |
| * | | Improvement #7: Add double buffering | Richard Grenville | 2012-10-23 | 2 | -10/+82 | |
| |/ | ||||||
| * | Misc: Drop support for old versions of libXcomposite | Richard Grenville | 2012-10-22 | 2 | -29/+2 | |
| * | Bug fix #55: Workaround for window type detection on Openbox menus | Richard Grenville | 2012-10-21 | 1 | -0/+5 | |
| * | Improvement: Stop painting on regions of higher windows | Richard Grenville | 2012-10-21 | 2 | -79/+280 | |
| * | Improvement: Pregenerate alpha pictures | Richard Grenville | 2012-10-13 | 2 | -37/+53 | |
| * | Misc: Code clean-up | Richard Grenville | 2012-10-10 | 2 | -7/+20 | |
| * | Feature: #7: VSync | Richard Grenville | 2012-10-08 | 2 | -46/+622 | |
| * | Improvement: Support reading _NET_WM_OPACITY from client windows | Richard Grenville | 2012-10-03 | 2 | -14/+49 | |
| * | Improvement: Change in client window lookup & wintype detection | Richard Grenville | 2012-10-02 | 2 | -35/+28 | |
| * | Merge branch 'richardgv-dev' | Christopher Jeffrey | 2012-09-30 | 2 | -117/+306 | |
| |\ | ||||||
| | * | Feature: #27: Detect shaped windows and disable shadow on them | Richard Grenville | 2012-10-01 | 2 | -64/+192 | |
| | * | Improvement: Wait infinitely for events when idling | Richard Grenville | 2012-09-29 | 2 | -2/+19 | |
| | * | Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pict | Richard Grenville | 2012-09-29 | 2 | -41/+62 | |
| | * | Bug fix: #48: Compilation failure with old libconfig/libpcre | Richard Grenville | 2012-09-28 | 2 | -10/+33 | |
| * | | Merge commit '69513d6' | Christopher Jeffrey | 2012-09-28 | 2 | -216/+266 | |
| |\ \ | | |/ | ||||||
| | * | Bug fix: Issue #47: Locale cause problems with float arguments | Richard Grenville | 2012-09-27 | 1 | -0/+10 | |
| | * | Feature: --no-fading-openclose to partially simulate -F | Richard Grenville | 2012-09-26 | 2 | -9/+37 | |
| | * | Bug fix: Issue #46: Optionally mark override-redirect windows as active | Richard Grenville | 2012-09-26 | 2 | -2/+17 | |
| | * | Misc: Code clean-up | Richard Grenville | 2012-09-26 | 2 | -213/+210 | |
| * | | initialize fade_time just to be explicit. | Christopher Jeffrey | 2012-09-26 | 1 | -1/+1 | |
| * | | remove fade_time from options struct. | Christopher Jeffrey | 2012-09-26 | 2 | -7/+7 | |
| |/ | ||||||
| * | add global options struct. | Christopher Jeffrey | 2012-09-25 | 2 | -195/+232 | |
| * | Feature: Wintype-specific options in configuration files | Richard Grenville | 2012-09-25 | 2 | -88/+79 | |
| * | Feature: Configuration file parsing | Richard Grenville | 2012-09-25 | 2 | -133/+460 | |
| * | Misc: Fix two memory leaks | Richard Grenville | 2012-09-23 | 1 | -4/+9 | |
| * | Improvement: Change window type detection | Richard Grenville | 2012-09-22 | 2 | -55/+38 | |
| * | Feature: Issue #29: Alternative shadow blacklist implementation | Richard Grenville | 2012-09-22 | 2 | -76/+568 | |
| * | Bug fix: Detect and mark WM windows as active | Richard Grenville | 2012-09-20 | 2 | -64/+68 | |
| * | Improvement: Change fading mechanism | Richard Grenville | 2012-09-19 | 2 | -287/+259 | |
| * | Bug fix: Issue #23, notify-osd not rendered | Richard Grenville | 2012-09-18 | 1 | -19/+22 | |
| * | Improvement: Defer shadow picture generation | Richard Grenville | 2012-09-17 | 2 | -88/+145 | |
| * | Improvement: Change painting sequence | Richard Grenville | 2012-09-17 | 2 | -131/+86 | |
| * | Improvement: Change generating process of alpha_pict, etc. | Richard Grenville | 2012-09-17 | 2 | -30/+59 | |
| * | Misc: Clean up | Richard Grenville | 2012-09-16 | 2 | -119/+82 | |
| * | Bug fix: Issue #43, better client window lookup | Richard Grenville | 2012-09-14 | 2 | -17/+41 | |
| * | fix code duplication resulting from rebase | Christopher Jeffrey | 2012-09-13 | 1 | -6/+3 | |
| * | fix determine_evmask warnings | Christopher Jeffrey | 2012-09-13 | 2 | -1/+11 | |
| * | more style changes | Christopher Jeffrey | 2012-09-13 | 2 | -23/+43 | |
| * | stay consistent with code style | Christopher Jeffrey | 2012-09-13 | 2 | -75/+129 | |
| * | whitespace | Christopher Jeffrey | 2012-09-13 | 2 | -4/+4 | |
| * | Bug fix: Segfault when meeting FocusIn/Out from destoryed windows | Richard Grenville | 2012-09-13 | 1 | -6/+28 | |
| * | Improvement: Use find_toplevel() to find WM frame | Richard Grenville | 2012-09-13 | 2 | -124/+147 | |
| * | Improvement: Do not track focus changes unless necessary | Richard Grenville | 2012-09-13 | 1 | -8/+16 | |
| * | Bug fix: Issue #40: -z does not work as expected | Richard Grenville | 2012-09-12 | 2 | -23/+42 |