summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkTreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-191/+191
* Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans2024-10-231-2/+2
|\
| * Remaining fixes for [f91aa24bbe]jan.nijtmans2024-10-221-2/+2
* | Improved the appearance of the Treeitem.indicator element.csaba2024-09-211-4/+23
|\ \ | |/
| * Improved the appearance of the Treeitem.indicator element.csaba2024-09-211-4/+23
| |\
| | * Improved the appearance of the Treeitem.indicator element.csaba2024-09-211-4/+23
| | * Fix warning on Windows: ISO C90 forbids mixed declarations and codejan.nijtmans2024-08-301-4/+5
| | * Formatting-related cleanup in ttkTreeview.c.csaba2024-08-301-58/+58
* | | Factorize code.fvogel2024-09-141-10/+17
* | | Fix [8e9d65d2d4]: Unexpected behavior of ttk::treeview with detached items - ...fvogel2024-09-141-7/+14
* | | Fix [8e9d65d2d4]: Unexpected behavior of ttk::treeview with detached items - ...fvogel2024-09-141-0/+8
* | | Fix some compiler warnings, when compiling with g++jan.nijtmans2024-09-101-1/+1
|\ \ \ | |/ /
| * | Fix some compiler warnings, when compiling with g++jan.nijtmans2024-09-101-1/+1
* | | Made the width of the ttk::treeview heading separator (HALO) scaling-aware.csaba2024-08-301-17/+20
|\ \ \ | |/ /
| * | Made the width of the ttk::treeview heading separator (HALO) scaling-aware.csaba2024-08-301-17/+20
* | | Performance improvement in tkOldConfig.c. See [610a73a179].jan.nijtmans2024-08-291-9/+9
|\ \ \ | |/ /
| * | Performance improvement in tkOldConfig.c. See [610a73a179]. Backport some for...jan.nijtmans2024-08-291-9/+9
| |\ \ | |/ / |/| |
* | | Merge more ttk::treeview improvements related to bug [d82fa2953a].sbron2024-08-281-32/+124
|\ \ \ | |/ /
| * | Merge more ttk::treeview improvements related to bug [d82fa2953a].sbron2024-08-281-32/+124
| |\ \ | | |/
| | * Additional changes for ttk::treeview on macOS.sbron2024-08-271-9/+19
| | * Hide unused variables on macOS.sbron2024-08-261-0/+2
| | * Use a different clipping method for macOS.sbron2024-08-261-11/+15
| | * Clip the ttk::treeview tree area if it runs the risk of drawing outside itssbron2024-08-241-19/+80
| | * Backout a previous change that causes distortion of the bottom row ofsbron2024-08-221-5/+0
| | * Don't change the view when the ttk::treeview's 'see' command is executed forsbron2024-08-221-0/+4
| | * Make sure the scroll information for a ttk::treeview widget is currentsbron2024-08-221-0/+8
| | * Make the ttk::treeview 'see' command produce the expected result when it issbron2024-08-221-3/+8
| | * Fix distortion of the bottom row when it is only partly visible.sbron2024-08-221-7/+7
| | * Make sure that the background doesn't overlap the border's left edge whensbron2024-08-221-1/+2
* | | Made the ttk::treeview cell padding scaling-aware.csaba2024-08-201-1/+2
|\ \ \ | |/ /
| * | Made the ttk::treeview cell padding scaling-aware.csaba2024-08-201-1/+2
* | | Merge fix for [d82fa2953a]: Cosmetic issues when ttk::treeview height is notsbron2024-08-161-10/+22
|\ \ \ | |/ /
| * | Merge fix for [d82fa2953a]: Cosmetic issues when ttk::treeview height is notsbron2024-08-161-10/+22
| |\ \ | | |/
| | * Make sure that the background doesn't overlap the border's right edge whensbron2024-08-161-1/+7
| | * Use current position information when calculating the position for thesbron2024-08-151-0/+3
| | * Revert [a9e637f1] and fix it in a simpler way that also fixes the 'see' andsbron2024-08-151-13/+3
| | * Proposed fix for ticket [d82fa2953a]: Cosmetic issues when ttk::treeview heig...csaba2024-08-151-0/+12
* | | Merge 8.7jan.nijtmans2024-06-031-34/+34
|\ \ \ | |/ /
| * | Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-031-32/+32
* | | Fix [527cb3cd5d]: Documentation of ttk states. user1/user2 are no longer misu...jan.nijtmans2024-05-201-3/+0
|\ \ \ | |/ /
| * | Fix [527cb3cd5d]. Moves special internal flags outside the user1-user6 rangejan.nijtmans2024-05-191-3/+0
| * | Merge 8.6 (whitespace-only)jan.nijtmans2024-05-161-2/+2
| |\ \ | | |/
| * | Merge 8.6, which means some more Tk_GetPixelsFromObj() improvementsjan.nijtmans2024-05-131-4/+4
| |\ \ | | |/
| | * Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-131-125/+140
| | |\ | |_|/ |/| |
| | * Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-111-2/+2
* | | merge trunkfvogel2024-05-121-5/+2
|\ \ \
| * \ \ 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-101-5/+2
| |\ \ \ | | |/ /
| | * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-5/+2
| | |\ \ | | | |/
* | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-4/+4
|/ / /
* | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-2/+2
|\ \ \ | |/ /