summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes...culler2019-05-201-5/+6
* Migrate away from TCL_INTERP_DESTROYED (TIP 543).dgp2019-05-171-1/+1
* Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-173-5/+5
* Revised bug fix for [5d991b822e].dgp2019-05-158-136/+189
|\
| * Tests and fix for similar issues in [menu].dgp2019-05-152-8/+25
| * Tests and fix for [scale ... -variable].dgp2019-05-151-1/+22
| * Tests and fix for [message ... -textvariable].dgp2019-05-151-1/+21
| * Tests and fix for [menubutton ... -textvariable].dgp2019-05-151-1/+21
| * Fix for the failing/crashing listbox tests.dgp2019-05-151-1/+22
| * Similar tests and fix for [entry .... -textvariable]dgp2019-05-121-2/+22
| * Similar test and fix for [checkbutton ... -variable].dgp2019-05-121-1/+21
| * Fix for the [button ... -textvariable] parts of [5d991b822e].dgp2019-05-111-1/+28
* | Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-093-3/+3
* | Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-282-0/+2
* | Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-284-30/+25
* | Add a missing scroll info update needed to make x|yview moveto|units|pages wo...fvogel2019-04-281-0/+8
* | Revert irrelevant blank changesfvogel2019-04-272-2/+1
* | More generic fix, for [8261c517af] and [2513186fff].fvogel2019-04-272-9/+18
* | Write code more consistently with the rest of the ttkEntry.c filefvogel2019-04-261-3/+2
* | Optimize the fix: the layout calculation is only needed if the display is out...fvogel2019-04-261-1/+4
* | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of...fvogel2019-04-221-0/+7
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-1/+9
|\ \
| * | Synchronize the generic tk headers with core-8-6-branch.culler2019-04-112-11/+13
| * | Added a drawing procedure for Entry widgets in dark mode.culler2019-04-062-2/+2
| * | Rework how contrasting backgrounds are handled.culler2019-04-044-10/+12
| * | Really sync with geom-master-slave.culler2019-04-024-22/+31
| * | Sync with geom-master-slave.culler2019-04-024-9/+0
| * | Oops. Following those underscore conventions is tricky.culler2019-04-011-1/+2
| * | Use geometry masters, not parents, to find the nesting depth.culler2019-04-014-0/+8
| * | Add a few more semantic colors to make ttk::Entry and ttk::Treeview workculler2019-03-261-1/+5
* | | Put new fields always at the end of struct TkWindow, so existing fields keep ...jan.nijtmans2019-04-082-13/+13
* | | unbreak the headerdgp2019-04-081-1/+1
* | | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call toculler2019-04-064-5/+4
* | | Let the branch compile with MSVC.fvogel2019-04-053-3/+6
* | | Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-057-30/+85
* | | 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
* | | | Fix [c9887a1fc9]: Trailing zeros on scale widget ticks. The fix was subject o...fvogel2019-03-312-56/+213
|\ \ \ \ | |/ / / |/| | |
| * | | Revert previous commit following discussion on tcl-core list.fvogel2019-03-282-3/+3
| * | | Change TICK_VALUES_DISPLAY_ACCURACY for the more correct word TICK_VALUES_DIS...fvogel2019-03-262-3/+3
| * | | Name the TICK_VALUES_DISPLAY_ACCURACY constantfvogel2019-03-242-2/+11
| * | | Minor tinkering (style, efficiency, etc.)dkf2019-03-241-32/+84
| * | | Make the branch build with MSVC by replacing calls to C99 functions round(), ...fvogel2019-03-041-4/+8
| * | | Trimmed an unused variablejaspert2019-02-281-1/+1
| * | | Added a procedure to increase the number of digits in the tick values untiljaspert2019-02-281-3/+51
| * | | Eliminate trailing zeros from scale tick values. This is done byjal_frezie2019-02-202-54/+98
| |/ /
* | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-192-5/+1
* | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-153-17/+30
* | | gif read not complete on overflow image - information missinterpreted if foll...oehhar2019-03-041-1/+20
|\ \ \