Age | Commit message (Expand) | Author |
2012-07-08 | fix atom for setting WM_STATE. | Okan Demirmen |
2012-07-08 | fix atom for retrieving WM_STATE between re-exec's. | Okan Demirmen |
2012-07-08 | remove a redundant assignment and another one up. | Okan Demirmen |
2012-07-06 | querying for Xinerama should be done per display, not per screen, so | Okan Demirmen |
2012-07-06 | Add a couple examples of keybindings using keysyms, as discussed | David Coppa |
2012-07-05 | the display's width and height are updated after an XRandR event so we | 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 |
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 | 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 |