summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-03-03Import editres version 1.0.3Matthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu Herrb
2006-11-25Importing from X.Org 7.2RC2Matthieu 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
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-11syncTodd T. Fries
2013-01-10set the initial group to '1', missed by recent off-by-one groupOkan Demirmen
numbering re-work; discovered the hard way by sthen@. ok sthen@
2013-01-09Enable more libdrm functions. Determine if modesetting is supportedJonathan Gray
based on a modesetting ioctl that checks the DRIVER_MODESET flag on the kernel side instead of the sysfs approach linux takes. ok mpi@
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
'vtile' and 'htile'; from Alexander Polakov.
2013-01-08teach screen_find_xinerama() about gap and adjust (simplify) callers;Okan Demirmen
menu becomes gap-aware for free.
2013-01-07fix menu/client placement in panning setups; XineramaQueryScreens givesOkan 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-07revert previousOkan Demirmen
2013-01-07unbreak xinerama support from r1.41 for panning setupsOkan Demirmen
2013-01-07syncTodd T. Fries
2013-01-06use cc->bwidth in client_vmax since we've yet to reset it (matchesOkan Demirmen
client_hmax); from Jan Stary
2013-01-05Update to xf86-video-mach64 6.9.4Matthieu Herrb
2013-01-05Update to libXdamage 1.4.4. No actual code change.Matthieu Herrb
2013-01-05Update to libXcomposite 0.4.4. No actual code change.Matthieu Herrb
2006-11-25import from X.Org 7.2RC1Matthieu Herrb
2013-01-04Update to freetype 2.4.11. Tested by krw@, jasper@ and on a bulk portsMatthieu Herrb
build by naddy@.
2013-01-04updateMatthieu Herrb
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-04syncTodd T. Fries
2007-08-25import xterm 229Matthieu Herrb
2006-11-25Import freetype 2.2.1Matthieu Herrb
2013-01-03Regen autotools files once more.Matthieu Herrb
Apparently previous version was generated with some of my local changes to use /usr/bin/libtool. This is causiing problems with the XvMC libs shared libraries versions.
2013-01-02pass the screen workarea, as opposed to viewarea, allowing clientOkan Demirmen
snapping to honor gap.
2013-01-02re-work client_snapcalc() so it takes client and edge dimensions withOkan Demirmen
snapdist; allows for simplier snap calculations. required for an upcoming diff for honoring gap.
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
XineramaScreenInfo; simplifies goop around the callers.
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
(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-01least intrusive way to plug a memleak when unbinding a duplicate key forOkan Demirmen
kbfunc_cmdexec; from Tiago Cunha
2013-01-01replace emptystring with strdup here as well so we know we are free'ingOkan Demirmen
a malloc'd variable everytime; from Tiago Cunha
2013-01-01make num of groups no longer off-by-one; from Alexander PolakovOkan Demirmen
note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X.
2012-12-31updateMatthieu Herrb