summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-313-5/+5
* 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.6jan.nijtmans2019-01-105-15/+9
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0810-33/+18
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-085-8/+8
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-034-5/+5
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-312-8/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-312-9/+9
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-202-9/+9
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-202-9/+9
| | |/
| * | Tidy up whitespace and casts of NULL.culler2018-11-281-2/+2
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-083-5/+5
* | | There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-2/+2
|\ \ \ | |/ /
* | | Protect against the possibility that a future platform might have a strange i...culler2018-11-211-1/+13
|\ \ \ | |/ /
| * | Protect against the possibility that a future platform might have a strange i...culler2018-11-211-1/+13
* | | Fix the bug that caused a crash on macOS when switching to the Alt theme.culler2018-11-202-9/+55
|\ \ \ | |/ /
| * | Only use XCreateImage when drawing the Alt theme indicator on macOS, not on U...culler2018-11-202-9/+46
| * | Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o...culler2018-11-191-0/+4
| * | Use XCreateImage instead of XGetImage to create a scratch image in ttkDefault...culler2018-11-191-7/+12
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-1/+1
* | | One more missing type-cast (thanks, François!jan.nijtmans2018-10-171-1/+1
* | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
|\ \ \ | |/ /
| * | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-081-1/+1
* | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-172-2/+10
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-165-11/+11
* | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
* | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
|\ \ \ | |/ /
| * | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
| |\ \
| | * | Ooops, one line should have been removed in previous commit. Plus: don't conv...fvogel2018-09-071-2/+1
| | * | Better version of the patch, again by Csaba Nemethifvogel2018-09-071-6/+7
| | * | bugfix branch for: [6fcaaa6f80] bll2018-08-311-1/+8
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-0629-66/+29
* | | | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-09-021-0/+2
|\ \ \ \ | |/ / /
| * | | Refine error codefvogel2018-08-241-1/+1
| * | | More general error message, since it can be raised not only because of an emp...fvogel2018-08-241-1/+1
| * | | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-08-241-0/+2
| |/ /
| * | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-3/+4
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-6/+6
* | | Remove end-of-line spacingjan.nijtmans2018-08-101-1/+1
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-3/+4
* | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-1524-1061/+127
|\ \ \
| * \ \ Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-02-041-2/+13
| |\ \ \ | | |/ /
| * | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY select...fvogel2018-01-251-3/+6
| |\ \ \
| * \ \ \ Further fix for [fa8de77936]: ttk::checkbutton handle empty variable graceful...fvogel2018-01-071-4/+7
| |\ \ \ \
| * \ \ \ \ Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from...fvogel2018-01-072-12/+19
| |\ \ \ \ \
| * \ \ \ \ \ Fix [925262ed17]: ttk::scale widget does not support -state optionfvogel2018-01-071-0/+17
| |\ \ \ \ \ \
| * | | | | | | 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-289-14/+14
| * | | | | | | I reverted the previous fix, because it doesn't work. The current solution is...gcramer2017-07-231-7/+6