summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkTreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | 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
* | | 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
* | Make the various stub tables and hook pointers const,nijtmans2010-02-051-7/+7
* | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-311-69/+61
* | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+4
* | Renamed several internal data structures and functions:jenglish2009-02-081-14/+11
* | ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-28/+32
* | Ttk widget initializeProc()s now return void instead ofjenglish2008-11-091-4/+2
* | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
* | * generic/ttk/ttkTreeview.c: fix warning.das2008-06-121-3/+4
* | NSCjenglish2008-06-011-3/+3
* | fix warningdas2008-05-231-2/+3
* | Batch of ttk::treeview enhancements:jenglish2008-05-231-237/+354
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-021-21/+16