Age | Commit message (Expand) | Author |
2012-11-16 | add some checks | Okan Demirmen |
2012-11-14 | variable name consistency; from Thomas Pfaff | Okan Demirmen |
2012-11-14 | tab-complete buglet fix: once exec_path is completed, allow for | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
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-10-07 | Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0 | Matthieu Herrb |
2012-09-30 | remove utterly bogus tests and simplify. | Marc Espie |
2012-09-12 | revert previous for now until a way to test more than a few encodings is found | Okan Demirmen |
2012-09-10 | remove scrotwm from fvwm restart menu. | 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-14 | Typo in warn() argument. Reported by Artturi Alm. Thanks. | Matthieu Herrb |
2012-08-07 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | Okan Demirmen |
2012-08-05 | Typo. From Pappe Kaugummi via jmc@. | Matthieu Herrb |
2012-08-05 | Indent with tabs like the rest of the script. | Antoine Jacoutot |
2012-08-04 | If dbus is installed, start the daemon as part of the X session. | Matthieu Herrb |
2012-07-22 | puffy 5.2 | Todd T. Fries |
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 |