summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-10-21add NetWM-compliant fullscreen supportDmitrij Czarkoff
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intoOkan Demirmen
2016-10-12remove another unused protoOkan Demirmen
2016-10-11regenMatthieu Herrb
2016-10-10Remove the global 'make includes' step from 'make build'.Matthieu Herrb
2016-10-06Rename 2 kbfunc to match closer to what they doOkan Demirmen
2016-10-06Add an argument to the callbacks to pass the xevent context, button orOkan Demirmen
2016-10-06Check the ptr bounds in the new client during cycling, since not allOkan Demirmen
2016-10-05More accurate to say 'toggle', rather than 'select', for group[n]/nogroup.Okan Demirmen
2016-10-05Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.Okan Demirmen
2016-10-05Stash wmname into conf.Okan Demirmen
2016-10-04When removing xrandr regions, ensure clients are within the bounds ofOkan Demirmen
2016-10-04Calculate client nameqlen in client_setname(), the only place it'sOkan Demirmen
2016-10-04Turn CALMWM_NGROUPS define into variable, ngroups.Okan Demirmen
2016-10-03Start simplifying menu code; and in turn, remove a cursor no longerOkan Demirmen
2016-10-03Defaults are split between defines and conf_init(); normalize these, asOkan Demirmen
2016-10-03For both kb and mouse move, it is possible to grab a client and move itOkan Demirmen
2016-10-03client_ptrwarp should not deal with unhiding or raising clients (non ptrOkan Demirmen
2016-10-02Explicitly set the owner of the shell scripts in etc/X11/xdm and of theTheo Buehler
2016-09-30remove unused protoOkan Demirmen
2016-09-30Set the initial ptr position during client init, instead of waitingOkan Demirmen
2016-09-30Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests;Okan Demirmen
2016-09-30Replace mousefunc_sweep_draw() with a generic menu_windraw() using vaOkan Demirmen
2016-09-30Switch to XWindowEvent() pulling out events that match the mask *and*Okan Demirmen
2016-09-29no need to unmap menu window againOkan Demirmen
2016-09-29Mechanical change: move screen menu bits to their own struct.Okan Demirmen
2016-09-28Inline Xft draw and extents wrappers; too much abstraction.Okan Demirmen
2016-09-28Do not call sweep_draw() too early: don't yet have w/h dimensions; plusOkan Demirmen
2016-09-22Continue merging kb and mouse functions: foldOkan Demirmen
2016-09-20Allow ctrl-[ for abort (esc); from Benjamin Scher PurcellOkan Demirmen
2016-09-20de-static client_inbound()Okan Demirmen
2016-09-20remove debug that accidentally snuck inOkan Demirmen
2016-09-20Get rid of curcc, instead cycle through the queue; removes the need forOkan Demirmen
2016-09-16Make video -i work ootb.Jeremie Courreges-Anglas
2016-09-16During init, query screen for _NET_ACTIVE_WINDOW and set that client asOkan Demirmen
2016-09-14Some clients fail to setup hints at all, so initalize for them; falloutOkan Demirmen
2016-09-14Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagOkan Demirmen
2016-09-14Make shure that all autotools generated install commands specify aMatthieu Herrb
2016-09-13init labelOkan Demirmen
2016-09-13Limit mouse resize to hints within the client; matches kbd resizeOkan Demirmen
2016-09-12Switch to just malloc since we need initialize most everything anyway.Okan Demirmen
2016-09-12change 'sticky' to 'stick' to toggle client stickiness (seems theOkan Demirmen
2016-09-11Fix installation modes and ownership.Matthieu Herrb
2016-09-04Remove zaurus specific default VT configuration (it had only 2 VTs)Matthieu Herrb
2016-09-02Simplify group_holds_only_hidden(); from Vadim Vygonets.Okan Demirmen
2016-09-02Simplify toggling flags; from Vadim Vygonets.Okan Demirmen
2016-09-01Do not draw borders on ignored clients when returning from fullscreen;Okan Demirmen
2016-09-01Remove redundant minimum client size adjustment (minw and minh areOkan Demirmen
2016-08-28Enable the use of numpad Enter key on menus; from Henrique N. Lengler.Okan Demirmen
2016-08-13add a column to previous commit for consitency.Matthieu Herrb