| Commit message (Expand) | Author | Lines |
2014-09-01 | add explicit paran and drop some empty lines bringing like functions closer | okan | -2/+1 |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | -1/+7 |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | okan | -1/+3 |
2014-01-29 | Minimize trivial differences between a few kb and mb functions. | okan | -2/+2 |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | okan | -3/+3 |
2014-01-22 | zap whitespace | okan | -26/+26 |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | okan | -13/+3 |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | okan | -2/+3 |
2014-01-20 | Save the ptr position before lowering via kbd, so as to be able to cycle | okan | -1/+2 |
2014-01-20 | constify and rename some confusing variables around cmdq. | okan | -3/+3 |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | okan | -24/+8 |
2014-01-03 | use consistent types | okan | -2/+2 |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | -1/+7 |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | -2/+2 |
2013-12-13 | Instead of using work area, use the Xinerama area for snap calculations; | okan | -3/+7 |
2013-12-12 | Make sure we really take work area gap into account with snap calculations; | okan | -3/+3 |
2013-11-27 | like gap, make snapdist per screen | okan | -3/+3 |
2013-10-17 | a few err->errx since we don't have error messages here; from Tiago Cunha | okan | -3/+3 |
2013-07-08 | move kbfunc and mousefunc closer together | okan | -2/+2 |
2013-05-11 | swap x/y calculations in kbd move/resize to match those in the respective mou... | okan | -10/+9 |
2013-04-08 | consistency | okan | -1/+2 |
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | -1/+14 |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | okan | -3/+3 |
2013-01-02 | pass the screen workarea, as opposed to viewarea, allowing client | okan | -3/+3 |
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | okan | -5/+5 |
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | okan | -4/+4 |
2012-12-17 | put a default known_hosts into conf | okan | -8/+5 |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | okan | -6/+3 |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | okan | -17/+5 |
2012-11-09 | sort | okan | -2/+2 |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | -12/+11 |
2012-11-07 | missing headers; from Thordur Bjornsson. | okan | -1/+2 |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | okan | -5/+6 |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | -3/+5 |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | okan | -2/+2 |
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | okan | -15/+15 |
2012-07-13 | convert xmax/ymax uses to view geometry. | okan | -7/+7 |
2012-07-04 | assign and use screen ctx where appropriate and consistently. | okan | -15/+7 |
2012-07-04 | use the screen ctx since we already have it assigned. | okan | -7/+7 |
2011-08-29 | restore mouse move via the keyboard, noticed by todd@. while the check | okan | -8/+3 |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -9/+10 |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | okan | -5/+5 |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | okan | -1/+8 |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | okan | -3/+3 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -3/+3 |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | -1/+10 |
2010-02-10 | preserve labels after an edit action is aborted; extending the menu | okan | -6/+6 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+10 |
2009-12-15 | pull these headers only into files that need them. | okan | -1/+2 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+1 |