Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate exess spacings in many doc pages | jan.nijtmans | 2016-03-02 | 1 | -8/+8 |
| | |||||
* | Added missing word in man event | fvogel | 2015-10-27 | 1 | -1/+1 |
|\ | |||||
| * | Added missing word in man event | fvogel | 2015-10-27 | 1 | -1/+1 |
| | | |||||
* | | 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. | ||||
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 1 | -0/+7 |
|\ \ | |/ | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| * | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 1 | -0/+7 |
| |\ | | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| | * | Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵bug_3608074 | jan.nijtmans | 2013-03-21 | 1 | -0/+4 |
| |/ | | | | | | | <<Decrement>> | ||||
* | | [Bug 3555644]: Better use of virtual events, Add <<ToggleSelection>> virtual ↵ | jan.nijtmans | 2012-08-23 | 1 | -0/+5 |
| | | | | | | | | event. | ||||
* | | define two more virtual bindings, and correct various Mac | jan.nijtmans | 2012-08-10 | 1 | -0/+48 |
| | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well | ||||
* | | Minor spelling fixes. | dkf | 2012-03-13 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | | |||||
| | * | Backport of documentation fixes | dkf | 2004-10-28 | 1 | -8/+6 |
| | | | |||||
* | | | Centralize the definitions of what keys do particular types of left and right | dkf | 2010-01-06 | 1 | -1/+64 |
| | | | | | | | | | | | | movements in entries and text widgets. They vary between platforms! | ||||
* | | | Tidy up and expand examples. | dkf | 2009-03-10 | 1 | -9/+38 |
| | | | |||||
* | | | 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 | -5/+3 |
|/ / | | | | | | | | | | | formatting, etc.) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Clarify docs to note that [event info] isn't clairvoyant. | dkf | 2007-12-10 | 1 | -1/+6 |
| | | |||||
* | | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 1 | -5/+5 |
| | | |||||
* | | More documentation improvements | dkf | 2007-10-30 | 1 | -3/+2 |
| | | |||||
* | | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 1 | -7/+12 |
| | | |||||
* | | * doc/*.1: Revert doc changes that broke | dgp | 2007-10-26 | 1 | -4/+3 |
| | | | | | | | | | | * 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 | -3/+4 |
| | | |||||
* | | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -3/+1 |
| | | |||||
* | | Added docs on predefined virtual events. [608115] | dkf | 2005-01-12 | 1 | -1/+65 |
| | | |||||
* | | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -1/+8 |
| | | |||||
* | | Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083] | dkf | 2004-08-20 | 1 | -3/+3 |
| | | |||||
* | | Minor formatting fix | dkf | 2004-06-18 | 1 | -4/+2 |
| | | |||||
* | | Fix typos in documentation | vincentdarley | 2004-03-25 | 1 | -3/+3 |
|/ | |||||
* | doc/event.n: added note that key events require window focus. | hobbs | 2000-11-03 | 1 | -3/+4 |
| | |||||
* | * doc/event.n: | hobbs | 2000-01-13 | 1 | -2/+3 |
| | | | | | | * generic/tkBind.c: prevented core with event -warp on Windows when window wasn't mapped [Bug: 4004] and added docs stating the requirement for mapped windows. | ||||
* | * doc/canvas.n: added docs for items added by dash patch (-*dash*, | hobbs | 1999-12-14 | 1 | -5/+17 |
| | | | | | | | | | -state, -active*, -disabled*, -offset, essentially rewrote the man patch for completely updated 8.3 canvas widget. * doc/entry.n: added docs for entry widget validation * doc/event.n: added docs for -warp * doc/text.n: doc'ed new -state value 'hidden' * doc/GetDash.3: (new file) man page explaining Tk_GetDash | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 1 | -2/+16 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+338 |