summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-319-56/+17
* on reload, run each client through conf_client to pick up potentialokan2012-10-291-1/+6
* clarify autogroup option; based on diffs from kspillner@acm.org withokan2012-10-281-9/+17
* comment what this whole bit does, not just part of it.okan2012-10-231-2/+1
* add a height to struct menu and use it in the most obvious of places.okan2012-10-231-8/+10
* treat menu width the same as the height is treated when deciding itsokan2012-10-231-3/+5
* Stop drawing when menu doesn't fit inside the screen; picked from aokan2012-10-231-1/+6
* revert previous for now until a way to test more than a few encodings is foundokan2012-09-121-4/+4
* be explicit in which key masks we allow during keypress and buttonpressokan2012-09-101-4/+4
* replace with xu_getprop wrapper used everywhere else.okan2012-09-091-12/+6
* extend client_resize so that it can know when to reset max flags andokan2012-09-094-8/+13
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-072-21/+24
* Further simplify Xinerama init and re-init on XRR events.okan2012-07-182-20/+7
* unify various max routines to match client placement and partially menu onesokan2012-07-161-4/+13
* check valueokan2012-07-161-1/+1
* move the HasXinerama check into screen_find_xinerama and simplify logic;okan2012-07-162-34/+28
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-136-94/+89
* convert xmax/ymax uses to view geometry.okan2012-07-138-29/+24
* introduce screen "view" area and "work" area (gap applied) to simplifyokan2012-07-132-0/+19
* fix atom for setting WM_STATE.okan2012-07-081-1/+1
* fix atom for retrieving WM_STATE between re-exec's.okan2012-07-081-1/+1
* remove a redundant assignment and another one up.okan2012-07-081-2/+1
* querying for Xinerama should be done per display, not per screen, sookan2012-07-064-13/+12
* Add a couple examples of keybindings using keysyms, as discusseddcoppa2012-07-061-1/+5
* the display's width and height are updated after an XRandR event so weokan2012-07-054-7/+7
* assign and use screen ctx where appropriate and consistently.okan2012-07-042-21/+11
* use the screen ctx since we already have it assigned.okan2012-07-041-6/+6
* fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theokan2012-07-041-1/+1
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-036-158/+247
* get rid of more stray lines/spacesokan2012-05-162-4/+2
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-163-19/+26
* fix commentokan2012-05-161-2/+3
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-163-16/+23
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-164-8/+9
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-133-5/+5
* knf, some from a diff from Tiago Cunha.okan2012-05-134-10/+14
* wrap long lines; from Tiago Cunha.okan2012-05-101-2/+4
* fix section order: move AUTHORS below HISTORY; from Tiago Cunhaokan2012-05-091-11/+11
* kill useless .Pppascal2012-05-071-2/+1
* check if we're in the group already, else multiple calls tookan2011-12-291-1/+3
* put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-061-2/+4
* rename variable to reduce potential for name-space collision.okan2011-10-171-8/+8
* use xfree instead of free since strings is allocated with xmalloc; fromokan2011-10-121-1/+1
* move client to group (movetogroup) and hide client only if group isokan2011-09-191-1/+5
* fix spelling I keep getting wrong for some unknown reason; found by andokan2011-09-131-4/+4
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-133-0/+21
* repair groupcycle (broke after cycle-in-group support added more flags);okan2011-09-131-5/+5
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-086-6/+21
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-082-1/+18
* reinit menu on reload; from Alexander Polakov. needed for catchingokan2011-09-082-0/+5