summaryrefslogtreecommitdiffstats
path: root/doc/text.n
Commit message (Collapse)AuthorAgeFilesLines
* clarify text index documentationvincentdarley2005-11-161-2/+6
|
* tip256 implementationvincentdarley2005-10-101-21/+49
|
* clarify tab stop behaviourvincentdarley2005-08-091-2/+5
|
* Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-121-3/+3
|
* fix to Home/End and display linesvincentdarley2005-04-181-6/+6
|
* fix to newline eliding in text widgetvincentdarley2005-02-141-10/+1
|
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
|
* removed backslash quotevincentdarley2004-11-201-2/+2
|
* improved documentation of -tabsvincentdarley2004-11-171-2/+4
|
* * doc/SetOptions.3:das2004-11-121-5/+6
| | | | | | | | * doc/text.n: fixed *roff errors uncovered by running 'make html'. * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872]
* More minor doc fixesdkf2004-10-281-101/+137
|
* Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-191-3/+3
|
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-15/+142
|
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-171-92/+93
| | | | Also some general fixes to menu.n and text.n
* text widget fixesvincentdarley2004-06-041-8/+14
|
* minor doc fixes for html conversioncore_8_5_a1hobbs2004-03-041-5/+5
|
* doc/text.n: Fix markup errors (".t" at beginning of line).jenglish2003-12-221-7/+15
|
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-3/+7
|
* documentation and cleanupvincentdarley2003-11-161-31/+38
|
* doc/text.n: Fix markup errors.jenglish2003-11-151-45/+47
|
* better elide tag handlingvincentdarley2003-11-071-15/+16
|
* TIP 155 implementationvincentdarley2003-10-311-83/+315
|
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-061-4/+3
| | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]
* Fixed markup errors.jenglish2003-05-291-4/+4
|
* tip 113 implementationvincentdarley2003-05-191-3/+24
|
* * 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.
* * 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.
* added 8.4 version marker to -maxundohobbs2002-06-211-1/+3
|
* * 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:
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-151-70/+73
|
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-1/+95
|
* 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.
* * 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.
* 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.
* * doc/text.n: clarified docs on what happens during a search withhobbs2000-02-011-4/+8
| | | | -count when images/windows are embedded
* * 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]
* * 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.
* * 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
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+1621