| Commit message (Expand) | Author | Age | Files | Lines |
* | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes... | culler | 2019-05-20 | 1 | -5/+6 |
|
|
* | Migrate away from TCL_INTERP_DESTROYED (TIP 543). | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
* | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 3 | -5/+5 |
|
|
* | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 8 | -136/+189 |
|\ |
|
| * | Tests and fix for similar issues in [menu]. | dgp | 2019-05-15 | 2 | -8/+25 |
|
|
| * | Tests and fix for [scale ... -variable]. | dgp | 2019-05-15 | 1 | -1/+22 |
|
|
| * | Tests and fix for [message ... -textvariable]. | dgp | 2019-05-15 | 1 | -1/+21 |
|
|
| * | Tests and fix for [menubutton ... -textvariable]. | dgp | 2019-05-15 | 1 | -1/+21 |
|
|
| * | Fix for the failing/crashing listbox tests. | dgp | 2019-05-15 | 1 | -1/+22 |
|
|
| * | Similar tests and fix for [entry .... -textvariable] | dgp | 2019-05-12 | 1 | -2/+22 |
|
|
| * | Similar test and fix for [checkbutton ... -variable]. | dgp | 2019-05-12 | 1 | -1/+21 |
|
|
| * | Fix for the [button ... -textvariable] parts of [5d991b822e]. | dgp | 2019-05-11 | 1 | -1/+28 |
|
|
* | | Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.c | fvogel | 2019-05-13 | 1 | -1/+1 |
|
|
* | | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 3 | -3/+3 |
|
|
* | | 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 | 2 | -1/+9 |
|\ \ |
|
| * | | Synchronize the generic tk headers with core-8-6-branch. | culler | 2019-04-11 | 2 | -11/+13 |
|
|
| * | | Added a drawing procedure for Entry widgets in dark mode. | culler | 2019-04-06 | 2 | -2/+2 |
|
|
| * | | Rework how contrasting backgrounds are handled. | culler | 2019-04-04 | 4 | -10/+12 |
|
|
| * | | Really sync with geom-master-slave. | culler | 2019-04-02 | 4 | -22/+31 |
|
|
| * | | Sync with geom-master-slave. | culler | 2019-04-02 | 4 | -9/+0 |
|
|
| * | | Oops. Following those underscore conventions is tricky. | culler | 2019-04-01 | 1 | -1/+2 |
|
|
| * | | Use geometry masters, not parents, to find the nesting depth. | culler | 2019-04-01 | 4 | -0/+8 |
|
|
| * | | Add a few more semantic colors to make ttk::Entry and ttk::Treeview work | culler | 2019-03-26 | 1 | -1/+5 |
|
|
* | | | Put new fields always at the end of struct TkWindow, so existing fields keep ... | jan.nijtmans | 2019-04-08 | 2 | -13/+13 |
|
|
* | | | unbreak the header | dgp | 2019-04-08 | 1 | -1/+1 |
|
|
* | | | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 4 | -5/+4 |
|
|
* | | | Let the branch compile with MSVC. | fvogel | 2019-04-05 | 3 | -3/+6 |
|
|
* | | | Fix bug [897ffea89f]: Tk allows management loops | culler | 2019-04-05 | 7 | -30/+85 |
|
|
* | | | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-31 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | Fix [da3914eba2]: 'identify element' on ttk::treeview does not identify image... | fvogel | 2019-03-30 | 1 | -2/+6 |
|
|
* | | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o... | fvogel | 2019-03-31 | 2 | -56/+213 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Revert previous commit following discussion on tcl-core list. | fvogel | 2019-03-28 | 2 | -3/+3 |
|
|
| * | | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS... | fvogel | 2019-03-26 | 2 | -3/+3 |
|
|
| * | | | Name the TICK_VALUES_DISPLAY_ACCURACY constant | fvogel | 2019-03-24 | 2 | -2/+11 |
|
|
| * | | | Minor tinkering (style, efficiency, etc.) | dkf | 2019-03-24 | 1 | -32/+84 |
|
|
| * | | | Make the branch build with MSVC by replacing calls to C99 functions round(), ... | fvogel | 2019-03-04 | 1 | -4/+8 |
|
|
| * | | | Trimmed an unused variable | jaspert | 2019-02-28 | 1 | -1/+1 |
|
|
| * | | | Added a procedure to increase the number of digits in the tick values until | jaspert | 2019-02-28 | 1 | -3/+51 |
|
|
| * | | | Eliminate trailing zeros from scale tick values. This is done by | jal_frezie | 2019-02-20 | 2 | -54/+98 |
| |/ / |
|
* | | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 2 | -5/+1 |
|
|
* | | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 3 | -17/+30 |
|
|
* | | | gif read not complete on overflow image - information missinterpreted if foll... | oehhar | 2019-03-04 | 1 | -1/+20 |
|\ \ \ |
|