| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Stopped a potential core dump from happening when a idle event outlives its c... | dkf | 2002-08-02 | 1 | -2/+5 |
|
|
* | Postpone paned-window layout arrangement on geometry event until idle, | dkf | 2002-07-31 | 1 | -3/+6 |
|
|
* | Objectifed wm. [Patch #564521] | pspjuth | 2002-07-25 | 2 | -5/+6 |
|
|
* | * tests/spinbox.test: added spinbox-22.[1-3] | hobbs | 2002-07-25 | 1 | -15/+24 |
|
|
* | * tests/canvas.test: added canvas-14.[1-6] | hobbs | 2002-07-24 | 1 | -18/+16 |
|
|
* | * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 when | hobbs | 2002-07-24 | 1 | -14/+16 |
|
|
* | * generic/tkEntry.c (DisplayEntry): correct cursor position before | hobbs | 2002-07-24 | 1 | -3/+3 |
|
|
* | corrected reversed logic in assert -> panic conversion | dgp | 2002-07-17 | 1 | -3/+1 |
|
|
* | * generic/tkFont.c (TkFontPkgFree): Call panic instead | mdejong | 2002-07-16 | 1 | -6/+3 |
|
|
* | * Fixes for [Bug 581627]. | dgp | 2002-07-15 | 1 | -5/+7 |
|
|
* | * Bumped HEAD to version 8.4b2 in order to distinguish it from | dgp | 2002-07-14 | 1 | -3/+3 |
|
|
* | tests/visual_vv.test: Removed some dependence on [exec]ed utilities | dkf | 2002-07-11 | 1 | -41/+129 |
|
|
* | * generic/tkTest.c: Removed unused dependence on TclThread_Init() | dgp | 2002-07-09 | 1 | -8/+1 |
|
|
* | incorrect <eol> fixed. | davygrvy | 2002-06-26 | 1 | -1663/+1663 |
|
|
* | Fixed potential buffer overflow from patch#546910 | a_kovalenko | 2002-06-26 | 1 | -2/+2 |
|
|
* | Applied patch #546910 -- international postscript output | a_kovalenko | 2002-06-25 | 2 | -342/+57 |
|
|
* | * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULL | hobbs | 2002-06-22 | 1 | -2/+2 |
|
|
* | * generic/tkFont.c (TkFontPkgFree): changed panic on freeing fonts | hobbs | 2002-06-22 | 1 | -1/+8 |
|
|
* | * doc/text.n: TIP #93 implementation that | hobbs | 2002-06-22 | 2 | -39/+229 |
|
|
* | Tk patchlevel bumped to 8.4b1 in preparation for release. | dkf | 2002-06-22 | 1 | -4/+4 |
|
|
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 4 | -272/+625 |
|
|
* | * doc/listbox.n: | hobbs | 2002-06-21 | 1 | -28/+108 |
|
|
* | Corrected the test for grid propagate change. [Bug #571433] | pspjuth | 2002-06-20 | 1 | -3/+4 |
|
|
* | * tests/panedwindow.test: | hobbs | 2002-06-19 | 1 | -61/+7 |
|
|
* | * generic/tkClipboard.c (TkClipCleanup): Add code | mdejong | 2002-06-19 | 1 | -1/+2 |
|
|
* | * generic/tkBind.c (TkBindDeadWindow): | mdejong | 2002-06-19 | 6 | -16/+41 |
|
|
* | Added TIP#48 style engine implementation | dkf | 2002-06-18 | 10 | -209/+2303 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd, DeleteImage): Call | mdejong | 2002-06-18 | 1 | -1/+3 |
|
|
* | Trims to support the removal of RESOURCE_INCLUDED from rc | davygrvy | 2002-06-18 | 1 | -3/+3 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-17 | 2 | -4/+101 |
|
|
* | Initial implementation of TIP #82: added the -offrelief option to | drh | 2002-06-17 | 2 | -2/+11 |
|
|
* | * generic/tkWindow.c (Tk_DestroyWindow): Set the pathName | mdejong | 2002-06-15 | 1 | -1/+8 |
|
|
* | * generic/tkOption.c (Tk_GetOption): Allocate | mdejong | 2002-06-15 | 1 | -2/+2 |
|
|
* | removed stray character | dgp | 2002-06-15 | 1 | -2/+2 |
|
|
* | * generic/tkBind.c (HandleEventGenerate): | hobbs | 2002-06-15 | 2 | -7/+9 |
|
|
* | corrected cast warning | hobbs | 2002-06-15 | 1 | -2/+2 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-15 | 3 | -9/+17 |
|
|
* | * generic/tkInt.h: | hobbs | 2002-06-15 | 2 | -11/+17 |
|
|
* | changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarity | hobbs | 2002-06-15 | 1 | -2/+2 |
|
|
* | * generic/tkEvent.c (Tk_HandleEvent): | hobbs | 2002-06-15 | 2 | -34/+40 |
|
|
* | * generic/tk.decls: added TIP #84 implementation that adds a | hobbs | 2002-06-15 | 6 | -6/+78 |
|
|
* | * generic/tkBind.c (TkXErrorHandler): Declare static | mdejong | 2002-06-14 | 1 | -1/+3 |
|
|
* | * generic/tkBind.c (ExpandPercents): Cast argument to | mdejong | 2002-06-14 | 1 | -2/+2 |
|
|
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish | 2002-06-14 | 14 | -74/+300 |
|
|
* | regen | dkf | 2002-06-14 | 2 | -14/+14 |
|
|
* | Changed some _Old and _OLD to more descriptive terms. | dkf | 2002-06-14 | 3 | -14/+14 |
|
|
* | TIP#98 implementation; improved photo image copy and GIF frame access | dkf | 2002-06-14 | 9 | -211/+479 |
|
|
* | * generic/tkInt.decls: Add unix decl for TkpWmSetState. | mdejong | 2002-05-27 | 3 | -3/+16 |
|
|
* | When creating a radiobutton with -value "" it was not drawn properly | pspjuth | 2002-05-26 | 1 | -1/+11 |
|
|
* | Negative coordinates were rounded badly causing a 1 pixel | pspjuth | 2002-05-26 | 1 | -3/+3 |
|
|