summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2019-06-053-33/+95
|\
| * Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-9/+39
| |\
| | * Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-9/+39
| | |\
| | | * Fix bug when dragging a column separator: when columns at the right of the se...fvogel2019-05-091-1/+7
| | | * Remove ASSERT: SLACKINVARIANT commentsfvogel2019-05-081-6/+0
| | | * When changing the -stretch value for a column, columns size must be recompute...fvogel2019-05-081-1/+2
| | | * ttk::treeview: when there is at least one stretchable column then there shoul...fvogel2019-05-041-0/+15
| | | * Fix another issue reported in [ce470f20fd]: dragging of separators shall not ...fvogel2019-04-131-3/+17
| * | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-1/+7
| |\ \ \ | | |/ /
| | * | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-1/+7
| | |\ \
| | | * | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-141-1/+7
| * | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
| |\ \ \ \ | | |/ / /
| | * | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
| | |\ \ \
| | | * | | Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-9/+46
| | | | |/ | | | |/|
| * | | | merge 8.6dgp2019-05-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Migrate away from TCL_INTERP_DESTROYED (TIP 543).dgp2019-05-171-1/+1
| * | | | Merge 8.6jan.nijtmans2019-05-161-13/+2
| |\ \ \ \ | | |/ / /
| | * | | Revised bug fix for [5d991b822e].dgp2019-05-151-13/+2
| | |\ \ \ | | | |_|/ | | |/| |
* | | | | Merge trunkjan.nijtmans2019-05-105-11/+37
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
| * | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-084-7/+29
| |\ \ \ \ | | |/ / /
| | * | | Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-282-0/+2
| | * | | Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-284-30/+25
| | * | | Add a missing scroll info update needed to make x|yview moveto|units|pages wo...fvogel2019-04-281-0/+8
| | * | | Revert irrelevant blank changesfvogel2019-04-272-2/+1
| | * | | More generic fix, for [8261c517af] and [2513186fff].fvogel2019-04-272-9/+18
| | * | | Write code more consistently with the rest of the ttkEntry.c filefvogel2019-04-261-3/+2
| | * | | Optimize the fix: the layout calculation is only needed if the display is out...fvogel2019-04-261-1/+4
| | * | | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of...fvogel2019-04-221-0/+7
| | | |/ | | |/|
| * | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-111-1/+5
| |\ \ \ | | |/ /
| | * | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-111-1/+5
| | |\ \
| | | * | Add a few more semantic colors to make ttk::Entry and ttk::Treeview workculler2019-03-261-1/+5
| * | | | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-1/+1
| * | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
* | | | | Merge trunkjan.nijtmans2019-04-023-7/+11
|\ \ \ \ \ | |/ / / /
| * | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-313-5/+5
| * | | | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image...fvogel2019-03-311-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image...fvogel2019-03-301-2/+6
| | |/ /
* | | | Merge 8.7jan.nijtmans2019-01-135-15/+9
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-105-15/+9
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0810-33/+18
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-085-8/+8
| | | | |\ \
| | | | | * | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-034-5/+5
| | * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-312-8/+8
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-312-9/+9
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-202-9/+9
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-202-9/+9
| | | |/ /
| | * | | Tidy up whitespace and casts of NULL.culler2018-11-281-2/+2
* | | | | Merge trunkjan.nijtmans2018-12-083-5/+5
|\ \ \ \ \ | |/ / / /