summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2016-03-06Update to xrandr 1.5.0Matthieu Herrb
2016-01-16puffy 5.9Matthieu Herrb
2016-01-13On BSD, switching off ICANON does not disable LNEXT (^V) processing.Christian Weisgerber
2016-01-13Update to xterm 322. Tested by shadchin@ and jsg@. Thanks.Matthieu Herrb
2016-01-05missed one conversion to arc4random().Matthieu Herrb
2015-12-24Remove unused file.Matthieu Herrb
2015-11-25add pledge promise "exec" for few cases in xtermSebastien Marie
2015-11-18pledge fvwm and FvwmPager (since it's started by default); committing toOkan Demirmen
2015-11-17Fix a typo from r1.201; fixes window_grouptoggle binding.Okan Demirmen
2015-11-17If a client does not set increment values, use 'moveamount' as a way toOkan Demirmen
2015-11-17Inline the only use of mousefunc_sweep_calc.Okan Demirmen
2015-11-14pledge xconsole(1).Matthieu Herrb
2015-11-14Don't try to revoque privileges if priv_init is called withoutMatthieu Herrb
2015-11-12more client vs screen context differencesOkan Demirmen
2015-11-12If a client sets hints, honor them for kb resize requests, just like weOkan Demirmen
2015-11-12Move kb pointer movement out of the kbfunc_client_moveresize since it'sOkan Demirmen
2015-11-12pledge "stdio rpath proc exec" cwm before main event loop, afterOkan Demirmen
2015-11-11Reduce gcc warnings. No functional changes.Matthieu Herrb
2015-11-11use HAVE_ instead of HAS_ macros for consistency.Matthieu Herrb
2015-11-11regenMatthieu Herrb
2015-11-11pledge for xclock. okan@ got to the same patch. I added autoconf gooMatthieu Herrb
2015-11-11Partial revert of replacing screen_area() with region_find(); until aOkan Demirmen
2015-11-11avoid using err(), use xtermWarning() instead; ok semarieTheo de Raadt
2015-11-10Use position on root to figure out region.Okan Demirmen
2015-11-10Start cleaning up name vs function differences; replace magic numbers.Okan Demirmen
2015-11-09Clean up unused defines.Okan Demirmen
2015-11-09Extend region to include both view and work areas; switch toOkan Demirmen
2015-11-08Fix use afer free in free_window_list().Matthieu Herrb
2015-11-07add pledge to xtermSebastien Marie
2015-10-17Don't automatically launch dbus as part of the default user sessions.Matthieu Herrb
2015-09-23Only when mapping clients from an initial wm start or restart, query theOkan Demirmen
2015-09-16On execwm, we should properly release resources before exec'ing into aOkan Demirmen
2015-09-05Update to xterm 320. Tested by jsg@ Thanks.Matthieu Herrb
2006-11-26Importing xterm 216Matthieu Herrb
2015-08-30Remove abuse of \/ which is not a slash but an italic correction;Ingo Schwarze
2015-08-28Lost fix from r1.112; add comment.Okan Demirmen
2015-08-27Mechanical change: group->gcOkan Demirmen