summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2018-12-011-2/+2
|\
| * There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-2/+2
| |\
* | \ Merge trunkjan.nijtmans2018-11-257-20/+86
|\ \ \ | |/ /
| * | 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
* | | Merge trunk. More internal improvementsjan.nijtmans2018-10-153-5/+5
|\ \ \ | |/ /
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
* | | More improvements, related to the deprecation of Tk_Offsetjan.nijtmans2018-10-111-1/+1
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-0618-331/+331
|/ /
* | 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
| * | | | | | Bugfix [4966cad4d4]: Now function NotebookPlaceSlaves() in ttkNotebook.c will...gcramer2017-07-211-1/+5
| * | | | | | Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Fix [2912962fff]: Notebook does not set TTK_STATE_USER1 and TTK_STATE_USER2.fvogel2017-04-071-6/+21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Fix [3089640fff], [6020ee2d03], [e016579efb], [6bf197edbf] and [7ffb9e554c]: ...fvogel2017-04-071-30/+24
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkfvogel2017-03-211-0/+6
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Fix [77527326e5]: ttk artifacts on Ubuntu. Patch from Csaba Nemethi.fvogel2017-03-111-0/+6
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Reorder progressbar options alphabetically (to follow the standard convention...fvogel2017-03-131-32/+32
| * | | | | | | | | | | Updated patch from René Zaumseil, now consistent with the proposed implement...fvogel2017-03-061-0/+4