Age | Commit message (Expand) | Author |
2016-10-03 | Start simplifying menu code; and in turn, remove a cursor no longer | Okan Demirmen |
2016-10-03 | Defaults are split between defines and conf_init(); normalize these, as | Okan Demirmen |
2016-10-03 | For both kb and mouse move, it is possible to grab a client and move it | Okan Demirmen |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | Okan Demirmen |
2016-09-30 | remove unused proto | Okan Demirmen |
2016-09-30 | Set the initial ptr position during client init, instead of waiting | Okan Demirmen |
2016-09-30 | Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; | Okan Demirmen |
2016-09-30 | Replace mousefunc_sweep_draw() with a generic menu_windraw() using va | Okan Demirmen |
2016-09-30 | Switch to XWindowEvent() pulling out events that match the mask *and* | Okan Demirmen |
2016-09-29 | no need to unmap menu window again | Okan Demirmen |
2016-09-29 | Mechanical change: move screen menu bits to their own struct. | Okan Demirmen |
2016-09-28 | Inline Xft draw and extents wrappers; too much abstraction. | Okan Demirmen |
2016-09-28 | Do not call sweep_draw() too early: don't yet have w/h dimensions; plus | Okan Demirmen |
2016-09-22 | Continue merging kb and mouse functions: fold | Okan Demirmen |
2016-09-20 | Allow ctrl-[ for abort (esc); from Benjamin Scher Purcell | Okan Demirmen |
2016-09-20 | de-static client_inbound() | Okan Demirmen |
2016-09-20 | remove debug that accidentally snuck in | Okan Demirmen |
2016-09-20 | Get rid of curcc, instead cycle through the queue; removes the need for | Okan Demirmen |
2016-09-16 | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | Okan Demirmen |
2016-09-14 | Some clients fail to setup hints at all, so initalize for them; fallout | Okan Demirmen |
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | Okan Demirmen |
2016-09-13 | init label | Okan Demirmen |
2016-09-13 | Limit mouse resize to hints within the client; matches kbd resize | Okan Demirmen |
2016-09-12 | Switch to just malloc since we need initialize most everything anyway. | Okan Demirmen |
2016-09-12 | change 'sticky' to 'stick' to toggle client stickiness (seems the | Okan Demirmen |
2016-09-02 | Simplify group_holds_only_hidden(); from Vadim Vygonets. | Okan Demirmen |
2016-09-02 | Simplify toggling flags; from Vadim Vygonets. | Okan Demirmen |
2016-09-01 | Do not draw borders on ignored clients when returning from fullscreen; | Okan Demirmen |
2016-09-01 | Remove redundant minimum client size adjustment (minw and minh are | Okan Demirmen |
2016-08-28 | Enable the use of numpad Enter key on menus; from Henrique N. Lengler. | Okan Demirmen |
2016-08-13 | add a column to previous commit for consitency. | Matthieu Herrb |
2016-08-13 | conf_screen: report the fontname that can't be opened in case of failure. | Matthieu Herrb |
2016-04-28 | If supplied format to menuq_add() is NULL, fill text with an empty | Okan Demirmen |
2015-11-17 | Fix a typo from r1.201; fixes window_grouptoggle binding. | Okan Demirmen |
2015-11-17 | If a client does not set increment values, use 'moveamount' as a way to | Okan Demirmen |
2015-11-17 | Inline the only use of mousefunc_sweep_calc. | Okan Demirmen |
2015-11-12 | more client vs screen context differences | Okan Demirmen |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | Okan Demirmen |
2015-11-12 | Move kb pointer movement out of the kbfunc_client_moveresize since it's | Okan Demirmen |
2015-11-12 | pledge "stdio rpath proc exec" cwm before main event loop, after | Okan Demirmen |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | Okan Demirmen |
2015-11-10 | Use position on root to figure out region. | Okan Demirmen |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | Okan Demirmen |
2015-11-09 | Clean up unused defines. | Okan Demirmen |
2015-11-09 | Extend region to include both view and work areas; switch to | Okan Demirmen |
2015-09-23 | Only when mapping clients from an initial wm start or restart, query the | Okan Demirmen |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | Okan Demirmen |
2015-08-28 | Lost fix from r1.112; add comment. | Okan Demirmen |
2015-08-27 | Mechanical change: group->gc | Okan Demirmen |
2015-08-27 | Add consistent checks against NULL. | Okan Demirmen |