| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 25 | -99/+97 |
|
|
* | Squash problem with native AIX cc not allowing direct macro redefinition. | andreask | 2014-02-03 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | | | 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 | 1 | -7/+18 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 1 | -7/+18 |
|
|
* | | | | Since fontCache is the first field of struct TkFontInfo, make the code somewh...bug_f214b8 | jan.nijtmans | 2013-11-08 | 1 | -5/+5 |
|
|
* | | | | First draft patch trying to fix [f214b8ad5b]. | dgp | 2013-11-05 | 1 | -3/+12 |
|
|
* | | | | 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 | 1 | -17/+41 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 1 | -17/+41 |
|
|
* | | | 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 |
|
|
| * | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 1 | -2/+2 |
|
|
* | | Bump to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
|
|
* | | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable() | jan.nijtmans | 2013-08-14 | 1 | -89/+50 |
|\ \ |
|
| * | | Fix reference counting for "option" objects, when being duplicated.bug_069c9e43c4 | jan.nijtmans | 2013-08-14 | 1 | -1/+24 |
|
|
| * | | Fix some comments | jan.nijtmans | 2013-08-01 | 1 | -3/+3 |
|
|
| * | | rebase | jan.nijtmans | 2013-08-01 | 1 | -87/+25 |
| |\ \
|/ / / |
|
| * | | Suggested fix for Bug [069c9e43c4] | jan.nijtmans | 2013-07-31 | 2 | -88/+34 |
|
|
* | | | Make sure that in test-cases, Tk_DeleteOptionTable() is never called more tim... | jan.nijtmans | 2013-08-01 | 1 | -3/+7 |
|/ / |
|
* | | Some more fixes for Cygwin32/64 in win32 GUI mode.
| jan.nijtmans | 2013-06-13 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -5/+5 |
|
|
* | | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 2 | -7/+7 |
|\ \
| |/ |
|
| * | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 2 | -4/+4 |
|
|
* | | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 3 | -6/+11 |
|\ \
| |/ |
|
| * | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 3 | -13/+11 |
|
|
* | | Fix [3613759] ttk::entry and symbolic index names. | jan.nijtmans | 2013-06-05 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Fix [3613759] ttk::entry and symbolic index names. | jan.nijtmans | 2013-06-05 | 1 | -2/+5 |
| |\ |
|
| | * | Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759 | jan.nijtmans | 2013-06-04 | 1 | -1/+5 |
| |/
|/| |
|
| * | Remove unused variable.
| jan.nijtmans | 2013-04-03 | 2 | -2/+8 |
|
|
| * | Restore selected code improvements that missed the 8.5.14 release. | dgp | 2013-04-03 | 1 | -12/+6 |
|
|
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 4 | -77/+30 |
|
|
* | | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830 | dgp | 2013-04-01 | 24 | -328/+355 |
| |\ |
|
| | * | One last review of tkCmds.c, making sure that there is no single mistake in it. | jan.nijtmans | 2013-03-29 | 1 | -14/+7 |
|
|
| | * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 3 | -8/+3 |
|
|
| | * | Properly clean up, when a (Tcl 8.6) thread is canceled.
| jan.nijtmans | 2013-03-27 | 1 | -8/+65 |
|
|
| | * | Make compiling/running Tk8.5 against 8.6 headers work on Windows as well. | jan.nijtmans | 2013-03-27 | 1 | -0/+6 |
|
|