| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 3 | -5/+5 |
|
|
* | | | | | Minor tweaks, mostly formatting | jan.nijtmans | 2018-12-01 | 4 | -9/+9 |
|
|
* | | | | | merge trunk | jan.nijtmans | 2018-12-01 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | There's never need to cast NULL to (char *) | jan.nijtmans | 2018-11-27 | 1 | -2/+2 |
| |\ \ \ \
| | |/ / / |
|
* | | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 7 | -20/+86 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Protect against the possibility that a future platform might have a strange i... | culler | 2018-11-21 | 1 | -1/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Protect against the possibility that a future platform might have a strange i... | culler | 2018-11-21 | 1 | -1/+13 |
|
|
| * | | | | Fix the bug that caused a crash on macOS when switching to the Alt theme. | culler | 2018-11-20 | 2 | -9/+55 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Only use XCreateImage when drawing the Alt theme indicator on macOS, not on U... | culler | 2018-11-20 | 2 | -9/+46 |
|
|
| | * | | | Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o... | culler | 2018-11-19 | 1 | -0/+4 |
|
|
| | * | | | Use XCreateImage instead of XGetImage to create a scratch image in ttkDefault... | culler | 2018-11-19 | 1 | -7/+12 |
|
|
| * | | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -1/+1 |
|
|
| * | | | | One more missing type-cast (thanks, François! | jan.nijtmans | 2018-10-17 | 1 | -1/+1 |
|
|
| * | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectly | fvogel | 2018-10-17 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectly | fvogel | 2018-10-08 | 1 | -1/+1 |
|
|
| * | | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ... | jan.nijtmans | 2018-10-17 | 2 | -2/+10 |
|
|
| * | | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 5 | -11/+11 |
|
|
* | | | | | Merge trunk. More internal improvements | jan.nijtmans | 2018-10-15 | 3 | -5/+5 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -1/+1 |
|
|
* | | | | | More improvements, related to the deprecation of Tk_Offset | jan.nijtmans | 2018-10-11 | 1 | -1/+1 |
|
|
* | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 18 | -331/+331 |
|/ / / / |
|
* | | | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N... | fvogel | 2018-09-08 | 1 | -3/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N... | fvogel | 2018-09-08 | 1 | -3/+10 |
| |\ \ \ |
|
| | * | | | Ooops, one line should have been removed in previous commit. Plus: don't conv... | fvogel | 2018-09-07 | 1 | -2/+1 |
|
|
| | * | | | Better version of the patch, again by Csaba Nemethi | fvogel | 2018-09-07 | 1 | -6/+7 |
|
|
| | * | | | bugfix branch for: [6fcaaa6f80]
| bll | 2018-08-31 | 1 | -1/+8 |
|
|
* | | | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 29 | -66/+29 |
|
|
* | | | | | Fix [3441086fff]: ttk::style layout with empty -children silently disappears | fvogel | 2018-09-02 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Refine error code | fvogel | 2018-08-24 | 1 | -1/+1 |
|
|
| * | | | | More general error message, since it can be raised not only because of an emp... | fvogel | 2018-08-24 | 1 | -1/+1 |
|
|
| * | | | | Fix [3441086fff]: ttk::style layout with empty -children silently disappears | fvogel | 2018-08-24 | 1 | -0/+2 |
| |/ / / |
|
| * | | | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -3/+4 |
|
|
* | | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -6/+6 |
|
|
* | | | | Remove end-of-line spacing | jan.nijtmans | 2018-08-10 | 1 | -1/+1 |
|
|
* | | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -3/+4 |
|
|
* | | | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-... | fvogel | 2018-04-15 | 24 | -1061/+127 |
|\ \ \ \ |
|
| * \ \ \ | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr... | fvogel | 2018-02-04 | 1 | -2/+13 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY select... | fvogel | 2018-01-25 | 1 | -3/+6 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Further fix for [fa8de77936]: ttk::checkbutton handle empty variable graceful... | fvogel | 2018-01-07 | 1 | -4/+7 |
| |\ \ \ \ |
|
| * \ \ \ \ | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from... | fvogel | 2018-01-07 | 2 | -12/+19 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Fix [925262ed17]: ttk::scale widget does not support -state option | fvogel | 2018-01-07 | 1 | -0/+17 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | One more 'const' (follow-up from previous commit) | jan.nijtmans | 2017-11-28 | 1 | -1/+1 |
|
|
| * | | | | | | | CONST'ify some string arrays (strings itself where already CONST, but the arr... | jan.nijtmans | 2017-11-28 | 9 | -14/+14 |
|
|
| * | | | | | | | I reverted the previous fix, because it doesn't work. The current solution is... | gcramer | 2017-07-23 | 1 | -7/+6 |
|
|
| * | | | | | | | Bugfix [4966cad4d4]: Now function NotebookPlaceSlaves() in ttkNotebook.c will... | gcramer | 2017-07-21 | 1 | -1/+5 |
|
|
| * | | | | | | | Change floor() back to casting to int() in fixing [6020ee2d03]. | fvogel | 2017-05-02 | 1 | -6/+3 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Fix [2912962fff]: Notebook does not set TTK_STATE_USER1 and TTK_STATE_USER2. | fvogel | 2017-04-07 | 1 | -6/+21 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Fix [3089640fff], [6020ee2d03], [e016579efb], [6bf197edbf] and [7ffb9e554c]: ... | fvogel | 2017-04-07 | 1 | -30/+24 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge trunk | fvogel | 2017-03-21 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Fix [77527326e5]: ttk artifacts on Ubuntu. Patch from Csaba Nemethi. | fvogel | 2017-03-11 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \ \ \ \ |
|