| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [a179564826] for Windows/UNIX: It is now possible to display Emoji on Win... | jan.nijtmans | 2019-09-17 | 1 | -8/+13 |
|\ |
|
| * | Merge 8.6. Add some more protections. | jan.nijtmans | 2019-09-16 | 17 | -114/+113 |
| |\
| |/
|/| |
|
* | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 17 | -105/+102 |
|
|
| * | increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea... | jan.nijtmans | 2019-09-13 | 1 | -3/+2 |
|/ |
|
* | Update rules.vc to version 1.4 (synced with Tcl) | jan.nijtmans | 2019-09-12 | 1 | -34/+83 |
|
|
* | Fix comment in win/rules.vc | fvogel | 2019-09-12 | 1 | -4/+2 |
|
|
* | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -32/+32 |
|\ |
|
| * | windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl | fvogel | 2019-09-12 | 2 | -31/+31 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Took over a few too many comments from Tcl's win/Makefile.in .. correct that. | jan.nijtmans | 2019-09-09 | 1 | -3/+3 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
|\ \
| |/ |
|
| * | Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s... | jan.nijtmans | 2019-09-09 | 1 | -51/+47 |
|
|
| * | Fix configure script for use in git-bash (re-generated with a modified autoco... | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -10/+12 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add runstatedir to Makefile.in. Not used yet, only used if "configure" script... | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
|
|
* | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-28 | 1 | -0/+23 |
|\ \ |
|
| * | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO... | jan.nijtmans | 2019-08-27 | 1 | -2/+2 |
|
|
| * | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-26 | 1 | -0/+23 |
|
|
* | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update | fvogel | 2019-08-28 | 3 | -8/+37 |
|\ \ \ |
|
| * | | | Fix maths in TkSetCursorPos(). I have checked that this implementation provid... | fvogel | 2019-08-22 | 1 | -3/+3 |
|
|
| * | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update | fvogel | 2019-08-20 | 3 | -8/+37 |
| |/ / |
|
* | | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as... | fvogel | 2019-08-28 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-13 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -0/+1 |
|
|
* | | | | Merge 8.5 | jan.nijtmans | 2019-08-20 | 1 | -10/+11 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Don't use ".." in Windows paths during build. Taken from Tcl [https://core.tc... | jan.nijtmans | 2019-08-20 | 1 | -10/+12 |
|
|
* | | | Fix typo in a comment in tkWinFont.c. Thanks to C. Chavez | fvogel | 2019-08-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | Only free "patterns" once, not each time inside the loop. That might crash wi... | jan.nijtmans | 2019-07-30 | 1 | -39/+41 |
|
|
* | | Fix [1fb7af623a]: Support for buttons 4 and 5 is missing for Windows. Patch f... | fvogel | 2019-07-21 | 2 | -0/+23 |
|
|
* | | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
|
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 3 | -4/+4 |
|
|
* | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 9 | -9/+9 |
|
|
* | | If encoding "utf-16" exists, use it in preference to "unicode", which is depr... | jan.nijtmans | 2019-06-28 | 1 | -1/+4 |
|\ \ |
|
| * | | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 1 | -1/+4 |
|
|
* | | | Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ... | jan.nijtmans | 2019-06-20 | 2 | -2/+2 |
|/ / |
|
* | | Don't re-reference encoding "unicode", when we can re-use the encoding. | jan.nijtmans | 2019-06-19 | 2 | -5/+2 |
|
|
* | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-05-18 | 1 | -13/+63 |
|\ \ |
|
| * | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-04-29 | 1 | -13/+63 |
|
|
* | | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e... | fvogel | 2019-04-30 | 1 | -1/+1 |
|/ / |
|
* | | *Really* don't change the behavior for *buttons, even with they have -default... | fvogel | 2019-03-31 | 1 | -3/+4 |
|
|
* | | Restore behavior of checkbuttons and radiobuttons on Windows. They again do n... | fvogel | 2019-03-31 | 1 | -2/+5 |
|
|
* | | Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi... | fvogel | 2019-03-31 | 1 | -5/+11 |
|
|
* | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|
|
* | | Slightly better: Don't use Tcl_UniCharLen() but wcslen(). | jan.nijtmans | 2019-03-22 | 1 | -2/+3 |
|
|
* | | Bugfix in tkWinClipboard: Failed to determine fname length in loop. | jan.nijtmans | 2019-03-22 | 2 | -2/+3 |
|
|
* | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 3 | -9/+5 |
|
|
* | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 3 | -26/+50 |
|
|
* | | Copy PDBs to installation if option PDBS is given during install | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|
|
* | | Make it be an error to create a transient/master cycle on Windows. | culler | 2019-03-01 | 1 | -8/+12 |
|
|