summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2013-02-10don't touch the pty permissions after grantpt() or openpty(); ok matthieu@Christian Weisgerber
2013-02-10Update to luit 1.1.1. ok matthieu@Christian Weisgerber
2013-02-07puffy 5.3Todd T. Fries
2013-01-25Rename dprintf function to debugprintf so as to not conflict with POSIXBrad Smith
2006-11-26Importing from XF4, plus BSD make infrastructureMatthieu Herrb
2013-01-14Update to xmessage 1.0.4Matthieu Herrb
2013-01-14update to xmag 1.0.5Matthieu Herrb
2013-01-14Update to xgc 1.0.4Matthieu Herrb
2013-01-14update to xedit 1.2.1Matthieu Herrb
2013-01-14missed files in xconsole 1.0.5 updateMatthieu Herrb
2013-01-14Upate to xconsole 1.0.5Matthieu Herrb
2013-01-14update to viewres 1.0.4Matthieu Herrb
2013-01-14update to showfont 1.0.4Matthieu Herrb
2013-01-14Update to editres 1.0.6Matthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu Herrb
2013-01-13put back r1.68 which allows an empty group to be sticky; behaviorOkan Demirmen
2013-01-10set the initial group to '1', missed by recent off-by-one groupOkan Demirmen
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2013-01-08teach screen_find_xinerama() about gap and adjust (simplify) callers;Okan Demirmen
2013-01-07fix menu/client placement in panning setups; XineramaQueryScreens givesOkan Demirmen
2013-01-07revert previousOkan Demirmen
2013-01-07unbreak xinerama support from r1.41 for panning setupsOkan Demirmen
2013-01-06use cc->bwidth in client_vmax since we've yet to reset it (matchesOkan Demirmen
2013-01-04Update to xterm 287. tested by mpi@ and krw@.Matthieu Herrb
2013-01-04rename {h,v}max functions for consistency; from Jan StaryOkan Demirmen
2013-01-04really these are just border colors, so adjust the defineOkan Demirmen
2013-01-04spacingOkan Demirmen
2013-01-04get rid of struct colorOkan Demirmen
2013-01-02pass the screen workarea, as opposed to viewarea, allowing clientOkan Demirmen
2013-01-02re-work client_snapcalc() so it takes client and edge dimensions withOkan Demirmen
2013-01-02merge in Xinerama screen query; no functional change.Okan Demirmen
2013-01-02have screen_find_xinerama() return struct geom *reliably* instead ofOkan Demirmen
2013-01-02more variable consistencyOkan Demirmen
2013-01-02info->xine, for consistent variable namesOkan Demirmen
2013-01-01after we toggle a group hidden, it makes no sense to set it as activeOkan Demirmen
2013-01-01least intrusive way to plug a memleak when unbinding a duplicate key forOkan Demirmen
2013-01-01replace emptystring with strdup here as well so we know we are free'ingOkan Demirmen
2013-01-01make num of groups no longer off-by-one; from Alexander PolakovOkan Demirmen
2012-12-19gc unused cmd 'flags' variableOkan Demirmen
2012-12-18expand CHILDMASKOkan Demirmen
2012-12-18use MOUSEMASK since we already have itOkan Demirmen
2012-12-18remove unused SEARCHMASKOkan Demirmen
2012-12-18define LockMask|Mod2Mask; no functional changeOkan Demirmen
2012-12-18simplify config file setup; with Tiago CunhaOkan Demirmen
2012-12-17put a default known_hosts into confOkan Demirmen
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tOkan Demirmen
2012-12-17cmap -> colormap in client_ctxOkan Demirmen
2012-12-17stash the default screen visual and colormap in screen_ctxOkan Demirmen
2012-12-17replace client highlight with a client flagOkan Demirmen
2012-12-17make client_mtf staticOkan Demirmen