summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2013-10-20shuffleOkan Demirmen
2013-10-20wrap key ungrab like btn ungrab, for it'll be used againOkan Demirmen
2013-10-20revert 1.138 (WM_TAKE_FOCUS) for nowOkan Demirmen
2013-10-19Using xu_btn_ungrab() buttons during client_leave doesn't work (errorOkan Demirmen
BadValue) when the modifier is already AnyModifier . Instead alter xu_btn_ungrab() to ungrab AnyButton/AnyModifier and call it only when a client is coming into focus in client_setactive(), instead of iterating over ignore mods - matches how we handle key grabs.
2013-10-19I believe we redraw the border in too many cases; likely a leftover fromOkan Demirmen
the cc->pwin days - don't redraw on every unhide, resize, and mouse move/resize Expose event (note, all Expose events trigger a redraw anyway). Tested with some finicky X apps I could think of, though I'm sure others will find more - if so, and they 'lose' the border, please report!
2013-10-19For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, sendOkan Demirmen
a ClientMessage event.
2013-10-17a few err->errx since we don't have error messages here; from Tiago CunhaOkan Demirmen
2013-10-07trying parsing a XLFD string first, then by patternOkan Demirmen
2013-10-03unify type; no changeOkan Demirmen
2013-09-28Update to xman 1.1.3Matthieu Herrb
2013-09-14Update to xrdb 1.1.0Matthieu Herrb
2013-09-14Update to xmodmap 1.0.8Matthieu Herrb
2013-09-14Update to xlsclients 1.1.3Matthieu Herrb
2013-09-14Update to xkill 1.0.4Matthieu Herrb
2013-09-14Update to xinit 1.3.3Matthieu Herrb
2013-09-14Update to xclock 1.0.7Matthieu Herrb
2013-09-14Update to xclipboard 1.1.3Matthieu Herrb
2013-09-14Update to twm 1.0.8Matthieu Herrb
2006-11-26Importing from X.Org indiviual releasesMatthieu Herrb
2013-08-26Update to xterm 296. Sixel graphics disabled for now.Matthieu Herrb
2013-08-26revisit old program of mine, make it look a bit more like sysctl afterMarc Espie
simplifications. okay matthieu@
2013-08-18Fix format for 64 bits time_tMatthieu Herrb
2013-08-18Fix a number of merge issues accumulated over the yearsMatthieu Herrb
- INSTALL often got doubled by patch - empty AUTHORS files didn't get removed.
2013-08-17Update to xwd 1.0.6Matthieu Herrb
2013-08-17Fix one last warning about usage() format string.Matthieu Herrb
2013-08-17Update to xset 1.2.3Matthieu Herrb
2013-08-17Update to xprop 1.2.2Matthieu Herrb
2013-08-17Update to xload 1.1.2Matthieu Herrb
2013-08-17Update to xload 1.1.2Matthieu Herrb
2013-08-13Update to xfwp 1.0.3Matthieu Herrb
2013-08-13Update to iceauth 1.0.6Matthieu Herrb
2013-08-04Remove a debug #error directive that shouldn't have leaked here.Matthieu Herrb
2013-07-22puffy 5.4Todd T. Fries
2013-07-21Remove Modules that are not linked to the build for license issues.Matthieu Herrb
2013-07-21Update to xfontsel 1.0.5Matthieu Herrb
2013-07-21Update to mkfontscale 1.1.1Matthieu Herrb
2013-07-21Update to xfd 1.1.2xMatthieu Herrb
2013-07-21Update to xhost 1.0.6Matthieu Herrb
2013-07-21Update to xrandr 1.4.1Matthieu Herrb
2013-07-21Update to xconsole 1.0.6Matthieu Herrb
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2013-07-16we no longer need to construct an array for _NET_SUPPORTED.Okan Demirmen
2013-07-16don't need the size hereOkan Demirmen
2013-07-16max -> nitemsOkan Demirmen
2013-07-15shuffle down protoypesOkan Demirmen
2013-07-15collapse linesOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
for gathering Atoms.
2013-07-14Don't try to use grantpt() on OpenBSD. It causes crashes.Matthieu Herrb
Problem reported by Jan Stary and Marcus Merighi, analysed by guenther@, configure.ac patch by me.
2013-07-10bring buttonpress and keypress event handlers slightly closer togetherOkan Demirmen
2013-07-10type fixesOkan Demirmen