Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-09 | Update to xstdcmap 1.0.3 | Matthieu Herrb | |
2013-03-09 | Update to xsetroot 1.1.1 | Matthieu Herrb | |
2013-03-09 | Update to xkbutils 1.0.4 | Matthieu Herrb | |
2013-03-09 | Update to xfsinfo 1.0.4 | Matthieu Herrb | |
2013-03-09 | Upate to xcalc 1.0.5 | Matthieu Herrb | |
2013-03-09 | Update to ico 1.0.4 | Matthieu Herrb | |
2013-03-09 | Update to beforelight 1.0.5 | Matthieu Herrb | |
2013-03-09 | Update to bdftopcf 1.0.4 | Matthieu Herrb | |
2013-03-09 | Update to xterm 291. Tested by many. | Matthieu Herrb | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |
2013-03-05 | Update to sessreg 1.0.8 | Matthieu Herrb | |
2013-03-05 | Update to xev 1.2.1 | Matthieu Herrb | |
2013-03-05 | Update to rgb 1.0.5. | Matthieu Herrb | |
2013-02-27 | Merge patch from Tom Dickey for a segfault that happens when using the | Matthieu Herrb | |
mouse wheel over the scrollbar. ok guenther@ deraadt@ | |||
2013-02-10 | don't touch the pty permissions after grantpt() or openpty(); ok matthieu@ | Christian Weisgerber | |
2013-02-10 | Update to luit 1.1.1. ok matthieu@ | Christian Weisgerber | |
2013-02-07 | puffy 5.3 | Todd T. Fries | |
2013-01-25 | Rename dprintf function to debugprintf so as to not conflict with POSIX | Brad Smith | |
function name. ok millert@ | |||
2006-11-26 | Importing from XF4, plus BSD make infrastructure | Matthieu Herrb | |
2013-01-14 | Update to xmessage 1.0.4 | Matthieu Herrb | |
2013-01-14 | update to xmag 1.0.5 | Matthieu Herrb | |
2013-01-14 | Update to xgc 1.0.4 | Matthieu Herrb | |
2013-01-14 | update to xedit 1.2.1 | Matthieu Herrb | |
2013-01-14 | missed files in xconsole 1.0.5 update | Matthieu Herrb | |
2013-01-14 | Upate to xconsole 1.0.5 | Matthieu Herrb | |
2013-01-14 | update to viewres 1.0.4 | Matthieu Herrb | |
2013-01-14 | update to showfont 1.0.4 | Matthieu Herrb | |
2013-01-14 | Update to editres 1.0.6 | Matthieu Herrb | |
2006-11-25 | Importing from X.Org 7.2RC2 | Matthieu Herrb | |
2013-01-13 | put back r1.68 which allows an empty group to be sticky; behavior | Okan Demirmen | |
change noticed by Thomas Pfaff and diagnosis why we need to group_setactive in this case by Alexander Polakov. replace XXX with a useful comment. | |||
2013-01-10 | set the initial group to '1', missed by recent off-by-one group | Okan Demirmen | |
numbering re-work; discovered the hard way by sthen@. ok sthen@ | |||
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | Okan Demirmen | |
'vtile' and 'htile'; from Alexander Polakov. | |||
2013-01-08 | teach screen_find_xinerama() about gap and adjust (simplify) callers; | Okan Demirmen | |
menu becomes gap-aware for free. | |||
2013-01-07 | fix menu/client placement in panning setups; XineramaQueryScreens gives | Okan Demirmen | |
us the width of the psuedo screen, but here we need the edge instead (xmax/ymax); just re-use w/h here for now. | |||
2013-01-07 | revert previous | Okan Demirmen | |
2013-01-07 | unbreak xinerama support from r1.41 for panning setups | Okan Demirmen | |
2013-01-06 | use cc->bwidth in client_vmax since we've yet to reset it (matches | Okan Demirmen | |
client_hmax); from Jan Stary | |||
2013-01-04 | Update to xterm 287. tested by mpi@ and krw@. | Matthieu Herrb | |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | Okan Demirmen | |
2013-01-04 | really these are just border colors, so adjust the define | Okan Demirmen | |
2013-01-04 | spacing | Okan Demirmen | |
2013-01-04 | get rid of struct color | Okan Demirmen | |
2013-01-02 | pass the screen workarea, as opposed to viewarea, allowing client | Okan Demirmen | |
snapping to honor gap. | |||
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | Okan Demirmen | |
snapdist; allows for simplier snap calculations. required for an upcoming diff for honoring gap. | |||
2013-01-02 | merge in Xinerama screen query; no functional change. | Okan Demirmen | |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | Okan Demirmen | |
XineramaScreenInfo; simplifies goop around the callers. | |||
2013-01-02 | more variable consistency | Okan Demirmen | |
2013-01-02 | info->xine, for consistent variable names | Okan Demirmen | |
2013-01-01 | after we toggle a group hidden, it makes no sense to set it as active | Okan Demirmen | |
(in sticky or non-stick mode), regardless of existing clients assigned to that group; oga marked this bit XXX in -r1.34 for it didn't seem make sense then either. pulled from a diff from from Alexander Polakov. | |||
2013-01-01 | least intrusive way to plug a memleak when unbinding a duplicate key for | Okan Demirmen | |
kbfunc_cmdexec; from Tiago Cunha |