| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 4 | -9/+25 |
|
|
* | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 4 | -36/+76 |
|
|
* | Style cleanup | dkf | 2006-08-18 | 2 | -576/+560 |
|
|
* | swap out of order "F34" and "R14" | das | 2006-07-21 | 1 | -2/+2 |
|
|
* | * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change | das | 2006-07-21 | 1 | -7/+9 |
|
|
* | * generic/tkImgGIF.c (ReadImage): | das | 2006-07-20 | 1 | -3/+3 |
|
|
* | * generic/tkWindow.c (Initialize): Modify change of 2006-05-25 | andreas_kupries | 2006-07-14 | 1 | -1/+8 |
|
|
* | * generic/tkScale.c: Revised variable writing logic to account | dgp | 2006-06-14 | 1 | -5/+12 |
|
|
* | * generic/tkMain.c: Added Tcl_Preserve() call on the master | dgp | 2006-06-09 | 1 | -1/+3 |
|
|
* | * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump | dgp | 2006-06-01 | 1 | -2/+11 |
|
|
* | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 1 | -39/+17 |
|
|
* | * generic/tkMenu.c (DeleteMenuCloneEntries): Modify entry index | hobbs | 2006-05-25 | 1 | -4/+5 |
|
|
* | * generic/tkMessage.c (MessageWidgetObjCmd): Correct msgPtr | hobbs | 2006-05-25 | 1 | -8/+9 |
|
|
* | * generic/tkWindow.c (Initialize): Correct mutex (un)lock | hobbs | 2006-05-25 | 1 | -23/+19 |
|
|
* | * generic/tkBind.c (Tk_BindEvent, TkCopyAndGlobalEval): use | hobbs | 2006-05-25 | 1 | -4/+6 |
|
|
* | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | hobbs | 2006-05-13 | 1 | -19/+29 |
|
|
* | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -3/+14 |
|
|
* | * README: Bump version number to 8.5a4 | dgp | 2006-05-04 | 1 | -3/+3 |
|
|
* | * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp to | pspjuth | 2006-04-11 | 2 | -21/+128 |
|
|
* | * generic/tkWindow.c (Initialize): remove impotent use of | hobbs | 2006-04-05 | 1 | -3/+2 |
|
|
* | * generic/tkMenu.c (TkSetWindowMenuBar): remove extra TkMenuInit | hobbs | 2006-04-05 | 1 | -12/+1 |
|
|
* | * tests/grid.test: fix segfault on empty or "all" index list | hobbs | 2006-04-05 | 1 | -27/+36 |
|
|
* | fix to crash in test suite, with dump -command | vincentdarley | 2006-04-05 | 1 | -2/+3 |
|
|
* | * generic/tkOption.c (TkOptionDeadWindow): handle | hobbs | 2006-03-30 | 1 | -2/+6 |
|
|
* | further fixes to $text dump -command | vincentdarley | 2006-03-28 | 1 | -5/+36 |
|
|
* | * generic/tkTextDisp.c (MeasureChars): Fix calculations of start and | cc_benny | 2006-03-27 | 1 | -4/+5 |
|
|
* | Fix (and add test for) [Bug 1458234] | dkf | 2006-03-27 | 1 | -13/+13 |
|
|
* | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 3 | -46/+144 |
|
|
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -37/+12 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 4 | -65/+825 |
|
|
* | * generic/tkConsole.c: Added exit handler to clean up the interp | dgp | 2006-03-21 | 1 | -8/+27 |
|
|
* | * generic/tkConsole.c: Added exit handler to clean up the interp | dgp | 2006-03-20 | 1 | -5/+27 |
|
|
* | undo/modified and empty string fix | vincentdarley | 2006-03-18 | 1 | -14/+18 |
|
|
* | corrected silly cut/paste/forget to modify error in the name of the | dgp | 2006-03-16 | 1 | -2/+2 |
|
|
* | Revisions to Tk_CreateConsoleWindow to tolerate case when no console channels | dgp | 2006-03-16 | 1 | -26/+27 |
|
|
* | * generic/tkConsole.c: Substantial rewrite of [console] support. | dgp | 2006-03-16 | 2 | -302/+357 |
|
|
* | missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch... | das | 2006-03-16 | 2 | -3/+6 |
|
|
* | D'oh! | dkf | 2006-03-16 | 1 | -1/+2 |
|
|
* | Hack to make photo-to-photo copies cheaper in the common case of no alpha | dkf | 2006-03-16 | 1 | -4/+25 |
|
|
* | Squelch [Bug 1409140] by special-case-ing the single-pixel put case. | dkf | 2006-03-15 | 1 | -34/+69 |
|
|
* | * generic/tkCmds.c: Purged remaining references to | dgp | 2006-03-13 | 1 | -2/+1 |
|
|
* | Fix old thread-safety issue. [Bug 470322] | dkf | 2006-02-27 | 1 | -2/+6 |
|
|
* | Fix pixmap creation ordering issue [Bug 480862] | dkf | 2006-02-27 | 1 | -16/+18 |
|
|
* | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 3 | -17/+6 |
|
|
* | Comment formatting | dkf | 2006-02-03 | 1 | -16/+21 |
|
|
* | XIM fixes [See #905830, patch tk84-xim-fixes.patch]. | jenglish | 2006-01-20 | 1 | -3/+5 |
|
|
* | generic/tkUndo.c (TkUndoSetDepth): Don't free | a_kovalenko | 2006-01-12 | 1 | -11/+21 |
|
|
* | TIP#260 implementation | dkf | 2006-01-12 | 1 | -1/+8 |
|
|
* | Removed a lingering error message from TIP#147 implementation. | pspjuth | 2006-01-11 | 1 | -1/+7 |
|
|
* | Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaert | dkf | 2005-12-28 | 1 | -32/+7 |
|
|