matthieu
75e28f55c7
update to setxkbmap 1.1.0
2009-10-10 10:33:01 +00:00
matthieu
9fb099a14a
update to xbacklight 1.1.1
2009-10-10 10:22:10 +00:00
matthieu
aacbb9a89f
update to xfs 1.1.0.
2009-10-10 10:12:48 +00:00
matthieu
00e4302533
update to xmodmap 1.0.4
2009-10-10 09:47:10 +00:00
matthieu
72710be2d2
update to xset 1.1.0. tested by naddy@
2009-10-10 09:42:16 +00:00
matthieu
683b9ddb1b
Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.
2009-10-05 18:17:43 +00:00
matthieu
2e533db842
update to luit version 1.0.4.
2009-10-04 16:13:59 +00:00
matthieu
6dece721c7
Disable xtrap test clients. ok oga@
2009-10-04 15:01:49 +00:00
matthieu
80cf1b72ef
update to xrandr 1.3.2
2009-09-26 14:53:04 +00:00
matthieu
86728bc555
update to xmag 1.0.3
2009-09-26 14:49:36 +00:00
matthieu
bebee9da71
remove obsolete commands.
2009-09-26 14:45:03 +00:00
matthieu
614e0aa897
remove rstart, take #2 .
2009-09-26 14:44:02 +00:00
matthieu
2b5f2a1839
Remove rstart.
2009-09-26 14:42:30 +00:00
matthieu
909f263119
update to xclock 1.0.4
2009-09-26 14:35:39 +00:00
matthieu
6dad7ec690
update to xauth 1.0.4
2009-09-26 14:32:12 +00:00
matthieu
fc72d75df9
Update to bitmap 1.0.4
2009-09-26 14:06:18 +00:00
matthieu
da78e706dc
Update to bdftopcf 1.0.2
2009-09-26 14:04:52 +00:00
matthieu
d37cd34628
update to appres 1.0.2
2009-09-26 14:03:15 +00:00
oga
3bb2531f46
With Xinerama enabled, the borders of a maximized window will show up on
...
all adjacent screens. This patch hides the borders while the window is
maximized.
From Bertrand Janin; thanks!
ok okan@
2009-09-25 15:57:49 +00:00
sobrado
7c562918ba
libXt is built with /etc/X11/app-defaults as the default search path,
...
not /usr/X11R6/lib/X11/app-defaults.
ok matthieu@
2009-09-23 20:02:22 +00:00
sthen
6b50184426
Update to xterm 248, fixing several bugs including a regression with
...
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-19 00:03:36 +00:00
matthieu
23f548aa24
update to xterm 247, a small bug fix over version 246.
2009-09-05 16:06:57 +00:00
okan
d1b60130a8
re-introduce the intention of the change from rev 1.4 in menu.c here
...
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-05 16:06:15 +00:00
matthieu
3af530ab2b
update to xterm 246. Has been in snapshots for some time.
2009-09-05 15:58:09 +00:00
tobias
6e4f4540c2
style
...
ok oga
2009-09-05 14:10:11 +00:00
okan
c3064dbf27
unroll the CCTOSC macro; from Thomas Pfaff
...
ok oga@
2009-08-27 01:38:08 +00:00
okan
2f17ef273a
static; ok oga@
2009-08-25 12:05:11 +00:00
okan
1facf8e143
we are not doing access control here, so replace the "check if file is
...
executable" goo with access(2).
originally from jacekm@ long time ago.
"i can live with that" oga@
2009-08-25 02:02:59 +00:00
oga
1a74c54fd8
Reduce duplciation of code for checking modifiers in key/mouse bindings.
...
shaves a bunch of bytes.
ok okan@
2009-08-25 01:44:39 +00:00
oga
9924c77a57
Instead of calling conf_bind*() 50 gazillion times in a row, store an
...
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-25 01:42:05 +00:00
oga
78deb6c3b0
Instead of messing around everytime we do a resize, just clamp the
...
resize increments to a minimum of one, and use it unconditionally.
"you've convinced me, do it!" okan@
2009-08-25 01:32:40 +00:00
okan
30e985c9db
unroll macro; ok oga@
2009-08-25 01:26:09 +00:00
oga
081d2deacd
Add a keybinding to allow horizontal maximisation of a window (CMS-enter).
...
based on a diff by Thomas Pfaff; thanks!
ok okan@
2009-08-24 23:54:41 +00:00
okan
5111e27310
bring together gathering, calculating and applying of size hints;
...
additionally, respect aspect ratio hints.
ok oga@
2009-08-24 23:49:04 +00:00
oga
67c21c1d1a
Instead of having a function that just calls TAILQ_INIT on a global, use
...
TAILQ_HEAD_INITIALIZER() and drop the function.
ok okan@
2009-08-24 21:22:48 +00:00
oga
5407ee5608
instead of checking for flags in the client context, then removing them.
...
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-24 17:04:39 +00:00
okan
a75b749328
remove unnecessary Ar macros
...
ok jmc@
2009-08-08 17:27:51 +00:00
okan
fb65a7fcc0
remove unnecessary Dq macro; based on a diff from Martin Toft
...
feedback and ok jmc@, martynas@
2009-08-08 00:25:52 +00:00
matthieu
160be1ef33
Initialize ed.used_stdout at the beginning of do_extract() to avoid
...
reading uninitialized memory later.
Reported by Philip Guenther. Thanks.
2009-07-19 08:12:09 +00:00
oga
7230692acb
use fnmatch to glob the entries in the exec menu.
...
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-26 12:45:12 +00:00
todd
c4dd635c0a
puffy 4.6
2009-06-26 12:33:59 +00:00
okan
d893a97dee
static local functions and data; almost identical diff from Thomas Pfaff
...
ok oga@
2009-06-26 12:21:58 +00:00
okan
28840135ea
tidy up startup/init routines
...
ok oga@
2009-06-23 21:52:38 +00:00
okan
e61fd04310
compact a bit by condensing a few if-else's; from Thomas Pfaff
...
"go on then" oga@
2009-06-20 00:55:41 +00:00
okan
a7dfb91b88
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
...
place anyway, this makes things a bit more consistent; from Thomas Pfaff
ok oga@
2009-06-20 00:22:39 +00:00
okan
0230e26854
spacing
2009-06-20 00:19:56 +00:00
sobrado
9bc8348d66
`exec'' and
`ssh'' are lowercase.
...
ok martynas@
2009-06-19 10:43:49 +00:00
sobrado
2de9f26c1d
items on the first list should have full stops too.
...
ok martynas@
2009-06-18 20:44:40 +00:00
sobrado
b0a20e655b
the on-line manual should use the same notation for key bindings
...
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.
ok martynas@
2009-06-18 20:24:54 +00:00
okan
1183bd535d
remove unnecessary casts; from Thomas Pfaff
...
ok oga@
2009-06-17 13:08:37 +00:00