| Commit message (Expand) | Author | Lines |
2013-04-03 | move XUngrabServer to the end of client_new() to avoid races where clients, | okan | -4/+4 |
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | -1/+119 |
2013-01-08 | teach screen_find_xinerama() about gap and adjust (simplify) callers; | okan | -23/+12 |
2013-01-07 | fix menu/client placement in panning setups; XineramaQueryScreens gives | okan | -1/+3 |
2013-01-06 | use cc->bwidth in client_vmax since we've yet to reset it (matches | okan | -2/+2 |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | okan | -3/+3 |
2013-01-04 | get rid of struct color | okan | -5/+5 |
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | okan | -9/+7 |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | okan | -65/+27 |
2013-01-02 | more variable consistency | okan | -21/+21 |
2013-01-02 | info->xine, for consistent variable names | okan | -8/+8 |
2013-01-01 | replace emptystring with strdup here as well so we know we are free'ing | okan | -7/+4 |
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | okan | -2/+2 |
2012-12-17 | cmap -> colormap in client_ctx | okan | -3/+3 |
2012-12-17 | replace client highlight with a client flag | okan | -5/+4 |
2012-12-17 | make client_mtf static | okan | -4/+3 |
2012-12-17 | current_client() returns _curcc, so use it where appropriate | okan | -7/+7 |
2012-11-09 | sort | okan | -2/+2 |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | -6/+6 |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | okan | -5/+10 |
2012-07-16 | unify various max routines to match client placement and partially menu ones | okan | -5/+14 |
2012-07-16 | move the HasXinerama check into screen_find_xinerama and simplify logic; | okan | -35/+26 |
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | okan | -52/+52 |
2012-07-13 | convert xmax/ymax uses to view geometry. | okan | -8/+8 |
2012-07-04 | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | okan | -2/+2 |
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | okan | -34/+14 |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | okan | -1/+13 |
2012-05-13 | altpersist->cycling to be more clear that this is for cycling mod | okan | -4/+4 |
2012-05-13 | knf, some from a diff from Tiago Cunha. | okan | -8/+10 |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | -1/+18 |
2011-09-05 | restore a comment and add another for clarity. | okan | -2/+6 |
2011-09-04 | Make flavours of maximisation additive. | oga | -66/+94 |
2011-09-03 | split off window hints from geometry so we don't need to carry them all | okan | -38/+38 |
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | -5/+6 |
2011-07-14 | correct spelling; from Alexander Polakov. | okan | -2/+2 |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | okan | -1/+30 |
2011-06-24 | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | -28/+15 |
2011-06-24 | alter a few function returns and prototypes; found by lint. | okan | -14/+7 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+1 |
2011-05-07 | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | -1/+19 |
2011-03-22 | if virt/horz un-maximizing, restore only the un-maximized axis | okan | -1/+6 |
2011-03-22 | while this piece deals with client argv's in a seemingly inefficient way | okan | -27/+1 |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | okan | -4/+4 |
2011-02-13 | if we are saving the pointer location for a specific client, make sure | okan | -1/+4 |
2010-05-22 | replace XFetchName() with something more intelligent which attempts to | okan | -4/+5 |
2010-04-11 | clean up a few xu_* functions to just accept what they need (Window). | okan | -4/+4 |
2010-02-02 | Honour program-specified window position in size hints when placing windows. | stsp | -2/+2 |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | okan | -21/+21 |
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/+3 |