summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2012-11-16add some checksOkan Demirmen
2012-11-14variable name consistency; from Thomas PfaffOkan Demirmen
2012-11-14tab-complete buglet fix: once exec_path is completed, allow forOkan Demirmen
2012-11-09sortOkan Demirmen
2012-11-08fix some warnings; inspired by a diff from Thordur Bjornsson.Okan Demirmen
2012-11-07style nit; from Tiago Cunha.Okan Demirmen
2012-11-07add comment why we mouse unbind, just like kbdOkan Demirmen
2012-11-07now that we have FOREACH_SAFE queue macros, use them where appropriate;Okan Demirmen
2012-11-07plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.Okan Demirmen
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.Okan Demirmen
2012-11-07clarify windowname and windowclass values are pulled from the WM_CLASSOkan Demirmen
2012-11-07zap trailing spaceOkan Demirmen
2012-11-07missing headers; from Thordur Bjornsson.Okan Demirmen
2012-11-07spacingOkan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan Demirmen
2012-11-01try to clarify xprop(1) output, with respect to WM_CLASS, without goingOkan Demirmen
2012-10-31no longer a reason to carry conf_path in struct conf, so dice.Okan Demirmen
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theOkan Demirmen
2012-10-29on reload, run each client through conf_client to pick up potentialOkan Demirmen
2012-10-28clarify autogroup option; based on diffs from kspillner@acm.org withOkan Demirmen
2012-10-23comment what this whole bit does, not just part of it.Okan Demirmen
2012-10-23add a height to struct menu and use it in the most obvious of places.Okan Demirmen
2012-10-23treat menu width the same as the height is treated when deciding itsOkan Demirmen
2012-10-23Stop drawing when menu doesn't fit inside the screen; picked from aOkan Demirmen
2012-10-07Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0Matthieu Herrb
2012-09-30remove utterly bogus tests and simplify.Marc Espie
2012-09-12revert previous for now until a way to test more than a few encodings is foundOkan Demirmen
2012-09-10remove scrotwm from fvwm restart menu.Okan Demirmen
2012-09-10be explicit in which key masks we allow during keypress and buttonpressOkan Demirmen
2012-09-09replace with xu_getprop wrapper used everywhere else.Okan Demirmen
2012-09-09extend client_resize so that it can know when to reset max flags andOkan Demirmen
2012-08-14Typo in warn() argument. Reported by Artturi Alm. Thanks.Matthieu Herrb
2012-08-07support multibyte input to menu code; from Alexander Polakov with a tiny tweak.Okan Demirmen
2012-08-05Typo. From Pappe Kaugummi via jmc@.Matthieu Herrb
2012-08-05Indent with tabs like the rest of the script.Antoine Jacoutot
2012-08-04If dbus is installed, start the daemon as part of the X session.Matthieu Herrb
2012-07-22puffy 5.2Todd T. Fries
2012-07-18Further simplify Xinerama init and re-init on XRR events.Okan Demirmen
2012-07-16unify various max routines to match client placement and partially menu onesOkan Demirmen
2012-07-16check valueOkan Demirmen
2012-07-16move the HasXinerama check into screen_find_xinerama and simplify logic;Okan Demirmen
2012-07-13re-use geom struct in client_ctx (saved)geometry.Okan Demirmen
2012-07-13convert xmax/ymax uses to view geometry.Okan Demirmen
2012-07-13introduce screen "view" area and "work" area (gap applied) to simplifyOkan Demirmen
2012-07-08fix atom for setting WM_STATE.Okan Demirmen
2012-07-08fix atom for retrieving WM_STATE between re-exec's.Okan Demirmen
2012-07-08remove a redundant assignment and another one up.Okan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-06Add a couple examples of keybindings using keysyms, as discussedDavid Coppa
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen