Age | Commit message (Expand) | Author |
2012-11-08 | fix some warnings; inspired by a diff from Thordur Bjornsson. | Okan Demirmen |
2012-11-07 | style nit; from Tiago Cunha. | Okan Demirmen |
2012-11-07 | add comment why we mouse unbind, just like kbd | Okan Demirmen |
2012-11-07 | now that we have FOREACH_SAFE queue macros, use them where appropriate; | Okan Demirmen |
2012-11-07 | plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha. | Okan Demirmen |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | Okan Demirmen |
2012-11-07 | clarify windowname and windowclass values are pulled from the WM_CLASS | Okan Demirmen |
2012-11-07 | zap trailing space | Okan Demirmen |
2012-11-07 | missing headers; from Thordur Bjornsson. | Okan Demirmen |
2012-11-07 | spacing | Okan Demirmen |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | Okan Demirmen |
2012-11-01 | try to clarify xprop(1) output, with respect to WM_CLASS, without going | Okan Demirmen |
2012-10-31 | no longer a reason to carry conf_path in struct conf, so dice. | Okan Demirmen |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | Okan Demirmen |
2012-10-29 | on reload, run each client through conf_client to pick up potential | Okan Demirmen |
2012-10-28 | clarify autogroup option; based on diffs from kspillner@acm.org with | Okan Demirmen |
2012-10-23 | comment what this whole bit does, not just part of it. | Okan Demirmen |
2012-10-23 | add a height to struct menu and use it in the most obvious of places. | Okan Demirmen |
2012-10-23 | treat menu width the same as the height is treated when deciding its | Okan Demirmen |
2012-10-23 | Stop drawing when menu doesn't fit inside the screen; picked from a | Okan Demirmen |
2012-09-12 | revert previous for now until a way to test more than a few encodings is found | Okan Demirmen |
2012-09-10 | be explicit in which key masks we allow during keypress and buttonpress | Okan Demirmen |
2012-09-09 | replace with xu_getprop wrapper used everywhere else. | Okan Demirmen |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | Okan Demirmen |
2012-08-07 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | Okan Demirmen |
2012-07-18 | Further simplify Xinerama init and re-init on XRR events. | Okan Demirmen |
2012-07-16 | unify various max routines to match client placement and partially menu ones | Okan Demirmen |
2012-07-16 | check value | 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-13 | introduce screen "view" area and "work" area (gap applied) to simplify | Okan Demirmen |
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 |