| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc warning seen with gcc 11.4: | jan.nijtmans | 2024-04-29 | 1 | -1/+1 |
|
|
* | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -6/+2 |
|
|
* | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 1 | -4/+4 |
|
|
* | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -4/+12 |
|
|
* | Handle the TCL_NULL_OK flag, if running with Tcl 8.7, as synonym for TK_CONFI... | jan.nijtmans | 2022-11-23 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -90/+90 |
|\ |
|
| * | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -89/+91 |
|
|
* | | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -6/+53 |
|/ |
|
* | Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled... | jan.nijtmans | 2021-12-15 | 1 | -14/+6 |
|
|
* | Add new non-regression test config-4.29a. Formatting | jan.nijtmans | 2021-12-12 | 1 | -4/+4 |
|
|
* | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 1 | -1/+1 |
|
|
* | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -1/+1 |
|
|
* | Unshadow some variables | jan.nijtmans | 2020-09-29 | 1 | -14/+14 |
|
|
* | More usage of TCL_UNUSED() and explicit type-casts | jan.nijtmans | 2020-09-15 | 1 | -15/+13 |
|
|
* | Fix [6c2425f92e]: UBSan error in Tk_FreeSavedOptions(). Thanks to Christopher... | fvogel | 2020-09-08 | 1 | -3/+2 |
|
|
* | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -3/+3 |
|
|
* | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2019-12-31 | 1 | -5/+10 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
*-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -6/+6 |
|\ \ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -6/+6 |
| | |\ |
|
| | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -3/+3 |
|
|
* | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -8/+8 |
|
|
* | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -11/+11 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -11/+11 |
| |/ |
|
* | | Fix [2db2bed787403893c82f7a6690a2f583d821a6c6|2db2bed787]: test clrpick-3.1, ... | jan.nijtmans | 2018-08-10 | 1 | -1/+1 |
|
|
* | | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -5/+2 |
|
|
* | | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable() | jan.nijtmans | 2013-08-14 | 1 | -89/+50 |
|\ \ |
|
| * | | Fix reference counting for "option" objects, when being duplicated. | 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 | 1 | -88/+33 |
|/ / |
|
* | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need... | jan.nijtmans | 2013-02-26 | 1 | -34/+1 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -2/+2 |
|
|
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -13/+13 |
| |\ |
|
* | \ | merge trunk | dkf | 2012-08-08 | 1 | -3/+2 |
|\ \ \ |
|
* | | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -5/+7 |
|
|
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -16/+12 |
|/ / / |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 1 | -3/+3 |
|
|
| | * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -2/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -12/+10 |
|
|
* | | | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -6/+6 |
|
|
* | | | * generic/tkConfig.c: Added another dimension of refCounting to the | dgp | 2009-12-15 | 1 | -6/+49 |
|
|
* | | | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -1/+2 |
|
|