summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2012-03-04Update to xfs 1.1.2Matthieu Herrb
2012-03-04Update to listres 1.0.3Matthieu Herrb
2012-03-04rename getline() occurrences to get_line().Federico G. Schwindt
2012-02-28Update to xwininfo 1.1.2Matthieu Herrb
2012-02-28Update xwd to 1.0.5Matthieu Herrb
2012-02-28Update to xev 1.2.0Matthieu Herrb
2012-02-18Update xfd to 1.1.1Matthieu Herrb
2012-02-18Update to xcompmgr 1.1.6Matthieu Herrb
2012-02-18Update to xcmsdb 1.0.4Matthieu Herrb
2012-02-18oopsMatthieu Herrb
2012-02-18Update to xclock 1.0.6Matthieu Herrb
2012-02-18Update to xclipboard 1.1.2.Matthieu Herrb
2012-02-18Update to oclock 1.0.3Matthieu Herrb
2012-02-18Update to mkfontscale 1.1.0Matthieu Herrb
2012-02-18update to mkfontdir 1.0.7. no functional change.Matthieu Herrb
2012-02-08Match the default PATH with what we use in login.conf(5).Antoine Jacoutot
This will allow glib's gio mount to find and use mount(8). input from and ok matthieu@
2012-02-07puffy 5.1Todd T. Fries
2012-01-29Restart menu update: remove window managers that are not availableMatthieu Herrb
from ports/packages. Replace them with some more modern ones.
2012-01-29Remove trailing white spaceMatthieu Herrb
2012-01-08make xman work again.Marc Espie
if we run into unformatted pages, they're candidate for mandoc (otherwise, groff should have formatted them already). We shouldn't ever try to run them thru tbl first, since mandoc takes care of enough tbl constructs, and will get confused at roff low-level anyways. So, just run thru cat to avoid changing xman too much. Since mandoc doesn't have a -Tlatin1 mode, approximate it with -Tascii. -Tutf8 is definitely out of question until xman talks utf8. okay matthieu@
2011-12-29check if we're in the group already, else multiple calls toOkan Demirmen
group_movetogroup() on one client will still increment nhidden if the group is hidden. found the hard way by Thomas Jeunet and fix from Alexander Polakov - thanks to both! ok oga@
2011-12-15replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.Matthieu Herrb
ok kettenis@
2011-12-10set CONFIG_SITE in configure's environment.Matthieu Herrb
2011-12-03Restore ecdsa ssh keys support, lost in update to 1.1.11.Matthieu Herrb
Noticed by jsg@
2011-11-30Ooops revert something that I didn't intend to commit.Matthieu Herrb
Sorry todd for the gratuitous set changes.
2011-11-18fix long standing but wrt to DPMS kicking in and causing the program toFederico G. Schwindt
run even if timeout was not specified. while im here simplify some code. matthieu@ ok
2011-11-16Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@.Matthieu Herrb
2011-11-15Update to xdm 1.1.11 plus a few patches from git master.Matthieu Herrb
patched to restore static greeter. Tested by shadchin@, jasper@
2011-11-06Bring in full Changelog from xdm 1.1.9. For some reason this fileMatthieu Herrb
was missing many entries.
2011-11-06put snapdist in the correct location; as an option, not a bind; Tiago Cunha.Okan Demirmen
ok oga@
2011-10-31Update to xinit 1.3.1Matthieu Herrb
2011-10-31Update to xdpyinfo 1.3.0Matthieu Herrb
2011-10-31Update to sessreg 1.0.7Matthieu Herrb
2011-10-17rename variable to reduce potential for name-space collision.Okan Demirmen
bikesheding and ok oga@.
2011-10-12use xfree instead of free since strings is allocated with xmalloc; fromOkan Demirmen
dhill ok oga@
2011-09-30Set user PATH from login.conf instead of hard-coded default.Matthieu Herrb
prodded by ajacoutot@. Patch tweaks and ok millert@.
2011-09-19move client to group (movetogroup) and hide client only if group isOkan Demirmen
already hidden (suggested behavior from Alexander Polakov). ok sthen oga
2011-09-17Update to xterm-275. Tested by jasper@.Matthieu Herrb
2011-09-13fix spelling I keep getting wrong for some unknown reason; found by andOkan Demirmen
diff from Alexander Polakov.
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan Demirmen
the group of the main application window; based on a diff from Alexander Polakov with CLIENT_IGNORE flag suggestion from oga@. ok oga@
2011-09-13repair groupcycle (broke after cycle-in-group support added more flags);Okan Demirmen
found by and fix from Thomas Pfaff. ok oga@
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
from me. ok oga@
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
ok oga@
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingOkan Demirmen
upcoming menu config changes. ok oga@
2011-09-05restore a comment and add another for clarity.Okan Demirmen
2011-09-04Make flavours of maximisation additive.Owain Ainsworth
i.e. horiz-max + vertmax = full maximisation. full - horiz = vertmax. etc. Martynas wrote something like this once, so I did okan, this version seems to finally deal with the corner cases. ok okan@.
2011-09-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
around when dealing with {,h,v}max. same idea from oga.
2011-09-03simplify color initialization.Okan Demirmen
ok oga@
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen
group as the active client (as opposed to all unhidden clients); from Alexander Polakov, with a tiny tweak requested by oga. ok oga@
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
applies to the user supplied font, so rename. ok oga@