IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
70f1880f 2011-12-14 17:00:08 regen
8806bce9 2011-12-10 15:02:12 Set grep and tar programs in config.site to force configure to find the system ones. Requested by espie@.
e329834e 2011-12-10 14:54:18 set CONFIG_SITE in configure's environment.
2ad0b272 2011-12-08 06:01:02 sync
6662f16d 2011-12-05 20:35:23 avoid pesky gcc warnings due to missing eol okay matthieu@
e40bd9f5 2011-12-03 15:36:21 Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here).
f8150aa1 2011-12-03 14:09:42 update
4b586ef4 2011-12-03 13:46:00 Restore ecdsa ssh keys support, lost in update to 1.1.11. Noticed by jsg@
9fb6f6d3 2011-11-30 22:00:28 Ooops revert something that I didn't intend to commit. Sorry todd for the gratuitous set changes.
c1cb16c6 2011-11-30 21:35:48 sync
e1ab192e 2011-11-29 14:57:54 on alpha, remove optimization flags when compiling prog_execute.c to prevent an internal compiler error in gcc 4.2.1; ok matthieu@
b932741c 2011-11-29 12:41:53 Some files (used for generating other stuff) that I missed in the last commit. Oops.
1431ee95 2011-11-29 12:39:02 Update the intel driver to a more recent version based on more recent upsteam code. Backporting keeping UMS changes by me, some bugfixes from kettenis@. Has been in snapshots for a while, committed on request so we can be sure what people are running. This is a prerequesite for sandybridge support but has those chipsets disabled for now until the correct code has been added.
86e4fbcc 2011-11-28 23:49:59 Adding wheel emulation, ported from evdev(4) ok matthieu@
2d087d29 2011-11-28 23:15:21 Remove old headers (missing in previous update) ok matthieu@
9bf4ba3a 2011-11-28 23:13:11 Fixed incorrect condition (s/strcmp()/strcmp() == 0/) ok matthieu@
75d011a3 2011-11-23 21:07:12 Fix r200 libGL by linking with libdrm_radeon. tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@
b3645f01 2011-11-21 17:17:17 sync
579b32a9 2011-11-21 02:14:07 sync
2ab5928d 2011-11-19 14:18:29 update
2cba20c2 2011-11-19 13:22:56 regen
3917241c 2011-11-19 13:12:49 Replace WS_NOZMAP on WS_NOMAP. ok matthieu@
67a6690c 2011-11-19 13:09:16 Simplify middle button emulation code. ok matthieu@
d7335b6e 2011-11-19 13:05:33 Add check emulateMB.timeout >= 0. ok matthieu@
cb94a413 2011-11-19 12:59:55 ws_debug_level used only if defined DEBUG. ok matthieu@
df8922a1 2011-11-19 12:46:08 Using macros MODULETEARDOWNPROTO for prototype. ok matthieu@
15c39742 2011-11-19 12:42:57 config: upgrade to util-macros 1.8 for additional man page support Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS. It sets the SED env variable with an appropriate sed program path. Use Automake $() for variables in Makefile.am ok matthieu@
3734bac4 2011-11-19 12:36:16 Static atoms don't need to be initialized to 0. ok matthieu@
90da7d92 2011-11-19 12:28:10 Sync with code. ok matthieu@
976f735d 2011-11-19 11:32:45 Update to freetype 2.4.8. Security update fixing CVE-2011-3439
5fc00d6a 2011-11-18 00:16:57 fix long standing but wrt to DPMS kicking in and causing the program to run even if timeout was not specified. while im here simplify some code. matthieu@ ok
db0c239a 2011-11-16 21:18:14 Commit the last bit of freetype 2.4.6 which I previously hold back, since it changes the metrics of some TrueType fonts. Users of DejaVu at small sizes in xterm can use the 'scaleHeight' resource to restore the previous vertical spacing (with xterm 276 and later). Tested on a wide set of ports by ajachoutot@, naddy@, krw@ shadchin@.
9a810f9e 2011-11-16 21:14:25 Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@.
8b4d7800 2011-11-15 20:53:44 Update to xdm 1.1.11 plus a few patches from git master. patched to restore static greeter. Tested by shadchin@, jasper@
289590f6 2011-11-15 00:09:30 Merge patch from http://patchwork.freedesktop.org/patch/7707/, Xi: allow passive keygrabs on the XIAll(Master)Devices fake deviceslogin. Amongst other things, this fixes a regression that can be seen in media keys handling under gnome-settings-daemon. ok matthieu@
41e9e340 2011-11-13 22:34:37 Update for freetype 2.4.7.
a6de032a 2011-11-10 11:29:36 sync
6946fdba 2011-11-09 16:17:44 Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code. Also renamed wsInitProperty and wsSetProperty to wsInitCalibProperty and wsSetCalibProperty respectively. ok matthieu@
2800db42 2011-11-09 16:08:42 Simplify wsPreInit ok matthieu@
e6f2cf8c 2011-11-09 16:07:13 Ignore option Raw for mices. (was more noise than useful information) ok matthieu@
a86fa301 2011-11-09 16:04:50 Remove call xf86CollectInputOptions. It is useless if second arg is NULL. ok matthieu@
ebf79542 2011-11-08 12:57:44 Mapping scroll events: on 4 and 5 buttons (vertical scrolling) on 6 and 7 buttons (horizontal scrolling) This is do default xf86-input-mouse, xf86-input-evdev. Also sync manual page. ok matthieu@
25e80ee6 2011-11-08 12:55:26 Correct clean bit for scroll buttons plus small optimisation. ok matthieu@
9272c2f8 2011-11-08 12:53:14 Process only changed button ok matthieu@
4ad39eb2 2011-11-08 12:51:32 Fix memory leak ok matthieu@
35b66ec5 2011-11-07 18:42:32 Replace xf86FindOptionValue on xf86SetStrOption. If option set as "", then xf86FindOptionValue returns "", and xf86SetStrOption returns NULL. ok matthieu@
7fbf1ea7 2011-11-07 18:38:12 Small fix manual page ok matthieu@
c581ee87 2011-11-07 18:36:53 Remove code for ABI_XINPUT_VERSION < 12 ok matthieu@
3d54603d 2011-11-07 18:33:04 Replace xf86Msg on xf86IDrvMsg. The latter provides a standardised message format in the form of driver name: device name: message ok matthieu@
c45d1a0c 2011-11-06 22:00:14 Bring in full Changelog from xdm 1.1.9. For some reason this file was missing many entries.
e406f265 2011-11-06 21:35:46 Update to libpciaccess 0.12.1. Ok kettenis@, shadchin@
a8eeddbe 2011-11-06 16:20:27 Remove prototype wsChangeControl, this is missing in last change
a69bb414 2011-11-06 10:23:14 update
cfdb62bd 2011-11-06 10:21:06 Update to xf86-input-mouse 1.7.1. ok shadchin@
a396addc 2011-11-06 02:03:47 put snapdist in the correct location; as an option, not a bind; Tiago Cunha. ok oga@
5b8540ab 2011-11-05 17:27:35 sync
45d0f348 2011-11-05 15:11:23 sync
b0fa6c8d 2011-11-05 14:55:51 xalloc/xfree -> malloc/free and unifdef XFree86LOADER
6e6a33f5 2011-11-05 14:55:09 xalloc/xfree -> malloc/free
7d75c22b 2011-11-05 14:51:18 unifdef XFree86LOADER, this isn't optional anymore.
40c4e407 2011-11-05 14:40:51 Replace deprecated xalloc/xfree with malloc/free.
7a02c951 2011-11-05 14:32:44 Remove the temporarly hack for xserver post 1.9. In the process the xf86-input-citron driver is disconnected from the build since no one cared to update it for input drivers ABI version 12. Patches are welcome if someone still uses it.
fad3fc95 2011-11-05 14:18:04 Bring back ChangeLog
0e181385 2011-11-05 14:01:47 Update to xf86-input-joystick 1.6.0 for good now.
0dd14d82 2011-11-05 13:54:08 Update to xf86-input-penmount 1.5.0
6a9eba6b 2011-11-05 13:51:49 Update to xf86-input-mutouch 1.3.0
b5ad791d 2011-11-05 13:49:26 Update to xf86-input-hyperpen 1.4.1
4147ddea 2011-11-05 13:47:11 Update xf86-input-fpit to version 1.4.0
e4b75af7 2011-11-05 13:45:13 Update xf86-input-elographics to 1.3.0
4bd8172e 2011-11-05 13:42:40 Update xf86-input-void to 1.4.0
61a7d542 2011-11-05 13:32:40 Update to xserver 1.11.2
11e48bf1 2011-11-05 11:49:01 In make cleandir, force removal of config.status if it's left around after running make distclean.
714d54a9 2011-11-03 13:37:44 Fix Shift+Backspace ok sthen@, matthieu@
489b2ffc 2011-11-02 21:41:59 roff(7) include lines must be ".so man3/foo.3", not ".so foo.3", or the referenced file cannot be found. This got broken during the libXi 1.4.2 update. ok matthieu@
139ccc72 2011-11-02 20:57:07 Remove the imstt driver, which has not been linked to the build for 5 years, and escaped previous purges
b7c47e46 2011-10-31 18:36:06 Use -fPIC consistently with libmesa. fixes build on sparc.
4ce12a6f 2011-10-31 14:00:27 sync
84d60d9b 2011-10-31 14:00:14 Update to xinit 1.3.1
69d22764 2011-10-31 13:55:10 sync
25414d51 2011-10-31 13:54:39 Update to xdpyinfo 1.3.0
ec8a851f 2011-10-31 13:49:18 Update to sessreg 1.0.7
12dde70a 2011-10-30 10:14:50 Update to freetype 2.4.7. This moslty is a bug-fix release for CVE-2011-3256.
e9f704cc 2011-10-27 07:07:39 Fix previous, which left out C sources.
e455438c 2011-10-26 21:48:08 fix build on mips64. problem spotted by todd@.
a25491e7 2011-10-26 21:15:07 Remove extra white space at EOF
988e357f 2011-10-23 16:11:53 sync
07a908c5 2011-10-23 14:04:04 sync
753ca796 2011-10-23 13:59:38 Updated to Mesa 7.10.3
77b69b73 2011-10-23 13:57:36 Build system updates for Mesa 7.10.3
07171336 2011-10-23 13:37:25 Merge Mesa 7.10.3
ecd3bcae 2011-10-23 13:29:21 Import Mesa 7.10.3
c2175230 2011-10-20 06:48:36 Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@
a0575466 2011-10-18 14:58:36 Fix CVE-2011-4028: File disclosure vulnerability. use O_NOFOLLOW to open the existing lock file, so symbolic links aren't followed, thus avoid revealing if it point to an existing file. Note that xserver on OpenBSD isn't affected by CVE-2011-4029.
6f33ccac 2011-10-17 18:18:38 rename variable to reduce potential for name-space collision. bikesheding and ok oga@.
6d15c8ed 2011-10-16 17:54:07 Some cleanup: * remove trailing whitespace * remove odd pInfo->private = priv * remove wsChangeControl (not used) * remove useless actions in wsControlProc ok matthieu@
d8018cb6 2011-10-16 17:48:26 sync
77a85709 2011-10-16 17:18:56 Update to 2.4.1 ok jasper@, matthieu@
50946683 2011-10-16 10:31:11 sync
66bb8d02 2011-10-12 15:43:50 use xfree instead of free since strings is allocated with xmalloc; from dhill ok oga@
8dc6a657 2011-10-08 13:51:04 Remove paragraph about building using shadow link tree. It's not supported anymore.