IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
0def8ce1 2011-07-24 13:05:47 Update to pixman 0.22.2. 0.22.0 was tested by many. 0.22.2 only add a few bug fixes. Note that on amd64 a recent ld.so is needed to avoid random bus errors.
24bf547e 2011-07-23 13:09:11 Clarify defines and make them not look like non-local ones; started by a small diff from Thomas Pfaff. ok oga@
3a0efc0c 2011-07-19 18:52:43 sync
f99cf4f7 2011-07-18 21:15:33 Fix for CVE-2011-0226 from Freetype git repository.
f6c615f0 2011-07-18 20:29:56 Update to freetype 2.4.5. Tested by many.
a8a33fb3 2011-07-17 13:53:00 fix bug "lock up" touchpad ( not allowing to move the pointer, or click ) ok matthieu@
be13f4d3 2011-07-17 13:08:38 Unifdef support for xinput ABI up to 10.
e4c257bc 2011-07-16 17:54:07 Remove an extra debugging printf that leaked in previous commit.
223f0b15 2011-07-16 17:51:30 Unifdef support for xinput ABI up to 10.
64adaaec 2011-07-16 17:50:41 Mention that this driver also supports ums(4), tweaks and white-space cleanups.
06beb28a 2011-07-16 17:32:24 Check if an input device has calibration data before accepting it as as candidate for calibration.
b67526b9 2011-07-16 17:30:17 Tweak and fix an unreadable sentence.
fc173459 2011-07-16 17:27:52 Add a '-c' option to keep the X cursor visible while calibrating.
6efadade 2011-07-16 17:21:41 White space cleanup.
651d3577 2011-07-14 12:33:19 Fix libpthread linkage OK matthieu@
df02d701 2011-07-14 11:39:53 correct spelling; from Alexander Polakov.
c1282342 2011-07-09 21:09:02 sync
b1e12912 2011-07-04 20:40:19 Fix transformation of events supplying only a valuator for the y-coordinate. ok matthieu@
394dd9fc 2011-07-04 20:27:57 A wscons keyboard type of zaurus should map to an XKB model of zaurus
3ba9f423 2011-07-04 19:49:01 Simplify zaurus xorg.conf now that input devices are auto-configured.
759486bc 2011-07-02 21:59:45 Revert update to xf86-input-joystick 1.6.0. This driver depends on xserver 1.10.
9d3ad247 2011-07-02 21:28:55 update
4f6a4267 2011-07-02 21:21:11 Update to libXi 1.4.3. This contains more doc fixes and a few more bug fixes.
d9324170 2011-07-02 21:14:36 Update to libXi 1.4.2. Tested by ajacoutot@, jasper@, krw@, shadchin@. I believe that the bugs spotted by krw@ are fixed in an upcoming inputproto update.
6b7dd51a 2011-07-02 21:03:42 Update to xf86-input-joystick 1.6.0
7d2cdbd9 2011-07-02 20:46:03 Update to libXrandr 1.3.2. Only documentation fixes and autotools changes.
83d116af 2011-07-02 20:41:33 Update to libXcursor 1.1.12. This is a bug fix release.
16ead336 2011-07-02 20:31:11 Update to resourceproto 1.2.0
643cb054 2011-07-01 14:28:40 sync
f8291790 2011-07-01 14:25:24 Update xkeyboard-config to 2.3 ok matthieu@, tested jasper@
a1bae26b 2011-06-29 20:00:23 Code to configure the xkb layout and options from wscons setup has moved to the X server wscons hotplug driver. Tested by many, ok oga@
a4d630d0 2011-06-29 19:57:45 regen
b6047701 2011-06-29 19:55:01 Introduce new autoconfiguration code for X input drivers, based on X hotplug framework.This also takes care of the configuration of the keyboard layout from the wscons layout that was hacked inside the keyboard driver. Tested by many, ok oga@.
5e7ee145 2011-06-28 08:18:49 spello
33023ff9 2011-06-27 12:46:54 UTF8-ify, from Alexander Polakov, but without setlocale(), after feedback from stsp@ - thanks! 'go for it' oga@
9eac3701 2011-06-25 13:37:05 warn if we can't parse the config file on start, just like we do on reload. part of a larger diff that was ok oga@
5f2753dc 2011-06-25 13:12:56 Since cwm(1) uses the same parser as others in src, document how comments and line extensions work. Taken from sthen@'s recent commit in src. ok sthen@
ea69802e 2011-06-24 16:58:01 sync
0fd446f0 2011-06-24 06:52:23 add 'normal' cursor and shuffle the others we use to make a bit more sense and to be slightly less un-expected. from Alexander Polakov. re-use 'normal' cursor now instead XC_hand1 for menu selection. i really wish X had real docs and made sense. ok on earlier diff with '?' removed (but it's back now) oga@
53fbeb4e 2011-06-24 06:09:26 New option to raise a client via the mouse (unbound by default); opposing action, lower, already exists and bound. Both keyboard mappings already exist. 'no opinion either way' oga@
ffa68ab4 2011-06-24 06:06:24 introduce a new config option to snap to the screen edge. 'snapdist' keyword taken from a diff from Sviatoslav Chagaev to do the same thing, but implemented in a completely way (based on some very old code from mk@). default set to 0, so no behavior change. ok oga@ (who would also like to take it further...)
c8003416 2011-06-24 06:01:47 re-do various bits of {,h,v}max for simplicity and less flag handling. as a bonus, flipping between various combinations of vmax+hmax provides a more predictable behavior. commitski oga@
5e2c6f5c 2011-06-24 05:58:51 replace the non-working check to see if another wm is running with a method that actually works. checking for icccm compliant wm's should also be done first, but that's another diff (noted by oga). ok oga@
c1530aea 2011-06-24 05:54:30 more nitems usage. ok oga@
2f0f43df 2011-06-24 05:51:25 re-order sweep draw so that we map into the client window after re-parenting; from Sviatoslav Chagaev. ok oga@
74252c7d 2011-06-24 05:45:57 struct XftFont already has height which we can use directly instead of calculating ourselves, so do so. ok oga@
08f0ea6d 2011-06-24 05:40:09 alter a few function returns and prototypes; found by lint. ok oga@
cfdfe3cd 2011-06-24 05:33:41 Correct extern declaration and while here, rename a variable to be pedantic. from Thomas Pfaff. ok oga@
209974b0 2011-06-24 05:30:42 collapse client and group {r,}cycle defines since they are really the same thing. ok oga@
2e88a2b0 2011-06-23 22:48:59 switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
8c4c507c 2011-06-14 11:47:33 Let fr.dvorak kbdtype select the bepo xkb layout. Tested by Manuel Giraud. Thanks.
0b4ee085 2011-06-11 08:38:35 xkeyboard-config is using "base" not "xorg" as default rules. While there remove references to the unmaintained PC98 settings.
5a5bdaa0 2011-06-07 20:44:19 update
3d3ed030 2011-06-07 19:21:06 Update to xterm 270. Tested by ajacoutot@, shadchin@, krw@ and jasper@
e1b77f91 2011-06-07 12:21:53 sync
9610058b 2011-06-07 06:33:41 Revert previous commit, not intended to be committed.
4f55bd08 2011-06-06 19:45:44 TOP is a too generic name for a Makefile variable. It may be present in users' enviroment to confirure top(1). Rename it to XKC_TOP. Problem noticed by naddy@.
d4641ab8 2011-06-03 20:06:03 update
325455ec 2011-06-03 16:00:37 sync
2dac430a 2011-06-02 19:47:33 Oops revert wip (using ports libtool) that wasn't meant to be committed.
d44ab100 2011-06-02 17:01:59 Switch XKB layouts to xkeyboard-config. Note: this moves xkb data files to /usr/X11R6/share/X11/xkb/ /etc/X11/xkb can be removed. Tested by many.
3c48ff5d 2011-06-02 13:40:13 Update to libXaw 1.0.9
ec1edf2e 2011-06-02 10:36:27 Fix previous.
26bb69ab 2011-06-01 18:58:31 bump xkeyboard-config, ill deal with it early next week..
5ef1aa03 2011-05-31 20:47:24 Update to xauth 1.0.6
11cd0877 2011-05-31 20:42:48 Update to iceauth 1.0.5
058b523f 2011-05-31 18:50:19 Remove MesaDemos contents. Not used by Xenocara builds anymore.
f587e92a 2011-05-31 03:26:58 sync
e7189c6b 2011-05-30 21:52:42 Now the kernel support has been commited we can enable r600 driver becaue the lack of kernel support won't break people trying to use gl. ok matthieu ages ago
3bde8a70 2011-05-30 20:57:54 update
8cc0378b 2011-05-30 20:52:47 Update to libX11 1.4.3 which was released during the 1.4.2 tests. Mostly churn in the doc build system, which is disabled on Xenocara for now.
d6643088 2011-05-30 20:48:00 those files were added by mistake. remove them
5a7270a2 2011-05-30 19:27:42 Update to libXext 1.3.0. Tested by ajacoutot@, jasper@ krw@, landry@, shadchin@ on various architectures. Bump major
857c658f 2011-05-30 19:19:29 Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@, shadchin@ on various architectures. Bump major.
89a8ad01 2011-05-30 10:52:57 If you do not have XkbOptions in xorg.conf, it is automatically set to "terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@
d4da5d37 2011-05-29 20:14:49 update
3d9ed322 2011-05-15 17:58:47 fix botched client and group cycle defines; noticed by Thomas Pfaff. "no cookie! fix it" - oga@
dc3d4074 2011-05-13 12:53:19 remove left over XSync; ok oga@
4fb00eca 2011-05-11 13:53:51 tag and comment cleanup; ok oga@
22bfa53a 2011-05-09 18:31:57 sync
aec35148 2011-05-08 10:38:13 fix xf86-input-ws on xserver 1.9 and earlier. <xorg-server.h> is needed to get the proper Xinput ABI definition from other headers.
ffcee74b 2011-05-08 09:27:57 Enable xf86-input-synaptics on i386 and amd64.
83ee52a2 2011-05-07 17:30:31 Add support new ioctl WSMOUSEIO_SETMODE. ok matthieu@
b1f11d8d 2011-05-07 17:15:37 introduce a new 'freeze' flag (CMS-f by default) which may be applied to any window, after which all move/resize requests will be ignored, essentially freezing the window in place. there's a possibility to merge this with the 'ignore' concept, pending on how ignore+freeze should behave (really more ewmh stuff), but punting for now since ponies are on the line. requested and tested by thib at k2k11 with ponies, unicorns and rainbows. 'save the unicorns' todd@, ok oga@
975f6d00 2011-05-07 13:13:04 update
02439753 2011-05-07 12:41:54 Update to xlsclients 1.1.2
dbccdef0 2011-05-07 08:47:55 Update to xf86-video-siliconmotion 1.7.5
a50e5961 2011-05-07 08:46:13 Update to xf86-video-vmware 11.0.3
9c27e339 2011-05-07 08:37:30 Update to xf86-video-chips 1.2.4
6c17fba1 2011-05-07 08:35:18 Update to xf86-input-acecad 1.5.0.
a1517de6 2011-05-06 19:39:44 On map, don't warp to windows that are marked as ignored. Requested by Christian Neukirchen last august. He provided a patch but the one I wrote was significantly simpler (1 - 2 + in the whole diff). makes sense to okan@.
28ba33af 2011-05-05 19:52:52 bump window resize back to 60hz. instead, we should not need to sync every time we move/resize a window, so remove XSync in both mouse move and resize events. tested by Brynet as well. ok oga@
800a9385 2011-05-05 16:40:37 re-org. ok oga@
d4b279e2 2011-05-05 15:32:24 make the menu window aware of xinerama info; this makes the menu stay within the current screen, like other cwm window placements and mutations (vmax/hmax/max) - from Sviatoslav Chagaev. ok oga@
53771075 2011-05-02 21:55:21 link libdrm_radeon so this actually can resolve symbols
269078d2 2011-05-02 21:52:34 Add libdrm_radeon needed for the r600 dri driver. Tested by myself and matthieu.
00c5cd66 2011-05-02 21:48:06 Choose the r600 driver for r600+ chipsets, not r300. This should stop the annoying errors for gl on r{6,7}00 chipsets. Support for GL on these cards is coming soon.
4aab434b 2011-05-01 15:48:20 Update libdrm_intel to that contained in libdrm 2.4.24. Needed for updates to the ddx and to stop mesa 7.9.2 crashing very fast. ok matthieu@
8d5ea2e2 2011-05-01 15:28:37 Copy glxinfo and glxgears sources from Mesa demos, since more recent Mesa releases don't ship MesaDemos anymore.
9c4d8dc4 2011-04-28 16:58:27 sync