summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdkf2019-05-16111-3724/+11337
|\
| * Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c...culler2019-05-162-19/+11
| |\
| | * Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c...culler2019-05-162-19/+11
| | |\
| | | * fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called.culler2019-05-152-19/+11
| * | | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-162-2/+13
| |\ \ \ | | |/ /
| | * | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-162-2/+13
| * | | Merge 8.6jan.nijtmans2019-05-1615-136/+394
| |\ \ \ | | |/ /
| | * | Make new tests more robust against context.dgp2019-05-152-0/+2
| | * | Revised bug fix for [5d991b822e].dgp2019-05-1515-136/+392
| | |\ \ | | | |/ | | |/|
| | | * Tests and fix for similar issues in [menu].dgp2019-05-153-8/+53
| | | * Tests and fix for [scale ... -variable].dgp2019-05-152-1/+48
| | | * Tests and fix for [message ... -textvariable].dgp2019-05-152-1/+48
| | | * Tests and fix for [menubutton ... -textvariable].dgp2019-05-152-1/+49
| | | * Fix for the failing/crashing listbox tests.dgp2019-05-151-1/+22
| | | * Tests for same issues with [listbox ... -listvariable].dgp2019-05-151-0/+27
| | | * Similar tests and fix for [entry .... -textvariable]dgp2019-05-122-2/+50
| | | * Similar test and fix for [checkbutton ... -variable].dgp2019-05-122-1/+33
| | | * Fix for the [button ... -textvariable] parts of [5d991b822e].dgp2019-05-112-2/+29
| | | * Tests for Ticket [5d991b822e].dgp2019-05-111-0/+27
| * | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-155-21/+55
| * | | Fix [94eeb111fb]: macos, linux: configuration: unable to build using trunk. jan.nijtmans2019-05-155-327/+84
| * | | Fix gcc-8 warningjan.nijtmans2019-05-131-1/+1
| * | | Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
| |\ \ \ | | |/ /
| | * | Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
| * | | While on it: A few more whitespacesjan.nijtmans2019-05-094-8/+8
| * | | Merge 8.6jan.nijtmans2019-05-091-4/+3
| |\ \ \ | | |/ /
| | * | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-092-7/+3
| * | | Merge 8.6jan.nijtmans2019-05-0921-38/+33
| |\ \ \ | | |/ /
| | * | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-0918-36/+34
| * | | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listboxfvogel2019-05-081-15/+1
| |\ \ \ | | |/ /
| | * | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listboxfvogel2019-05-081-15/+1
| | |\ \
| | | * | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listboxfvogel2019-05-011-15/+1
| * | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-0811-57/+157
| |\ \ \ \ | | |/ / /
| | * | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-0811-57/+157
| | |\ \ \
| | | * | | Fix inconsistency in the Tk_GetScrollInfoObj man page. Apparently this was a ...fvogel2019-04-281-2/+2
| | | * | | Fix typo in man pagefvogel2019-04-281-1/+1
| | | * | | Fix documentation for xview/yview: make it generic and available for ttk::ent...fvogel2019-04-283-46/+86
| | | * | | Add tests checking the scroll info correct update when xview / yview is calle...fvogel2019-04-282-1/+40
| | | * | | 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-222-1/+7
| * | | | | Fix [1ff193f1e3]: improve documentation for ttk::scrollbarfvogel2019-05-052-5/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [1ff193f1e3]: improve documentation for ttk::scrollbarfvogel2019-05-052-5/+13
| | |\ \ \ \
| | | * | | | Remove wrong info from ttk::scrollbar man pagefvogel2019-05-031-4/+2
| | | * | | | ttk::scrollbar documentation: marked -sliderlength as depreciated as it has n...oehhar2019-05-031-1/+1