summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-06-206-45/+5
|\
| * Merge 8.6jan.nijtmans2019-06-202-2/+2
| |\
| | * Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ...jan.nijtmans2019-06-202-2/+2
| * | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-197-106/+62
| |\ \ | | |/
| | * Don't re-reference encoding "unicode", when we can re-use the encoding.jan.nijtmans2019-06-192-5/+2
* | | Merge trunkjan.nijtmans2019-06-153-11/+11
|\ \ \ | |/ /
| * | merge trunkjan.nijtmans2019-06-056-26/+135
| |\ \
| * \ \ Merge trunkjan.nijtmans2019-05-105-12/+26
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2019-04-0211-99/+254
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-01-1311-23/+28
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2018-12-0810-36/+35
| |\ \ \ \ \ \
| * | | | | | | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-2/+2
| * | | | | | | merge trunkjan.nijtmans2018-12-011-26/+26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-11-256-11/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-10-151-7/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2018-10-133-1/+176
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-063-11/+11
* | | | | | | | | | | | Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - someh...jan.nijtmans2019-06-113-19/+25
* | | | | | | | | | | | Missing Tcl_DStringInit() call.jan.nijtmans2019-06-111-0/+1
* | | | | | | | | | | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-1117-115/+110
* | | | | | | | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-1011-58/+101
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | merge trunkdkf2019-05-191-13/+63
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ 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-05-181-13/+63
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch...fvogel2019-04-291-13/+63
* | | | | | | | | | | | | Add double buffering to frames and toplevels. dkf2019-05-171-3/+4
* | | | | | | | | | | | | merge trunkdkf2019-05-167-16/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-153-9/+53
| * | | | | | | | | | | | Fix [94eeb111fb]: macos, linux: configuration: unable to build using trunk. jan.nijtmans2019-05-151-1/+13
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-5/+15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | *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
| * | | | | | | | | | Don't record unknown informationdkf2019-04-141-0/+1
| * | | | | | | | | | Update makefile.vc in an attempt to repair the build for Windows. Not enough,...fvogel2019-04-141-0/+1
| * | | | | | | | | | Implement TIP 507dkf2019-04-142-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunkfvogel2018-08-1910-135/+33
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add missing bit to makefile.vc to try to make it compile with MSVCfvogel2018-05-151-0/+1
| | * | | | | | | | | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-151-0/+1
* | | | | | | | | | | | | Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-042-6/+6
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-022-11/+11
* | | | | | | | | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-313-38/+38
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-03-291-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+5
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-03-222-3/+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