Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | Update to xfs 1.1.2 | Matthieu Herrb | |
2012-03-04 | Update to listres 1.0.3 | Matthieu Herrb | |
2012-03-04 | rename getline() occurrences to get_line(). | Federico G. Schwindt | |
2012-02-28 | Update to xwininfo 1.1.2 | Matthieu Herrb | |
2012-02-28 | Update xwd to 1.0.5 | Matthieu Herrb | |
2012-02-28 | Update to xev 1.2.0 | Matthieu Herrb | |
2012-02-18 | Update xfd to 1.1.1 | Matthieu Herrb | |
2012-02-18 | Update to xcompmgr 1.1.6 | Matthieu Herrb | |
2012-02-18 | Update to xcmsdb 1.0.4 | Matthieu Herrb | |
2012-02-18 | oops | Matthieu Herrb | |
2012-02-18 | Update to xclock 1.0.6 | Matthieu Herrb | |
2012-02-18 | Update to xclipboard 1.1.2. | Matthieu Herrb | |
2012-02-18 | Update to oclock 1.0.3 | Matthieu Herrb | |
2012-02-18 | Update to mkfontscale 1.1.0 | Matthieu Herrb | |
2012-02-18 | update to mkfontdir 1.0.7. no functional change. | Matthieu Herrb | |
2012-02-08 | Match 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-07 | puffy 5.1 | Todd T. Fries | |
2012-01-29 | Restart menu update: remove window managers that are not available | Matthieu Herrb | |
from ports/packages. Replace them with some more modern ones. | |||
2012-01-29 | Remove trailing white space | Matthieu Herrb | |
2012-01-08 | make 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-29 | check if we're in the group already, else multiple calls to | Okan 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-15 | replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang. | Matthieu Herrb | |
ok kettenis@ | |||
2011-12-10 | set CONFIG_SITE in configure's environment. | Matthieu Herrb | |
2011-12-03 | Restore ecdsa ssh keys support, lost in update to 1.1.11. | Matthieu Herrb | |
Noticed by jsg@ | |||
2011-11-30 | Ooops revert something that I didn't intend to commit. | Matthieu Herrb | |
Sorry todd for the gratuitous set changes. | |||
2011-11-18 | fix long standing but wrt to DPMS kicking in and causing the program to | Federico G. Schwindt | |
run even if timeout was not specified. while im here simplify some code. matthieu@ ok | |||
2011-11-16 | Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@. | Matthieu Herrb | |
2011-11-15 | Update 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-06 | Bring in full Changelog from xdm 1.1.9. For some reason this file | Matthieu Herrb | |
was missing many entries. | |||
2011-11-06 | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | Okan Demirmen | |
ok oga@ | |||
2011-10-31 | Update to xinit 1.3.1 | Matthieu Herrb | |
2011-10-31 | Update to xdpyinfo 1.3.0 | Matthieu Herrb | |
2011-10-31 | Update to sessreg 1.0.7 | Matthieu Herrb | |
2011-10-17 | rename variable to reduce potential for name-space collision. | Okan Demirmen | |
bikesheding and ok oga@. | |||
2011-10-12 | use xfree instead of free since strings is allocated with xmalloc; from | Okan Demirmen | |
dhill ok oga@ | |||
2011-09-30 | Set user PATH from login.conf instead of hard-coded default. | Matthieu Herrb | |
prodded by ajacoutot@. Patch tweaks and ok millert@. | |||
2011-09-19 | move client to group (movetogroup) and hide client only if group is | Okan Demirmen | |
already hidden (suggested behavior from Alexander Polakov). ok sthen oga | |||
2011-09-17 | Update to xterm-275. Tested by jasper@. | Matthieu Herrb | |
2011-09-13 | fix spelling I keep getting wrong for some unknown reason; found by and | Okan Demirmen | |
diff from Alexander Polakov. | |||
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan 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-13 | repair groupcycle (broke after cycle-in-group support added more flags); | Okan Demirmen | |
found by and fix from Thomas Pfaff. ok oga@ | |||
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | Okan Demirmen | |
from me. ok oga@ | |||
2011-09-08 | allow menufg/menubg to be configurable; from Alexander Polakov. | Okan Demirmen | |
ok oga@ | |||
2011-09-08 | reinit menu on reload; from Alexander Polakov. needed for catching | Okan Demirmen | |
upcoming menu config changes. ok oga@ | |||
2011-09-05 | restore a comment and add another for clarity. | Okan Demirmen | |
2011-09-04 | Make 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-03 | split off window hints from geometry so we don't need to carry them all | Okan Demirmen | |
around when dealing with {,h,v}max. same idea from oga. | |||
2011-09-03 | simplify color initialization. | Okan Demirmen | |
ok oga@ | |||
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan 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 also | Okan Demirmen | |
applies to the user supplied font, so rename. ok oga@ |