summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2012-11-07spacingOkan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan Demirmen
ok sthen@ on an older incarnation
2012-11-01try to clarify xprop(1) output, with respect to WM_CLASS, without goingOkan Demirmen
overboard; suggested idea by jmc
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
existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many
2012-10-29on reload, run each client through conf_client to pick up potentialOkan Demirmen
ignore and bwidth changes; also add a hack for existing maximized windows so they don't inherit a new bwidth. based on a diff from, and discussion with, Tiago Cunha.
2012-10-28clarify autogroup option; based on diffs from kspillner@acm.org withOkan Demirmen
feedback from jmc
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
max size and location; partially from a diff from Alexander Polakov.
2012-10-23Stop drawing when menu doesn't fit inside the screen; picked from aOkan Demirmen
larger diff from Alexander Polakov.
2012-10-07Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0Matthieu Herrb
since OpenBSD 2.4. There is something broken with XDM-AUTHORIZATION-1 and xcb (and also with IPv6) this is hurting when xdm is used on :1
2012-09-30remove utterly bogus tests and simplify.Marc Espie
fvwm was only building thanks to an unlikely series of accidents... okay matthieu@
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
ok matthieu@
2012-09-10be explicit in which key masks we allow during keypress and buttonpressOkan Demirmen
events; from Alexander Polakov - makes non-us layout reliable.
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
bwidth; this allows a client to be resized from a max state, which now gets treated like a non-max'd client. based on a diff that does part of this in a different way from Alexander Polakov.
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
ok matthieu@
2012-08-04If dbus is installed, start the daemon as part of the X session.Matthieu Herrb
That will help applications that depend on dbus beeing started. With ajacoutot@.
2012-07-22puffy 5.2Todd T. Fries
2012-07-18Further simplify Xinerama init and re-init on XRR events.Okan Demirmen
While testing for Xinerama during setup was done display-wide, each time XineramaQueryScreens() is called either in start-up or due to an XRR event, the library re-tests for the Xinerama extension anyway before moving on; so the initial test is redundant and allows another global to go away with one other change: always fill in sc->xinerama (and _no), regardless of the success of malloc in XineramaQueryScreens(), and use it to see if Xinerama dimensions exist when asked by client and/or menu code.
2012-07-16unify various max routines to match client placement and partially menu onesOkan Demirmen
when calculating screen dimensions.
2012-07-16check valueOkan Demirmen
2012-07-16move the HasXinerama check into screen_find_xinerama and simplify logic;Okan Demirmen
moves closer to logic in menu code.
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
various blocks that require understanding the screen geometry.
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
move chuck to display init; allows some shuffling to occur limiting screen_init_xinerama()'s scope while keeping order intact.
2012-07-06Add a couple examples of keybindings using keysyms, as discussedDavid Coppa
with okan@ and sthen@. OK okan@, sthen@
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen
don't need to pass down the new values to screen_update_geometry(); so just read the width/height values directly for both uses of screen_update_geometry(). prep for further changes in this area.
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
window manager didn't know if a client supported CLIENT_PROTO_DELETE and thus used a hammer, XKillClient. behaviour reported by Tim van der Molen.
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
separation between cwm and ewmh. seen by a few.
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
dummy one to use instead; allows us to not have to wait for menu_init(), so re-shuffle _NET_SUPPORTED slightly. ok sthen@
2012-05-16fix commentOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen
Alexander Polakov. ok sthen@
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymOkan Demirmen
ok sthen@
2012-05-15Update to xkbcomp 1.2.4Matthieu Herrb
2012-05-15Update to xmodmap 1.0.7Matthieu Herrb