summaryrefslogtreecommitdiffstats
path: root/library/ttk/treeview.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵fvogel2020-05-091-3/+3
|\ | | | | | | Patch from Emiliano Gavilan.
| * Fix [88c9e0928b]: Treeview: wrong keyboard navigation with -selectmode none. ↵fvogel2020-05-031-3/+3
| | | | | | | | Patch from Emiliano Gavilan.
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵jan.nijtmans2020-01-141-14/+14
| | | | | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers.
* | Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor optionfvogel2019-12-141-1/+5
|\ \ | |/
| * Factorize common code into ttk::saveCursorfvogel2019-11-021-7/+1
| |
| * Fix [b3b56ae8dc]: ttk widgets overwrite user-set -cursor option. Case of the ↵fvogel2019-11-021-1/+11
| | | | | | | | ttk::treeview.
* | Update to a (slightly) later version of X11R6 headers.jan.nijtmans2019-11-271-1/+1
| |
* | merge core-8-6-branch, in particular, push a different fix for the 'Column ↵fvogel2019-11-011-3/+12
|\ \ | |/ | | | | ... out of range' error reported in [caacf1f082], this time without any regression...
| * The previous commit [65bb96b4] was wrong: it did not take into account the ↵fvogel2019-11-011-3/+12
| | | | | | | | specifics of -displaycolumns or the fact column #0 (the tree) is special. This introduced a regression in the headings activation: they did not de-activate properly when the mouse left the headings. Fix this and document in the code why catching is (much) easier than writing an explicit proc.
* | merge core-8-6-branchfvogel2019-10-281-2/+3
|\ \ | |/
| * Fix 'Column ... out of range' error reported in [caacf1f082]fvogel2019-10-271-1/+2
| |
* | merge core-8-6-branchfvogel2019-10-271-1/+1
|\ \
| * | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] ↵fvogel2019-10-271-1/+1
| |/ | | | | | | since they created issues reported in [caacf1f082]
* | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-1/+1
|\ \ | |/
| * Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-1/+1
| |\
| | * Revert [d70ef6ed] and [fa9b6483]. ttk::treeview again allows dragging the ↵fvogel2019-05-041-21/+2
| | | | | | | | | | | | right edge of the rightmost heading, which is not special in any respect.
| | * ttk::treeview: when there is at least one stretchable column then there ↵fvogel2019-05-041-1/+1
| | | | | | | | | | | | should be no slack at the right (slack should be distributed among the stretchable columns)
| | * Fix indentationfvogel2019-04-111-1/+1
| | |
| | * Fix [ce470f20fd]: ttk::treeview allows dragging the right edge of the ↵fvogel2019-04-111-2/+21
| | | | | | | | | | | | rightmost heading
* | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while ↵fvogel2019-04-191-0/+6
|\ \ \ | |/ / | | | | | | hidden
| * | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while ↵fvogel2019-04-101-0/+6
| |/ | | | | | | hidden
* | Fix [6b22d436aa]: Treeview ActivateHeading Binding Fails After Widget ↵fvogel2018-11-041-1/+1
|\ \ | |/ | | | | Deletion. Thanks to Brian O'Hagan for the report and the patch.
| * Fix [6b22d436aa]: Treeview ActivateHeading Binding Fails After Widget ↵fvogel2018-11-011-1/+1
| | | | | | | | Deletion. Thanks to Brian O'Hagan for the report and the patch.
* | Remove excess spacing in various library files.jan.nijtmans2016-03-101-1/+1
|/
* new virtual event <<ToggleSelection>>jan.nijtmans2012-08-231-1/+1
|
* Purge RCS Keywords.dgp2011-06-081-1/+0
|
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-38/+26
| | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* Backport fix for [Bug 1951733]jenglish2008-06-201-2/+2
|
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-301-2/+2
| | | | (error if no current focus item; reported on c.l.t.)
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-061-13/+7
| | | | (Fixes #1442006, #1821939, #1862692)
* Big batch of ttk::treeview improvements:jenglish2006-12-181-44/+3
| | | | | | | | | | | | | | | Added column '-stretch' and '-minwidth' options. Improved column drag and resize behavior. Added horizontal scrolling [#1518650]. Row height and child indent specifiable on Treeview style. Decreased default row height, no default -padding. Use correct heading height [#1163349]. Apply tag settings to tree item as well as to data columns [NOTE: 'tag configure' still buggy]. Fix off-by-one condition when moving nodes forward [#1618142] Prevent overscroll ([#1173434]) Treeview style settings specified separately in each theme. Added disclosure triangle element in aqua theme.
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+423
* doc/ttk_checkbutton.n, doc/ttk_combobox.n, doc/ttk_dialog.n: * doc/ttk_entry.n, doc/ttk_frame.n, doc/ttk_image.n: * doc/ttk_intro.n, doc/ttk_label.n, doc/ttk_labelframe.n: * doc/ttk_menubutton.n, doc/ttk_notebook.n, doc/ttk_panedwindow.n: * doc/ttk_progressbar.n, doc/ttk_radiobutton.n, doc/ttk_scrollbar.n: * doc/ttk_separator.n, doc/ttk_sizegrip.n, doc/ttk_style.n: * doc/ttk_treeview.n, doc/ttk_widget.n,: * generic/ttk/ttk.decls, generic/ttk/ttkBlink.c: * generic/ttk/ttkButton.c, generic/ttk/ttkCache.c: * generic/ttk/ttkClamTheme.c, generic/ttk/ttkClassicTheme.c: * generic/ttk/ttkDecls.h, generic/ttk/ttkDefaultTheme.c: * generic/ttk/ttkElements.c, generic/ttk/ttkEntry.c: * generic/ttk/ttkFrame.c, generic/ttk/ttkImage.c: * generic/ttk/ttkInit.c, generic/ttk/ttkLabel.c: * generic/ttk/ttkLayout.c, generic/ttk/ttkManager.c: * generic/ttk/ttkManager.h, generic/ttk/ttkNotebook.c: * generic/ttk/ttkPanedwindow.c, generic/ttk/ttkProgress.c: * generic/ttk/ttkScale.c, generic/ttk/ttkScroll.c: * generic/ttk/ttkScrollbar.c, generic/ttk/ttkSeparator.c: * generic/ttk/ttkSquare.c, generic/ttk/ttkState.c: * generic/ttk/ttkStubInit.c, generic/ttk/ttkStubLib.c: * generic/ttk/ttkTagSet.c, generic/ttk/ttkTheme.c: * generic/ttk/ttkTheme.h, generic/ttk/ttkThemeInt.h: * generic/ttk/ttkTrace.c, generic/ttk/ttkTrack.c: * generic/ttk/ttkTreeview.c, generic/ttk/ttkWidget.c: * generic/ttk/ttkWidget.h: * library/demos/ttk_demo.tcl, library/demos/ttk_iconlib.tcl: * library/demos/ttk_repeater.tcl: * library/ttk/altTheme.tcl, library/ttk/aquaTheme.tcl: * library/ttk/button.tcl, library/ttk/clamTheme.tcl: * library/ttk/classicTheme.tcl, library/ttk/combobox.tcl: * library/ttk/cursors.tcl, library/ttk/defaults.tcl: * library/ttk/dialog.tcl, library/ttk/entry.tcl: * library/ttk/fonts.tcl, library/ttk/icons.tcl: * library/ttk/keynav.tcl, library/ttk/menubutton.tcl: * library/ttk/notebook.tcl, library/ttk/panedwindow.tcl: * library/ttk/progress.tcl, library/ttk/scale.tcl: * library/ttk/scrollbar.tcl, library/ttk/sizegrip.tcl: * library/ttk/treeview.tcl, library/ttk/ttk.tcl: * library/ttk/utils.tcl, library/ttk/winTheme.tcl: * library/ttk/xpTheme.tcl: * macosx/ttkMacOSXTheme.c: * tests/ttk/all.tcl, tests/ttk/bwidget.test, tests/ttk/combobox.test: * tests/ttk/entry.test, tests/ttk/image.test: * tests/ttk/labelframe.test, tests/ttk/layout.test: * tests/ttk/misc.test, tests/ttk/notebook.test: * tests/ttk/panedwindow.test, tests/ttk/progressbar.test: * tests/ttk/scrollbar.test, tests/ttk/treetags.test: * tests/ttk/treeview.test, tests/ttk/ttk.test, tests/ttk/validate.test: * win/ttkWinMonitor.c, win/ttkWinTheme.c, win/ttkWinXPTheme.c: First import of Ttk themed Tk widgets as branched from tile 0.7.8 * generic/tkInt.h, generic/tkWindow.c: add Ttk_Init call, copy tk classic widgets to ::tk namespace. * library/tk.tcl: add source of ttk/ttk.tcl, define $::ttk::library. * unix/Makefile.in, win/Makefile.in: add Ttk build bits * win/configure, win/configure.in: check for uxtheme.h (XP theme).