summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkTreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ /
| | * | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-081-1/+1
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-34/+34
|/ / /
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-3/+1
* | | One more 'const' (follow-up from previous commit)jan.nijtmans2017-11-281-1/+1
* | | CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-5/+5
|/ /
* | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
|\ \ | |/
| * ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
* | Merge core-8-5-branchjan.nijtmans2013-01-241-6/+6
|\ \ | |/
* | Ttk and Aqua donedkf2012-07-241-42/+44
* | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
|\ \ | |/
| * ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
* | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
|\ \ | |/
| * [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
* | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-2/+1
|\ \ | |/
| * Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-2/+1
* | Purge RCS Keywordsdgp2011-06-081-1/+1
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-1/+1
| * Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
| * TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-350/+581
| * Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-19/+24
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-18/+17
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
* | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
* | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.jenglish2010-05-271-17/+22
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-281-2/+102
* | ttk::treeview: Cache the result of the last call to EndPosition()jenglish2010-02-201-10/+30
* | Laxative patch: Revert contravariant const qualifiers added by thejenglish2010-02-051-7/+7