summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-2031-625/+969
* WIP: Add support for C++jan.nijtmans2019-12-121-2/+2
* Merge 8.6jan.nijtmans2019-11-261-1/+1
|\
| * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
* | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-012-4/+4
|\ \ | |/
| * Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-2/+2
| * Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-011-2/+2
* | merge core-8-6-branchfvogel2019-10-281-9/+20
|\ \ | |/
| * Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-271-22/+2
* | merge core-8-6-branchfvogel2019-10-271-42/+11
|\ \
| * | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si...fvogel2019-10-271-42/+11
| |/
* | Fix [b82bd4872b]: tk::style configure -compound does not work.culler2019-10-251-1/+2
|\ \ | |/
| * Fix [b82bd4872b]: tk::style configure -compound does not work.culler2019-10-251-1/+2
* | Eliminate UPDATE_WINDOWS(), which is only used once. Just replace it with a s...jan.nijtmans2019-10-031-7/+3
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-2/+1
|\ \
| * | more Region-related revamp.jan.nijtmans2019-10-012-3/+3
| * | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-302-3/+3
|/ /
* | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
|\ \ | |/
| * Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
* | merge core-8-6-branchfvogel2019-09-181-0/+2
|\ \ | |/
| * (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-171-0/+2
* | Merge 8.6jan.nijtmans2019-08-131-1/+1
|\ \ | |/
| * Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-1/+1
* | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-1/+1
|\ \ | |/
| * Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
* | 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