summaryrefslogtreecommitdiff
path: root/app/cwm/kbfunc.c
AgeCommit message (Expand)Author
2015-11-12Move kb pointer movement out of the kbfunc_client_moveresize since it'sOkan Demirmen
2015-11-11Partial revert of replacing screen_area() with region_find(); until aOkan Demirmen
2015-11-10Use position on root to figure out region.Okan Demirmen
2015-11-10Start cleaning up name vs function differences; replace magic numbers.Okan Demirmen
2015-11-09Extend region to include both view and work areas; switch toOkan Demirmen
2015-09-16On execwm, we should properly release resources before exec'ing into aOkan Demirmen
2015-08-28Lost fix from r1.112; add comment.Okan Demirmen
2015-08-27Move client cycle grab/ungrab into a more relevant place; while here,Okan Demirmen
2015-08-21_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notOkan Demirmen
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back toOkan Demirmen
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupOkan Demirmen
2015-07-03revert previous; seems search_match_text() needs mi->text pre-populated.Okan Demirmen
2015-06-30no longer need to pass down format strings after introducing search_print_cmdOkan Demirmen
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andOkan Demirmen
2015-06-29Shuffle code in kbfunc_ssh so that a missing known_hosts file stillOkan Demirmen
2015-06-26Mechanical change from xinerama to region backed areas.Okan Demirmen
2015-06-08just populating the ctx is enough since the menu uses a callback and ignores ...Okan Demirmen
2015-05-21merge kbd and mouse grouptoggleOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.Okan Demirmen
2014-09-17these client actions are just toggles; less confusing with better namesOkan Demirmen
2014-09-17ewmh states _NET_WM_STATE_STICKY should not alter positionOkan Demirmen
2014-09-11Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic onOkan Demirmen
2014-09-08Remove duplicate client queue (mruq); instead, remove and take theOkan Demirmen
2014-09-06Few style nits; extend 'path' to MAXPATHLEN.Okan Demirmen
2014-09-06Move termpath and lockpath into cmdq; side effect is that 'lock' andOkan Demirmen
2014-09-01add explicit paran and drop some empty lines bringing like functions closerOkan Demirmen
2014-08-25Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyOkan Demirmen
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalOkan Demirmen
2014-01-29Minimize trivial differences between a few kb and mb functions.Okan Demirmen
2014-01-23If no title is supplied, term uses only the basename for its title.Okan Demirmen
2014-01-22zap whitespaceOkan Demirmen
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableOkan Demirmen
2014-01-21Sprinkle a few more const; from Tiago Cunha.Okan Demirmen
2014-01-20Save the ptr position before lowering via kbd, so as to be able to cycleOkan Demirmen
2014-01-20constify and rename some confusing variables around cmdq.Okan Demirmen
2014-01-20Add a function that adds an entry to a menuq, normalizing a common codeOkan Demirmen
2014-01-03use consistent typesOkan Demirmen
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Teach screen_find_xinerama() to apply gap only when told to do so;Okan Demirmen
2013-12-13Instead of using work area, use the Xinerama area for snap calculations;Okan Demirmen
2013-12-12Make sure we really take work area gap into account with snap calculations;Okan Demirmen
2013-11-27like gap, make snapdist per screenOkan Demirmen
2013-10-17a few err->errx since we don't have error messages here; from Tiago CunhaOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-05-11swap x/y calculations in kbd move/resize to match those in the respective mou...Okan Demirmen
2013-04-08consistencyOkan Demirmen
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2013-01-04rename {h,v}max functions for consistency; from Jan StaryOkan Demirmen
2013-01-02pass the screen workarea, as opposed to viewarea, allowing clientOkan Demirmen