summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-08-171-0/+4
|\
| * Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft comp...jan.nijtmans2020-08-171-0/+4
* | Merge 8.6jan.nijtmans2020-08-121-5/+5
|\ \ | |/
| * Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b...jan.nijtmans2020-08-121-2/+2
| * Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-111-36/+188
* | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-191-1/+1
|\ \ | |/
| * The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-191-1/+1
| |\
| | * The semantics of TkpWillDrawWidget was reversed in a previous commit in this ...fvogel2020-07-191-1/+1
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-1/+35
|\ \ \ | |/ /
| * | merge core-8-6-branchfvogel2020-07-129-101/+106
| |\ \ | | |/
| * | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-1/+4
| * | merge core-8-6-branchfvogel2020-05-011-7/+9
| |\ \
| * | | Apply a third patch from Christopher Chavez.fvogel2020-04-211-2/+2
| * | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-191-0/+31
* | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-084-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-085-6/+6
* | | | 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
|\ \ \ | |/ /