summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branchKevin Walzer2019-10-076-7/+5
|\
| * Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-061-2/+0
| * Use tcl-lang.org in stead of tcl.tk and https in stead of http where possiblejan.nijtmans2019-10-051-1/+1
| * Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-044-4/+4
| * 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
* | merge 8.6dgp2019-10-023-67/+57
|\ \ | |/
| * 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
* | Merge core-8-6-branchKevin Walzer2019-09-291-0/+2
|\ \ | |/
| * .. 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 core-8-6-branchKevin Walzer2019-09-291-0/+10
|\ \ | |/
| * 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
* | | merge 8.6dgp2019-09-273-12/+3
|\ \ \ | |/ /
| * | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-263-12/+3
* | | merge 8.6dgp2019-09-255-29/+29
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6Kevin Walzer2019-09-2419-253/+211
|\ \ \ | |/ /
| * | 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
* | merge 8.6dgp2019-09-2016-159/+119
|\ \ | |/
| * 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
* | merge 8.6dgp2019-09-181-8/+13
|\ \ | |/
| * 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
| | |\ | | |/ | |/|
| | * increase FONATMAP_PAGES so it can hold 3 planes of Unicode characters in stea...jan.nijtmans2019-09-131-3/+2
* | | merge 8.6dgp2019-09-1617-105/+102
|\ \ \ | |/ /
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-1617-105/+102
| |/
* | merge 8.6dgp2019-09-133-118/+161
|\ \ | |/
| * 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/6Kevin Walzer2019-09-091-10/+12
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-09-091-10/+12
* | | Merge recent fixes for macOS into release branch from core-8-6-branchKevin Walzer2019-09-025-8/+62
|\ \ \ | |/ /
| * | 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
| |\ \