summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-10Update to libXt 1.1.1Matthieu Herrb
2011-09-10Update to libXfont 1.4.4Matthieu Herrb
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
from me. ok oga@
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
ok oga@
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingOkan Demirmen
upcoming menu config changes. ok oga@
2011-09-05restore a comment and add another for clarity.Okan Demirmen
2011-09-04Make flavours of maximisation additive.Owain Ainsworth
i.e. horiz-max + vertmax = full maximisation. full - horiz = vertmax. etc. Martynas wrote something like this once, so I did okan, this version seems to finally deal with the corner cases. ok okan@.
2011-09-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
around when dealing with {,h,v}max. same idea from oga.
2011-09-03simplify color initialization.Okan Demirmen
ok oga@
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen
group as the active client (as opposed to all unhidden clients); from Alexander Polakov, with a tiny tweak requested by oga. ok oga@
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
applies to the user supplied font, so rename. ok oga@
2011-08-31unifdef support for xkeyboard-config.Matthieu Herrb
I don't know why cvs didn't pick up this chunk. Noticed by okan@
2011-08-30Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it.Matthieu Herrb
ok shadchin@
2011-08-29zap unused macro. ok oga@Okan Demirmen
2011-08-29restore mouse move via the keyboard, noticed by todd@. while the checkOkan Demirmen
for cc was wrong due to the fact that cc->sc is always filled in during the event, we don't even need it - just operate on the focused screen's root window regardless. ok todd@ oga@
2011-08-28updateMatthieu Herrb
2011-08-28Update DejaVu fonts to 2.33.Matthieu Herrb
2011-08-28Update to xterm 273. Tested by marco@, jasper@.Matthieu Herrb
2011-08-282 more .orig files added by mistake. Noticed by shadchin@. Thanks.Matthieu Herrb
2011-08-28updateMatthieu Herrb
2011-08-28Update to xset 1.2.2Matthieu Herrb
2011-08-28Update to xrandr 1.3.5Matthieu Herrb
2011-08-28Update to xprop 1.2.1Matthieu Herrb
2011-08-28Update to xman 1.1.2Matthieu Herrb
2011-08-28Update to xkbcomp 1.2.3Matthieu Herrb
2011-08-28Update to x11perf 1.5.4Matthieu Herrb
2011-08-28Oops. Didn't mean to add this file.Matthieu Herrb
2011-08-28Update to twm 1.0.7Matthieu Herrb
2011-08-28Update to smproxy 1.0.5Matthieu Herrb
2011-08-28Update to mkfontscale 1.0.9Matthieu Herrb
2011-08-27Update to libX11 1.4.4. Tested by ajacoutot@, shadchin@.Matthieu Herrb
2011-08-22A while ago I wrote some code to not warp to ignored windows on map (revOwain Ainsworth
1.52), not realising that the previous (less efficient) fix had already been commited (rev 1.50). Had this in my tree for ages to remove the previous code. Effectively reverts rev 1.50. ok okan@
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealOkan Demirmen
with the various scenarios of when to attempt a parse of the config, load defaults, and when to warn and/or exit. triggered by bogus warning first noticed by sobrado@. ok oga@
2011-08-21Fix default xkboptions settings here too.Matthieu Herrb
2011-08-21Fix initial xkb_options setting. Restores Ctrl+Alt+Backspace behaviour.Matthieu Herrb
Strange that no one reported it beeing broken.
2011-08-21Fix work serial mouse on X.Alexandr Shadchin
Tested by Kent <kent at ripco.com> ok matthieu@
2011-08-20Update to util-macros 1.15.0Matthieu Herrb
2011-08-20Update to x11proto 7.0.22.Matthieu Herrb
2011-08-20Remove warnings emitted when a device can't be opened. ThisMatthieu Herrb
is just noise and now happens while the X autoconfiguration code probes all /dev/wsmouse<n> devices. If the error matters, the driver will emit a proper error nevertheless.
2011-08-18Compile trace.c as well so that OPT_TRACE 1 actually works.Marco Peereboom
ok matthieu
2011-08-18syncMatthieu Herrb
2011-08-18Update to xterm 271. Tested by shadchin@ and ajacoutot@Matthieu Herrb
2011-08-11fix from matthieu@ as applied upstream for CVE-2011-2895Todd T. Fries
ok deraadt@
2011-08-04puffy 5.0Todd T. Fries
2011-07-26syncTodd T. Fries
2011-07-26Re-draw borders after reloading, not before; from Alexander Polakov.Okan Demirmen
ok oga@
2011-07-25use the menu border; from Alexander Polakov, but with the existing define.Okan Demirmen
ok oga@
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
the way with the cwm specific parts. ok oga@
2011-07-25syncTodd T. Fries
2011-07-24remove -mmmx from SSE2_FLAGS It's implied by -msse2 and is not inMatthieu Herrb
upstreams distrib. This was a silly attempt to fix the amd64 issues on my side.