| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 12 | -193/+46 |
|
|
* | Make more internal tables "const" | nijtmans | 2010-02-05 | 8 | -47/+39 |
|
|
* | Laxative patch: Revert contravariant const qualifiers added by the | jenglish | 2010-02-05 | 13 | -44/+43 |
|
|
* | Make the various stub tables and hook pointers const, | nijtmans | 2010-02-05 | 18 | -58/+74 |
|
|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 7 | -607/+613 |
|
|
* | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. | jenglish | 2010-01-31 | 15 | -397/+341 |
|
|
* | Little simplification in tkBind.c | nijtmans | 2010-01-29 | 1 | -5/+2 |
|
|
* | genStubs.tcl: No longer generate a space after | nijtmans | 2010-01-29 | 8 | -1278/+1223 |
|
|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 13 | -59/+61 |
|
|
* | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 2010-01-19 | 1 | -2/+6 |
|
|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 29 | -334/+362 |
|
|
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 16 | -41/+66 |
|
|
* | CONSTify Tk_SetClassProcs | nijtmans | 2010-01-10 | 4 | -9/+9 |
|
|
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars being | dkf | 2010-01-07 | 1 | -3/+9 |
|
|
* | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 3 | -14/+19 |
|
|
* | Win doesn't have round(), but does have floor() | dkf | 2010-01-05 | 1 | -2/+2 |
|
|