| Commit message (Expand) | Author | Age | Files | Lines |
* | Made sure that a C++ compiler won't raise warnings related to the invocations... | csaba | 2023-10-25 | 1 | -3/+2 |
|
|
* | Eliminate some clumsy type-casts | jan.nijtmans | 2023-10-24 | 1 | -7/+6 |
|
|
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling]. | csaba | 2023-08-29 | 1 | -3/+3 |
|
|
* | Fix [2d66e1ce88] - crash running bind.test | apnadkarni | 2023-08-13 | 1 | -1/+1 |
|
|
* | Improvements related to scaling and appearance in the built-in themes alt, | csaba | 2023-08-12 | 1 | -13/+4 |
|
|
* | Visual improvements by using smoother SVG gradients. | csaba | 2023-05-17 | 1 | -4/+4 |
|
|
* | Optimized a few SVG gradients. | csaba | 2023-03-20 | 1 | -4/+4 |
|
|
* | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -3/+3 |
|
|
* | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -1/+1 |
|
|
* | Hopefully final unification and cleanup of the SVG data used for drawing indi... | csaba | 2023-02-24 | 1 | -9/+2 |
|
|
* | Merged branch better-indicators into trunk; a couple of additional visual imp... | csaba | 2023-02-18 | 1 | -2/+3 |
|
|
* | Code optimization and cleanup related to the indicator images | csaba | 2023-02-14 | 1 | -15/+11 |
|
|
* | Improved the SVG data of a few images used for drawing (ttk::)checkbutton and... | csaba | 2023-02-11 | 1 | -11/+11 |
|
|
* | Merged branch scaling-aware-classic-simple into trunk | csaba | 2023-02-08 | 1 | -136/+324 |
|\ |
|
| * | Unify static data initializers, do it all the same way. | jan.nijtmans | 2023-02-07 | 1 | -5/+5 |
|
|
| * | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a... | csaba | 2023-02-06 | 1 | -135/+323 |
|
|
* | | Merge 8.6 (more TCL_UNUSED usage) | jan.nijtmans | 2023-02-07 | 1 | -5/+4 |
|\ \
| |/
|/| |
|
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -1/+9 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -11/+11 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv... | jan.nijtmans | 2020-04-02 | 1 | -1/+1 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -4/+5 |
|\ \ |
|
| * | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 1 | -3/+4 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -4/+4 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -4/+4 |
|
|
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -4/+4 |
|
|
* | | More removals of "register" keyword. | jan.nijtmans | 2019-08-16 | 1 | -3/+3 |
|
|
* | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 1 | -5/+15 |
|\ \
| |/ |
|
| * | *Really* don't change the behavior for *buttons, even with they have -default... | fvogel | 2019-03-31 | 1 | -3/+4 |
|
|
| * | Restore behavior of checkbuttons and radiobuttons on Windows. They again do n... | fvogel | 2019-03-31 | 1 | -2/+5 |
|
|
| * | Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi... | fvogel | 2019-03-31 | 1 | -5/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -7/+8 |
| |\ \ |
|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -7/+8 |
|
|
| * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -3/+3 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -3/+3 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-01-04 | 1 | -4/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge 8.5 | jan.nijtmans | 2019-01-04 | 1 | -4/+5 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|