Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-25 | Reduce white space diff with upstreams. No other change. | Matthieu Herrb | |
2015-10-23 | Don't enable 10-autohint.conf by default. It causes problems with | Christian 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-20 | Zap bogus RCS strings | David Coppa | |
2015-10-19 | sync | Stuart Henderson | |
2015-10-19 | bump freetype minor; the update adds new functions. spotted by naddy@, | Stuart Henderson | |
"Please go ahead and commit the minor bump" dcoppa@ | |||
2015-10-19 | sync (freetype-2.6.1) | David Coppa | |
2015-10-19 | Update to freetype-2.6.1 | David Coppa | |
OK matthieu@ Bulk build by naddy@, thanks! | |||
2015-10-17 | Don't automatically launch dbus as part of the default user sessions. | Matthieu Herrb | |
requested by deraadt@ no objection ajacoutot@ | |||
2015-10-01 | update | Matthieu Herrb | |
2015-10-01 | Update to pixman 0.32.8. | Matthieu Herrb | |
2015-09-30 | sync | Stuart Henderson | |
2015-09-30 | Crank minor for libxcb | David Coppa | |
ok matthieu@ | |||
2015-09-30 | Update to libxcb-1.11.1 | David Coppa | |
ok matthieu@ | |||
2009-05-22 | import libxcb 1.2 | Matthieu Herrb | |
2015-09-28 | Post xserver 1.17 cleanup | Matthieu Herrb | |
2015-09-28 | Post-xserver 1.17 cleanup. | Matthieu Herrb | |
2015-09-28 | Post xserver 1.17 cleanup. Remove now unused functions. | Matthieu Herrb | |
2015-09-28 | Update for xserver 1.17 | Matthieu Herrb | |
2015-09-28 | Patch for xserver 1.17. Missed in upgrade commit. | Matthieu Herrb | |
2015-09-23 | Only when mapping clients from an initial wm start or restart, query the | Okan 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-18 | sync | Stuart Henderson | |
2015-09-16 | update | Matthieu Herrb | |
2015-09-16 | xf86-video-modesetting is now part of xserver. | Matthieu Herrb | |
2015-09-16 | Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ | Matthieu Herrb | |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | Okan 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-17 | Import xf86-video-modesetting 0.6.0. | Matthieu Herrb | |
Requested by jsg@ and kettenis@ for KMS testing. | |||
2015-09-13 | sync; wsfb manual | Stuart Henderson | |
2015-09-10 | sync | Stuart Henderson | |
2015-09-07 | Build xf86-video-wsfb on amd64 and i386. Can be used by efifb now. | Matthieu Herrb | |
2015-09-06 | update | Matthieu Herrb | |
2015-09-05 | Update to xterm 320. Tested by jsg@ Thanks. | Matthieu Herrb | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |
2015-08-31 | sync | Theo de Raadt | |
2015-08-31 | sync | Theo de Raadt | |
2015-08-30 | sync | Theo de Raadt | |
2015-08-30 | Remove 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-29 | With the binutils got slot accounting fix, workaround it no longer needed | Matthieu Herrb | |
ok miod@ | |||
2015-08-29 | Read 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-28 | regen | Jonathan Gray | |
2015-08-28 | The libdrm autoconf test for atomics uses __sync_val_compare_and_swap with | Jonathan 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-28 | Lost fix from r1.112; add comment. | Okan Demirmen | |
Reported (again!) by Peter Kane. | |||
2015-08-28 | sync | Jonathan Gray | |
2015-08-27 | Mechanical change: group->gc | Okan Demirmen | |
2015-08-27 | Add consistent checks against NULL. | Okan Demirmen | |
2015-08-27 | Move 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-27 | Re-add lost chunk in group_cycle from r1.113. | Okan Demirmen | |
2015-08-25 | Further simplify _NET_WM_DESKTOP handling using new group_assign(). | Okan Demirmen | |
2015-08-25 | oops; remove left over debug print | Okan Demirmen | |
2015-08-25 | Allowing 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-25 | update | Matthieu Herrb | |