summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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
2015-08-27Add consistent checks against NULL.Okan Demirmen
2015-08-27Move client cycle grab/ungrab into a more relevant place; while here,Okan Demirmen
2015-08-27Re-add lost chunk in group_cycle from r1.113.Okan Demirmen
2015-08-25Further simplify _NET_WM_DESKTOP handling using new group_assign().Okan Demirmen
2015-08-25oops; remove left over debug printOkan Demirmen
2015-08-25Allowing sending a valid 'nogroup' (0) group_ctx to group_assign()Okan Demirmen
2015-08-25Split out sticky mode checks and the restoring of a client's group andOkan Demirmen
2015-08-24Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), butOkan Demirmen
2015-08-24Don't allow freeze operations on fullscreen (consistent with whatOkan Demirmen
2015-08-24Sort _NET_WM_STATE Atoms like the spec.Okan Demirmen
2015-08-23Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide;Okan Demirmen
2015-08-21Fix whitespace.Okan Demirmen
2015-08-21Add Xkb modifier to ignore mask; from Alexander Polakov.Okan Demirmen
2015-08-21Fix whitespace.Okan Demirmen