summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improved tests to cover StringReadPPM properly.dkf2013-11-031-0/+65
|\
| * Improved tests to cover StringReadPPM properly.dkf2013-11-031-0/+65
| |
* | Fix StringReadPPM function from previous commitjan.nijtmans2013-11-031-1/+1
|\ \ | |/
| * Fix StringReadPPM function from previous commit.jan.nijtmans2013-11-031-1/+1
| |
* | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-032-21/+48
|\ \ | |/ | | definition change from around 2000 (even if that's a rare format).
| * [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-032-21/+49
| | | | | | definition change from around 2000 (even if that's a rare format).
* | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵jan.nijtmans2013-10-311-1/+1
|\ \ | |/ | | | | was already freed.
| * Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵jan.nijtmans2013-10-311-1/+1
| | | | | | | | was already freed.
* | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ↵jan.nijtmans2013-10-311-14/+11
| | | | | | | | -format)
* | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-317-21/+35
|\ \ | |/ | | | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-318-32/+52
| | | | | | | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
* | Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
|\ \ | |/
| * Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
| |
| * Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵Kevin Walzer2013-10-271-0/+1
| | | | | | | | Daniel Steffen for patch
* | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵Kevin Walzer2013-10-271-0/+1
| | | | | | | | Daniel Steffen for patch
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
|\ \ | |/ | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
| | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵jan.nijtmans2013-10-021-15/+15
|\ \ | |/ | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
| * Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵jan.nijtmans2013-10-021-15/+15
| | | | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
* | merge-markjan.nijtmans2013-10-010-0/+0
|\ \ | |/
| * Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵jan.nijtmans2013-10-011-0/+4
| | | | | | | | don't enable command line globbing either by default.
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵jan.nijtmans2013-10-011-0/+4
|\ \ | | | | | | | | | don't enable command line globbing either by default.
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵jan.nijtmans2013-10-013-0/+4
| |/ | | | | | | don't enable command line globbing either by default. (Accidently cleared execute permission on two files)
| * Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-272-82/+2
| | | | | | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-272-4/+2
| | | | | | | | Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway.
* | Documentation tweaks to make index entries more informative.dkf2013-09-2319-20/+35
| |
* | workaround for mingw bug ↵jan.nijtmans2013-09-232-6/+6
|\ \ | |/ | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
| * workaround for mingw bug ↵jan.nijtmans2013-09-232-6/+84
| | | | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
| * merge releasedgp2013-09-1811-11/+58
| |\
| | * merge 8.5; update changescore_8_5_15core_8_5_15_rcdgp2013-09-163-3/+5
| | |\ | | |/ | |/|
| | * Added note to ChangeLog pointing to the fossil timeline for better logging.dgp2013-09-131-0/+9
| | |
| | * Favor timeline over ChangeLog; also 'make dist'dgp2013-09-033-1/+5
| | |
| | * changesdgp2013-08-301-0/+20
| | |
| | * Bump to 8.5.15 for release.dgp2013-08-309-11/+23
| | |
* | | merge releasedgp2013-09-2011-8/+79
|\ \ \
| * \ \ merge trunk; update changescore_8_6_1core_8_6_1_rcdgp2013-09-162-1/+12
| |\ \ \ | |/ / / |/| | |
* | | | merge-markjan.nijtmans2013-09-160-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 ↵Kevin Walzer2013-09-162-2/+2
| | |/ | |/| | | | | | | with clang on OS X, thanks to Ned Deily for patch
| | * make distdgp2013-09-031-0/+6
| | |
| | * Update changesdgp2013-09-031-0/+42
| | |
| | * Bump to 8.6.1.dgp2013-08-309-8/+20
| |/ |/|
* | Changelog entries for previous two commitsjan.nijtmans2013-08-261-0/+14
|\ \ | |/
| * Bug [c597acdab3]: Call [$pb step] in tail position in ↵jan.nijtmans2013-08-262-2/+16
| | | | | | | | ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired
| * Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-254-6/+13
| |
* | Fix for 3016181, thanks to Tom Goddard for patchKevin Walzer2013-08-252-15/+16
| |
* | Bug [c597acdab3]: Call [$pb step] in tail position jenglish2013-08-151-2/+2
| | | | | | | | | | in ttk::progressbar::Autoincrement, so that the widget is in a consistent state when any write traces on the linked -variable are fired.
* | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-143-90/+56
|\ \
| * | Fix reference counting for "option" objects, when being duplicated.bug_069c9e43c4jan.nijtmans2013-08-141-1/+24
| | |
| * | rebasejan.nijtmans2013-08-112-89/+27
| |\ \ |/ / /
| * | Fix some commentsjan.nijtmans2013-08-011-3/+3
| | |