summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-263-10/+60
|\
| * Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-033-10/+60
* | Partial fix of bug [67384bce7d]: change expected result of winfo-13.2. Also ...culler2019-05-253-3/+14
|\ \
| * | Fix bug [67384bce7d]: make winfo-13.2 expect the container to be destroyed in...culler2019-05-243-3/+14
* | | Tweak test image-7.1.culler2019-05-241-0/+3
* | | Improve image testing for Aquaculler2019-05-245-59/+119
|\ \ \ | |/ / |/| |
| * | Wait more carefully, since no wait is needed for Windows or linux.culler2019-05-232-6/+18
| * | Use vwait with a timeout to wait for test image display, as suggested by dkf.culler2019-05-212-21/+11
| * | On OSX 10.13 and earlier a different strategy is needed.culler2019-05-215-23/+30
| * | Sometimes update is not enough, and you just have to wait.culler2019-05-211-23/+39
| * | Rework image testing to better deal with Aquaculler2019-05-213-27/+62
|/ /
* | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes...culler2019-05-202-13/+20
* | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch...fvogel2019-05-181-13/+63
|\ \
| * | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch...fvogel2019-04-291-13/+63
* | | Change .ext extension into .aaa in winDialog.test since some corporate polici...fvogel2019-05-171-10/+10
* | | Migrate away from TCL_INTERP_DESTROYED (TIP 543).dgp2019-05-171-1/+1
* | | In Aqua, protect against double release of clipping regions.culler2019-05-171-0/+6
* | | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-175-8/+8
* | | 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
* | | | 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
* | | | Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
* | | | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-092-7/+3
* | | | 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-011-15/+1
* | | | | 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