| Commit message (Expand) | Author | Age | Files | Lines |
* | cmap -> colormap in client_ctx | okan | 2012-12-17 | 1 | -2/+2 |
* | replace client highlight with a client flag | okan | 2012-12-17 | 1 | -4/+3 |
* | make client_mtf static | okan | 2012-12-17 | 1 | -3/+2 |
* | current_client() returns _curcc, so use it where appropriate | okan | 2012-12-17 | 1 | -6/+6 |
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 1 | -5/+5 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 1 | -4/+9 |
* | unify various max routines to match client placement and partially menu ones | okan | 2012-07-16 | 1 | -4/+13 |
* | move the HasXinerama check into screen_find_xinerama and simplify logic; | okan | 2012-07-16 | 1 | -34/+25 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | 1 | -51/+51 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 1 | -7/+7 |
* | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | okan | 2012-07-04 | 1 | -1/+1 |
* | re-implement atom handing; makes for a normalized and more consistent | okan | 2012-07-03 | 1 | -33/+13 |
* | cycle through other common cycling modifiers; based on a diff from | okan | 2012-05-16 | 1 | -0/+12 |
* | altpersist->cycling to be more clear that this is for cycling mod | okan | 2012-05-13 | 1 | -3/+3 |
* | knf, some from a diff from Tiago Cunha. | okan | 2012-05-13 | 1 | -7/+9 |
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | 1 | -0/+17 |
* | restore a comment and add another for clarity. | okan | 2011-09-05 | 1 | -1/+5 |
* | Make flavours of maximisation additive. | oga | 2011-09-04 | 1 | -65/+93 |
* | split off window hints from geometry so we don't need to carry them all | okan | 2011-09-03 | 1 | -37/+37 |
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | 1 | -4/+5 |
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | 1 | -1/+1 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -0/+29 |
* | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | 2011-06-24 | 1 | -27/+14 |
* | alter a few function returns and prototypes; found by lint. | okan | 2011-06-24 | 1 | -13/+6 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -1/+1 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | 1 | -0/+18 |
* | if virt/horz un-maximizing, restore only the un-maximized axis | okan | 2011-03-22 | 1 | -0/+5 |
* | while this piece deals with client argv's in a seemingly inefficient way | okan | 2011-03-22 | 1 | -26/+0 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | 1 | -3/+3 |
* | if we are saving the pointer location for a specific client, make sure | okan | 2011-02-13 | 1 | -0/+3 |
* | replace XFetchName() with something more intelligent which attempts to | okan | 2010-05-22 | 1 | -3/+4 |
* | clean up a few xu_* functions to just accept what they need (Window). | okan | 2010-04-11 | 1 | -3/+3 |
* | Honour program-specified window position in size hints when placing windows. | stsp | 2010-02-02 | 1 | -1/+1 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | 1 | -20/+20 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+9 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 1 | -0/+2 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -3/+1 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | 1 | -0/+23 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | 1 | -2/+19 |
* | style (whitespaces) | tobias | 2009-11-28 | 1 | -3/+3 |
* | With Xinerama enabled, the borders of a maximized window will show up on | oga | 2009-09-25 | 1 | -2/+7 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 1 | -11/+11 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | 1 | -4/+5 |
* | unroll macro; ok oga@ | okan | 2009-08-25 | 1 | -3/+3 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 1 | -3/+38 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 1 | -9/+91 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 1 | -6/+0 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | 1 | -2/+1 |