summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-06-256-7/+7
|\
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-258-18/+18
* | Merge 8.6jan.nijtmans2019-06-241-1/+1
|\ \ | |/
| * Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [50...jan.nijtmans2019-06-241-1/+1
* | Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-212-9/+9
* | Eliminate some redundant type-castsjan.nijtmans2019-06-215-14/+14
* | Resolve compiler warnings and segfault in imgListFormat tests.dgp2019-06-211-6/+6
* | Make better use of the full range for Menu indexes, if Tk is compiled with Tc...jan.nijtmans2019-06-212-39/+43
* | Handle SVG string > 2G, when compiled with Tcl 9 headers. Make TCL_INDEX_NONE...jan.nijtmans2019-06-202-16/+20
* | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-191-4/+4
|\ \ | |/
| * Define offsetof() macro for (very rare) platforms which don't have it. Don't ...jan.nijtmans2019-06-151-3/+3
| |\
| | * Define offsetof() macro for (very rare) platforms which don't have it. Don't ...jan.nijtmans2019-06-151-3/+3
* | | TIP #528 impelemtation: Deprecate Tk_Offset()jan.nijtmans2019-06-1554-1176/+1178
|\ \ \
| * \ \ merge trunkjan.nijtmans2019-06-0516-206/+575
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2019-05-1050-178/+6219
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2019-04-0234-427/+590
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-01-1356-350/+372
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2018-12-0820-431/+75
| |\ \ \ \ \ \ \
| * | | | | | | | Tweaks related to Tk_ArgvInfojan.nijtmans2018-12-012-4/+4
| * | | | | | | | Minor tweaks, mostly formattingjan.nijtmans2018-12-017-12/+12
| * | | | | | | | merge trunkjan.nijtmans2018-12-013-9/+10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-11-2558-403/+649
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge trunk. More internal improvementsjan.nijtmans2018-10-155-12/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-10-156-47/+54
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | More improvements, related to the deprecation of Tk_Offsetjan.nijtmans2018-10-1110-135/+154
| * | | | | | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-0653-1168/+1166
* | | | | | | | | | | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed windowfvogel2019-06-151-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Change the fix (see details in ticket [75b8fbfd77])fvogel2019-06-091-1/+1
| * | | | | | | | | | Fix [75b8fbfd77]: Segfault with [event generate] sequence outside grabbed windowfvogel2019-06-091-2/+3
| * | | | | | | | | | Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-051-1/+1
* | | | | | | | | | | Merge 8.6jan.nijtmans2019-06-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
* | | | | | | | | | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-9/+39
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-9/+39
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix bug when dragging a column separator: when columns at the right of the se...fvogel2019-05-091-1/+7
| | * | | | | | | | | | Remove ASSERT: SLACKINVARIANT commentsfvogel2019-05-081-6/+0
| | * | | | | | | | | | When changing the -stretch value for a column, columns size must be recompute...fvogel2019-05-081-1/+2
| | * | | | | | | | | | ttk::treeview: when there is at least one stretchable column then there shoul...fvogel2019-05-041-0/+15
| | * | | | | | | | | | Fix another issue reported in [ce470f20fd]: dragging of separators shall not ...fvogel2019-04-131-3/+17
* | | | | | | | | | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-261-1/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix [2a6c62afd9] - <<TreeviewSelect>> does not fire on item deletefvogel2019-05-141-1/+7
* | | | | | | | | | | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-9/+46
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge trunk and adjust frame tests.culler2019-05-241-19/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Improve image testing for Aquaculler2019-05-241-19/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | On OSX 10.13 and earlier a different strategy is needed.culler2019-05-211-3/+3
| | * | | | | | | | | | | | Rework image testing to better deal with Aquaculler2019-05-211-18/+28
| * | | | | | | | | | | | | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTest.cculler2019-05-201-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes...culler2019-05-201-5/+6