| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-in | hobbs | 2002-08-08 | 1 | -3/+7 |
|
|
* | * doc/GetBitmap.3: removed doc refs to deprecated | hobbs | 2002-08-08 | 1 | -2/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 25 | -64/+66 |
|
|
* | WinWm fixes | vincentdarley | 2002-07-16 | 1 | -7/+7 |
|
|
* | minor doc clarification (lester) | hobbs | 2002-07-04 | 1 | -2/+3 |
|
|
* | * doc/wm.n: TIP #95 Windows implementation and | hobbs | 2002-06-22 | 1 | -2/+26 |
|
|
* | * doc/text.n: TIP #93 implementation that | hobbs | 2002-06-22 | 1 | -4/+19 |
|
|
* | Fixes to make HTML generation work better. | dkf | 2002-06-22 | 2 | -4/+4 |
|
|
* | 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 |
|
|
* | * doc/listbox.n: | hobbs | 2002-06-21 | 1 | -13/+22 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-17 | 2 | -2/+56 |
|
|
* | Initial implementation of TIP #82: added the -offrelief option to | drh | 2002-06-17 | 2 | -2/+12 |
|
|
* | * generic/tk.decls: added TIP #84 implementation that adds a | hobbs | 2002-06-15 | 1 | -8/+19 |
|
|
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish | 2002-06-14 | 1 | -19/+28 |
|
|
* | Changed some _Old and _OLD to more descriptive terms. | dkf | 2002-06-14 | 1 | -3/+4 |
|
|
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 2 | -4/+47 |
|
|
* | * changes: Clearly label wm transient changes as | mdejong | 2002-06-13 | 1 | -5/+6 |
|
|
* | Fix for [ 539903 ] Doc error for "-message" | jenglish | 2002-04-19 | 1 | -2/+2 |
|
|
* | * doc/wm.n: | mdejong | 2002-04-10 | 1 | -2/+2 |
|
|
* | Changed topic from "Tcl Built-In Commands" to "Tk Built-In Commands" | davygrvy | 2002-03-29 | 1 | -2/+2 |
|
|
* | Typo fix | dkf | 2002-03-14 | 1 | -2/+2 |
|
|
* | nroff macro fix | hobbs | 2002-03-02 | 1 | -2/+2 |
|
|
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+246 |
|
|
* | Final part of TIP#14 support (photo image transparency access); the C API | dkf | 2002-02-01 | 1 | -2/+25 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 5 | -11/+11 |
|
|
* | corrected spin(up|down) -> button(up|down) | hobbs | 2001-12-18 | 1 | -3/+3 |
|
|
* | Added code to guess the correct default extension from whatever value | dkf | 2001-12-14 | 1 | -2/+6 |
|
|
* | Add TK patch 481148 to implement TIP 74, the | mdejong | 2001-12-04 | 2 | -5/+20 |
|
|
* | 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 |
|
|
* | one char nroff macro fix | hobbs | 2001-11-13 | 1 | -2/+2 |
|
|
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 1 | -1/+12 |
|
|
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 1 | -10/+45 |
|
|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 3 | -18/+163 |
|
|
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 2 | -14/+63 |
|
|
* | removed bogus note about including tkPhoto.h | hobbs | 2001-08-23 | 1 | -2/+1 |
|
|
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 1 | -6/+9 |
|
|
* | corrected minor nroff transgressionscore_8_4_a3 | hobbs | 2001-08-07 | 1 | -2/+2 |
|
|
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp | 2001-08-01 | 4 | -12/+50 |
|
|
* | * doc/colors.n: Corrected bogus documentation with respect to | ericm | 2001-06-22 | 1 | -13/+13 |
|
|
* | * doc/selection.n: | hobbs | 2001-06-04 | 2 | -3/+14 |
|
|
* | * doc/TkInitStubs.3: | hobbs | 2001-05-22 | 1 | -6/+6 |
|
|
* | implement TIP11, -compound option for menubutton widget | tmh | 2001-05-21 | 1 | -1/+9 |
|
|
* | Added documentation for console command. (Right source tree this time!) | dkf | 2001-05-16 | 1 | -0/+142 |
|
|
* | * doc/image.n: added warning about names chosen for images. | hobbs | 2001-04-03 | 1 | -1/+5 |
|
|
* | * doc/canvas.n: Noted ability to specify coords as a list in the | hobbs | 2001-03-30 | 1 | -10/+28 |
|
|
* | * doc/photo.n: [Bug 132213] Added clarification on interpretation | ericm | 2001-02-13 | 1 | -3/+4 |
|
|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 2 | -4/+10 |
|
|
* | 2001-01-02 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2001-01-02 | 1 | -2/+14 |
|
|