Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug: Enhanced debugging capability | Richard Grenville | 2012-09-12 | 2 | -23/+91 |
| | | | | | | | | - Change all #if DEBUG_XXX directives to #ifdef, thus making it possible to directly enable debugging options with CFLAGS (-DDEBUG_XXX). - Print timestamp before event debugging messages. | ||||
* | Bug fix: Segfault when encountering invalid long option | Richard Grenville | 2012-09-11 | 1 | -0/+2 |
| | | | | I didn't read the documentation of getopt_long() carefully. | ||||
* | Bug fix: Issue #37, fix 5 opacity-related bugs | Richard Grenville | 2012-09-11 | 2 | -54/+154 |
| | | | | | | | | | | More details in the bug report. - Rewritten much of the opacity calculation, code cleanup. - Commandline switch --inactive_opacity_override to restore the old behavior in which inactive_opacity has higher priority than _NET_WM_OPACITY. | ||||
* | Feature: Issue #35, Add colored shadows | Richard Grenville | 2012-09-11 | 2 | -3/+58 |
| | | | | | | | - Use getopt_long() instead of getopt() for argument parsing, making long options possible. - Add support of colored shadows with 3 commandline switches. | ||||
* | Bug fix: Issue #36: Chromium window painting problems | Richard Grenville | 2012-09-11 | 2 | -24/+244 |
| | | | | | | | | | | | | | More descriptions on issue #36. - Listens ShapeNotify event to get around the Chromium window painting issues. - Adds dependency on X Shape extension. - Adds a few functions for convenience, so a bit code clean up. - Better event debug support, adds restack_win() debug. | ||||
* | Bug fix: Issue #38, fixes painting specially-shaped semi-transparent windows | Richard Grenville | 2012-09-11 | 1 | -0/+4 |
| | | | | Fix taken from xcompmgr. | ||||
* | avoid allocating a new win struct if possible | Christopher Jeffrey | 2012-09-08 | 1 | -5/+4 |
| | |||||
* | add richardgv's patch. see #31. | Christopher Jeffrey | 2012-09-08 | 1 | -0/+5 |
| | |||||
* | apply patch from richardgv. fixes #5. | Christopher Jeffrey | 2012-09-07 | 1 | -1/+3 |
| | |||||
* | rename, refactor again. | Christopher Jeffrey | 2012-06-03 | 1 | -9/+9 |
| | |||||
* | refactor, rename | Christopher Jeffrey | 2012-06-03 | 1 | -48/+49 |
| | |||||
* | Fixed a (very) small 'bug' in the usage text, -f wasn't printed on a new line. | Tim van Dalen | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | stop listening for property events on client window after unmap | Christopher Jeffrey | 2012-02-28 | 1 | -0/+5 |
| | |||||
* | minor changes | Christopher Jeffrey | 2012-02-27 | 1 | -62/+44 |
| | |||||
* | reorganize tree | Christopher Jeffrey | 2012-02-27 | 2 | -0/+2959 |