| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -2/+2 |
|\ |
|
| * | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -2/+2 |
|
|
| * | Tidy up with a patch from Christopher Chavez. Removes redundant include direc... | marc_culler | 2020-12-16 | 1 | -1/+0 |
|
|
* | | Merge 8.6 | marc_culler | 2020-12-15 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Fix [80e4c6f695]: progress bars are weird on macOS 11.0. | marc_culler | 2020-12-14 | 1 | -4/+5 |
|
|
* | | More (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]). | fvogel | 2020-10-31 | 1 | -15/+18 |
|\ \ |
|
| * \ | Merge 8.6. More usage of TCL_UNUSED macro | jan.nijtmans | 2020-10-15 | 1 | -13/+16 |
| |\ \
| | |/ |
|
| | * | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -4/+3 |
|
|
| | * | Some code cleanup, backported from 8.7 (mainly usage of exact types and type-... | jan.nijtmans | 2020-03-30 | 1 | -17/+26 |
|
|
| * | | Code cleanup (mainly unnecessary casts to (ClientData)) | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
|
|
* | | | Respect alphabetical order of commands in source code (no functional change). | fvogel | 2020-08-30 | 1 | -1/+1 |
|
|
* | | | Add new ttk widget command 'style' returning the style used by the widget. | fvogel | 2020-08-30 | 1 | -0/+1 |
|/ / |
|
* | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp... | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
|
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -12/+12 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -12/+12 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-02-17 | 1 | -1/+1 |
|\ \ |
|
| * | | More "const" additions. | jan.nijtmans | 2020-02-17 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-02-10 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int... | jan.nijtmans | 2020-02-07 | 1 | -1/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Add many 'const' modifiers, allowing the C-compiler to put many configuration... | jan.nijtmans | 2020-02-06 | 1 | -1/+1 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -14/+23 |
|/ / |
|
* | | Merge trunk | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -14/+14 |
|/ / |
|
* | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -3/+1 |
|
|
* | | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from... | fvogel | 2018-01-07 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Correct handling of refcount in ProgressbarStepCommand. Patch from Christian ... | fvogel | 2018-01-07 | 1 | -5/+7 |
|
|
* | | Reorder progressbar options alphabetically (to follow the standard convention... | fvogel | 2017-03-13 | 1 | -32/+32 |
|
|
* | | Implementation of TIP #442 by René Zaumseil - Display text in progressbars | fvogel | 2016-08-18 | 1 | -1/+26 |
|
|
* | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc... | jan.nijtmans | 2016-05-19 | 1 | -3/+3 |
|/ |
|
* | Move -takefocus option out of ttkCoreOptionSpecs, | jenglish | 2011-09-22 | 1 | -0/+2 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+1 |
|
|
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 1 | -34/+27 |
|
|
* | Revert addition of contravariant 'const' qualifiers, | jenglish | 2007-01-11 | 1 | -2/+2 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | Global reduction: use per-file *_Init() routines to reduce | jenglish | 2006-12-14 | 1 | -5/+5 |
|
|
* | * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c: | das | 2006-11-03 | 1 | -17/+17 |
|
|
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n: | hobbs | 2006-10-31 | 1 | -0/+551 |
|
|