summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fixed bug [2433781fff]gcramer2017-05-181-37/+44
| | |\ \
| | | * | Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ol...gcramer2017-05-011-37/+44
| | | * | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-16/+12
| | | * | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restartedjan.nijtmans2017-02-051-0/+46
| | | |\ \
| | | * | | Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to...jan.nijtmans2017-01-203-3/+3
| | | * | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-1/+1
| | | * | | Fix [3df559ef7c] - Negative bbox width on OS X.fvogel2017-01-071-1/+4
| | | |\ \ \
| * | | | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-152-11/+14
| |/ / / / /
* | | | | | merge 8.6dgp2017-05-082-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove calls to Tk_FreeXId(), since it's just a NOP.jan.nijtmans2017-05-082-2/+0
| | |_|/ / | |/| | |
* | | | | Check for Xlib.h in stead of Intrinsic.h in configure script. Reason: see [16...jan.nijtmans2017-03-201-6/+6
* | | | | Start RC branch for Tk 8.6.7dgp2017-03-103-9/+9
|/ / / /
* | | | Fix [7d967c68]: Tk application fault when ibud-daemon IME is restartedjan.nijtmans2017-02-051-0/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl...jan.nijtmans2016-12-151-0/+46
| |/ /
| * | More internal use of size_t, so refcounts can be bigger than before (2^31 -> ...jan.nijtmans2016-11-041-8/+7
| * | Add a few "const" keywords, just for 'correctness'jan.nijtmans2016-09-302-4/+4
| * | Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-292-10/+18
| |\ \
* | | | Do everything the other way round. Leave things how they were on OS X (revert...fvogel2016-12-301-1/+4
| |/ / |/| |
* | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-2/+2
|\ \ \
| * \ \ Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-272-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | merge 8.5dgp2015-11-304-16/+25
| | |\ \
| | * | | Bump to release number 8.5.19dgp2015-10-233-3/+3
* | | | | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-192-10/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | More simplificationsjan.nijtmans2016-09-192-7/+15
| * | | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-162-16/+1
| * | | | Patch from Christian Werner, for evaluationjan.nijtmans2016-09-162-2/+16
| | |_|/ | |/| |
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-312-6/+6
| |\ \ \ | |/ / / |/| | |
| * | | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-33/+0
| * | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-2/+2
| * | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam...fvogel2016-05-181-44/+106
| |\ \ \
| * | | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a...jan.nijtmans2016-04-112-2/+0
| * | | | sync tcl.m4 (both win and unix) with Tcl's version.jan.nijtmans2016-03-222-2/+2
| * | | | Make Tk compile warning-free against TIP-389-enabled Tcl 8.7. No change of fu...jan.nijtmans2016-03-162-2/+2
| * | | | configure.in -> configure.acjan.nijtmans2016-03-152-6/+6
| * | | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-033-6775/+4409
* | | | | Start RC branch for Tk 8.6.6dgp2016-07-123-3/+3
| |/ / / |/| | |
* | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam...fvogel2016-05-101-44/+106
|/ / /
* | | Update version in tk.specjan.nijtmans2016-03-021-1/+1
* | | Revert part of [032c1ee138449c93dfa885fab07796783945e174|032c1ee138]: Only th...jan.nijtmans2016-03-021-6/+6
* | | Put [wm forget] fix in the 8.6.5 release.dgp2016-02-251-0/+5
|\ \ \
| * | | Fixed bug [e9112ef96e] - [wm forget] doesn't completelyfvogel2016-02-241-0/+5
* | | | Bump to 8.6.5dgp2016-01-282-8/+8
|/ / /
* | | Improved patch formatting. No functional changefvogel2016-01-111-1/+1
* | | merged trunkfvogel2016-01-1116-330/+156
|\ \ \
| * \ \ On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-262-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory.jan.nijtmans2015-11-262-2/+2
| * | | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window emb...jan.nijtmans2015-11-092-8/+17
| |\ \ \ | | |/ /
| | * | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window emb...jan.nijtmans2015-11-092-8/+17
| * | | re-generate configurejan.nijtmans2015-10-251-6/+6
| |\ \ \ | | |/ /
| | * | Re-generate "configure"jan.nijtmans2015-10-251-6/+6
| | |/