Age | Commit message (Expand) | Author |
2017-11-27 | window: improve vwm_win_manage_xwin() tracing | Vito Caputo |
2017-11-27 | xwindow: use VWM_TRACE_WIN() in vwm_xwin_create() | Vito Caputo |
2017-11-27 | vwm: include window XID in event traces | Vito Caputo |
2017-11-27 | util: introduce VWM_TRACE_WIN() convenience macro | Vito Caputo |
2017-10-05 | *: handle FocusIn events | Vito Caputo |
2017-10-05 | window: split out focused window setter | Vito Caputo |
2017-10-05 | *: s/vwm_win_focused/vwm_win_get_focused/ | Vito Caputo |
2017-10-04 | clickety: always (re)focus clicked window | Vito Caputo |
2017-04-07 | window: move console identification to helper | Vito Caputo |
2017-04-04 | window: drop configuring member from vwm_window_t | Vito Caputo |
2017-03-27 | *: update email address: s/gnugeneration/pengaru/ | Vito Caputo |
2017-03-27 | charts: don't copy or free zero charts | Vito Caputo |
2017-03-27 | charts: reduce CHART_MAX_ARGC from 512 to 64 | Vito Caputo |
2017-03-25 | build: add -Wall to configure.ac for CFLAGS | Vito Caputo |
2017-03-25 | libvmon: wrap X-Macro parser state in a struct | Vito Caputo |
2017-03-25 | *: add some missing includes | Vito Caputo |
2017-03-25 | vmon: two trivial cleanups | Vito Caputo |
2017-03-25 | overlays: rename overlays.[ch]->charts.[ch] | Vito Caputo |
2017-03-25 | overlays: rename overlays->charts | Vito Caputo |
2017-03-25 | overlays: define the libvmon wants | Vito Caputo |
2017-03-25 | overlays: handle errors in vwm_overlays_create() | Vito Caputo |
2017-03-25 | overlays: just some tidying of the chaos | Vito Caputo |
2017-03-25 | *: more minor style fixups | Vito Caputo |
2017-03-25 | composite: fix root_buffer leak on invalidate root | Vito Caputo |
2017-03-25 | *: restore old indentation of switch cases | Vito Caputo |
2017-03-25 | *: s/malloc/calloc/ | Vito Caputo |
2017-03-25 | xwindow: s/xwindow->mapped/xwindow->client_mapped/ | Vito Caputo |
2017-03-25 | xevent: use vwm_win_map() instead of XMapWindow() | Vito Caputo |
2017-03-24 | xevent: cleanup vwm_xevent_handle_map_request() | Vito Caputo |
2017-03-24 | util: switch VWM_BUG macro from including strerror | Vito Caputo |
2017-03-24 | window: cleanup vwm_win_focused() | Vito Caputo |
2017-03-24 | xwindow: drop configurable HONOR_OVERRIDE_REDIRECT | Vito Caputo |
2017-03-24 | xwindow: cleanup vwm_xwin_is_mapped() | Vito Caputo |
2017-03-21 | *: update copyrights for 2017 | Vito Caputo |
2017-03-21 | libvmon: use pread() instead of lseek()+read() | Vito Caputo |
2017-03-21 | libvmon: use local buffers for constructing paths | Vito Caputo |
2017-03-21 | libvmon: shirt-circuit parse loop on final state | Vito Caputo |
2017-03-21 | vmon: uninline is_flag mistaken inline | Vito Caputo |
2017-03-21 | libvmon: style cleanups | Vito Caputo |
2017-03-21 | vmon: introduce vmon utility | Vito Caputo |
2017-03-20 | overlays: add ability to explicitly set rate | Vito Caputo |
2017-03-15 | overlays: paramize vwm_overlay_render() Render op | Vito Caputo |
2017-03-14 | *: trivial code formatting cleanups | Vito Caputo |
2017-03-14 | overlays: extricate overlays from vwm internals | Vito Caputo |
2017-03-14 | xwindow: use calloc in vwm_xwindow_create() | Vito Caputo |
2017-03-14 | xwindow: add vwm_xwin_get_pid() helper | Vito Caputo |
2017-03-14 | vwm: minor tidying of vwm.h | Vito Caputo |
2017-03-14 | overlays: encapsulate global overlays state | Vito Caputo |
2017-03-14 | overlay: rename overlay.[ch] -> overlays.[ch] | Vito Caputo |
2017-03-14 | libvmon: add "sys-wide" arg for sample callbacks | Vito Caputo |