summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2019-06-16Fix the size of indicators in multi-monitors setups.Matthieu Herrb
2006-11-26Importing from X.Org indiviual releasesMatthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu Herrb
2019-05-12chown the first drm render node in addition to the primary drm deviceJonathan Gray
2019-04-29Plug a memory leak in log_debug(); OK okan@Tim van der Molen
2019-04-29Handle _NET_WM_NAME changes.Tim van der Molen
2019-04-16Disable keyboard binding for abort-display() and update manual page.Matthieu Herrb
2019-04-02There is no point in handling the -display option separately,kn
2019-03-11Check the atom type on propertynotify before iterating.Okan Demirmen
2019-03-10use screen_find() for xrandr crtc changesOkan Demirmen
2019-03-10Find the managed screen from the parent window for client_current().Okan Demirmen
2019-03-09Make it possible to build xterm with OPT_TRACE.Matthieu Herrb
2019-03-08Do not replace wcwidth(3) with a broken, hand-rolled re-implementationIngo Schwarze
2019-03-08Print window id in hex; while here, remove unnecessary newline.Okan Demirmen
2019-03-08Similar to keypress event, fetch the screen from the event root window in theOkan Demirmen
2019-03-08extend verbose logging for key/button eventsOkan Demirmen
2019-03-08[keypress event] turns out we've been checking the wrong window for a matchingOkan Demirmen
2019-03-08add parans for readibilityOkan Demirmen
2019-03-08Update the OPENBSD SPECIFICS section to match reality:Ingo Schwarze
2019-03-07Teach client_current() to use a screen to find the current client instead ofOkan Demirmen
2019-03-07check cc->gc directlyOkan Demirmen
2019-03-07zip extra linesOkan Demirmen
2019-03-07gc clientq inside groups, instead use the better maintained one per-screenOkan Demirmen
2019-03-07shuffle deck chairs: rename group actions to match intent for clarityOkan Demirmen
2019-03-06same thing as screen_find()Okan Demirmen
2019-03-04Separate out the menu window from the client resize/move geom window; in eachOkan Demirmen
2019-03-04fix a few misplaced (and misnamed) ewmh root window functionsOkan Demirmen
2019-03-04_NET_WORKAREA needs ngroups, so screen_update_geometry() needs to come afterOkan Demirmen
2019-03-04simplify xftcolor configOkan Demirmen
2019-03-01Tie group number and name together during config.Okan Demirmen
2019-02-28Move the group index (desktop number) check to the only 2 callers that requireOkan Demirmen
2019-02-28Ensure we don't action on the last group when the requested one is not found.Okan Demirmen
2019-02-28Selectively hide and show clients based on state; merge client_unhide() andOkan Demirmen
2019-02-25Add a configtest flag (-n).Okan Demirmen
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.Okan Demirmen
2019-02-25Add support for yv12 encoding to video(1).Raphael Graf
2019-02-24Update to xterm version 344. ok jsg@Matthieu Herrb
2019-02-23simplify screen 'area' usage for initial client placementOkan Demirmen
2019-02-22restore order from before r1.248 (vtile/vtile containment changes).Okan Demirmen
2019-02-22Rename internal functions to delinate between client remove, delete and xprotoOkan Demirmen
2019-02-22Limit vtile/htile actions to clients fully within the screen of master client.Okan Demirmen
2019-02-13fix missing includesOkan Demirmen
2019-02-11use abs(3) for integers. Noticed by a clang warning. ok tb@Matthieu Herrb
2019-01-22Pledge video(1):Landry Breuil
2019-01-04Rename err to errs to avoid shadowing potential err() usage, and fix twoLandry Breuil
2018-12-21Unlink the following utilities from the build:Matthieu Herrb
2018-11-14Stop asking for events (NoEventMask) from menu window once done withOkan Demirmen
2018-11-13Allow 'transientfor' clients to inherit group and bwidth either during init orOkan Demirmen
2018-11-11Use strtonum(3)kn
2018-11-11Zap unneeded bzero(3) on already zero initialized global datakn