Age | Commit message (Expand) | Author |
2012-05-16 | get rid of more stray lines/spaces | Okan Demirmen |
2012-05-16 | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | Okan Demirmen |
2012-05-16 | fix comment | Okan Demirmen |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | Okan Demirmen |
2012-05-16 | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | 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 |
2012-05-10 | wrap long lines; from Tiago Cunha. | Okan Demirmen |
2012-05-09 | fix section order: move AUTHORS below HISTORY; from Tiago Cunha | Okan Demirmen |
2012-05-07 | kill useless .Pp | Pascal Stumpf |
2011-12-29 | check if we're in the group already, else multiple calls to | Okan Demirmen |
2011-11-06 | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | Okan Demirmen |
2011-10-17 | rename variable to reduce potential for name-space collision. | Okan Demirmen |
2011-10-12 | use xfree instead of free since strings is allocated with xmalloc; from | Okan Demirmen |
2011-09-19 | move client to group (movetogroup) and hide client only if group is | Okan Demirmen |
2011-09-13 | fix spelling I keep getting wrong for some unknown reason; found by and | Okan Demirmen |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan Demirmen |
2011-09-13 | repair groupcycle (broke after cycle-in-group support added more flags); | Okan Demirmen |
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | Okan Demirmen |
2011-09-08 | allow menufg/menubg to be configurable; from Alexander Polakov. | Okan Demirmen |
2011-09-08 | reinit menu on reload; from Alexander Polakov. needed for catching | 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 | simplify color initialization. | Okan Demirmen |
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan Demirmen |
2011-09-03 | "defaultfont" is unclear (and confusing while reading code) when it also | Okan Demirmen |
2011-08-29 | zap unused macro. ok oga@ | Okan Demirmen |
2011-08-29 | restore mouse move via the keyboard, noticed by todd@. while the check | Okan Demirmen |
2011-08-22 | A while ago I wrote some code to not warp to ignored windows on map (rev | Owain Ainsworth |
2011-08-22 | revert r1.11 of parse.y and create logic in conf_setup instead to deal | Okan Demirmen |
2011-07-26 | Re-draw borders after reloading, not before; from Alexander Polakov. | Okan Demirmen |
2011-07-25 | use the menu border; from Alexander Polakov, but with the existing define. | 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-07-14 | correct spelling; from Alexander Polakov. | Okan Demirmen |
2011-06-27 | UTF8-ify, from Alexander Polakov, but without setlocale(), after | Okan Demirmen |
2011-06-25 | warn if we can't parse the config file on start, just like we do on reload. | Okan Demirmen |
2011-06-25 | Since cwm(1) uses the same parser as others in src, document how | Okan Demirmen |
2011-06-24 | add 'normal' cursor and shuffle the others we use to make a bit more | Okan Demirmen |
2011-06-24 | New option to raise a client via the mouse (unbound by default); | 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 | replace the non-working check to see if another wm is running with a | Okan Demirmen |
2011-06-24 | more nitems usage. | Okan Demirmen |
2011-06-24 | re-order sweep draw so that we map into the client window after | Okan Demirmen |
2011-06-24 | struct XftFont already has height which we can use directly instead of | Okan Demirmen |
2011-06-24 | alter a few function returns and prototypes; found by lint. | Okan Demirmen |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | Okan Demirmen |
2011-06-24 | collapse client and group {r,}cycle defines since they are really | Okan Demirmen |