| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-09-21 | 1 | -1/+1 |
|\ |
|
| * | Doc format warnings | jan.nijtmans | 2020-09-21 | 3 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Prevent the usage of the term safe/unsafe child | jan.nijtmans | 2020-09-14 | 1 | -1/+1 |
|
|
* | | Update documentation, and final tweaks for TIP #581 | jan.nijtmans | 2020-09-09 | 3 | -15/+9 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 3 | -49/+48 |
|\ \
| |/ |
|
| * | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 3 | -49/+48 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 7 | -269/+287 |
|\ \
| |/ |
|
| * | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 8 | -275/+293 |
|
|
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -7/+7 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 3 | -27/+27 |
|\ \
| |/ |
|
| * | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 3 | -32/+32 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 3 | -17/+17 |
|\ \
| |/ |
|
| * | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 3 | -9/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 3 | -29/+29 |
|\ \
| |/ |
|
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 3 | -1/+22 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
|\ \ |
|
| * | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val... | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-08-24 | 9 | -58/+96 |
|\ \ \
| |/ / |
|
| * | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res... | fvogel | 2020-08-24 | 6 | -18/+25 |
| |\ \ |
|
| | * | | As it is currently implemented (more or less copied from -foreground), -place... | fvogel | 2020-08-19 | 4 | -7/+14 |
|
|
| | * | | Fix formatting of colors.n in the Portability/Windows section. | fvogel | 2020-08-15 | 1 | -2/+0 |
|
|
| | * | | Update documentation of -placeholderforeground regarding its default. Also re... | fvogel | 2020-08-15 | 1 | -2/+1 |
|
|
| | * | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on Window... | fvogel | 2020-07-14 | 1 | -1/+1 |
|
|
| | * | | Bring Windows documentation up-to-date with respect to the new color systemPl... | fvogel | 2020-07-14 | 1 | -9/+10 |
|
|
| | * | | Bring macOS documentation up-to-date with respect to the new semantic color s... | fvogel | 2020-07-14 | 1 | -0/+1 |
|
|
| * | | | Fix [bb85d249dd]: valgrind complaints on 'canvas image' command (TIP 489) | jan.nijtmans | 2020-08-21 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Improve formatting of ttk::style man page, and respect alphabetical order of ... | fvogel | 2020-08-20 | 1 | -25/+33 |
| |\ \ \
| | |/ / |
|
| | * | | Improve formatting of ttk::style man page, and respect alphabetical order of ... | fvogel | 2020-08-20 | 1 | -25/+33 |
|
|
| * | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 3 | -15/+38 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 3 | -15/+38 |
| | |\ \ |
|
| | | * | | Comment out documentation of -border and -unit as layout options. | fvogel | 2020-08-19 | 1 | -8/+10 |
|
|
| | | * | | Document -border and -unit options for ttk layouts. | fvogel | 2020-07-18 | 1 | -1/+7 |
|
|
| | | * | | Remove documentation of non-implemented TTK_STICK_ALL flag. | fvogel | 2020-07-18 | 1 | -2/+2 |
|
|
| | | * | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 1 | -1/+1 |
|
|
| | | * | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 1 | -1/+1 |
|
|
| | | * | | More detailed documentation of the simplified packing algorithm and options u... | fvogel | 2020-07-18 | 1 | -6/+13 |
|
|
| | | * | | Document -expand for layouts, and order layout options alphabetically. | fvogel | 2020-07-17 | 1 | -5/+11 |
|
|
| | | * | | Better formatting for the ttk Geometry man page. | fvogel | 2020-07-17 | 1 | -7/+9 |
|
|
| | * | | | Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ... | fvogel | 2020-08-16 | 2 | -3/+8 |
|
|
* | | | | | New function Tk_FontGetDescription() | jan.nijtmans | 2020-08-14 | 1 | -1/+7 |
|
|
* | | | | | Merge trunk | jan.nijtmans | 2020-08-14 | 32 | -46/+46 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | More consistancy in Tcl_WrongNumArgs() messages and documentation | jan.nijtmans | 2020-08-14 | 32 | -46/+46 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | doc fixes | jan.nijtmans | 2020-08-14 | 4 | -7/+7 |
|
|
* | | | | | Merge trunk | jan.nijtmans | 2020-08-14 | 1 | -7/+19 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Aqua - automatically support all colors in Apple's system ColorList | culler | 2020-08-13 | 1 | -7/+19 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Remove extra whitespace. | culler | 2020-08-12 | 1 | -1/+1 |
|
|
| | * | | | Aqua - automatically support all NSColors in the System ColorList. | culler | 2020-08-12 | 1 | -69/+20 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 5 | -86/+24 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 3 | -9/+9 |
| |\ \ \ \
| | |/ / / |
|