summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Homogenize with existing doc for -gripcount in the man page for ttk::panedwindowfvogel2019-05-021-1/+1
| | * | | ttk::scrollbar documentation: added styling options -gripcound and -sliderlen...oehhar2019-05-021-2/+6
| | * | | Refine documentation in ttk::scrollbarfvogel2019-04-301-2/+3
| | * | | Add missing documentation for -arrowsize in ttk::scrollbar and ttk::combobox ...fvogel2019-04-302-0/+4
| | * | | Fix [1ff193f1e3]: style name is Horizontal.TScrollbar or Vertical.TScrollbar ...fvogel2019-04-291-3/+4
* | | | | Fix class name in ttk::scale man page (this copy/paste error was introduced i...fvogel2019-05-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix class name in ttk::scale man page (this copy/paste error was introduced i...fvogel2019-05-031-1/+1
| | |_|/ | |/| |
* | | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
| |/ /
* | | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when c...fvogel2019-04-281-3/+7
|\ \ \ | |/ /
| * | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when c...fvogel2019-04-281-3/+7
| |\ \
| | * | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when c...fvogel2019-04-191-3/+7
* | | | Fix textWind.test: make sure that the test window is mapped before running te...culler2019-04-251-0/+5
|\ \ \ \ | |/ / /
| * | | Fix textWind.test: make sure that the test window is mapped before running te...culler2019-04-251-0/+5
* | | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-245-37/+104
|\ \ \ \ | |/ / /
| * | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-245-37/+104
| |\ \ \
| | * | | Fix indentation.culler2019-03-311-2/+2
| | * | | Make menubuttons honor the -highlightcolor option on macOS.culler2019-03-311-5/+4
| | * | | *Really* don't change the behavior for *buttons, even with they have -default...fvogel2019-03-311-3/+4