summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Eliminate warning, when compiling with 9.0 Tcl headers on Windowsjan.nijtmans2019-06-251-1/+1
* Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-212-26/+17
* 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-056-26/+135
|\ \
| * \ 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
| * | | | Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+2
* | | | | Merge trunkjan.nijtmans2019-05-105-12/+26
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| * | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-042-6/+6
* | | | | Merge trunkjan.nijtmans2019-04-0211-99/+254
|\ \ \ \ \ | |/ / / /
| * | | | 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
| * | | | Merge 8.6jan.nijtmans2019-03-193-9/+5
| |\ \ \ \ | | |/ / /
| | * | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-193-9/+5
| * | | | Merge 8.6jan.nijtmans2019-03-153-26/+50
| |\ \ \ \ | | |/ / /
| | * | | 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
| |\ \ \ \ | | |/ / /
| | * | | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
| * | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-8/+12
| |\ \ \ \ | | |/ / /
| | * | | Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
| * | | | Fix the build for MSVC.culler2019-02-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix the build for MSVCfvogel2019-02-081-1/+1
| | |\ \ \
| | | * | | Fix the build for MSVCfvogel2019-02-081-1/+1
| * | | | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-0/+9
| |\ \ \ \ \ | | |/ / / /