summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2012-07-04assign and use screen ctx where appropriate and consistently.Okan Demirmen
2012-07-04use the screen ctx since we already have it assigned.Okan Demirmen
2012-07-04fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theOkan Demirmen
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
2012-06-11Update to xinput 1.6.0Matthieu Herrb
2012-06-07Update to xterm 279. Tested by krw@, mpi@, shadchin@.Matthieu Herrb
2012-05-16get rid of more stray lines/spacesOkan Demirmen
2012-05-16instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aOkan Demirmen
2012-05-16fix commentOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen