| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|
* | Propagate the previous two commits to the tabs of a ttk::notebook, which can ... | fvogel | 2019-11-01 | 1 | -2/+2 |
|
|
* | Better fix for [b82bd4872b]: ttk::style configure -compound does not work | fvogel | 2019-11-01 | 1 | -2/+2 |
|
|
* | Fix [caacf1f082]: treeview column resizing not possible in some conditions. T... | fvogel | 2019-10-27 | 1 | -22/+2 |
|
|
* | Fix [b82bd4872b]: tk::style configure -compound does not work. | culler | 2019-10-25 | 1 | -1/+2 |
|
|
* | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam) | fvogel | 2019-09-18 | 1 | -3/+4 |
|
|
* | (minor) Add missing initializer, and two /* FALLTHRU */ markers. | jan.nijtmans | 2019-09-17 | 1 | -0/+2 |
|
|
* | Use "unsigned long" as type for "mask" variables containing X11 button-masks ... | jan.nijtmans | 2019-08-13 | 1 | -1/+1 |
|
|
* | Two times Tcl_Free() -> ckfree() | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | Fix [ce470f20fd]: ttk::treeview has column dragging issues | fvogel | 2019-05-26 | 1 | -9/+39 |
|\ |
|
| * | Fix bug when dragging a column separator: when columns at the right of the se... | fvogel | 2019-05-09 | 1 | -1/+7 |
|
|
| * | Remove ASSERT: SLACKINVARIANT comments | fvogel | 2019-05-08 | 1 | -6/+0 |
|
|
| * | When changing the -stretch value for a column, columns size must be recompute... | fvogel | 2019-05-08 | 1 | -1/+2 |
|
|
| * | ttk::treeview: when there is at least one stretchable column then there shoul... | fvogel | 2019-05-04 | 1 | -0/+15 |
|
|
| * | Fix another issue reported in [ce470f20fd]: dragging of separators shall not ... | fvogel | 2019-04-13 | 1 | -3/+17 |
|
|
* | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item delete | fvogel | 2019-05-26 | 1 | -1/+7 |
|\ \ |
|
| * | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item delete | fvogel | 2019-05-14 | 1 | -1/+7 |
|
|
* | | | Merge implementation of TIP #541 following positive vote by the TCT. | fvogel | 2019-05-26 | 1 | -9/+46 |
|\ \ \ |
|
| * | | | Fix [2858503fff]: 'end' index for ttk::combobox current | fvogel | 2019-05-03 | 1 | -9/+46 |
| | |/
| |/| |
|
* | | | Migrate away from TCL_INTERP_DESTROYED (TIP 543). | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
* | | | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -13/+2 |
|\ \ \
| |_|/
|/| | |
|
* | | | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | | | Fix '.e index @'. The returned answer could be wrong if the scroll info was n... | fvogel | 2019-04-28 | 2 | -0/+2 |
|
|
* | | | Factorize the code a bit, and avoid calling the layoutProc twice when calling... | fvogel | 2019-04-28 | 4 | -30/+25 |
|
|
* | | | Add a missing scroll info update needed to make x|yview moveto|units|pages wo... | fvogel | 2019-04-28 | 1 | -0/+8 |
|
|
* | | | Revert irrelevant blank changes | fvogel | 2019-04-27 | 2 | -2/+1 |
|
|
* | | | More generic fix, for [8261c517af] and [2513186fff]. | fvogel | 2019-04-27 | 2 | -9/+18 |
|
|
* | | | Write code more consistently with the rest of the ttkEntry.c file | fvogel | 2019-04-26 | 1 | -3/+2 |
|
|
* | | | Optimize the fix: the layout calculation is only needed if the display is out... | fvogel | 2019-04-26 | 1 | -1/+4 |
|
|
* | | | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of... | fvogel | 2019-04-22 | 1 | -0/+7 |
| |/
|/| |
|
* | | Support for Apple's Dark Mode and many improvements to the Aqua theme. | culler | 2019-04-11 | 1 | -1/+5 |
|\ \ |
|
| * | | Add a few more semantic colors to make ttk::Entry and ttk::Treeview work | culler | 2019-03-26 | 1 | -1/+5 |
|
|
* | | | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-30 | 1 | -2/+6 |
|/ / |
|
| | | |
| \ | |
*-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 10 | -33/+18 |
|\ \ \ |
|
| | * \ | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 5 | -8/+8 |
| | |\ \ |
|
| | | * | | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 4 | -5/+5 |
|
|
* | | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 2 | -8/+8 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 2 | -9/+9 |
|
|
* | | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 2 | -9/+9 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 2 | -9/+9 |
| |/ / |
|
* | | | Tidy up whitespace and casts of NULL. | culler | 2018-11-28 | 1 | -2/+2 |
|
|
* | | | Protect against the possibility that a future platform might have a strange i... | culler | 2018-11-21 | 1 | -1/+13 |
|
|
* | | | 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 |
|
|
* | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectly | fvogel | 2018-10-08 | 1 | -1/+1 |
|
|
* | | | 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 |
|
|