Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0fac9db3 | 2019-03-19 21:27:06 | Switch to xorgproto again. tested by stsp@ | ||
| e7e87a2c | 2019-03-19 21:19:54 | Update to xserver 1.19.7. Tested by jca@ and stsp@. | ||
| eb23d5be | 2019-03-19 11:24:39 | update | ||
| 702ae9a5 | 2019-03-19 10:59:02 | Merge Mesa 18.3.5 | ||
| 34c49fbb | 2019-03-19 09:37:42 | Import Mesa 18.3.5 | ||
| 9dc825e6 | 2019-03-16 16:58:50 | update | ||
| 2987dd6f | 2019-03-13 01:20:50 | hppa feels happier with this at low optimization also | ||
| 39b0e28e | 2019-03-11 20:30:16 | X.Org is not doing katamari releases anymore. Drop the katamari version | ||
| 86672571 | 2019-03-11 20:24:03 | update | ||
| 48e6bf1e | 2019-03-11 15:25:46 | Check the atom type on propertynotify before iterating. | ||
| c8b9937b | 2019-03-10 22:53:11 | use screen_find() for xrandr crtc changes | ||
| b041ee60 | 2019-03-10 20:38:28 | Find the managed screen from the parent window for client_current(). | ||
| 11de9a24 | 2019-03-09 20:10:19 | Make it possible to build xterm with OPT_TRACE. with tweaks from kn@. | ||
| a7fc13dd | 2019-03-08 22:20:45 | update | ||
| 6afc1ca9 | 2019-03-08 21:59:55 | update to xf86-video-ati 19.0.0 fixes Xorg segfault reported by Mihai Popescu ok matthieu@ | ||
| 402fc783 | 2019-03-08 21:25:40 | Do not replace wcwidth(3) with a broken, hand-rolled re-implementation that comes bundled with xterm(1). Issue found and based on a diff from Lauri Tirkkonen <lotheac at iki dot fi>. The final form of the diff follows a suggestion from tedu@. OK matthieu@ | ||
| 18c4f462 | 2019-03-08 20:33:30 | Print window id in hex; while here, remove unnecessary newline. | ||
| 1dc13f57 | 2019-03-08 17:40:43 | Similar to keypress event, fetch the screen from the event root window in the buttonpress handler; bail if we don't manage the screen. Allows us to find the current client based on the screen/event root. | ||
| e34b5f47 | 2019-03-08 15:04:39 | extend verbose logging for key/button events | ||
| d039ccc7 | 2019-03-08 14:48:02 | [keypress event] turns out we've been checking the wrong window for a matching client thus always falling back to client_current(); while the current client is problaby right in most cases, use event's subwindow (not window) to find the client. Bail early if this event came to us from a screen we don't manage. This is result of us grabing all keybindings off the root window instead of selectively. | ||
| adfbd356 | 2019-03-08 13:17:26 | add parans for readibility | ||
| 8f242316 | 2019-03-08 12:54:30 | Update the OPENBSD SPECIFICS section to match reality: * Add the missing locale, modifyFunctionKeys, precompose, and scrollBar. * Move backarrowKeyIsErase to conform to alphabetical sorting. * Add a missing full stop. Diff found in my tree; i obviously forgot to commit it earlier. | ||
| 4957b62d | 2019-03-07 14:28:17 | Teach client_current() to use a screen to find the current client instead of iterating over all (fallback if no screen provided for now). Initially convert trivial uses of client_current(). | ||
| 92b42c17 | 2019-03-07 13:24:44 | check cc->gc directly | ||
| 42f2ef66 | 2019-03-07 13:24:10 | zip extra lines | ||
| 723d64d1 | 2019-03-07 13:14:41 | gc clientq inside groups, instead use the better maintained one per-screen | ||
| 053c616a | 2019-03-07 12:54:21 | shuffle deck chairs: rename group actions to match intent for clarity | ||
| af768514 | 2019-03-06 13:32:19 | same thing as screen_find() | ||
| e70f4327 | 2019-03-06 10:40:16 | sync | ||
| c1c03dc6 | 2019-03-06 10:39:52 | Build Mesa with LLVM support on amd64 and i386 now that libelf and shared libLLVM are in base. And now we can finally build the radeonsi Mesa driver adding accelerated support for radeon parts based on the Graphics Core Next (GCN) architecture which is everything since GFX6 / Southern Islands. This can later be expanded to other architectures which build libLLVM and have clang as the default compiler (to handle LLVM's c++11 headers). | ||
| 8fa20d6f | 2019-03-04 19:28:17 | Separate out the menu window from the client resize/move geom window; in each case, create and destroy on-demand. Isolate more menu specific code. | ||
| 9bf0bd42 | 2019-03-04 14:48:59 | fix a few misplaced (and misnamed) ewmh root window functions | ||
| edf7ed84 | 2019-03-04 14:36:02 | _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after conf_group(). | ||
| f18d19c6 | 2019-03-04 13:33:39 | simplify xftcolor config | ||
| df25bf4b | 2019-03-02 21:13:28 | Update to libfontenc 1.1.4. ok jca@ | ||
| a15d8772 | 2019-03-01 14:32:01 | Tie group number and name together during config. | ||
| ef3d45ea | 2019-02-28 23:26:12 | Move the group index (desktop number) check to the only 2 callers that require checking due to ewmh. | ||
| 5efe73bc | 2019-02-28 23:20:52 | Ensure we don't action on the last group when the requested one is not found. | ||
| b08a193e | 2019-02-28 13:11:53 | Selectively hide and show clients based on state; merge client_unhide() and client_show(). | ||
| 7d83c3f6 | 2019-02-25 18:07:48 | Add a configtest flag (-n). based on a diff from Sascha Paunovic. | ||
| 93ac77f5 | 2019-02-25 16:40:49 | Add 'group-close-[n]' action to close all windows within specified group. heavily based on a diff from Nam Nguyen. | ||
| 3634da3d | 2019-02-25 12:34:35 | Add support for yv12 encoding to video(1). Frame data is converted to yv12 if Xv(3) does not support yuy2 and uyvy. OK mpi@, landry@ | ||
| 357329a6 | 2019-02-24 11:42:39 | update | ||
| 44d74a94 | 2019-02-24 11:41:42 | Update to xterm version 344. ok jsg@ | ||
| 24bbd924 | 2019-02-23 19:17:17 | simplify screen 'area' usage for initial client placement | ||
| 54c6cee1 | 2019-02-22 20:52:13 | restore order from before r1.248 (vtile/vtile containment changes). | ||
| 90189b3c | 2019-02-22 19:40:32 | Rename internal functions to delinate between client remove, delete and xproto delete; 'window-close' is now the proper action, but 'window-delete' as an alias will remain until more interesting changes require breaking configs. | ||
| aadf21ed | 2019-02-22 14:39:18 | Limit vtile/htile actions to clients fully within the screen of master client. from Charles A Daniels. | ||
| 0f74e48c | 2019-02-21 19:52:30 | update | ||
| f02f1f98 | 2019-02-21 19:38:46 | Update to libXau 1.0.9. ok jsg@ | ||
| fa5b0e3e | 2019-02-19 05:57:17 | remove -fno-tree-pre from CFLAGS on sparc64 This was an attempt to limit the memory usage at build time which is no longer required after the datasize values in login.conf were raised. | ||
| 89d5a5fe | 2019-02-19 04:33:05 | update | ||
| b9f320ec | 2019-02-19 04:24:00 | Merge Mesa 18.3.4 | ||
| ae7ee137 | 2019-02-19 03:25:14 | Import Mesa 18.3.4 | ||
| bffde83e | 2019-02-18 06:13:47 | intel: sync i915_pciids.h with kernel From Rodrigo Vivi 70a1ae89be6b9f9a535f1fbaff3e4b1c4bb46d4a in libdrm git | ||
| c4230992 | 2019-02-18 02:41:24 | sync xserver dri2 pci_ids with the latest Mesa the modesetting driver uses these to pick a dri driver name ok phessler@ kettenis@ matthieu@ | ||
| c6840459 | 2019-02-13 15:43:24 | fix missing includes | ||
| f2f9eae9 | 2019-02-11 07:10:45 | use abs(3) for integers. Noticed by a clang warning. ok tb@ | ||
| aed193f8 | 2019-02-10 23:08:36 | sync | ||
| 604a16d7 | 2019-02-10 23:07:47 | Revert switch to xorgproto. Requested by deraadt@ | ||
| 83dbd482 | 2019-02-10 10:20:29 | update | ||
| 88d1f9a6 | 2019-02-10 10:18:40 | Update to xf86-video-i740 1.4.0 | ||
| 2a44b865 | 2019-02-10 10:00:25 | Update to xf86-video-neomagic 1.3.0 | ||
| 6693542a | 2019-02-10 09:47:54 | Update to xf86-video-i128 1.4.0 | ||
| e8adce9f | 2019-02-10 09:38:18 | Update to xf86-video-chips 1.3.0 | ||
| 440e4dbe | 2019-02-10 09:32:04 | Update to xf86-video-s3virge 1.11.0 | ||
| cb123c5c | 2019-02-10 09:25:51 | Update to xf86-video-apm 1.3.0 | ||
| b25c7691 | 2019-02-10 09:02:17 | sync | ||
| dd9b22ce | 2019-02-10 09:00:39 | Switch to xorgproto | ||
| 92c0197a | 2019-02-09 00:31:06 | Delete xf86-input-usbtablet target on luna88k, because luna88k does not have USB support. ok matthieu@ | ||
| e4decd20 | 2019-02-07 18:34:52 | landisk requires -O0 'cause mesa is a pig. | ||
| 3a865630 | 2019-01-30 20:51:43 | regen | ||
| 7eab099a | 2019-01-30 20:49:44 | Make it possible to disable applewm and windowswm protos (not used on OpenBSD) and mark some more protos as legacy. | ||
| 6317fbc7 | 2019-01-30 20:45:38 | Remove RCS Ids | ||
| 982e1c79 | 2019-01-29 12:06:22 | update | ||
| 338bc0a2 | 2019-01-29 11:52:04 | Merge Mesa 18.3.2 | ||
| fecc0d40 | 2019-01-29 10:45:31 | Import Mesa 18.3.2 | ||
| ac84202c | 2019-01-22 20:02:40 | Pledge video(1): * video -q needs 'stdio rpath wpath video' (needs O_RDWR on the device) * video -i needs 'stdio rpath' (rpath for X11 error/locale access) * other modes (ie display frames via X11, or output frames to file with -o/-O) need 'stdio rpath video' since we open output file/video device before calling pledge(2). with help from semarie@, nits from matthieu@ ok deraadt@ | ||
| a2fe7101 | 2019-01-20 19:07:01 | sync | ||
| 81d1f7f6 | 2019-01-20 17:28:53 | regen autotools files | ||
| a93bf9b6 | 2019-01-20 17:28:24 | OpenBSD Makefile for xorgproto | ||
| b7f4f638 | 2019-01-20 17:25:57 | Add back docs that are missing from the xorgproto-2018.4 tarball but are in upstream git repository. | ||
| 77d80da3 | 2019-01-20 17:12:51 | Initial import of xorgproto 2018.4 | ||
| 1b539e22 | 2019-01-19 13:38:38 | sync | ||
| 8198e3b8 | 2019-01-18 14:34:45 | update | ||
| cfd419db | 2019-01-18 14:34:27 | sync | ||
| 4f46a0d7 | 2019-01-18 14:34:01 | Update to libpixman 0.36.0 | ||
| 44008cf9 | 2019-01-17 06:58:13 | update | ||
| b259c95b | 2019-01-13 07:20:43 | update | ||
| be89b49b | 2019-01-13 07:16:48 | update to xf86-video-ati 18.1.0 tested by brynet@ matthieu@ and myself on a wide range of radeons | ||
| b290bc2f | 2019-01-05 16:44:56 | Update xf86-video-mach64 to version 0.9.6 Tested on a Mach64 CT | ||
| 5e1510c0 | 2019-01-05 10:31:21 | update | ||
| 7b0e9d2e | 2019-01-05 10:30:12 | Update to xf86-video-mga 2.0.0 Commited from a machine using a Matrox G550 card. | ||
| b0c17c65 | 2019-01-04 17:45:00 | Rename err to errs to avoid shadowing potential err() usage, and fix two typos while here. ok semarie@ matthieu@ | ||
| 5a9c7d77 | 2019-01-03 19:31:25 | Call xf86OpenConsole() before probing for drivers. On OpenBSD, we need the console fd to query wsdisplay type, This was only causing problems with -keepPriv, since the privilege separation code already calls xf86OpenConsole() earlier. The function is idempotent, so there's no harm calling it several times. ok kettenis@ | ||
| 6038d36c | 2018-12-21 14:37:54 | sync | ||
| cfac9b1f | 2018-12-21 14:37:24 | Unlink the following utilities from the build: fslsfonts, fstobdf, showfont, xfsinfo, xfwp and scripts (xon) Ports can be created if needed. ok deraadt@, jca@ | ||
| 8adca26b | 2018-12-17 10:39:25 | update | ||
| 63c20091 | 2018-12-10 07:24:25 | update | ||
| b3ae9f84 | 2018-12-09 21:07:33 | Update openchrome to 0.6.176. This fixes display on my VX900 systems. OK matthieu@ |