Age | Commit message (Expand) | Author |
2021-01-02 | *: replace the "shelf" with "contexts" | Vito Caputo |
2021-01-02 | context_colors: introduce context colors list X-Macro | Vito Caputo |
2021-01-01 | *: return MRU object from _mru() funcs | Vito Caputo |
2020-12-23 | desktop: drop unused desktop names | Vito Caputo |
2020-12-23 | *: introduce and use direction parameter | Vito Caputo |
2020-12-23 | direction: introduce vwm_direction_t enum type | Vito Caputo |
2020-07-05 | configure: update email address | Vito Caputo |
2020-05-09 | libvmon: trivial cosmetic changes | Vito Caputo |
2020-05-08 | libvmon: remove unused _MOVE_STALE_TO_FRONT stuff | Vito Caputo |
2020-05-08 | libvmon: fix bug in proc_follow_children() | Vito Caputo |
2019-09-23 | charts: introduce snprintf helper snpf() | Vito Caputo |
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 | 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 |