summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Once the menu geometry is correctly computed there is no need anymore for que...fvogel2018-09-291-13/+2
* Fix more issues with menues drawing, that are visible when -activeborderwidth...fvogel2018-09-281-13/+8
* Fix [9658bc800c]: Right border calculated wrong in Tk menu if borderwidth != ...fvogel2018-09-261-1/+1
* Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
|\
| * Ooops, one line should have been removed in previous commit. Plus: don't conv...fvogel2018-09-071-2/+1
| * Better version of the patch, again by Csaba Nemethifvogel2018-09-071-6/+7
| * bugfix branch for: [6fcaaa6f80] bll2018-08-311-1/+8
* | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-09-021-0/+2
|\ \
| * | Refine error codefvogel2018-08-241-1/+1
| * | More general error message, since it can be raised not only because of an emp...fvogel2018-08-241-1/+1
| * | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-08-241-0/+2
| |/
* | Delete unused variables, and eol-spacingjan.nijtmans2018-09-011-1/+1
|/
* Minor bug-fix for Cygwin: If compiled for Win32 but running on Cygwin, conso...jan.nijtmans2018-08-141-0/+4
* Fix [2db2bed787403893c82f7a6690a2f583d821a6c6|2db2bed787]: test clrpick-3.1, ...jan.nijtmans2018-08-101-1/+1
* Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-109-46/+42
* Fix [fbaed1f66b]: [image create photo] errors out on a sane animated giffvogel2018-07-211-25/+21
* Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-131-3/+9
* Remove platform checking: all platforms will call XSync()fvogel2018-06-091-2/+0
* Add a missing fix from Christian Werner. See [1821174fff]fvogel2018-05-261-0/+14
* Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-04-301-3/+2
* Fix two new gcc-7.3 (harmless) compiler warnings.jan.nijtmans2018-04-122-2/+2
* Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from androwish)....jan.nijtmans2018-04-112-7/+7
* Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust...fvogel2018-02-111-0/+3
|\
| * Patch refinement from Christian Werner. It is now possible to 'make test' wit...fvogel2018-01-311-0/+3
* | Fix [1821174fff] and [1938774fff]: RenderBadPicture (invalid Picture paramete...fvogel2018-02-101-10/+18
|\ \
| * | Latest fix proposal from Christian Werner: revert the two previous commits an...fvogel2018-01-191-10/+18
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-02-048-8/+121
|\ \ \ | |_|/ |/| |
| * | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-288-8/+121
* | | Fix indentation that was lost in [f057be0817]fvogel2018-01-281-1/+1
|/ /
* | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of...fvogel2018-01-281-32/+33
|\ \
| * | Deal with the case of selection modification by insertion. All tests about <<...fvogel2018-01-181-1/+5
| * | Deal with the case of selection modification by deletion. This makes text-27....fvogel2018-01-161-31/+28
| |/
* | merge core-8-6-branchfvogel2018-01-2125-116/+345
|\ \
| * \ Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with checkbu...fvogel2018-01-191-0/+5
| |\ \
| | * | Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with checkbu...fvogel2018-01-131-0/+5
| | |/
| * | Make Tk 8.6 loadable in a TIP #484-enhanced Tcl 8.7. Backported from trunk.jan.nijtmans2018-01-161-2/+13
| |/
| * Further fix for [fa8de77936]: ttk::checkbutton handle empty variable graceful...fvogel2018-01-071-4/+7
| |\
| | * Further fix for [fa8de77936]: ttk::checkbutton handle empty variable graceful...fvogel2018-01-071-4/+7
| * | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from...fvogel2018-01-072-12/+19
| |\ \ | | |/
| | * Correct handling of refcount in ProgressbarStepCommand. Patch from Christian ...fvogel2018-01-071-5/+7
| | * Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from...fvogel2018-01-071-7/+12
| * | Fix [925262ed17]: ttk::scale widget does not support -state optionfvogel2017-12-311-0/+17
| |/
| * Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-312-12/+13
| |\
| | * Change variable name from gridPtr2 to slavePtr since it really is a slave.fvogel2017-12-231-12/+12
| | * Avoid questioning operator precedence.fvogel2017-12-231-1/+1
| | * Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+1
| * | Merge 8.6; update changesdgp2017-12-191-4/+2
| |\ \ | | |/
| | * Fix [b776266330]: macOS: tk busy hold . -cursor arrow triggers error - 'busy'...fvogel2017-12-181-4/+2
| | |\
| | | * Change comment about macOSfvogel2017-12-171-2/+2
| | | * Fix [b776266330]: macOS: tk busy hold . -cursor arrow triggers error - 'busy'...fvogel2017-12-101-2/+0