summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2009-10-23update to xcmsdb 1.0.2Matthieu Herrb
2009-10-23update to xclipboard 1.1.0Matthieu Herrb
2009-10-23update to x11perf 1.5.1Matthieu Herrb
2009-10-23really update to smproxy 1.0.3.Matthieu Herrb
(previous commit was done without updating anything)
2009-10-23update to smproxy 1.0.3Matthieu Herrb
2009-10-23update to mkfontdir 1.0.5Matthieu Herrb
2009-10-23update to mkfontscale 1.0.7Matthieu Herrb
2009-10-23update to iceauth 1.0.3Matthieu Herrb
2009-10-13use openpty(3) to grab a pseudo-tty, patterned after xterm; ok matthieu@Christian Weisgerber
2009-10-10update to setxkbmap 1.1.0Matthieu Herrb
2009-10-10update to xbacklight 1.1.1Matthieu Herrb
2009-10-10update to xfs 1.1.0.Matthieu Herrb
2009-10-10update to xmodmap 1.0.4Matthieu Herrb
2009-10-10update to xset 1.1.0. tested by naddy@Matthieu Herrb
2009-10-05Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.Matthieu Herrb
2009-10-04update to luit version 1.0.4.Matthieu Herrb
2009-10-04Disable xtrap test clients. ok oga@Matthieu Herrb
2009-09-26update to xrandr 1.3.2Matthieu Herrb
2009-09-26update to xmag 1.0.3Matthieu Herrb
2009-09-26remove obsolete commands.Matthieu Herrb
2009-09-26remove rstart, take #2.Matthieu Herrb
2009-09-26Remove rstart.Matthieu Herrb
2009-09-26update to xclock 1.0.4Matthieu Herrb
2009-09-26update to xauth 1.0.4Matthieu Herrb
2009-09-26Update to bitmap 1.0.4Matthieu Herrb
2009-09-26Update to bdftopcf 1.0.2Matthieu Herrb
2009-09-26update to appres 1.0.2Matthieu Herrb
2009-09-25With Xinerama enabled, the borders of a maximized window will show up onOwain Ainsworth
all adjacent screens. This patch hides the borders while the window is maximized. From Bertrand Janin; thanks! ok okan@
2009-09-23libXt is built with /etc/X11/app-defaults as the default search path,Igor Sobrado
not /usr/X11R6/lib/X11/app-defaults. ok matthieu@
2009-09-19Update to xterm 248, fixing several bugs including a regression withStuart Henderson
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-05update to xterm 247, a small bug fix over version 246.Matthieu Herrb
2009-09-05re-introduce the intention of the change from rev 1.4 in menu.c hereOkan Demirmen
instead, by moving the check for '\0' to only the places that it matters. hint and 50% of the diff from oga@, prodded by todd@ ok oga@
2009-09-05update to xterm 246. Has been in snapshots for some time.Matthieu Herrb
2009-09-05styleTobias Stoeckmann
ok oga
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
ok oga@
2009-08-25static; ok oga@Okan Demirmen
2009-08-25we are not doing access control here, so replace the "check if file isOkan Demirmen
executable" goo with access(2). originally from jacekm@ long time ago. "i can live with that" oga@
2009-08-25Reduce duplciation of code for checking modifiers in key/mouse bindings.Owain Ainsworth
shaves a bunch of bytes. ok okan@
2009-08-25Instead of calling conf_bind*() 50 gazillion times in a row, store anOwain Ainsworth
array with all the parameters in and just loop over that to setup the default keybindings - it's so much easier to read. okan@ "love love love"ed this
2009-08-25Instead of messing around everytime we do a resize, just clamp theOwain Ainsworth
resize increments to a minimum of one, and use it unconditionally. "you've convinced me, do it!" okan@
2009-08-25unroll macro; ok oga@Okan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
based on a diff by Thomas Pfaff; thanks! ok okan@
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
additionally, respect aspect ratio hints. ok oga@
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useOwain Ainsworth
TAILQ_HEAD_INITIALIZER() and drop the function. ok okan@
2009-08-24instead of checking for flags in the client context, then removing them.Owain Ainsworth
e.g.: if (flags & flags_we_care_about) flags &= ~(flags_we_care_about); just whack the flags unconditionally, it's simpler. okan@ agrees.
2009-08-08remove unnecessary Ar macrosOkan Demirmen
ok jmc@
2009-08-08remove unnecessary Dq macro; based on a diff from Martin ToftOkan Demirmen
feedback and ok jmc@, martynas@
2009-07-19Initialize ed.used_stdout at the beginning of do_extract() to avoidMatthieu Herrb
reading uninitialized memory later. Reported by Philip Guenther. Thanks.
2009-06-26use fnmatch to glob the entries in the exec menu.Owain Ainsworth
allows shell globbing constructs such as *ctl, etc in the exec menu (m-? by default). Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as me when reworking it, and oked this one.
2009-06-26puffy 4.6Todd T. Fries