Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-01 | Bump revision to 0.4.0 to match upstreams release just pushed. | Matthieu Herrb | |
2012-01-01 | Constify wsfb_open() argument. | Matthieu Herrb | |
2012-01-01 | white space cleanup, copyright update, autotools regen. | Matthieu Herrb | |
2011-12-29 | check if we're in the group already, else multiple calls to | Okan Demirmen | |
group_movetogroup() on one client will still increment nhidden if the group is hidden. found the hard way by Thomas Jeunet and fix from Alexander Polakov - thanks to both! ok oga@ | |||
2011-12-29 | add _X_EXPORT attribute to public symbols. | Matthieu Herrb | |
2011-12-29 | Revert stuff from my local tree which leaked in xserver 1.11.3 update. | Matthieu Herrb | |
2011-12-21 | Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration | Mark Kettenis | |
is completely absent, and playing video doesn't work yet. But support for "normal" 2D stuff is pretty solid and it is really nice to be able to use my laptop at the panel's native resolution and be able to suspend and resume the machine. tested by some | |||
2011-12-20 | update | Matthieu Herrb | |
2011-12-20 | Update to libXi 1.4.5. | Matthieu Herrb | |
2011-12-19 | update | Matthieu Herrb | |
2011-12-18 | Bugfix Update to xserver 1.11.3 | Matthieu Herrb | |
2011-12-17 | Update to libXi 1.4.4. | Matthieu Herrb | |
2011-12-17 | update | Matthieu Herrb | |
2011-12-15 | replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang. | Matthieu Herrb | |
ok kettenis@ | |||
2011-12-14 | regen | Matthieu Herrb | |
2011-12-10 | Set grep and tar programs in config.site to force configure to find | Matthieu Herrb | |
the system ones. Requested by espie@. | |||
2011-12-10 | set CONFIG_SITE in configure's environment. | Matthieu Herrb | |
2011-12-08 | sync | Todd T. Fries | |
2011-12-05 | avoid pesky gcc warnings due to missing eol | Marc Espie | |
okay matthieu@ | |||
2011-12-03 | Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt | Miod Vallat | |
the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here). | |||
2011-12-03 | update | Matthieu Herrb | |
2011-12-03 | Restore ecdsa ssh keys support, lost in update to 1.1.11. | Matthieu Herrb | |
Noticed by jsg@ | |||
2011-11-30 | Ooops revert something that I didn't intend to commit. | Matthieu Herrb | |
Sorry todd for the gratuitous set changes. | |||
2011-11-30 | sync | Todd T. Fries | |
2011-11-29 | on alpha, remove optimization flags when compiling prog_execute.c to | Christian Weisgerber | |
prevent an internal compiler error in gcc 4.2.1; ok matthieu@ | |||
2011-11-29 | Some files (used for generating other stuff) that I missed in the last commit. | Owain Ainsworth | |
Oops. | |||
2011-11-29 | Update the intel driver to a more recent version based on more recent | Owain Ainsworth | |
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. | |||
2011-11-28 | Adding wheel emulation, ported from evdev(4) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Remove old headers (missing in previous update) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Fixed incorrect condition (s/strcmp()/strcmp() == 0/) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-23 | Fix r200 libGL by linking with libdrm_radeon. | Owain Ainsworth | |
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@ | |||
2011-11-21 | sync | Todd T. Fries | |
2011-11-21 | sync | Todd T. Fries | |
2011-11-19 | update | Matthieu Herrb | |
2011-11-19 | regen | Alexandr Shadchin | |
2011-11-19 | Replace WS_NOZMAP on WS_NOMAP. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Simplify middle button emulation code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Add check emulateMB.timeout >= 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | ws_debug_level used only if defined DEBUG. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Using macros MODULETEARDOWNPROTO for prototype. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | config: upgrade to util-macros 1.8 for additional man page support | Alexandr Shadchin | |
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@ | |||
2011-11-19 | Static atoms don't need to be initialized to 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Sync with code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Update to freetype 2.4.8. Security update fixing CVE-2011-3439 | Matthieu Herrb | |
2011-11-18 | fix long standing but wrt to DPMS kicking in and causing the program to | Federico G. Schwindt | |
run even if timeout was not specified. while im here simplify some code. matthieu@ ok | |||
2011-11-16 | Commit the last bit of freetype 2.4.6 which I previously hold back, | Matthieu Herrb | |
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@. | |||
2011-11-16 | Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@. | Matthieu Herrb | |
2011-11-15 | Update to xdm 1.1.11 plus a few patches from git master. | Matthieu Herrb | |
patched to restore static greeter. Tested by shadchin@, jasper@ | |||
2011-11-15 | Merge patch from http://patchwork.freedesktop.org/patch/7707/, | Antoine Jacoutot | |
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@ | |||
2011-11-13 | Update for freetype 2.4.7. | Matthieu Herrb | |