summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-16syncAlexandr Shadchin
2011-10-16Update to 2.4.1Alexandr Shadchin
ok jasper@, matthieu@
2011-10-16syncMatthieu Herrb
2011-10-12use xfree instead of free since strings is allocated with xmalloc; fromOkan Demirmen
dhill ok oga@
2011-10-08Remove paragraph about building using shadow link tree. It's notMatthieu Herrb
supported anymore.
2011-10-07Merge from X.Org git: fix build for m68k architectures.Matthieu Herrb
Problem reported and fix confirmed to work by Nick@.
2011-10-05Update version information for libxcb. Pointed at by robert@Matthieu Herrb
2011-10-01syncMatthieu Herrb
2011-10-01Fix 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-30Set user PATH from login.conf instead of hard-coded default.Matthieu Herrb
prodded by ajacoutot@. Patch tweaks and ok millert@.
2011-09-28Update 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-23syncAlexandr Shadchin
2011-09-23Update to xf86-input-synaptics 1.5.0.Alexandr Shadchin
ok mpi@, matthieu@
2011-09-21Use the synaptics driver with ALPS touchpadsMartin Pieuchot
with and ok matthieu@
2011-09-19Sync with libX11/src/UIThrStubs: fix __pthread_once_stub()Matthieu Herrb
2011-09-19Fix _Xthr_once_stub_() to call the init routine for each different id.Matthieu Herrb
With tweaks from and ok ariane@
2011-09-19move client to group (movetogroup) and hide client only if group isOkan Demirmen
already hidden (suggested behavior from Alexander Polakov). ok sthen oga
2011-09-17regenMatthieu Herrb
2011-09-17Remove last bits of having xkeyboard-config optional.Matthieu Herrb
2011-09-17more robust solution for 'Kill X on Ctrl+Alt+Backspace on default'Alexandr Shadchin
ok matthieu@
2011-09-17Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default'Alexandr Shadchin
ok matthieu@
2011-09-17Update to xterm-275. Tested by jasper@.Matthieu Herrb
2011-09-15remove old unused fileAlexandr Shadchin
ok matthieu@
2011-09-13syncMatthieu Herrb
2011-09-13Update to xf86-video-geode 2.11.12. Tested on Alix 3C3.Matthieu Herrb
2011-09-13Let the intel driver build with xserver >= 1.10.Matthieu Herrb
Reminded by shadchin@ ok oga@
2011-09-13fix spelling I keep getting wrong for some unknown reason; found by andOkan Demirmen
diff from Alexander Polakov.
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan 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-13repair groupcycle (broke after cycle-in-group support added more flags);Okan Demirmen
found by and fix from Thomas Pfaff. ok oga@
2011-09-12syncTodd T. Fries
2011-09-11syncMatthieu Herrb
2011-09-11Update to dri2proto 2.6Matthieu Herrb
2011-09-11Update to glproto 1.4.14Matthieu Herrb
2011-09-11update to glproto 1.4.14.Matthieu Herrb
2011-09-10Hack 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-10regenMatthieu Herrb
2011-09-10syncMatthieu Herrb
2011-09-10Update to inputproto 2.0.2Matthieu Herrb
2011-09-10Update to libXt 1.1.1Matthieu Herrb
2011-09-10Update to libXfont 1.4.4Matthieu Herrb
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
from me. ok oga@
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
ok oga@
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingOkan Demirmen
upcoming menu config changes. ok oga@
2011-09-05restore a comment and add another for clarity.Okan Demirmen
2011-09-04Make 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-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
around when dealing with {,h,v}max. same idea from oga.
2011-09-03simplify color initialization.Okan Demirmen
ok oga@
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan 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 alsoOkan Demirmen
applies to the user supplied font, so rename. ok oga@
2011-08-31unifdef support for xkeyboard-config.Matthieu Herrb
I don't know why cvs didn't pick up this chunk. Noticed by okan@