summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-161-3/+9
|\
| * Fix [de01e24aa1]: Text replace command involving selection crashesfvogel2018-06-131-3/+9
* | Further fix for [1821174fff], by Christian Werner. Also, remove or replace de...fvogel2018-06-121-0/+12
|\ \ | |/
| * 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
* | Merge TIP #496 implementation following positive vote by the TCTfvogel2018-05-133-11/+151
|\ \
| * \ merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-1566-1598/+2636
| |\ \
| * | | Latest changes from René Zaumseil. Now tk::spinbox supports -placeholder* op...fvogel2018-03-053-7/+58
| * | | A better way of checking if -placeholder was given non empty or notfvogel2018-02-111-2/+1
| * | | ttk::entry: cosmetic changesfvogel2018-02-111-23/+23
| * | | Avoid confusion: totalLength and height are not used here, and are anyway ove...fvogel2018-02-111-1/+1
| * | | tk::entry: Moved defines where they belong to, reordered options to follow al...fvogel2018-02-112-15/+17
| * | | merge core-8-6-branchfvogel2018-02-088-8/+121
| |\ \ \
| * | | | Fix bug (only 8 characters from the placeholder could be seen). Patch from Re...fvogel2018-02-081-1/+5
| * | | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseilfvogel2018-02-063-13/+13
| * | | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseilfvogel2018-02-063-44/+45
| * | | | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil)fvogel2018-01-313-3/+86
* | | | | Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-05-131-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix [ddeef0e069]: Some canvImg tests fail on macOSfvogel2018-04-301-3/+2
* | | | Merge core-8-6-branchjan.nijtmans2018-04-122-2/+2
|\ \ \ \ | |/ / /
| * | | Fix two new gcc-7.3 (harmless) compiler warnings.jan.nijtmans2018-04-122-2/+2
* | | | Merge core-8-6-branchjan.nijtmans2018-04-112-7/+7
|\ \ \ \ | |/ / /
| * | | Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from androwish)....jan.nijtmans2018-04-112-7/+7
* | | | silence compiler warningdgp2018-03-051-1/+1
* | | | Merge branch tip-489 following acceptation of this TIP through TCT vote.fvogel2018-03-041-0/+537
|\ \ \ \
| * | | | Fix error in testing argument numbers in 'canvas image' command. Thanks to Re...fvogel2018-02-211-1/+1
| * | | | Reformat some lines - Better follow the Tcl Engineering Manualfvogel2018-02-101-88/+165
| * | | | merge core-8-6-branchfvogel2018-02-1010-41/+155
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Better debug output formatting (from Scott).fvogel2018-02-101-6/+14
| * | | | Add typecasts in DrawCanvas() to assist MS VC compiler.scotty2018-02-091-3/+3
| * | | | Correct DrawCanvas() behaviour on Windows.scotty2018-02-071-36/+81
| * | | | merge core-8-6-branchfvogel2018-01-2719-82/+166
| |\ \ \ \
| * | | | | Wrote test cases for "canvas image"; Fixed bug in the call to Tk_PhotoPutZoom...scotty2017-11-301-1/+1
| * | | | | DrawCanvas() cleaned upscotty2017-11-281-337/+374
| * | | | | Coding of the 'canvas image' command completed.scotty2017-11-271-76/+145
| * | | | | merge core-8-6-branchfvogel2017-11-115-42/+182
| |\ \ \ \ \
| * | | | | | Add 'canvas image' command. Patch from Scott Pitcher.fvogel2017-11-111-10/+316
* | | | | | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust...fvogel2018-02-111-0/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
* | | | | | | Merge branch tip-492 following acceptation of this TIP through TCT vote.fvogel2018-02-101-3/+20
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunk since TIP #492 targets 8.7fvogel2018-01-3065-1658/+2189
| |\ \ \ \ \ \ \
| * | | | | | | | Exchange error for the empty string as return result of 'tk busy busywindow' ...fvogel2017-12-201-1/+2
| * | | | | | | | Implement TIP #492: Introspection for 'tk busy', with test cases and man page.fvogel2017-12-191-3/+19
* | | | | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-02-048-8/+121
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | 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