summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+7
* Fix [3c6660b6f0], [601cead1d0] and [4b50b76028]: Wrong ttk::checkbutton and t...fvogel2020-05-281-1/+1
|\
| * Implement a much simpler method to get the proper sizing (nemethi).bll2020-05-241-32/+11
| * Add FETCH_ONCE to the treeview indicator also.bll2020-05-241-1/+1
| * Use S_OK for result instead of directly 0.fvogel2020-05-241-2/+2
| * Work around a windows vsapi issue where the size returned for a vsapibll2020-05-201-10/+31
* | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-1/+1
* | Merge 8.6jan.nijtmans2020-05-183-81/+85
|\ \ | |/
| * Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-1/+5
| * Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-153-80/+80
* | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-143-19/+29
|\ \ | |/
| * Remove cast to int when calling MultiFontTextOut from TkDrawAngledChars (sinc...fvogel2020-04-261-3/+3
| * Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-04-221-4/+6
| * Sync win/rules.vc with Tcl versionjan.nijtmans2020-04-131-9/+15
|/
* Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-0621-759/+889
|\
| * Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-034-42/+30
| * Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-3/+20
| |\
| | * Merge 8.6jan.nijtmans2020-03-201-4/+5
| | |\
| | * | Fix another buglet: The arrow of a cascade menu item is only drawn on Windows...fvogel2020-03-141-2/+13
| | * | Fix [655fe2754f]: Tearoff menu labels cut offfvogel2020-03-141-1/+7
| * | | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-2410-412/+565
| | |/ | |/|
| * | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-4/+5
| |/
| * Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-093-12/+13
| * Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-242-2/+2
| |\
| | * Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-242-49/+41
| * | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-051-16/+17
| * | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013jan.nijtmans2020-02-051-4/+1
| * | Don't add UNIX_DIR to VPATH. This should solve a dependency problem on Cygwin...jan.nijtmans2020-01-281-1/+7
| * | HAVE_INTTYPES_H=1 is already handled in rules.vcjan.nijtmans2020-01-271-1/+1
| * | Sync tcl.m4 and rules.vc to latest version from Tcljan.nijtmans2020-01-241-4/+29
| * | Sync tcl.m4 with version in Tcljan.nijtmans2019-12-162-6/+24
| * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-141-1/+1
| |\ \
| | * | Fix [b094cb4aa9]: ttk::treeview steadily enlarges width when repeatedly confi...fvogel2019-12-081-1/+1
| * | | Merge 8.5jan.nijtmans2019-12-091-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
| * | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod...jan.nijtmans2019-12-052-10/+11
| * | Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-272-183/+78
| |\ \ | | |/
| | * Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118
| * | Horrible windows-specific workaround against SendInput not moving the mouse o...jan.nijtmans2019-11-261-0/+13
| |\ \
| | * | Horrible windows-specific workaround against SendInput not moving the mouse o...fvogel2019-11-261-0/+13
| * | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h...jan.nijtmans2019-11-263-5/+4
| |\ \ \ | | |/ / | |/| |
| | * | Merge 8.6jan.nijtmans2019-11-221-2/+15
| | |\ \
| | * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-213-5/+4
| * | | | merge releasedgp2019-11-222-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge 8.6 except for the broken demo.dgp2019-11-201-15/+13
| | |\ \ \ | | | |/ /
| | * | | merge 8.6dgp2019-11-152-38/+40
| | |\ \ \
| | * \ \ \ merge 8.6dgp2019-11-023-3/+3
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2019-10-211-2/+4
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge core-8-6-branchKevin Walzer2019-10-076-7/+5
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | * | | | | | merge 8.6dgp2019-10-023-67/+57
| | |\ \ \ \ \ \