Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f3fdd101 | 2015-10-20 08:10:21 | Zap bogus RCS strings | ||
| b56c9347 | 2015-10-19 12:25:21 | sync | ||
| b8f08254 | 2015-10-19 12:23:39 | bump freetype minor; the update adds new functions. spotted by naddy@, "Please go ahead and commit the minor bump" dcoppa@ | ||
| ec58612e | 2015-10-19 07:53:27 | sync (freetype-2.6.1) | ||
| 45d32bf5 | 2015-10-19 07:51:34 | Update to freetype-2.6.1 OK matthieu@ Bulk build by naddy@, thanks! | ||
| 33d107bf | 2015-10-17 08:25:11 | Don't automatically launch dbus as part of the default user sessions. requested by deraadt@ no objection ajacoutot@ | ||
| 459538fd | 2015-10-01 06:22:19 | update | ||
| 4aca9982 | 2015-10-01 06:21:38 | Update to pixman 0.32.8. | ||
| f05288b6 | 2015-09-30 19:57:59 | sync | ||
| 50d60107 | 2015-09-30 09:14:26 | Crank minor for libxcb ok matthieu@ | ||
| ad21a167 | 2015-09-30 09:13:41 | Update to libxcb-1.11.1 ok matthieu@ | ||
| e957e255 | 2015-09-28 07:14:00 | Post xserver 1.17 cleanup | ||
| 5f3337ae | 2015-09-28 06:20:25 | Post-xserver 1.17 cleanup. | ||
| 1867e4b0 | 2015-09-28 06:00:47 | Post xserver 1.17 cleanup. Remove now unused functions. | ||
| 11ed0dd9 | 2015-09-28 05:59:26 | Update for xserver 1.17 | ||
| 7c1233b0 | 2015-09-28 05:53:20 | Patch for xserver 1.17. Missed in upgrade commit. | ||
| afa59e56 | 2015-09-23 14:09:40 | Only when mapping clients from an initial wm start or restart, query the 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. | ||
| 06ffd1a6 | 2015-09-18 13:00:48 | sync | ||
| 7386be09 | 2015-09-16 19:25:58 | update | ||
| f2c5cda0 | 2015-09-16 19:19:28 | xf86-video-modesetting is now part of xserver. | ||
| 86ea9f12 | 2015-09-16 19:10:19 | Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ | ||
| c10cac3b | 2015-09-16 17:58:25 | On execwm, we should properly release resources before exec'ing into a 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. | ||
| 90da4584 | 2015-09-13 13:50:18 | sync; wsfb manual | ||
| 72582b4c | 2015-09-10 09:10:19 | sync | ||
| ef8ae69c | 2015-09-07 21:26:01 | Build xf86-video-wsfb on amd64 and i386. Can be used by efifb now. | ||
| 78bbf890 | 2015-09-06 12:09:54 | update | ||
| 94323bce | 2015-09-05 14:11:45 | Update to xterm 320. Tested by jsg@ Thanks. | ||
| da62e3d7 | 2015-08-31 14:35:30 | sync | ||
| 9e691e1e | 2015-08-31 05:24:39 | sync | ||
| eac40bbe | 2015-08-30 18:29:21 | sync | ||
| 0a779e42 | 2015-08-30 13:32:02 | Remove abuse of \/ which is not a slash but an italic correction; ok matthieu@, who will also push these fixes upstream (thanks). | ||
| 4d7af2a4 | 2015-08-29 17:49:14 | With the binutils got slot accounting fix, workaround it no longer needed ok miod@ | ||
| d1fc35bb | 2015-08-29 08:48:28 | Read multiple events at once. 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@ | ||
| a74e8629 | 2015-08-28 14:25:40 | regen | ||
| 06524d56 | 2015-08-28 14:25:03 | The libdrm autoconf test for atomics uses __sync_val_compare_and_swap with 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@ | ||
| ae8386de | 2015-08-28 12:07:28 | Lost fix from r1.112; add comment. Reported (again!) by Peter Kane. | ||
| 8eafc72c | 2015-08-28 02:12:35 | sync | ||
| cc66816c | 2015-08-27 18:53:14 | Mechanical change: group->gc | ||
| 72c4ff32 | 2015-08-27 18:42:56 | Add consistent checks against NULL. | ||
| db9c5cf1 | 2015-08-27 18:40:09 | Move client cycle grab/ungrab into a more relevant place; while here, update comments about why we need to grab/ungrab the keyboard. | ||
| 87e21816 | 2015-08-27 17:43:44 | Re-add lost chunk in group_cycle from r1.113. | ||
| b4a6817d | 2015-08-25 20:35:49 | Further simplify _NET_WM_DESKTOP handling using new group_assign(). | ||
| ef6308a4 | 2015-08-25 19:52:02 | oops; remove left over debug print | ||
| 5c680bcc | 2015-08-25 19:49:19 | Allowing sending a valid 'nogroup' (0) group_ctx to group_assign() (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). | ||
| d5faaae2 | 2015-08-25 19:07:13 | update | ||
| 66a2bc1f | 2015-08-25 18:29:10 | Split out sticky mode checks and the restoring of a client's group and _NET_WM_DESKTOP from the config-based auto-grouping; no (intentional) behavior changes. Needed for further work in cleaning up this area. | ||
| 4a7c085f | 2015-08-24 18:50:20 | sync | ||
| e935b635 | 2015-08-24 17:07:34 | sync | ||
| ee0c4ddc | 2015-08-24 15:42:57 | Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but bottom-to-top order, as per spec (notified Thomas as well). | ||
| 555cb59f | 2015-08-24 14:57:19 | Don't allow freeze operations on fullscreen (consistent with what fullscreen does). | ||
| 6752f431 | 2015-08-24 14:56:10 | Sort _NET_WM_STATE Atoms like the spec. | ||
| a4a697e9 | 2015-08-24 11:21:15 | sync | ||
| 3202498a | 2015-08-24 10:41:21 | /usr/share/sysmerge -> /var/sysmerge requested by several discussed with deraadt@ | ||
| 818b86d0 | 2015-08-23 18:50:33 | do checkflist like base -- meaning, don't do it automatically. | ||
| 9dfd5012 | 2015-08-23 18:47:41 | sync | ||
| 35f989ce | 2015-08-23 18:42:51 | Update to xf86-video-geode 2.11.17 Add compatibility with xserver 1.17, but on OpenBSD I had to disable reading of the 'XpressROM' that is used for directly connected panels. | ||
| 7f9fd3b1 | 2015-08-23 17:53:51 | Merge upstream commit to support xserver 1.17 | ||
| 1bb24e34 | 2015-08-23 17:44:33 | Merge from upstreams in preparation for xserver 1.17 | ||
| 4652b3c8 | 2015-08-23 17:43:11 | Merge from upstreams in preparation for xserver 1.17 | ||
| c9ee5288 | 2015-08-23 17:42:17 | Merge from upstreams in preparation for xserver 1.17 | ||
| f3bbc4bb | 2015-08-23 17:40:49 | Prepare for xserver 1.17 | ||
| ecf67af7 | 2015-08-23 17:39:52 | Merge from upstreams: Prepare for xserver 1.17 | ||
| cda1250b | 2015-08-23 17:38:08 | Prepare for xserver 1.17 | ||
| f0a5fb0d | 2015-08-23 17:37:09 | Prepare for xserver 1.17 | ||
| a0e868af | 2015-08-23 17:31:20 | Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; rationale being that clients should be able to hide/unhide independently of group switching. | ||
| b468a9bf | 2015-08-23 04:33:57 | more shuffling of files to the correct place | ||
| 3800881c | 2015-08-23 00:13:04 | sync | ||
| 12f3f3ca | 2015-08-22 21:55:33 | Gallium drivers also need -I${X11BASE}/include/libdrm now | ||
| 153cee54 | 2015-08-22 15:18:19 | sync | ||
| a1f403c7 | 2015-08-22 14:46:44 | partial sync | ||
| c6959b9e | 2015-08-22 07:32:12 | sync | ||
| 2fd3734a | 2015-08-22 04:34:24 | first step of a sync | ||
| 940a1974 | 2015-08-22 01:08:35 | update | ||
| 2f795be2 | 2015-08-22 00:50:54 | use the drm headers from libdrm not the kernel | ||
| b7e5d17b | 2015-08-22 00:36:45 | regen | ||
| d4c79ffe | 2015-08-22 00:30:35 | Merge libdrm 2.4.64. This changes the build to using the upstream auto* build system and installing/using a libdrm specific set of drm headers. Thanks to Emil Velikov for removing the GNU makeisms upstream. | ||
| 9c6fecc4 | 2015-08-21 23:55:36 | Import libdrm 2.4.64 | ||
| b4a045b8 | 2015-08-21 16:53:48 | Add Xkb modifier to ignore mask; from Alexander Polakov. | ||
| ba02c639 | 2015-08-21 16:52:37 | Fix whitespace. | ||
| 1e8d4a7d | 2015-08-21 16:30:02 | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to persist. As usual with new Atoms, requires X restart. | ||
| d01e312b | 2015-08-21 16:14:39 | _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not position and size; based on discussion with a few. | ||
| 8809c816 | 2015-08-21 16:05:55 | Instead of special casing the 'term' and 'lock' commands, go back to keeping them hidden; showing them has apparently caused confusion/angst. | ||
| d24e89a3 | 2015-08-21 15:55:39 | Leave command list order from .cwmrc alone; remove sort. | ||
| 5640e2e0 | 2015-08-21 15:52:49 | Bring group and client cycle closer together. | ||
| 1a1e8c47 | 2015-08-20 14:45:15 | Alter big move and resize bindings to match what's in cwm(1); functionally the same, but re-binding should be based on default bindings. Matches other similiar bindings. Discovered by a portable user. | ||
| 667f2db8 | 2015-08-20 04:58:20 | sync | ||
| 13dc95e0 | 2015-08-20 03:16:10 | update | ||
| 08aef340 | 2015-08-20 03:10:38 | update to libepoxy 1.3.1 ok aja@ | ||
| 8e64ef27 | 2015-08-20 03:01:27 | Merge libepoxy 1.3.1 | ||
| 2f1d1574 | 2015-08-20 02:49:44 | Import libepoxy 1.3.1 | ||
| 597512eb | 2015-08-19 23:01:13 | Start at libOSMesa.so.8.0 to avoid having a smaller revision than the one build from the autotools build system. | ||
| 650f911f | 2015-08-19 23:00:12 | Enable the build of libOSMesa. Ports will need it soon. tested by juanfra@ ok jsg@ | ||
| d01cd842 | 2015-08-10 21:21:23 | update | ||
| e4670ad3 | 2015-08-04 04:44:19 | sync | ||
| 59568e64 | 2015-07-30 01:35:37 | sync ok deraadt@ | ||
| 2674435d | 2015-07-29 12:00:24 | sync | ||
| 1bea96e4 | 2015-07-29 05:49:16 | Build r300g and r600g on macppc and sparc64. ok jsg@ | ||
| e5e91e48 | 2015-07-29 05:47:25 | Make the Gallium r300 works on big-endian architectures. Diff provided by Michel Daenzer [0] as a possible solution for a regression introduced in Mesa 9 [1]. This diff allows macppc users to use OpenGL accelerated appplications (i.e. GNOME3). As disucssed during c2k15 we won't try to keep this patch during the next Mesa update. [0] https://bugs.freedesktop.org/show_bug.cgi?id=71789 [1] http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html Tested by myself and ajacoutot@, regression test and ok jsg@ | ||
| 3ee4d651 | 2015-07-19 10:44:05 | Complain if 'make build' is run with DESTDIR set. | ||
| 0e39cef4 | 2015-07-19 10:43:08 | Don't redefine build: locally |