| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
* | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
* | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -7/+15 |
|
|
* | argc -> objc where appropriate | jan.nijtmans | 2022-07-12 | 1 | -1/+1 |
|
|
* | Since TK_OPTION_ANCHOR doesn't support the TK_CONFIG_NULL_OK flag, don't set ... | jan.nijtmans | 2021-12-20 | 1 | -6/+6 |
|
|
* | TK_OPTION_JUSTIFY doesn't support TK_CONFIG_NULL_OK flag, so don't use it in ... | jan.nijtmans | 2021-12-14 | 1 | -2/+2 |
|
|
* | Change default anchor to "center" in config-8.18 testcase. Eliminate many use... | jan.nijtmans | 2021-12-13 | 1 | -1/+1 |
|
|
* | Add new non-regression test config-4.29a. Formatting | jan.nijtmans | 2021-12-12 | 1 | -1/+10 |
|
|
* | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -61/+42 |
|
|
* | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -7/+7 |
|
|
* | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -27/+27 |
|
|
* | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
|
|
* | Improve image testing on macOS. | culler | 2020-07-21 | 1 | -26/+38 |
|
|
* | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -3/+3 |
|
|
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
* | Reduce the number of unnecessary end-of-line spacings | jan.nijtmans | 2019-06-05 | 1 | -1/+1 |
|
|
* | On OSX 10.13 and earlier a different strategy is needed. | culler | 2019-05-21 | 1 | -3/+3 |
|
|
* | Rework image testing to better deal with Aqua | culler | 2019-05-21 | 1 | -18/+28 |
|
|
* | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes... | culler | 2019-05-20 | 1 | -5/+6 |
|
|
* | Use a better method for making test images on the mac emulate test images on ... | culler | 2018-11-15 | 1 | -5/+6 |
|
|
* | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -20/+28 |
|
|
* | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 1 | -9/+23 |
|
|
* | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -28/+5 |
|
|
* | Fix [ddeef0e069]: Some canvImg tests fail on macOS | fvogel | 2018-04-30 | 1 | -3/+2 |
|
|
* | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -21/+21 |
|
|
* | two more (test-)command converted to Tcl_Obj API | jan.nijtmans | 2014-06-27 | 1 | -29/+28 |
|
|
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -24/+25 |
|
|
* | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-26 | 1 | -1/+1 |
|\ |
|
| * | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -1/+1 |
|
|
* | | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_... | jan.nijtmans | 2014-05-26 | 1 | -24/+24 |
|/ |
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -12/+12 |
|
|
* | 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 |
|
|
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers... | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
|
|
* | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -6/+6 |
|
|
* | | typo | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
|
|
| | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -14/+14 |
|
|
| * | | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -38/+38 |
| |\ \
| | |/ |
|
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -10/+10 |
|
|
| * | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -2/+2 |
|
|
* | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -6/+4 |
|
|
* | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -10/+10 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -6/+6 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | jan.nijtmans | 2012-06-20 | 1 | -10/+10 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|