Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | zap stray whitespace | Okan Demirmen | |
2013-04-03 | - no reason to breakout ClassHints work, so fold into client_{new,delete}, | Okan Demirmen | |
but keep _MOTIF_WM_HINTS separate. - simplify fetching app/class hint. - fix _MOTIF_WM_HINTS Atom type. | |||
2013-04-03 | honor PATH search order for exec; from Andres Perera. | Okan Demirmen | |
2013-04-03 | move XUngrabServer to the end of client_new() to avoid races where clients, | Okan Demirmen | |
such as those using sdl, attempt to manage the clients themselves when the clients aren't fully ready. other wm's grab the xserver during the whole client setup process, so match. behavior found by jsg. | |||
2013-03-09 | replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com | Okan Demirmen | |
2013-03-09 | Remove moved file | Matthieu Herrb | |
2013-03-09 | Update to xrandr 1.4.0 | Matthieu Herrb | |
2013-03-09 | Upate to xsm 1.0.3 | Matthieu Herrb | |
2013-03-09 | Update to xvinfo 1.1.2 | Matthieu Herrb | |
2013-03-09 | Update to xvidtune 1.0.3 | Matthieu Herrb | |
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 | |