Age | Commit message (Expand) | Author |
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 |
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | Okan Demirmen |
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | Okan Demirmen |
2012-12-17 | put a default known_hosts into conf | Okan Demirmen |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | Okan Demirmen |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | Okan Demirmen |
2012-11-07 | missing headers; from Thordur Bjornsson. | Okan Demirmen |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | Okan Demirmen |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | Okan Demirmen |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | Okan Demirmen |
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | Okan Demirmen |
2012-07-13 | convert xmax/ymax uses to view geometry. | Okan Demirmen |
2012-07-04 | assign and use screen ctx where appropriate and consistently. | Okan Demirmen |
2012-07-04 | use the screen ctx since we already have it assigned. | Okan Demirmen |
2011-08-29 | restore mouse move via the keyboard, noticed by todd@. while the check | Okan Demirmen |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | Okan Demirmen |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | Okan Demirmen |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | Okan Demirmen |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | Okan Demirmen |
2011-05-11 | tag and comment cleanup; ok oga@ | Okan Demirmen |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | Okan Demirmen |
2010-02-10 | preserve labels after an edit action is aborted; extending the menu | Okan Demirmen |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | Okan Demirmen |
2009-12-15 | pull these headers only into files that need them. | Okan Demirmen |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | Okan Demirmen |
2009-12-10 | finish unfucking the screen_ctx handling. | Owain Ainsworth |
2009-12-07 | we already have sc from the passed cc, so just used that instead. | Okan Demirmen |
2009-12-07 | be consistent | Okan Demirmen |
2009-11-28 | style (whitespaces) | Tobias Stoeckmann |
2009-09-05 | re-introduce the intention of the change from rev 1.4 in menu.c here | Okan Demirmen |
2009-08-25 | we are not doing access control here, so replace the "check if file is | Okan Demirmen |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth |
2009-06-20 | compact a bit by condensing a few if-else's; from Thomas Pfaff | Okan Demirmen |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | Okan Demirmen |
2009-05-17 | add a "movetogroup" function, which hides the current window from | Stuart Henderson |
2009-05-14 | Add a new command (currently no default keybindings for it), grouponly[1-9]. | Owain Ainsworth |
2009-02-07 | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | Martynas Venckus |