summaryrefslogtreecommitdiffstats
path: root/doc/text.n
Commit message (Collapse)AuthorAgeFilesLines
* fix make-html errordas2006-04-121-3/+3
| | | FossilOrigin-Name: 612e1ce7edd4912b3d7bc7bb5d667111590e24b5
* clarify text index documentationvincentdarley2005-11-161-2/+6
| | | FossilOrigin-Name: 7468498d2d7f7fd676bfa13ac6258633551aaa7c
* Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-121-3/+3
| | | FossilOrigin-Name: 57150e00b33ee1c18f3437820c70d147325cd770
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
| | | FossilOrigin-Name: f8c4419d3d2336ceb7cc6774b9414efade9b9561
* More backporting of doc fixesdkf2004-10-281-67/+64
| | | FossilOrigin-Name: f449787fb16a3a32463679ccd2c2f9451f5275e4
* * doc/entry.n:mdejong2003-02-191-3/+3
| | | | | | | | * doc/text.n: Update double and triple click docs to match implementation changes made on 2002-02-14. FossilOrigin-Name: fa9c4e0f61bf9a530ca6599eaa8898a874f757d4
* * doc/text.n: TIP #93 implementation thathobbs2002-06-221-4/+19
| | | | | | | | | * generic/tkText.c (TextWidgetCmd): enhances the text get and * generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept * tests/text.test: multiple range pairs. This handles the delete case in an atomic, fixed-index fashion. FossilOrigin-Name: 56373b17842760c71abe22bea606c0de0c9c41d3
* added 8.4 version marker to -maxundohobbs2002-06-211-1/+3
| | | FossilOrigin-Name: bd4ba973698f1ebf47369d5774a610d0a3db687a
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-211-5/+8
| | | | | | | | | | | | | | | | | * generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h: FossilOrigin-Name: 6a28d5bdfd4bd0d8ab71bc4b8aeb118626124b0a
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-151-70/+73
| | | FossilOrigin-Name: 564aa3355ab35f41dfb85023b6618bba69f371d2
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-1/+95
| | | FossilOrigin-Name: 5265df93d207cec0cfc2940a152e030a2f848bd0
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-3/+25
| | | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
* * doc/toplevel.n:ericm2000-08-251-7/+9
| | | | | | | | | | | | | | | | | | | | | * 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. FossilOrigin-Name: aab4f8f0ade0fbed2d69b0a7c5316cf05eba894c
* CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,jenglish2000-07-251-6/+6
| | | | | | | | FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font. FossilOrigin-Name: b10e56c17f4c9710567b36d1ba7616710168243c
* * doc/text.n: clarified docs on what happens during a search withhobbs2000-02-011-4/+8
| | | | | | -count when images/windows are embedded FossilOrigin-Name: 029b6655942cc865ed4354a8f162c0541d99b4ac
* * doc/WindowId.3: added docs for Tk_IsContainer and Tk_IsEmbeddedhobbs2000-01-211-10/+12
| | | | | | | * doc/text.n: clarified mark gravity definition and usage of ``word'' in binding definitions. [Bug: 2004 2277 1388] FossilOrigin-Name: ee72d68f70bb3461677a2a14e6a45435c2801db7
* * doc/text.n:hobbs2000-01-061-8/+8
| | | | | | | | | | | | * generic/tkText.c: * generic/tkText.h: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextTag.c: removed the -state option for text tags, and reoriented it around -elide, as -state disabled was never implemented, and -state hidden is better as -elide. FossilOrigin-Name: 2d0345f6c1062523a702446018fef2943e47e26b
* * doc/canvas.n: added docs for items added by dash patch (-*dash*,hobbs1999-12-141-1/+9
| | | | | | | | | | | -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 FossilOrigin-Name: bb2e63fc1fb45b3175ae46f05e494283a6b324a6
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+1621
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa