Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Revert part of [27e083eed755bf65], which broke the Windows build. | jan.nijtmans | 2020-05-22 | 1 | -5/+5 | |
* | | | | | | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 1 | -1/+1 | |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 3 | -81/+85 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| * | | | | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 3 | -19/+29 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
* | | | | | | | Fix some deprecation/unused parameter compiler warnings | jan.nijtmans | 2020-05-19 | 1 | -5/+5 | |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -1/+5 | |
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 3 | -80/+80 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 3 | -80/+80 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo... | fvogel | 2020-05-01 | 1 | -7/+9 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Remove cast to int when calling MultiFontTextOut from TkDrawAngledChars (sinc... | fvogel | 2020-04-26 | 1 | -3/+3 | |
| * | | | | | Fix [cd8714756c]: Long lines of rotated text not printing correctly - MultiFo... | fvogel | 2020-04-22 | 1 | -4/+6 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge 8.6 | jan.nijtmans | 2020-04-13 | 1 | -9/+15 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | Sync win/rules.vc with Tcl version | jan.nijtmans | 2020-04-13 | 1 | -9/+15 | |
| |/ / | ||||||
* | | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 21 | -759/+889 | |
| |\ \ | ||||||
* | \ \ | Merge 8.6 | jan.nijtmans | 2020-04-03 | 4 | -14/+14 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI... | jan.nijtmans | 2020-04-03 | 4 | -42/+30 | |
* | | | | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv... | jan.nijtmans | 2020-04-02 | 7 | -13/+17 | |
* | | | | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11 | jan.nijtmans | 2020-04-01 | 1 | -1/+1 | |
* | | | | Fix [655fe2754f]: Tearoff menu labels cut off. | fvogel | 2020-03-29 | 1 | -3/+20 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix [655fe2754f]: Tearoff menu labels cut off. | fvogel | 2020-03-29 | 1 | -3/+20 | |
| |\ \ \ | ||||||
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-03-20 | 1 | -4/+5 | |
| | |\ \ \ | ||||||
| | * | | | | Fix another buglet: The arrow of a cascade menu item is only drawn on Windows... | fvogel | 2020-03-14 | 1 | -2/+13 | |
| | * | | | | Fix [655fe2754f]: Tearoff menu labels cut off | fvogel | 2020-03-14 | 1 | -1/+7 | |
| * | | | | | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 10 | -412/+565 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -32/+18 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Increase FONTMAP_PAGES from 192 to 256, making room for Unicode 13 plane 3. | jan.nijtmans | 2020-03-19 | 1 | -4/+5 | |
| |/ / / | ||||||
* | | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 2 | -4/+0 | |
* | | | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor... | jan.nijtmans | 2020-03-17 | 2 | -2/+2 | |
* | | | | Put back accidently commented-out part from ttkWinXPTheme.c | jan.nijtmans | 2020-03-11 | 1 | -2/+0 | |
* | | | | More progress in making win32 build C++-ready. | jan.nijtmans | 2020-03-10 | 5 | -49/+51 | |
* | | | | Finish for MacOS too | jan.nijtmans | 2020-03-09 | 6 | -13/+14 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-03-09 | 3 | -12/+13 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 3 | -12/+13 | |
| | * | | | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 2 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 2 | -49/+41 | |
| | * | | | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve... | jan.nijtmans | 2020-02-05 | 1 | -16/+17 | |
| | * | | | | (cherry-pick): It appears that inttypes.h was introduced in Visual Studio 2013 | jan.nijtmans | 2020-02-05 | 1 | -4/+1 | |
* | | | | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet. | jan.nijtmans | 2020-03-09 | 5 | -49/+76 | |
|/ / / / / | ||||||
* | | | | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 29 | -251/+726 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-26 | 4 | -6/+6 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge trunk | jan.nijtmans | 2020-02-10 | 3 | -4/+4 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge trunk | jan.nijtmans | 2020-02-07 | 3 | -4/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-02-06 | 8 | -66/+70 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-05 | 3 | -21/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-01-28 | 2 | -12/+55 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 15 | -170/+569 | |
| * | | | | | | | | | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 11 | -72/+116 | |
| |\ \ \ \ \ \ \ \ \ |