summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2010-10-15typos. "ouput" typos spotted by Jan Stary.Jacob Meuser
2010-10-15oops. start with an undefined encoding instead of yuy2. lets the codeJacob Meuser
figure out what encoding to use, based on what the hardware supports. still uses yuy2 by default if the hardware supports it.
2010-10-15declare the global vars as static to not conflict with symbols fromJacob Meuser
libraries
2010-10-06Update to xcmsdb 1.0.3Matthieu Herrb
2010-10-06Update to xclock 1.0.5Matthieu Herrb
2010-10-06update to xauth 1.0.5Matthieu Herrb
2010-10-06Update to x11perf 1.5.2Matthieu Herrb
2010-10-06Update to setxkbmap 1.2.0Matthieu Herrb
2010-10-06Update to oclock 1.0.2Matthieu Herrb
2010-10-05Update to xterm 262.Matthieu Herrb
tested by ajacoutot@, jasper@ and krw@.
2010-10-03Move 'video' out of X.Org provided application list, to the listMatthieu Herrb
of extra applications provided by OpenBSD.
2010-09-26s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost;Ingo Schwarze
found by mandoc -Tlint
2010-09-26support for gamma and sharpness/acutance controls.Jacob Meuser
also from Martin Pieuchot, thanks!
2010-09-25s/-offset -indent/-offset indent/ for correct indentation,Ingo Schwarze
and properly encode \(:a found by mandoc -Tlint
2010-09-25s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -TlintIngo Schwarze
2010-09-25do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.Okan Demirmen
(with the manpage bit from me). ok oga@
2010-09-25picked a henning diff from src - original log:Okan Demirmen
fix linecount bug with comments spanning multiple lines problem reported with the obvious fix for bgpd by Sebastian Benoit <benoit-lists at fb12.de>, also PR 6432 ok oga@
2010-09-25spacing nitsOkan Demirmen
2010-09-25more clear variable name so than name/class shouldn't be confused again.Okan Demirmen
ok oga@
2010-09-25clarify window name/class a bit more with word ordering.Okan Demirmen
ok oga@
2010-09-25enable video(1), now builds on all archsJacob Meuser
from/ok todd@
2010-09-25list all libraries needed and in the correct order so this buildsJacob Meuser
on static archs from todd@
2010-09-20regenMatthieu Herrb
2010-09-20Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed fromMatthieu Herrb
xorg-macros. While here fix list of dependencies.
2010-09-20regenMatthieu Herrb
2010-09-20Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed fromMatthieu Herrb
xorg-macros. While here fix list of dependencies.
2010-09-20regenMatthieu Herrb
2010-09-20Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed fromMatthieu Herrb
xorg-macros. While here fix list of dependencies.
2010-09-20regenMatthieu Herrb
2010-09-20Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed fromMatthieu Herrb
xorg-macros. While here fix list of dependencies.
2010-09-20regenMatthieu Herrb
2010-09-20Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed fromMatthieu Herrb
xorg-macros. While here fix list of dependencies. Problem noticed by Dave Del Debbio. Thanks.
2010-09-14- no need for root prompt here, user prompt will doJasper Lievisse Adriaanse
- .Xr the other touchscreen driver we have (uhts) ok matthieu@
2010-09-13no more anonymous unions in video(4)Jacob Meuser
2010-08-22Update to xterm 261. Tested by krw@, jcs@.Matthieu Herrb
2010-08-21Update to final X.Org xset 1.2.0. No functional change.Matthieu Herrb
2010-08-05Disable ftgl support explictely.Matthieu Herrb
2010-08-04disable video for now; ok deraadt@Todd T. Fries
2010-08-02puffy 4.8Todd T. Fries
2010-07-31Update to sessreg 1.0.6Matthieu Herrb
2010-07-31Update to sessreg 1.0.5Matthieu Herrb
2010-07-31Update to xset master from X.Org git.Matthieu Herrb
This brings manual page updates regarding the new mouse acceleration code.
2010-07-31Update to xrandr 1.3.3Matthieu Herrb
2010-07-30revert -r1.45 of group.c (log was: fix window name and class to matchOkan Demirmen
cwmrc(5)). instead, fix cwmrc(5) to match the old behavior which also happens to match the example config, of which many have based their configs; this also nicely matches the output of xprop(1). clean-up of variable names as a separate commit. suggested by sthen (and something we should have done initially). discussed with and ok oga@
2010-07-30Cast "pid" as unsigned long to avoid a bus error on sparc64.David Coppa
OK matthieu@
2010-07-26$OpenBSD$ and compare width to width, not width to heightJacob Meuser
2010-07-26sort options as usual in our operating system; `usage:' is lower case;Igor Sobrado
improve usage()'s output; better indentation in usage() function. ok jakemsr@
2010-07-24do not add the same size twice, and do not fall of the end ofJacob Meuser
the frame sizes array. reported/tested mglocker
2010-07-24Update to xmore 1.0.2.Matthieu Herrb
2010-07-23allow "make build" to work, ok matthieu@Chris Kuethe