Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-09 | Make it possible to build xterm with OPT_TRACE. | Matthieu Herrb | |
with tweaks from kn@. | |||
2019-03-08 | update | Jonathan Gray | |
2019-03-08 | update to xf86-video-ati 19.0.0 | Jonathan Gray | |
fixes Xorg segfault reported by Mihai Popescu ok matthieu@ | |||
2019-03-08 | Do not replace wcwidth(3) with a broken, hand-rolled re-implementation | Ingo Schwarze | |
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@ | |||
2019-03-08 | Print window id in hex; while here, remove unnecessary newline. | Okan Demirmen | |
2019-03-08 | Similar to keypress event, fetch the screen from the event root window in the | Okan Demirmen | |
buttonpress handler; bail if we don't manage the screen. Allows us to find the current client based on the screen/event root. | |||
2019-03-08 | extend verbose logging for key/button events | Okan Demirmen | |
2019-03-08 | [keypress event] turns out we've been checking the wrong window for a matching | Okan Demirmen | |
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. | |||
2019-03-08 | add parans for readibility | Okan Demirmen | |
2019-03-08 | Update the OPENBSD SPECIFICS section to match reality: | Ingo Schwarze | |
* 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. | |||
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | Okan Demirmen | |
iterating over all (fallback if no screen provided for now). Initially convert trivial uses of client_current(). | |||
2019-03-07 | check cc->gc directly | Okan Demirmen | |
2019-03-07 | zip extra lines | Okan Demirmen | |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | Okan Demirmen | |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | Okan Demirmen | |
2019-03-06 | same thing as screen_find() | Okan Demirmen | |
2019-03-06 | sync | Jonathan Gray | |
2019-03-06 | Build Mesa with LLVM support on amd64 and i386 now that libelf and | Jonathan Gray | |
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). | |||
2019-03-04 | Separate out the menu window from the client resize/move geom window; in each | Okan Demirmen | |
case, create and destroy on-demand. Isolate more menu specific code. | |||
2019-03-04 | fix a few misplaced (and misnamed) ewmh root window functions | Okan Demirmen | |
2019-03-04 | _NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come after | Okan Demirmen | |
conf_group(). | |||
2019-03-04 | simplify xftcolor config | Okan Demirmen | |
2019-03-02 | Update to libfontenc 1.1.4. ok jca@ | Matthieu Herrb | |
2019-03-01 | Tie group number and name together during config. | Okan Demirmen | |
2019-02-28 | Move the group index (desktop number) check to the only 2 callers that require | Okan Demirmen | |
checking due to ewmh. | |||
2019-02-28 | Ensure we don't action on the last group when the requested one is not found. | Okan Demirmen | |
2019-02-28 | Selectively hide and show clients based on state; merge client_unhide() and | Okan Demirmen | |
client_show(). | |||
2019-02-25 | Add a configtest flag (-n). | Okan Demirmen | |
based on a diff from Sascha Paunovic. | |||
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | Okan Demirmen | |
heavily based on a diff from Nam Nguyen. | |||
2019-02-25 | Add support for yv12 encoding to video(1). | Raphael Graf | |
Frame data is converted to yv12 if Xv(3) does not support yuy2 and uyvy. OK mpi@, landry@ | |||
2019-02-24 | update | Matthieu Herrb | |
2019-02-24 | Update to xterm version 344. ok jsg@ | Matthieu Herrb | |
2019-02-23 | simplify screen 'area' usage for initial client placement | Okan Demirmen | |
2019-02-22 | restore order from before r1.248 (vtile/vtile containment changes). | Okan Demirmen | |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | Okan Demirmen | |
delete; 'window-close' is now the proper action, but 'window-delete' as an alias will remain until more interesting changes require breaking configs. | |||
2019-02-22 | Limit vtile/htile actions to clients fully within the screen of master client. | Okan Demirmen | |
from Charles A Daniels. | |||
2019-02-21 | update | Matthieu Herrb | |
2019-02-21 | Update to libXau 1.0.9. ok jsg@ | Matthieu Herrb | |
2019-02-19 | remove -fno-tree-pre from CFLAGS on sparc64 | Jonathan Gray | |
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. | |||
2019-02-19 | update | Jonathan Gray | |
2019-02-19 | Merge Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |