| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few unnecessary (size_t) type-casts, and add a "const" | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -4/+4 |
|
|
* | One more round of int -> size_t improvements (inspired by TIP #494, but then ... | jan.nijtmans | 2018-10-17 | 1 | -6/+4 |
|
|
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -4/+6 |
|
|
* | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ... | jan.nijtmans | 2018-07-09 | 1 | -2/+2 |
|
|
* | Don't provide a setFromAnyProc for tkFontObjType, calling it directly doesn't... | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
|
|
* | Fix [514ff64dd0]: canvas rotated text overlap detection not working. | fvogel | 2017-09-24 | 1 | -8/+6 |
|\ |
|
| * | Fix [514ff64dd0]: canvas rotated text overlap detection not working | fvogel | 2017-09-17 | 1 | -8/+6 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-05-20 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | .... missing else ... in previous commit | jan.nijtmans | 2017-05-20 | 1 | -0/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-05-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bug-fix [434d294df] continuation: fix logic error detected by Christian Werne... | jan.nijtmans | 2017-05-20 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-05-19 | 1 | -19/+24 |
|\ \
| |/ |
|
| * | Slightly use of more "int" in stead of double, for 100% compatibility at scri... | jan.nijtmans | 2017-05-19 | 1 | -15/+14 |
| |\ |
|
| * \ | merge trunk. | jan.nijtmans | 2017-05-18 | 1 | -1/+5 |
| |\ \
| | |/ |
|
| * | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -17/+19 |
| |/ |
|
* | | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ... | jan.nijtmans | 2016-11-04 | 1 | -3/+2 |
|
|
* | | Fix UNIX build | jan.nijtmans | 2016-09-30 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Fix UNIX build, and eliminate possible warning in Makefile | jan.nijtmans | 2016-09-30 | 1 | -5/+8 |
|
|
* | | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 1 | -8/+15 |
|\ \
| |/ |
|
| * | Fix [6c0d7aec6713ab6a7c3e12dff7f26bff4679bc9d|6c0d7aec67]: unicode text input... | jan.nijtmans | 2016-09-29 | 1 | -9/+16 |
| |\ |
|
| | * | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
| | |\
| | |/
| |/| |
|
| | * | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -8/+14 |
| | |\
| |/ / |
|
| | * | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -3/+3 |
|
|
| | * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 1 | -41/+6 |
|
|
| | * | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -0/+41 |
| |/
|/| |
|
* | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu... | jan.nijtmans | 2016-03-16 | 1 | -3/+3 |
|/ |
|
* | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp... | fvogel | 2015-11-08 | 1 | -2/+2 |
|\ |
|
| * | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp... | fvogel | 2015-10-29 | 1 | -2/+2 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -7/+0 |
|\ \
| |/ |
|
* | | [d186605d05] Stop invalid read beyond objv. | dgp | 2015-02-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [d186605d05] Stop invalid read beyond objv. | dgp | 2015-02-05 | 1 | -1/+1 |
|
|
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 |
|
|
* | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 1 | -33/+33 |
|
|
* | | Since fontCache is the first field of struct TkFontInfo, make the code somewh... | jan.nijtmans | 2013-11-08 | 1 | -5/+5 |
|
|
* | | First draft patch trying to fix [f214b8ad5b]. | dgp | 2013-11-05 | 1 | -3/+12 |
|
|
* | | 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 |
|
|
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -8/+8 |
|
|
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -8/+8 |
|
|
* | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -15/+14 |
|
|
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -1/+1 |
|
|
* | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -92/+63 |
|
|
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -17/+19 |
|
|
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -1/+9 |
|
|
* | | 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/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 1 | -1/+3 |
|
|