Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-16 | sync | Alexandr Shadchin | |
2011-10-16 | Update to 2.4.1 | Alexandr Shadchin | |
ok jasper@, matthieu@ | |||
2011-10-16 | sync | Matthieu Herrb | |
2011-10-12 | use xfree instead of free since strings is allocated with xmalloc; from | Okan Demirmen | |
dhill ok oga@ | |||
2011-10-08 | Remove paragraph about building using shadow link tree. It's not | Matthieu Herrb | |
supported anymore. | |||
2011-10-07 | Merge from X.Org git: fix build for m68k architectures. | Matthieu Herrb | |
Problem reported and fix confirmed to work by Nick@. | |||
2011-10-05 | Update version information for libxcb. Pointed at by robert@ | Matthieu Herrb | |
2011-10-01 | sync | Matthieu Herrb | |
2011-10-01 | Fix an X server crash when starting GLX 1.3 apps; | Robert Nagy | |
https://bugs.freedesktop.org/show_bug.cgi?id=29091 ok matthieu@, oga@ | |||
2011-09-30 | Set user PATH from login.conf instead of hard-coded default. | Matthieu Herrb | |
prodded by ajacoutot@. Patch tweaks and ok millert@. | |||
2011-09-28 | Update to freetype 2.4.6. | Matthieu Herrb | |
For now, omit the patch to ttdriver.c that changes some font metrics and appearance of applications using TrueType fonts. Will revisit once the issue is solved. | |||
2011-09-23 | sync | Alexandr Shadchin | |
2011-09-23 | Update to xf86-input-synaptics 1.5.0. | Alexandr Shadchin | |
ok mpi@, matthieu@ | |||
2011-09-21 | Use the synaptics driver with ALPS touchpads | Martin Pieuchot | |
with and ok matthieu@ | |||
2011-09-19 | Sync with libX11/src/UIThrStubs: fix __pthread_once_stub() | Matthieu Herrb | |
2011-09-19 | Fix _Xthr_once_stub_() to call the init routine for each different id. | Matthieu Herrb | |
With tweaks from and ok ariane@ | |||
2011-09-19 | move client to group (movetogroup) and hide client only if group is | Okan Demirmen | |
already hidden (suggested behavior from Alexander Polakov). ok sthen oga | |||
2011-09-17 | regen | Matthieu Herrb | |
2011-09-17 | Remove last bits of having xkeyboard-config optional. | Matthieu Herrb | |
2011-09-17 | more robust solution for 'Kill X on Ctrl+Alt+Backspace on default' | Alexandr Shadchin | |
ok matthieu@ | |||
2011-09-17 | Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default' | Alexandr Shadchin | |
ok matthieu@ | |||
2011-09-17 | Update to xterm-275. Tested by jasper@. | Matthieu Herrb | |
2011-09-15 | remove old unused file | Alexandr Shadchin | |
ok matthieu@ | |||
2011-09-13 | sync | Matthieu Herrb | |
2011-09-13 | Update to xf86-video-geode 2.11.12. Tested on Alix 3C3. | Matthieu Herrb | |
2011-09-13 | Let the intel driver build with xserver >= 1.10. | Matthieu Herrb | |
Reminded by shadchin@ ok oga@ | |||
2011-09-13 | fix spelling I keep getting wrong for some unknown reason; found by and | Okan Demirmen | |
diff from Alexander Polakov. | |||
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan Demirmen | |
the group of the main application window; based on a diff from Alexander Polakov with CLIENT_IGNORE flag suggestion from oga@. ok oga@ | |||
2011-09-13 | repair groupcycle (broke after cycle-in-group support added more flags); | Okan Demirmen | |
found by and fix from Thomas Pfaff. ok oga@ | |||
2011-09-12 | sync | Todd T. Fries | |
2011-09-11 | sync | Matthieu Herrb | |
2011-09-11 | Update to dri2proto 2.6 | Matthieu Herrb | |
2011-09-11 | Update to glproto 1.4.14 | Matthieu Herrb | |
2011-09-11 | update to glproto 1.4.14. | Matthieu Herrb | |
2011-09-10 | Hack to make testing of newer Xserver versions easier. | Matthieu Herrb | |
The input driver ABI broke between xserver 1.9 and 1.10. Some drivers were updated to the new ABI without keeping compatibility So people testing Xserver 1.11 cant build the ones in xenocara until they are updated, but I don't want to break building from CVS. This is going away once xserver 1.11 and associated input drivers updates are committed | |||
2011-09-10 | regen | Matthieu Herrb | |
2011-09-10 | sync | Matthieu Herrb | |
2011-09-10 | Update to inputproto 2.0.2 | Matthieu Herrb | |
2011-09-10 | Update to libXt 1.1.1 | Matthieu Herrb | |
2011-09-10 | Update to libXfont 1.4.4 | Matthieu Herrb | |
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | Okan Demirmen | |
from me. ok oga@ | |||
2011-09-08 | allow menufg/menubg to be configurable; from Alexander Polakov. | Okan Demirmen | |
ok oga@ | |||
2011-09-08 | reinit menu on reload; from Alexander Polakov. needed for catching | Okan Demirmen | |
upcoming menu config changes. ok oga@ | |||
2011-09-05 | restore a comment and add another for clarity. | Okan Demirmen | |
2011-09-04 | Make flavours of maximisation additive. | Owain Ainsworth | |
i.e. horiz-max + vertmax = full maximisation. full - horiz = vertmax. etc. Martynas wrote something like this once, so I did okan, this version seems to finally deal with the corner cases. ok okan@. | |||
2011-09-03 | split off window hints from geometry so we don't need to carry them all | Okan Demirmen | |
around when dealing with {,h,v}max. same idea from oga. | |||
2011-09-03 | simplify color initialization. | Okan Demirmen | |
ok oga@ | |||
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan Demirmen | |
group as the active client (as opposed to all unhidden clients); from Alexander Polakov, with a tiny tweak requested by oga. ok oga@ | |||
2011-09-03 | "defaultfont" is unclear (and confusing while reading code) when it also | Okan Demirmen | |
applies to the user supplied font, so rename. ok oga@ | |||
2011-08-31 | unifdef support for xkeyboard-config. | Matthieu Herrb | |
I don't know why cvs didn't pick up this chunk. Noticed by okan@ |