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