summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | More progress in making win32 build C++-ready.jan.nijtmans2020-03-105-49/+51
* | | | Finish for MacOS toojan.nijtmans2020-03-096-13/+14
|\ \ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-03-093-12/+13
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-095-49/+76
|/ / / / /
* | | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-2829-251/+726
|\ \ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-02-264-6/+6
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge trunkjan.nijtmans2020-02-103-4/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge trunkjan.nijtmans2020-02-073-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-068-66/+70
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-02-053-21/+25
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-01-282-12/+55
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-2015-170/+569
| * | | | | | | | | Merge 8.7. More WIP.jan.nijtmans2019-12-1611-72/+116
| |\ \ \ \ \ \ \ \ \