summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Merge implementation of TIP #574 following acceptation by vote.fvogel2020-05-243-3/+48
|\
| * A few cosmetic changesfvogel2020-05-081-4/+4
| * Fix [1bb2f1d7ab]: ttk::treeview doesn't delete tags. Patch from Emiliano Gavi...fvogel2020-05-083-0/+45
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-2213-143/+143
|/
* Fix [14188104c3]: ttk::treeview scrollbar not updating. Thanks to cjmcdonald ...fvogel2020-04-251-1/+0
|\
| * 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
* | | Fix [3519111fff]: Problem with scroll in ttkfvogel2020-04-251-3/+6
|\ \ \ | |/ /
| * | Refine comment and revert useless tab->spaces changefvogel2020-04-151-3/+3
| * | Fix [3519111fff]: Problem with scroll in ttkfvogel2020-04-151-4/+7
| |/
* | Merge 8.6jan.nijtmans2020-04-061-1/+1
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-0620-270/+379
| |\
| | * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-3012-232/+353
| | * Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-112-3/+3
* | | Fix [a010a249c7]: notebook-1.4 failuresjan.nijtmans2020-03-222-6/+6
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-204-19/+26
* | | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-54/+25
* | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-1112-142/+142
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-0/+8
* | | Merge trunkjan.nijtmans2020-02-267-65/+66
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2020-02-251-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes.jan.nijtmans2020-02-241-1/+1
| | |\ \
| | | * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som...jan.nijtmans2020-02-241-1/+1
| * | | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-196-64/+65
* | | | | Merge trunkjan.nijtmans2020-02-1711-20/+20
|\ \ \ \ \ | |/ / / /
| * | | | More "const" additions.jan.nijtmans2020-02-1711-20/+20
* | | | | Merge trunkjan.nijtmans2020-02-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-02-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-1/+1
| | * | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve...jan.nijtmans2020-02-052-5/+8
* | | | | Merge trunkjan.nijtmans2020-02-1011-167/+121
|\ \ \ \ \ | |/ / / /
| * | | | Add new (internal) function TtkGetOrientFromObj(), which uses Ttk_Orient type...jan.nijtmans2020-02-106-349/+510
* | | | | Merge trunkjan.nijtmans2020-02-076-17/+38
|\ \ \ \ \ | |/ / / /
| * | | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-079-25/+49
* | | | | Merge 8.7jan.nijtmans2020-02-0625-169/+169
|\ \ \ \ \ | |/ / / /
| * | | | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-0625-169/+169
* | | | | Merge trunkjan.nijtmans2020-02-051-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | Protect better against possible confusion between XGenericEvent's and (Tcl-sp...jan.nijtmans2020-02-052-5/+8
* | | | | Merge trunkjan.nijtmans2020-01-282-4/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re...fvogel2020-01-181-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Fix [2830360fff]: ttk::entry looses state invalid at focus eventsfvogel2020-01-021-2/+6
| * | | | Documentation update: Use Button in stead of ButtonPress and Key in stead of ...jan.nijtmans2020-01-161-2/+2
* | | | | more WIP for MaxOSjan.nijtmans2019-12-201-1/+1
* | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-2031-625/+969
* | | | | WIP: Add support for C++jan.nijtmans2019-12-121-2/+2
|/ / / /
* | | | Merge 8.6jan.nijtmans2019-11-261-1/+1
|\ \ \ \ | |/ / /
| * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
* | | | Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-012-4/+4
|\ \ \ \ | |/ / /