summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-10-02Explicitly set the owner of the shell scripts in etc/X11/xdm and of theTheo Buehler
2016-09-30remove unused protoOkan Demirmen
2016-09-30Set the initial ptr position during client init, instead of waitingOkan Demirmen
2016-09-30Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests;Okan Demirmen
2016-09-30Replace mousefunc_sweep_draw() with a generic menu_windraw() using vaOkan Demirmen
2016-09-30Switch to XWindowEvent() pulling out events that match the mask *and*Okan Demirmen
2016-09-29no need to unmap menu window againOkan Demirmen
2016-09-29Mechanical change: move screen menu bits to their own struct.Okan Demirmen
2016-09-28Inline Xft draw and extents wrappers; too much abstraction.Okan Demirmen
2016-09-28Do not call sweep_draw() too early: don't yet have w/h dimensions; plusOkan Demirmen
2016-09-22Continue merging kb and mouse functions: foldOkan Demirmen
2016-09-20Allow ctrl-[ for abort (esc); from Benjamin Scher PurcellOkan Demirmen
2016-09-20de-static client_inbound()Okan Demirmen
2016-09-20remove debug that accidentally snuck inOkan Demirmen
2016-09-20Get rid of curcc, instead cycle through the queue; removes the need forOkan Demirmen
2016-09-16Make video -i work ootb.Jeremie Courreges-Anglas
2016-09-16During init, query screen for _NET_ACTIVE_WINDOW and set that client asOkan Demirmen
2016-09-14Some clients fail to setup hints at all, so initalize for them; falloutOkan Demirmen
2016-09-14Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flagOkan Demirmen
2016-09-14Make shure that all autotools generated install commands specify aMatthieu Herrb
2016-09-13init labelOkan Demirmen
2016-09-13Limit mouse resize to hints within the client; matches kbd resizeOkan Demirmen
2016-09-12Switch to just malloc since we need initialize most everything anyway.Okan Demirmen
2016-09-12change 'sticky' to 'stick' to toggle client stickiness (seems theOkan Demirmen
2016-09-11Fix installation modes and ownership.Matthieu Herrb
2016-09-04Remove zaurus specific default VT configuration (it had only 2 VTs)Matthieu Herrb
2016-09-02Simplify group_holds_only_hidden(); from Vadim Vygonets.Okan Demirmen
2016-09-02Simplify toggling flags; from Vadim Vygonets.Okan Demirmen
2016-09-01Do not draw borders on ignored clients when returning from fullscreen;Okan Demirmen
2016-09-01Remove redundant minimum client size adjustment (minw and minh areOkan Demirmen
2016-08-28Enable the use of numpad Enter key on menus; from Henrique N. Lengler.Okan Demirmen
2016-08-13add a column to previous commit for consitency.Matthieu Herrb
2016-08-13conf_screen: report the fontname that can't be opened in case of failure.Matthieu Herrb
2016-08-07Update to xterm-325. Testing by krw@, shadchin@ and naddy@. ThanksMatthieu Herrb
2016-08-06Update to xinput 1.6.2Matthieu Herrb
2006-11-26Importing xterm 216Matthieu Herrb
2016-08-06Update to xkbcomp 1.3.1Matthieu Herrb
2016-07-11Version-less logos for 6.0 and aboveMatthieu Herrb
2016-06-06Comparing maximum frame buffer size after VIDIOC_DQBUF ioctl againstMarcus Glocker
2016-06-06To match the encoding type, compare against 'pixelformat' instead ofMarcus Glocker
2016-06-04Add 'q' option to just display the device properties and quit.Marcus Glocker
2016-06-02mmap(2) failure is indicated by MAP_FAILED, not NULL.Theo Buehler
2016-06-02Just try to unmap a buffer when something has been mapped before.Marcus Glocker
2016-05-31Guard against using tp_start uninitialized in case no frame wasTheo Buehler
2016-05-31Add mmap(2) support for frame grabbing and make it default over read(2).Marcus Glocker
2016-05-07remove xsystrace (already un-linked from builds)Matthieu Herrb
2016-04-28If supplied format to menuq_add() is NULL, fill text with an emptyOkan Demirmen
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2016-04-25un-hook xsystrace(1). ok beck@Matthieu Herrb
2016-03-08Use UTF-8 mode by default because it is safer and more usefulIngo Schwarze