Age | Commit message (Expand) | Author |
2012-11-09 | sort | Okan Demirmen |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | Okan Demirmen |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | Okan Demirmen |
2012-07-16 | unify various max routines to match client placement and partially menu ones | Okan Demirmen |
2012-07-16 | move the HasXinerama check into screen_find_xinerama and simplify logic; | 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 | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | Okan Demirmen |
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | Okan Demirmen |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | Okan Demirmen |
2012-05-13 | altpersist->cycling to be more clear that this is for cycling mod | Okan Demirmen |
2012-05-13 | knf, some from a diff from Tiago Cunha. | Okan Demirmen |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan Demirmen |
2011-09-05 | restore a comment and add another for clarity. | Okan Demirmen |
2011-09-04 | Make flavours of maximisation additive. | Owain Ainsworth |
2011-09-03 | split off window hints from geometry so we don't need to carry them all | Okan Demirmen |
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan Demirmen |
2011-07-14 | correct spelling; from Alexander Polakov. | Okan Demirmen |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | Okan Demirmen |
2011-06-24 | re-do various bits of {,h,v}max for simplicity and less flag handling. | Okan Demirmen |
2011-06-24 | alter a few function returns and prototypes; found by lint. | 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 |
2011-03-22 | if virt/horz un-maximizing, restore only the un-maximized axis | Okan Demirmen |
2011-03-22 | while this piece deals with client argv's in a seemingly inefficient way | Okan Demirmen |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | Okan Demirmen |
2011-02-13 | if we are saving the pointer location for a specific client, make sure | Okan Demirmen |
2010-05-22 | replace XFetchName() with something more intelligent which attempts to | Okan Demirmen |
2010-04-11 | clean up a few xu_* functions to just accept what they need (Window). | Okan Demirmen |
2010-02-02 | Honour program-specified window position in size hints when placing windows. | Stefan Sperling |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | 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 | support _NET_CLIENT_LIST. | Owain Ainsworth |
2009-12-07 | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | Owain Ainsworth |
2009-11-28 | style (whitespaces) | Tobias Stoeckmann |
2009-09-25 | With Xinerama enabled, the borders of a maximized window will show up on | Owain Ainsworth |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | Okan Demirmen |
2009-08-25 | Instead of messing around everytime we do a resize, just clamp the | Owain Ainsworth |
2009-08-25 | unroll macro; ok oga@ | Okan Demirmen |
2009-08-24 | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | Owain Ainsworth |
2009-08-24 | bring together gathering, calculating and applying of size hints; | Okan Demirmen |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | Owain Ainsworth |
2009-08-24 | instead of checking for flags in the client context, then removing them. | Owain Ainsworth |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | Okan Demirmen |
2009-06-23 | tidy up startup/init routines | Okan Demirmen |
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 |