Age | Commit message (Expand) | Author |
2019-07-14 | charts: clamp %n length to buffer size | Vito Caputo |
2018-10-23 | *: update copyright lines to include 2018 | Vito Caputo |
2018-10-23 | window: vwm_win_focus_next() skip shelf unmap/map | Vito Caputo |
2018-10-23 | window: trivial simplification of vwm_win_lookup() | Vito Caputo |
2018-04-11 | logo: trivial cleanup | Vito Caputo |
2018-04-11 | logo: fix an edge case where logo is drawn forever | Philip J. Freeman |
2017-12-29 | charts: fix ancestor siblings check segfault | Vito Caputo |
2017-11-28 | window: discover allscreen on configure too | Vito Caputo |
2017-11-28 | screen: raw rectangle coords for vwm_screen_find() | Vito Caputo |
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 | 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 |