Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in spinbox documentation page | fvogel | 2016-02-25 | 1 | -2/+2 |
| | |||||
* | Fixed bug [1520118fff] - -validate resets to none | fvogel | 2015-10-22 | 1 | -1/+11 |
|\ | |||||
| * | Fixed bug [1520118fff] - -validate resets to nonebug_1520118fff | fvogel | 2015-10-16 | 1 | -1/+11 |
| | | |||||
* | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | after .TH breaks rendering on OpenBSD and possibly others. | ||||
| * | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | ||||
* | | Documentation tweaks to make index entries more informative. | dkf | 2013-09-23 | 1 | -1/+1 |
| | | |||||
* | | More small documentation improvements. | dkf | 2011-07-18 | 1 | -39/+41 |
| | | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | More backporting of doc fixes | dkf | 2004-10-28 | 1 | -3/+3 |
| | | | |||||
* | | | Fix [Bug 2118116] | dkf | 2008-09-23 | 1 | -2/+4 |
| | | | |||||
* | | | Minor doc updates (removing out of date changebars, improving typedef ↵ | dkf | 2008-06-30 | 1 | -3/+2 |
|/ / | | | | | | | | | | | formatting, etc.) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | More documentation improvements | dkf | 2007-10-30 | 1 | -4/+3 |
| | | |||||
* | | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 1 | -21/+27 |
| | | |||||
* | | * doc/*.1: Revert doc changes that broke | dgp | 2007-10-26 | 1 | -14/+8 |
| | | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -8/+14 |
| | | |||||
* | | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko. | dkf | 2004-08-17 | 1 | -3/+3 |
|/ | | | | Also some general fixes to menu.n and text.n | ||||
* | corrected spin(up|down) -> button(up|down) | hobbs | 2001-12-18 | 1 | -3/+3 |
| | |||||
* | * doc/toplevel.n: | ericm | 2000-08-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | * doc/spinbox.n: * doc/scrollbar.n: * doc/scale.n: * doc/menubutton.n: * doc/menu.n: * doc/listbox.n: * doc/entry.n: * doc/frame.n: * doc/message.n: * doc/checkbutton.n: * doc/radiobutton.n: * doc/button.n: * doc/label.n: * doc/canvas.n: * doc/text.n: Fixed Standard Options section to make best use of new tab settings in man.macros. | ||||
* | * doc/spinbox.n: (new file) docs for spinbox widget | hobbs | 2000-05-29 | 1 | -0/+582 |
* generic/tkInt.h: added Tk_SpinboxObjCmd declaration * generic/tkEntry.c: added 'spinbox' widget - an extension of the entry widget type. * generic/tkWindow.c: added 'spinbox' to core Tk commands * library/spinbox.tcl: (new file) binding and helper procs for spinbox * library/tk.tcl: added spinbox.tcl to list of files to source * tests/entry.test: updated changed error messages * tests/spinbox.test: (new file) test suite for spinbox |