summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-036-82/+31
|\
| * Merge 8.7jan.nijtmans2020-06-027-102/+122
| |\
| * \ Merge trunkjan.nijtmans2020-04-1032-431/+944
| |\ \
| * | | Remove (almost all remaining) traces of DBGX for Windows build.jan.nijtmans2020-02-116-82/+31
* | | | Merge 8.6jan.nijtmans2020-06-121-9/+1
|\ \ \ \
| * | | | sync tcl.m4 and rules.vc with Tcljan.nijtmans2020-06-121-9/+1
* | | | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-111-0/+7
| |_|_|/ |/| | |
* | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
|\ \ \ \ | |/ / /
| * | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+7
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-1/+1
* | | | | Revert part of [27e083eed755bf65], which broke the Windows build.jan.nijtmans2020-05-221-5/+5
* | | | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | 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
| |\ \ \ \ | | |/ / /
| * | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-143-19/+29
| |\ \ \ \
* | | | | | Fix some deprecation/unused parameter compiler warningsjan.nijtmans2020-05-191-5/+5
* | | | | | Merge 8.6jan.nijtmans2020-05-181-1/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-1/+5
* | | | | | Merge 8.6jan.nijtmans2020-05-153-80/+80
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-153-80/+80
| | |/ / / | |/| | |
* | | | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo...fvogel2020-05-011-7/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge 8.6jan.nijtmans2020-04-131-9/+15
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Sync win/rules.vc with Tcl versionjan.nijtmans2020-04-131-9/+15
| |/ /
* | | Merge 8.6jan.nijtmans2020-04-062-2/+2
|\ \ \ | |/ /
| * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-0621-759/+889
| |\ \
* | \ \ Merge 8.6jan.nijtmans2020-04-034-14/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-034-42/+30
* | | | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-027-13/+17
* | | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-011-1/+1
* | | | Fix [655fe2754f]: Tearoff menu labels cut off.fvogel2020-03-291-3/+20
|\ \ \ \ | |/ / /
| * | | 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
| | |/ / / | |/| | |
* | | | | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-32/+18
|\ \ \ \ \ | |/ / / /
| * | | | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3.jan.nijtmans2020-03-191-4/+5
| |/ / /
* | | | TIP 569 remove lint commentsdgp2020-03-182-4/+0
* | | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-172-2/+2
* | | | Put back accidently commented-out part from ttkWinXPTheme.cjan.nijtmans2020-03-111-2/+0