oga
|
b8e78047f2
|
Small manpage nit.
From Okan Demirmen, thanks!
|
2007-11-08 13:03:22 +00:00 |
|
oga
|
2651bb08ad
|
Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when
moving and resizing windows using the keyboard.
Future diffs might make this value configurable.
ok jasper@, todd@.
|
2007-11-07 22:02:04 +00:00 |
|
oga
|
d65837aad5
|
Document cwm's keybinding support. It was already there, but not in the manpage.
While I'm here add support for extra modifier keys.
"commit commit!" jasper@, ok todd@.
|
2007-11-07 22:00:26 +00:00 |
|
oga
|
7732ed6345
|
Add support to cwm for resizing the windows using Control-Meta-[hjkl].
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name).
ok jasper@, todd@.
|
2007-11-07 21:58:03 +00:00 |
|
espie
|
0615091c56
|
avoid hardcoding MAKE in various makefiles.
Fuck GNU and their idiot-proof configury that gets in our way each and
every time.
okay matthieu@
|
2007-11-05 16:51:37 +00:00 |
|
matthieu
|
a251167bed
|
sync
|
2007-10-28 06:54:12 +00:00 |
|
matthieu
|
3e42211f31
|
Rebuild the fontcache at the end of make install.
|
2007-10-27 20:01:23 +00:00 |
|
matthieu
|
b66e17dd2f
|
Add a '-c' option to fc-cache to do a chroot before (re)building the
font cache. Useful for builds with $DESTDIR set, to prepare a binary
distribution.
|
2007-10-27 20:00:20 +00:00 |
|
matthieu
|
a12489dbfe
|
Enable pixman on all architectures but sh (triggers a compiler error) in
preparation for xserver 1.4.
|
2007-10-27 19:57:48 +00:00 |
|
matthieu
|
3a2cb62ddc
|
libX11 now requires libXau and libXdmcp. Reflect this in imake configuration
so that ports still using imake build on architectures with static only
libs. Requested by mbalmer@.
|
2007-10-27 19:56:48 +00:00 |
|
matthieu
|
8f07cc07fd
|
Use buils/unix/ftsystem.c instead of the generic ANSI C one, which
doesn't set CLOSE_ON_EXEC on files descriptors opened by freetype.
Fixes a fd leak reported by kurt@. Tested by naddy@ and others.
|
2007-10-27 07:09:48 +00:00 |
|
todd
|
d3b0ed5c77
|
sync
|
2007-10-25 20:59:37 +00:00 |
|
todd
|
5338998ee7
|
sync
|
2007-10-24 03:27:51 +00:00 |
|
matthieu
|
2031f13b92
|
regen
|
2007-10-20 20:30:29 +00:00 |
|
matthieu
|
5223801460
|
force HAVE_GTK=no.
|
2007-10-20 20:30:06 +00:00 |
|
matthieu
|
08de65f206
|
Sync initial shared lib number with the one computed by libtool.
|
2007-10-20 20:24:01 +00:00 |
|
matthieu
|
8e86f70064
|
expat is now in base.
|
2007-10-20 12:52:04 +00:00 |
|
matthieu
|
a8a2c41542
|
expat is now in base, xmlwf in ports
|
2007-10-20 12:49:39 +00:00 |
|
matthieu
|
dba8087663
|
sync
|
2007-10-20 12:46:52 +00:00 |
|
matthieu
|
38811c7475
|
Don't build expat here anymore.
|
2007-10-20 12:36:29 +00:00 |
|
todd
|
8f27d591d2
|
sgi builds some basic xservers under xenocara
|
2007-10-18 19:35:09 +00:00 |
|
matthieu
|
dbd00c4776
|
From Aaron Plattner in X.Org git:
G80 bug #12637: Unwedge the hardware if the BIOS left it stuck.
Fixes Thinkpad R61 display lockup for niklas@ and espie@.
|
2007-10-15 20:13:05 +00:00 |
|
todd
|
0149fccb81
|
sync
|
2007-10-11 20:00:22 +00:00 |
|
todd
|
af6e32fc87
|
sync
|
2007-10-08 21:54:02 +00:00 |
|
matthieu
|
c86602f862
|
regen
|
2007-10-08 19:42:58 +00:00 |
|
matthieu
|
3594557781
|
Linuxism crept back in recent merge. Noticed by todd@
|
2007-10-08 19:38:03 +00:00 |
|
ian
|
877d86684f
|
wording
|
2007-10-07 16:56:21 +00:00 |
|
matthieu
|
bcf3c847e4
|
add the pixman library.
|
2007-10-03 21:25:49 +00:00 |
|
matthieu
|
eb3008a9ee
|
library is called libpixman-1 for some reason.
|
2007-10-03 20:58:49 +00:00 |
|
matthieu
|
eb1585bab0
|
- Add BSD makefile
- regen autotools files with OpenBSD tools.
|
2007-10-03 20:53:30 +00:00 |
|
matthieu
|
bd3d6b5e70
|
import pixman 0.9.5
|
2007-10-03 20:48:33 +00:00 |
|
matthieu
|
e0bf43a7e3
|
sync
|
2007-10-03 05:40:04 +00:00 |
|
matthieu
|
f0133a7a00
|
merge xfs 1.0.5. This version contains security fixes for heap overflow
and corruption vulnerabilites. CVE-2007-4568.
|
2007-10-02 19:21:11 +00:00 |
|
matthieu
|
e79e53bbfb
|
xfs 1.0.5
|
2007-10-02 19:15:44 +00:00 |
|
jasper
|
8974a1ab8d
|
When cycling, only the end of the window names will be printed if the
name is too long. so show the beginning instead.
from Pierre Riteau <pierre.riteau at free.fr>
"looks correct" matthieu@
|
2007-10-02 18:01:45 +00:00 |
|
matthieu
|
cb1740933f
|
merge xf86-video-nsc 2.8.3
|
2007-09-30 18:06:04 +00:00 |
|
matthieu
|
ee9e21cadf
|
xf86-video-nsc 2.8.3
|
2007-09-30 18:01:20 +00:00 |
|
matthieu
|
38f249e391
|
merge xf86-video-savage 2.1.3
|
2007-09-30 15:02:13 +00:00 |
|
matthieu
|
e5b75a59c1
|
xf86-video-savage 2.1.3
|
2007-09-30 14:57:19 +00:00 |
|
matthieu
|
8b96042c3c
|
merge xf86-video-nv 2.1.5
|
2007-09-30 14:24:14 +00:00 |
|
matthieu
|
a4146607a6
|
xf86-video-nv 2.1.5
|
2007-09-30 14:17:11 +00:00 |
|
matthieu
|
da60e93d5f
|
merge libXaw 1.0.4
|
2007-09-30 13:42:29 +00:00 |
|
matthieu
|
d46f1bdbe7
|
libXaw 1.0.4
|
2007-09-30 13:33:41 +00:00 |
|
matthieu
|
f67b0fcb58
|
sync
|
2007-09-30 11:54:11 +00:00 |
|
matthieu
|
5f86a80368
|
Merge libX11 1.1.3
bump major
|
2007-09-30 10:35:10 +00:00 |
|
matthieu
|
a72daf0a1a
|
libX11 1.1.3
|
2007-09-30 10:11:57 +00:00 |
|
matthieu
|
6e574b582f
|
merge libICE 1.0.4
|
2007-09-30 09:26:40 +00:00 |
|
matthieu
|
e51f0a8397
|
libICE 1.0.4
|
2007-09-30 09:23:08 +00:00 |
|
matthieu
|
a200e32164
|
merge xtrans 1.0.4
|
2007-09-30 09:12:03 +00:00 |
|
matthieu
|
521c91785b
|
xtrans 1.0.4
|
2007-09-30 08:56:08 +00:00 |
|