Age | Commit message (Expand) | Author |
2015-11-12 | Move kb pointer movement out of the kbfunc_client_moveresize since it's | 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 | Extend region to include both view and work areas; switch to | 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 | Move 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, not | Okan Demirmen |
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | Okan Demirmen |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | Okan Demirmen |
2015-07-03 | revert previous; seems search_match_text() needs mi->text pre-populated. | Okan Demirmen |
2015-06-30 | no longer need to pass down format strings after introducing search_print_cmd | Okan Demirmen |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | Okan Demirmen |
2015-06-29 | Shuffle code in kbfunc_ssh so that a missing known_hosts file still | Okan Demirmen |
2015-06-26 | Mechanical change from xinerama to region backed areas. | Okan Demirmen |
2015-06-08 | just populating the ctx is enough since the menu uses a callback and ignores ... | Okan Demirmen |
2015-05-21 | merge kbd and mouse grouptoggle | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | Okan Demirmen |
2014-09-17 | these client actions are just toggles; less confusing with better names | Okan Demirmen |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | Okan Demirmen |
2014-09-11 | Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic on | Okan Demirmen |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | Okan Demirmen |
2014-09-06 | Few style nits; extend 'path' to MAXPATHLEN. | Okan Demirmen |
2014-09-06 | Move termpath and lockpath into cmdq; side effect is that 'lock' and | Okan Demirmen |
2014-09-01 | add explicit paran and drop some empty lines bringing like functions closer | Okan Demirmen |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | Okan Demirmen |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | Okan Demirmen |
2014-01-29 | Minimize trivial differences between a few kb and mb functions. | Okan Demirmen |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | Okan Demirmen |
2014-01-22 | zap whitespace | Okan Demirmen |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | Okan Demirmen |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | Okan Demirmen |
2014-01-20 | Save the ptr position before lowering via kbd, so as to be able to cycle | Okan Demirmen |
2014-01-20 | constify and rename some confusing variables around cmdq. | Okan Demirmen |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | Okan Demirmen |
2014-01-03 | use consistent types | Okan Demirmen |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | Okan Demirmen |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | Okan Demirmen |
2013-12-13 | Instead of using work area, use the Xinerama area for snap calculations; | Okan Demirmen |
2013-12-12 | Make sure we really take work area gap into account with snap calculations; | Okan Demirmen |
2013-11-27 | like gap, make snapdist per screen | Okan Demirmen |
2013-10-17 | a few err->errx since we don't have error messages here; from Tiago Cunha | Okan Demirmen |
2013-07-08 | move kbfunc and mousefunc closer together | Okan Demirmen |
2013-05-11 | swap x/y calculations in kbd move/resize to match those in the respective mou... | Okan Demirmen |
2013-04-08 | consistency | Okan Demirmen |
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | Okan Demirmen |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | Okan Demirmen |
2013-01-02 | pass the screen workarea, as opposed to viewarea, allowing client | Okan Demirmen |