summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkTreeview.c
Commit message (Expand)AuthorAgeFilesLines
* New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-18/+13
* Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-3/+2
|\
| * Remove the focus ring of selected items of ttk::treeview.fvogel2020-07-181-2/+1
| * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0fvogel2020-07-081-3/+3
* | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
* | Use "?-option" in stead of "?option" consistantly in WrongNumArgs error-messa...jan.nijtmans2020-08-141-1/+1
* | Merge implementation of TIP #574 following acceptation by vote.fvogel2020-05-241-3/+35
|\ \
| * | A few cosmetic changesfvogel2020-05-081-4/+4
| * | Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavi...fvogel2020-05-081-0/+32
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-33/+33
|/ /
* | Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-1/+0
|\ \ | |/
| * Remove superfluous call to TtkScrolled. Analysis (see the ticket) shows it is...fvogel2020-04-191-4/+0
| * Fix [14188104c3]: ttk::treeview scrollbar not updating. Add test treeview-9.2...fvogel2020-04-181-1/+4
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-33/+33
* | Merge trunkjan.nijtmans2020-02-171-1/+1
|\ \
| * | More "const" additions.jan.nijtmans2020-02-171-1/+1
* | | Merge 8.7jan.nijtmans2020-02-061-9/+9
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-9/+9
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-54/+61
|/ /
* | 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 [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 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-051-10/+46
|\ \
| * \ 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-141-1/+7
* | | | Merge trunkjan.nijtmans2019-05-101-2/+2
|\ \ \ \ | |/ / /
| * | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-081-2/+2
| |\ \ \ | | |/ /
| | * | Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-281-2/+2
| | |/
* | | Merge trunkjan.nijtmans2019-04-021-4/+8
|\ \ \ | |/ /
| * | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-2/+2
| * | 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.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
* | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ | |/ / /
| * | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
| |\ \ \ | | |/ /