Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-24 | merge xf86-input-keyboard 1.2.2 | Matthieu Herrb | |
2007-11-24 | merge xf86-input-mouse 1.2.3 | Matthieu Herrb | |
2007-11-24 | merge xserver 1.4, 1st pass | Matthieu Herrb | |
2007-11-24 | xf86-input-keyboard 1.2.2 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | Update to Mesa 7.0.1. For now only indirect GLX is enabled in libGL. | Matthieu Herrb | |
2007-11-24 | merge Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | enable xbacklight | Matthieu Herrb | |
2007-11-24 | BSD makefile plus regen autotools stuff | Matthieu Herrb | |
2007-11-24 | xbacklight 1.1 | Matthieu Herrb | |
2007-11-24 | merge libXi 1.1.3 | Matthieu Herrb | |
2007-11-24 | merge xrandr 1.2.2 | Matthieu Herrb | |
2007-11-24 | merge libXrandr 1.2.2 | Matthieu Herrb | |
2007-11-24 | libXrandr 1.2.2 | Matthieu Herrb | |
2007-11-24 | merge renderproto 0.9.3 back in | Matthieu Herrb | |
2007-11-24 | merge randrproto 1.2.1 | Matthieu Herrb | |
2007-11-24 | randrproto 1.2.1 | Matthieu Herrb | |
2007-11-24 | merge inputproto 1.4.2.1 | Matthieu Herrb | |
2007-11-24 | Don't hard-code sizeof(long) in ftconfig.h. Fixes 64bit architectures. | Matthieu Herrb | |
Problem noticed by sturm@. | |||
2007-11-24 | merge libXfont 1.3.1 | Matthieu Herrb | |
2007-11-24 | intel driver and mouse driver got new releases. | Matthieu Herrb | |
2007-11-19 | Make cwm default keybindings always exist. Additional keybindings now | Owain Ainsworth | |
overlap with the new ones, overriding them. Also a new "unmap" keyword in binding definitions now unmaps a binding without adding a new one. This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines their own bindings whilst wanting some of the defaults. Looked over, liked and ok todd@ | |||
2007-11-16 | fix a pasto: documentation/5639 from viq | Jason McIntyre | |
while i'm at it: - fix an .El botch up - kill trailing whitespace - new sentence, new line | |||
2007-11-13 | introduce conf_bindname() to drastically simplify conf.c | Todd T. Fries | |
really liked by oga@ | |||
2007-11-13 | enable pointer movement in cwm via C-<arrowkeys> | Todd T. Fries | |
looked over by oga@ | |||
2007-11-08 | Small manpage nit. | Owain Ainsworth | |
From Okan Demirmen, thanks! | |||
2007-11-07 | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | Owain Ainsworth | |
moving and resizing windows using the keyboard. Future diffs might make this value configurable. ok jasper@, todd@. | |||
2007-11-07 | Document cwm's keybinding support. It was already there, but not in the manpage. | Owain Ainsworth | |
While I'm here add support for extra modifier keys. "commit commit!" jasper@, ok todd@. | |||
2007-11-07 | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | Owain Ainsworth | |
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name). ok jasper@, todd@. | |||
2007-11-05 | avoid hardcoding MAKE in various makefiles. | Marc Espie | |
Fuck GNU and their idiot-proof configury that gets in our way each and every time. okay matthieu@ | |||
2007-10-28 | sync | Matthieu Herrb | |
2007-10-27 | Rebuild the fontcache at the end of make install. | Matthieu Herrb | |
2007-10-27 | Add a '-c' option to fc-cache to do a chroot before (re)building the | Matthieu Herrb | |
font cache. Useful for builds with $DESTDIR set, to prepare a binary distribution. | |||
2007-10-27 | Enable pixman on all architectures but sh (triggers a compiler error) in | Matthieu Herrb | |
preparation for xserver 1.4. | |||
2007-10-27 | libX11 now requires libXau and libXdmcp. Reflect this in imake configuration | Matthieu Herrb | |
so that ports still using imake build on architectures with static only libs. Requested by mbalmer@. | |||
2007-10-27 | Use buils/unix/ftsystem.c instead of the generic ANSI C one, which | Matthieu Herrb | |
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-25 | sync | Todd T. Fries | |
2007-10-24 | sync | Todd T. Fries | |
2007-10-20 | regen | Matthieu Herrb | |
2007-10-20 | force HAVE_GTK=no. | Matthieu Herrb | |
2007-10-20 | Sync initial shared lib number with the one computed by libtool. | Matthieu Herrb | |
2007-10-20 | expat is now in base. | Matthieu Herrb | |
2007-10-20 | expat is now in base, xmlwf in ports | Matthieu Herrb | |
2007-10-20 | sync | Matthieu Herrb | |
2007-10-20 | Don't build expat here anymore. | Matthieu Herrb | |
2007-10-18 | sgi builds some basic xservers under xenocara | Todd T. Fries | |
2007-10-15 | From Aaron Plattner in X.Org git: | Matthieu Herrb | |
G80 bug #12637: Unwedge the hardware if the BIOS left it stuck. Fixes Thinkpad R61 display lockup for niklas@ and espie@. |