Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | xset 1.1.0xset-1.1.0 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-16 | Fill in README & COPYING files | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-06-16 | XKB named indicator support for led state query/set | Alan Coopersmith | |
xset q now lists XKB named indicator states in addition to led bitmask Sample output: Keyboard Control: auto repeat: on key click percent: 0 LED mask: 0000000a XKB indicators: 00: Caps Lock: off 01: Num Lock: on 02: Scroll Lock: off 03: Compose: on 04: Shift Lock: off 05: Group 2: off 06: Mouse Keys: off [...] New options "xset led named <name>" and "xset -led named <name>" allow turning named leds/virtual indicators on & off. ('named' keyword is necessary to avoid ambiguity if an XKB indicator is given a numeric name or a name that matches an existing xkb option due to xset's horrible historic command line syntax model.) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-05-01 | Avoid warning from "xset r rate" when XF86Misc extension is not present | Alan Coopersmith | |
- Since XF86Misc is only used if XKB is not present, don't check for XF86Misc unless XKB is not present - If we do check for XF86Misc, use QueryExtension instead of QueryVersion to avoid Xlib printing missing extension warning message when it's not found (such as in Xorg 1.6 and later). Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-04-28 | Fix typos in xset manpage | Julien Cristau | |
Debian bug#525255 <http://bugs.debian.org/525255> Reported-by: "A. Costa" <agcosta@gis.net> | |||
2009-01-26 | Correct make distcheck and most sparse warnings. | Paulo Cesar Pereira de Andrade | |
2008-03-06 | xset 1.0.4xset-1.0.4 | Adam Jackson | |
2008-01-15 | Delete duplicated #include statements | Alan Coopersmith | |
2008-01-15 | Convert function declarations from K&R to ANSI C | Alan Coopersmith | |
2008-01-15 | Make code formatting consistent | Alan Coopersmith | |
Too many different indent styles/levels made code hard to read | |||
2007-11-15 | Manpage: Add mention of mouse acceleration with zero threshold | gsr.bugs | |
xset m A/B 0 gives a different behaviour, smooth acceleration, than typical A/B C (C not zero) which is two speed. This behaviour is, for some people, nice. But the point is that it is not documented in man page, so nobody can just test it except if discovered due some reason more complex than read the docs. | |||
2007-09-03 | Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/app/xset | James Cloos | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-27 | Version bump: 1.0.3xset-1.0.3 | Alan Coopersmith | |
2007-08-27 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2007-08-27 | Use autoconf to check for usleep before falling into twisty #ifdef maze | Alan Coopersmith | |
2007-08-27 | Add *~ to .gitignore to skip emacs/patch droppings | Alan Coopersmith | |
2007-08-27 | Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | |
2007-08-21 | Bug #9524: Markup problems on xset.1x | Eric S. Raymond | |
X.Org Bugzilla #9524 <https://bugs.freedesktop.org/show_bug.cgi?id=9524> | |||
2006-04-26 | Bump to 1.0.2xset-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-07 | Free modifier map when done with it (Coverity #823 & 824) | Alan Coopersmith | |
Free Xkb keyboard description when done with it (Coverity #825) | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0_99_901XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-21 | Change dependency from xmu to xmuu since the full xmu (with all its baggage | Alan Coopersmith | |
like Xt) is not needed here. | |||
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-11-20 | Fix typo in #define that caused Xprint support to not be built in modularXORG-6_8_99_903 | Alan Coopersmith | |
tree. | |||
2005-11-20 | Fix typo in XSET_LIBS setting so libXext is linked in properly. | Alan Coopersmith | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-10-20 | Fix check for fontcache to look for "xfontcache" (Bill Crawford) | Eric Anholt | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-08-31 | Bump to 0.99.1. | Daniel Stone | |
2005-08-29 | Add config.h inclusion, defines based on autoconf header checks.XORG-6_8_99_902XORG-6_8_99_901 | Daniel Stone | |
2005-08-29 | Add support for more extensions. | Daniel Stone | |
2005-08-01 | Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900 | Alan Coopersmith | |
Berkholz) | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-14 | Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch | Søren Sandmann Pedersen | |
2005-07-01 | Build system for xset | Søren Sandmann Pedersen | |
2005-03-20 | //bugs.freedesktop.org/show_bug.cgi?id=2258) attachment #2166sco_port_update-baseXORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1 | Roland Mainz | |
(https://bugs.freedesktop.org/attachment.cgi?id=2166) "xset q" (query) should not print an error message ('Xlib: extension "XFree86-Misc" missing on display ":35.0".') when the "XFree86-Misc" is not available on the Xserver. | |||
2004-10-17 | Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1659 - Fix | Roland Mainz | |
Imakefile bug which caused the Xprint support in "xset" not being build. |