aboutsummaryrefslogtreecommitdiff
path: root/accessibility/gok
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8.4.Joe Marcus Clarke2003-10-134-18/+53
| | | | Notes: svn path=/head/; revision=91084
* Fix build under -STABLE.Adam Weinberger2003-09-301-0/+16
| | | | Notes: svn path=/head/; revision=89862
* Update to 0.8.3.Joe Marcus Clarke2003-09-293-53/+3
| | | | Notes: svn path=/head/; revision=89837
* Remove a patch forgotten in the last commit.Joe Marcus Clarke2003-09-181-0/+0
| | | | Notes: svn path=/head/; revision=89024
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-184-70/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Update to 0.7.5.Adam Weinberger2003-06-073-2/+5
| | | | Notes: svn path=/head/; revision=82421
* Update to 0.7.4.Joe Marcus Clarke2003-06-034-6/+70
| | | | Notes: svn path=/head/; revision=82074
* * Update to 0.7.1Joe Marcus Clarke2003-05-073-60/+62
| | | | | | | * Sort the plist Notes: svn path=/head/; revision=80381
* Remove an extra directory.Joe Marcus Clarke2003-05-061-0/+1
| | | | | | | Reported by: GNOME tinderbox Notes: svn path=/head/; revision=80293
* atspi implies atk.Adam Weinberger2003-04-211-1/+1
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=79384
* The GNOME On-Screen Keyboard (GOK) is an accessability interfaceAdam Weinberger2003-04-154-0/+166
that gives you control of your system without needing a keyboard. The GOK makes available a hierarchical button system that enables keyboardless entry of common accelerators, and contains a clickable keyboard that sports suggested autocompletion of many common words, and even some commands. The GOK will provide an alternative interface to common commands and functions within applications that utilize the AT SPI. The GOK is is designed to be usable by many alternative input methods, i.e. not a common keyboard and mouse combination. Notes: svn path=/head/; revision=78996