summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-25Reduce white space diff with upstreams. No other change.Matthieu Herrb
2015-10-23Don't enable 10-autohint.conf by default. It causes problems withChristian Weisgerber
xterm -fa mono (underscores disappearing because the glyph exceeds the cell size), matthieu@ can't remember why he enabled it, and it's not enabled by default anywhere else. ok matthieu@
2015-10-20Zap bogus RCS stringsDavid Coppa
2015-10-19syncStuart Henderson
2015-10-19bump freetype minor; the update adds new functions. spotted by naddy@,Stuart Henderson
"Please go ahead and commit the minor bump" dcoppa@
2015-10-19sync (freetype-2.6.1)David Coppa
2015-10-19Update to freetype-2.6.1David Coppa
OK matthieu@ Bulk build by naddy@, thanks!
2015-10-17Don't automatically launch dbus as part of the default user sessions.Matthieu Herrb
requested by deraadt@ no objection ajacoutot@
2015-10-01updateMatthieu Herrb
2015-10-01Update to pixman 0.32.8.Matthieu Herrb
2015-09-30syncStuart Henderson
2015-09-30Crank minor for libxcbDavid Coppa
ok matthieu@
2015-09-30Update to libxcb-1.11.1David Coppa
ok matthieu@
2009-05-22import libxcb 1.2Matthieu Herrb
2015-09-28Post xserver 1.17 cleanupMatthieu Herrb
2015-09-28Post-xserver 1.17 cleanup.Matthieu Herrb
2015-09-28Post xserver 1.17 cleanup. Remove now unused functions.Matthieu Herrb
2015-09-28Update for xserver 1.17Matthieu Herrb
2015-09-28Patch for xserver 1.17. Missed in upgrade commit.Matthieu Herrb
2015-09-23Only when mapping clients from an initial wm start or restart, query theOkan Demirmen
pointer and if it matches the child window, activate it; new clients will not need to make this roundtrip to the server. Based on a patch from Preben Guldberg.
2015-09-18syncStuart Henderson
2015-09-16updateMatthieu Herrb
2015-09-16xf86-video-modesetting is now part of xserver.Matthieu Herrb
2015-09-16Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@Matthieu Herrb
2015-09-16On execwm, we should properly release resources before exec'ing into aOkan Demirmen
new window manager; so allow CWM_EXEC_WM to assign new wm to wm_argv and pass through cwm_status (now EXECWM) so that x_teardown() gets called before exec'ing the new window manager. Removes the need for a separate x_restart() now, using new wm_argv; and consolidates errno for execvp.
2013-01-17Import xf86-video-modesetting 0.6.0.Matthieu Herrb
Requested by jsg@ and kettenis@ for KMS testing.
2015-09-13sync; wsfb manualStuart Henderson
2015-09-10syncStuart Henderson
2015-09-07Build xf86-video-wsfb on amd64 and i386. Can be used by efifb now.Matthieu Herrb
2015-09-06updateMatthieu Herrb
2015-09-05Update to xterm 320. Tested by jsg@ Thanks.Matthieu Herrb
2006-11-26Importing xterm 216Matthieu Herrb
2015-08-31syncTheo de Raadt
2015-08-31syncTheo de Raadt
2015-08-30syncTheo de Raadt
2015-08-30Remove abuse of \/ which is not a slash but an italic correction;Ingo Schwarze
ok matthieu@, who will also push these fixes upstream (thanks).
2015-08-29With the binutils got slot accounting fix, workaround it no longer neededMatthieu Herrb
ok miod@
2015-08-29Read multiple events at once.Alexandr Shadchin
Before: Both drivers currently do one read(2) per event, but since we use a "sync" event we have a least two of them for ws(4) but more commonly 3 for ws(4) and 4 for synaptics(4). most of the code and ok mpi@
2015-08-28regenJonathan Gray
2015-08-28The libdrm autoconf test for atomics uses __sync_val_compare_and_swap withJonathan Gray
the address of a function argument which triggers a gcc ICE on sparc64 resulting in libdrm_radeon not being built as reported by naddy. kettenis pointed out that while other architectures probably spill the argument onto the stack this is likely not the case on register window architectures like SPARC and suggested passing a pointer as an argument instead which avoids the ICE and allows the drm libraries requiring atomics to build on sparc64 again. ok kettenis@ matthieu@
2015-08-28Lost fix from r1.112; add comment.Okan Demirmen
Reported (again!) by Peter Kane.
2015-08-28syncJonathan Gray
2015-08-27Mechanical change: group->gcOkan Demirmen
2015-08-27Add consistent checks against NULL.Okan Demirmen
2015-08-27Move client cycle grab/ungrab into a more relevant place; while here,Okan Demirmen
update comments about why we need to grab/ungrab the keyboard.
2015-08-27Re-add lost chunk in group_cycle from r1.113.Okan Demirmen
2015-08-25Further simplify _NET_WM_DESKTOP handling using new group_assign().Okan Demirmen
2015-08-25oops; remove left over debug printOkan Demirmen
2015-08-25Allowing sending a valid 'nogroup' (0) group_ctx to group_assign()Okan Demirmen
(since we init all groups), though assigning the client's group to NULL for 'sticky'; use this simplification in a few places (others to follow).
2015-08-25updateMatthieu Herrb