Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -3/+3 |
| | |||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 1 | -3/+3 |
| | |||||
* | More documentation improvements | dkf | 2007-10-30 | 1 | -4/+11 |
| | |||||
* | fix spelling of -inactiveselectbackground [Bug 1626415] | hobbs | 2007-10-30 | 1 | -4/+4 |
| | |||||
* | Clarify search subcommand docs. [Bug 1622919] | dkf | 2007-10-30 | 1 | -2/+3 |
| | |||||
* | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 1 | -90/+165 |
| | |||||
* | * doc/*.1: Revert doc changes that broke | dgp | 2007-10-26 | 1 | -57/+26 |
| | | | | | * 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 | -25/+54 |
| | |||||
* | Rendering-with-groff GOOBE. | dkf | 2007-10-23 | 1 | -2/+4 |
| | |||||
* | Text widget documentation improvements | dkf | 2007-10-16 | 1 | -102/+105 |
| | |||||
* | Convert \fP to \fR so that man-page scrapers have an easier time. | dkf | 2006-11-15 | 1 | -28/+28 |
| | |||||
* | * doc/text.n: fix docs to not correct -tabs usage case. | hobbs | 2006-10-18 | 1 | -2/+2 |
| | |||||
* | fix make html error | das | 2006-04-12 | 1 | -3/+3 |
| | |||||
* | clarify text index documentation | vincentdarley | 2005-11-16 | 1 | -2/+6 |
| | |||||
* | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -21/+49 |
| | |||||
* | clarify tab stop behaviour | vincentdarley | 2005-08-09 | 1 | -2/+5 |
| | |||||
* | Updated out-of-date references to "Tk_GetBoolean" | dgp | 2005-05-12 | 1 | -3/+3 |
| | |||||
* | fix to Home/End and display lines | vincentdarley | 2005-04-18 | 1 | -6/+6 |
| | |||||
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -10/+1 |
| | |||||
* | * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907] | hobbs | 2005-02-11 | 1 | -4/+4 |
| | |||||
* | removed backslash quote | vincentdarley | 2004-11-20 | 1 | -2/+2 |
| | |||||
* | improved documentation of -tabs | vincentdarley | 2004-11-17 | 1 | -2/+4 |
| | |||||
* | * doc/SetOptions.3: | das | 2004-11-12 | 1 | -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 fixes | dkf | 2004-10-28 | 1 | -101/+137 |
| | |||||
* | Standardize style of section refs & public symbols. Remove displayed tabs | dkf | 2004-09-19 | 1 | -3/+3 |
| | |||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -15/+142 |
| | |||||
* | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko. | dkf | 2004-08-17 | 1 | -92/+93 |
| | | | | Also some general fixes to menu.n and text.n | ||||
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -8/+14 |
| | |||||
* | minor doc fixes for html conversioncore_8_5_a1 | hobbs | 2004-03-04 | 1 | -5/+5 |
| | |||||
* | doc/text.n: Fix markup errors (".t" at beginning of line). | jenglish | 2003-12-22 | 1 | -7/+15 |
| | |||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -3/+7 |
| | |||||
* | documentation and cleanup | vincentdarley | 2003-11-16 | 1 | -31/+38 |
| | |||||
* | doc/text.n: Fix markup errors. | jenglish | 2003-11-15 | 1 | -45/+47 |
| | |||||
* | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -15/+16 |
| | |||||
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -83/+315 |
| | |||||
* | * library/text.tcl, doc/text.n: Text widget binding for | jenglish | 2003-10-06 | 1 | -4/+3 |
| | | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277] | ||||
* | Fixed markup errors. | jenglish | 2003-05-29 | 1 | -4/+4 |
| | |||||
* | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -3/+24 |
| | |||||
* | * doc/entry.n: | mdejong | 2003-02-19 | 1 | -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 that | hobbs | 2002-06-22 | 1 | -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 -maxundo | hobbs | 2002-06-21 | 1 | -1/+3 |
| | |||||
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -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) | dkf | 2001-11-15 | 1 | -70/+73 |
| | |||||
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 1 | -1/+95 |
| | |||||
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp | 2001-08-01 | 1 | -3/+25 |
| | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. | ||||
* | * doc/toplevel.n: | ericm | 2000-08-25 | 1 | -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, | jenglish | 2000-07-25 | 1 | -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 with | hobbs | 2000-02-01 | 1 | -4/+8 |
| | | | | -count when images/windows are embedded | ||||
* | * doc/WindowId.3: added docs for Tk_IsContainer and Tk_IsEmbedded | hobbs | 2000-01-21 | 1 | -10/+12 |
| | | | | | * doc/text.n: clarified mark gravity definition and usage of ``word'' in binding definitions. [Bug: 2004 2277 1388] | ||||
* | * doc/text.n: | hobbs | 2000-01-06 | 1 | -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. |