| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | typo | jan.nijtmans | 2013-11-20 | 1 | -1/+1 |
|
|
* | | Store menu option tables in Thread storage in stead of allocated storage. Thi... | jan.nijtmans | 2013-11-20 | 4 | -89/+44 |
|\ \ |
|
| * \ | merge trunkbug_f214b8ad5b | jan.nijtmans | 2013-10-31 | 9 | -36/+47 |
| |\ \ |
|
| * | | | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 3 | -40/+9 |
|
|
| * | | | Some refactoring as initial attempt to fix [f214b8ad5b]. Not finished/tested ... | jan.nijtmans | 2013-10-28 | 2 | -52/+38 |
|
|
* | | | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as i... | jan.nijtmans | 2013-11-19 | 3 | -119/+24 |
|
|
* | | | | Cygwin: In stead of checking whether the win32 part is configured properly, j... | jan.nijtmans | 2013-11-18 | 3 | -14/+26 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Cygwin: In stead of checking whether the win32 part is configured properly, j... | jan.nijtmans | 2013-11-18 | 3 | -14/+26 |
|
|
* | | | | Fix "creative writing" problem. | dgp | 2013-11-12 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix "creative writing" flaw. | dgp | 2013-11-12 | 1 | -1/+1 |
|
|
* | | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 |
|
|
* | | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 3 | -10/+25 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 3 | -10/+23 |
|
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Fix bug [f214b8ad5b]: shutdown woes | jan.nijtmans | 2013-11-11 | 2 | -3/+22 |
|\ \ \ \ \
| | |/ / / |
|
| | * | | | Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't suf... | jan.nijtmans | 2013-11-11 | 1 | -0/+11 |
|
|
| * | | | | Since fontCache is the first field of struct TkFontInfo, make the code somewh...bug_f214b8 | jan.nijtmans | 2013-11-08 | 1 | -5/+5 |
|
|
| * | | | | New test font-47.1 demonstrates effectiveness of the fix. | dgp | 2013-11-05 | 1 | -0/+10 |
|
|
| * | | | | First draft patch trying to fix [f214b8ad5b]. | dgp | 2013-11-05 | 1 | -3/+12 |
|/ / / / |
|
* | | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros af... | jan.nijtmans | 2013-11-05 | 175 | -175/+175 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros af... | jan.nijtmans | 2013-11-05 | 172 | -172/+172 |
|
|
* | | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 |
|\ \ \ \
| |/ / / |
|
| * | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 |
|
|
* | | | | Fix StringReadPPM function from previous commit | jan.nijtmans | 2013-11-03 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix StringReadPPM function from previous commit. | jan.nijtmans | 2013-11-03 | 1 | -1/+1 |
|
|
* | | | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+48 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+49 |
|
|
* | | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w... | jan.nijtmans | 2013-10-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w... | jan.nijtmans | 2013-10-31 | 1 | -1/+1 |
|
|
* | | | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ... | jan.nijtmans | 2013-10-31 | 1 | -14/+11 |
|
|
* | | | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 7 | -21/+35 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 8 | -32/+52 |
|
|
* | | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | Fix [3603436fff]: png save has wrong component indexes | jan.nijtmans | 2013-10-28 | 1 | -6/+5 |
|
|
| * | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da... | Kevin Walzer | 2013-10-27 | 1 | -0/+1 |
|
|
* | | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da... | Kevin Walzer | 2013-10-27 | 1 | -0/+1 |
|
|
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
|\ \
| |/ |
|
| * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
|
|
* | | merge-mark | jan.nijtmans | 2013-10-01 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|
|
* | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|\ \ |
|
| * | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 3 | -0/+4 |
| |/ |
|
| * | Cherrypick [132bf978f2] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
|
|
* | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 2 | -4/+2 |
|
|
* | | Documentation tweaks to make index entries more informative. | dkf | 2013-09-23 | 19 | -20/+35 |
|
|
* | | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | jan.nijtmans | 2013-09-23 | 2 | -6/+6 |
|\ \
| |/ |
|
| * | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
|
|
| * | merge release | dgp | 2013-09-18 | 11 | -11/+58 |
| |\ |
|