| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 13 | -28/+28 |
|
|
* | reverted previous commit: it has effect on the Windows console | nijtmans | 2010-11-15 | 1 | -28/+38 |
|
|
* | Eliminate use of the function Tcl_WinTCharToUtf in generic code | nijtmans | 2010-11-15 | 1 | -38/+28 |
|
|
* | Sync TK_ASCII_MAIN usage with tclMain.c | nijtmans | 2010-11-05 | 1 | -4/+9 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -5/+9 |
|
|
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 1 | -4/+4 |
|
|
* | * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): | dkf | 2010-10-01 | 1 | -3/+19 |
|
|
* | tkMain.c: make compilable with -DUNICODE as well | nijtmans | 2010-09-29 | 1 | -40/+86 |
|
|
* | Add explicit scspec "EXTERN", as in Tcl | nijtmans | 2010-09-28 | 3 | -3/+11 |
|
|
* | Dummy genstubs::export (from genStubs.tcl) | nijtmans | 2010-09-23 | 1 | -1/+19 |
|
|
* | clean-up, port all genStubs.tcl changes | nijtmans | 2010-09-20 | 4 | -549/+590 |
|
|
* | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363] | jenglish | 2010-09-08 | 1 | -1/+2 |
|
|
* | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 1 | -6/+6 |
|
|
* | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: | nijtmans | 2010-08-21 | 5 | -125/+125 |
|
|
* | Move USE_OLD_IMAGE support after tkDecls.h | nijtmans | 2010-08-19 | 1 | -6/+8 |
|
|
* | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ... | nijtmans | 2010-08-19 | 7 | -3876/+55 |
|
|
* | * generic/tkImgGIF.c (StringWriteGIF): Added ability to write a GIF to | dkf | 2010-07-18 | 1 | -318/+370 |
|
|
* | [Tcl Bug 3029891] Functions that don't belong in the stub table (Tk part, not... | nijtmans | 2010-07-16 | 3 | -10/+15 |
|
|
* | [Patch #3019624] fix "place" command segfault on half-dead app main window. | a_kovalenko | 2010-06-22 | 2 | -6/+7 |
|
|
* | [Bug #3019363] "make genstubs" failure | nijtmans | 2010-06-22 | 2 | -13/+13 |
|
|
* | [Bug #3019363] "make genstubs" failure | nijtmans | 2010-06-22 | 3 | -18/+17 |
|
|
* | [Patch #2999889] TkCopyAndGlobalEval obsolete | nijtmans | 2010-06-21 | 4 | -65/+9 |
|
|
* | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 8 | -600/+63 |
|
|
* | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 12 | -62/+59 |
|
|
* | Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 1 | -2/+6 |
|
|
* | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely. | jenglish | 2010-05-27 | 1 | -17/+22 |
|
|
* | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2" | nijtmans | 2010-05-26 | 1 | -4/+4 |
|
|
* | Revert [Patch #2999920], as it entails an incompatible change to the C API | jenglish | 2010-05-17 | 1 | -7/+14 |
|
|
* | [Patch #2999920]: Optimize Internal Virtual event string operations | nijtmans | 2010-05-17 | 1 | -14/+7 |
|
|
* | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 1 | -6/+6 |
|
|
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 6 | -37/+38 |
|
|
* | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-05-03 | 1 | -2/+2 |
|
|
* | * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall | dkf | 2010-04-25 | 1 | -12/+15 |
|
|
* | Formatting | nijtmans | 2010-04-23 | 16 | -141/+29 |
|
|
* | tkPort.h already includes tk.h, which includes tcl.h | nijtmans | 2010-04-20 | 3 | -11/+5 |
|
|
* | Make sure that tkWinPort.h is always included | nijtmans | 2010-04-20 | 2 | -16/+17 |
|
|
* | * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct | dkf | 2010-04-12 | 1 | -3/+90 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file | dkf | 2010-04-09 | 1 | -19/+75 |
|
|
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 5 | -16/+188 |
|
|
* | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 4 | -9/+13 |
|
|
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -8/+13 |
|
|
* | * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] | dgp | 2010-03-08 | 1 | -2/+2 |
|
|
* | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 4 | -12/+12 |
|
|
* | Tiny whitespace changes for readability improvement. | dkf | 2010-02-21 | 4 | -10/+10 |
|
|
* | Re-fix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -7/+17 |
|
|
* | ttk::treeview: Cache the result of the last call to EndPosition() | jenglish | 2010-02-20 | 1 | -10/+30 |
|
|
* | Put all Tk_OptionSpec for buttons and labels | nijtmans | 2010-02-18 | 2 | -26/+42 |
|
|
* | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
|
|
* | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 18 | -79/+76 |
|
|
* | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 4 | -18/+21 |
|
|