summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-0/+2
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-2/+0
* Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-5/+10
* Sync rules.vc with Tcl version. Let makefile.vc supply the /DUNICODE /D_UNICO...jan.nijtmans2019-09-302-62/+47
* .. wrong directory ...jan.nijtmans2019-09-291-1/+1
* Fix build of ttkStubLib.o when using makefile.vc. (problem reported by fvogel...jan.nijtmans2019-09-291-0/+2
* Merge chavez-canvas branchKevin Walzer2019-09-291-0/+10
|\
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-0/+10
* | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-263-12/+3
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-5/+5
* | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-244-24/+24
* | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-2410-36/+36
* | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-2/+4
|/
* Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-2315-216/+172
* Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-201-16/+6
* One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-204-8/+8
* *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-1916-141/+111
* 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