| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly use of more "int" in stead of double, for 100% compatibility at scri...bug_434d294df | jan.nijtmans | 2017-05-19 | 3 | -43/+20 |
|\ |
|
| * | autoconf-2.59 | dgp | 2017-05-18 | 1 | -36/+13 |
|
|
* | | merge trunk. | jan.nijtmans | 2017-05-18 | 3 | -72/+56 |
|\ \
| |/ |
|
| * | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world... | jan.nijtmans | 2017-05-18 | 1 | -34/+11 |
|
|
| * | Fixed bug [2433781fff] | gcramer | 2017-05-18 | 1 | -37/+44 |
| |\ |
|
| | * | Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ol...bug_2433781 | gcramer | 2017-05-01 | 1 | -37/+44 |
|
|
| | * | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T... | jan.nijtmans | 2017-02-13 | 1 | -16/+12 |
|
|
| | * | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restarted | jan.nijtmans | 2017-02-05 | 1 | -0/+46 |
| | |\ |
|
| | * | | Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to... | jan.nijtmans | 2017-01-20 | 3 | -3/+3 |
|
|
| | * | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D... | jan.nijtmans | 2017-01-17 | 1 | -1/+1 |
|
|
| | * | | Fix [3df559ef7c] - Negative bbox width on OS X. | fvogel | 2017-01-07 | 1 | -1/+4 |
| | |\ \ |
|
* | | | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 2 | -11/+14 |
|/ / / / |
|
* | | | | Remove calls to Tk_FreeXId(), since it's just a NOP. | jan.nijtmans | 2017-05-08 | 2 | -2/+0 |
| |_|/
|/| | |
|
* | | | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restarted | jan.nijtmans | 2017-02-05 | 1 | -0/+46 |
|\ \ \
| |_|/
|/| | |
|
| * | | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl...bug_7d967c68 | jan.nijtmans | 2016-12-15 | 1 | -0/+46 |
| |/ |
|
| * | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ... | jan.nijtmans | 2016-11-04 | 1 | -8/+7 |
|
|
| * | Add a few "const" keywords, just for 'correctness' | jan.nijtmans | 2016-09-30 | 2 | -4/+4 |
|
|
| * | Fix [6c0d7aec67]: unicode text input Windows 8 | jan.nijtmans | 2016-09-29 | 2 | -10/+18 |
| |\ |
|
* | | | Do everything the other way round. Leave things how they were on OS X (revert... | fvogel | 2016-12-30 | 1 | -1/+4 |
| |/
|/| |
|
* | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -2/+2 |
|\ \ |
|
| * \ | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 2 | -4/+4 |
| |\ \ |
|
| | * \ | merge 8.5 | dgp | 2015-11-30 | 4 | -16/+25 |
| | |\ \ |
|
| | * | | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 3 | -3/+3 |
|
|
* | | | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 2 | -10/+18 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | More simplifications | jan.nijtmans | 2016-09-19 | 2 | -7/+15 |
|
|
| * | | | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 2 | -16/+1 |
|
|
| * | | | | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 2 | -2/+16 |
| | |_|/
| |/| | |
|
| * | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 2 | -6/+6 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -33/+0 |
|
|
| * | | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc... | jan.nijtmans | 2016-05-19 | 1 | -2/+2 |
|
|
| * | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam... | fvogel | 2016-05-18 | 1 | -44/+106 |
| |\ \ \ |
|
| * | | | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a... | jan.nijtmans | 2016-04-11 | 2 | -2/+0 |
|
|
| * | | | | sync tcl.m4 (both win and unix) with Tcl's version. | jan.nijtmans | 2016-03-22 | 2 | -2/+2 |
|
|
| * | | | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu... | jan.nijtmans | 2016-03-16 | 2 | -2/+2 |
|
|
| * | | | | configure.in -> configure.ac | jan.nijtmans | 2016-03-15 | 2 | -6/+6 |
|
|
| * | | | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 3 | -6775/+4409 |
|
|
* | | | | | Start RC branch for Tk 8.6.6 | dgp | 2016-07-12 | 3 | -3/+3 |
| |/ / /
|/| | | |
|
* | | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam...bug_545f10fcf3 | fvogel | 2016-05-10 | 1 | -44/+106 |
|/ / / |
|
* | | | Update version in tk.spec | jan.nijtmans | 2016-03-02 | 1 | -1/+1 |
|
|
* | | | Revert part of [032c1ee138449c93dfa885fab07796783945e174|032c1ee138]: Only th... | jan.nijtmans | 2016-03-02 | 1 | -6/+6 |
|
|
* | | | Put [wm forget] fix in the 8.6.5 release.core_8_6_5core_8_6_5_rc | dgp | 2016-02-25 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Fixed bug [e9112ef96e] - [wm forget] doesn't completely | fvogel | 2016-02-24 | 1 | -0/+5 |
|
|
* | | | | Bump to 8.6.5 | dgp | 2016-01-28 | 2 | -8/+8 |
|/ / / |
|
* | | | Improved patch formatting. No functional change | fvogel | 2016-01-11 | 1 | -1/+1 |
|
|
* | | | merged trunk | fvogel | 2016-01-11 | 16 | -330/+156 |
|\ \ \ |
|
| * \ \ | On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 2 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 2 | -2/+2 |
|
|
| * | | | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window emb... | jan.nijtmans | 2015-11-09 | 2 | -8/+17 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window emb... | jan.nijtmans | 2015-11-09 | 2 | -8/+17 |
|
|
| * | | | re-generate configure | jan.nijtmans | 2015-10-25 | 1 | -6/+6 |
| |\ \ \
| | |/ / |
|