summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)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 ↵fvogel2018-06-121-0/+12
|\ \ | |/ | | | | deprecated calls in the macOS implementation (by Marc Culler).
| * 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 ↵fvogel2018-04-1566-1598/+2636
| |\ \ | | | | | | | | | | | | tip-496 was created off core-8-6-branch)
| * | | Latest changes from René Zaumseil. Now tk::spinbox supports -placeholder* ↵fvogel2018-03-053-7/+58
| | | | | | | | | | | | | | | | options, and justification of the placeholder text in all widgets is supposed to honor -justify (this latter point does not work in fact).
| * | | 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 ↵fvogel2018-02-111-1/+1
| | | | | | | | | | | | | | | | overwritten a few lines below.
| * | | tk::entry: Moved defines where they belong to, reordered options to follow ↵fvogel2018-02-112-15/+17
| | | | | | | | | | | | | | | | alphabetical order, and miscellaneous cosmetic changes.
| * | | merge core-8-6-branchfvogel2018-02-088-8/+121
| |\ \ \
| * | | | Fix bug (only 8 characters from the placeholder could be seen). Patch from ↵fvogel2018-02-081-1/+5
| | | | | | | | | | | | | | | | | | | | René Zaumseil. Thanks to Rüdiger Härtel for the report.
| * | | | -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 ↵jan.nijtmans2018-04-112-7/+7
| | | | | | | | | | | | | | | | androwish). Slight optimizations.
* | | | 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 ↵fvogel2018-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | René Zaumseil.
| * | | | 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 ↵scotty2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Tk_PhotoPutZoomedBlock()
| * | | | | 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: ↵fvogel2018-02-111-0/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | ForwardX11Trusted no). Patches from Christian Werner.
| * | | | | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ↵fvogel2018-02-111-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ForwardX11Trusted no). Patches from Christian Werner.
| | * | | | | | Patch refinement from Christian Werner. It is now possible to 'make test' ↵fvogel2018-01-311-0/+3
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | with an untrusted X connection without being stopped by X errors (and of course with more failures due to the untrusted connection).
* | | | | | | Fix [1821174fff] and [1938774fff]: RenderBadPicture (invalid Picture ↵fvogel2018-02-101-10/+18
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | parameter) error returned on application exit when 'send' was renamed to {}. Patch from Christian Werner. Thanks to Joe English.
| * | | | | | Fix [1821174fff] and [1938774fff]: RenderBadPicture (invalid Picture ↵fvogel2018-02-101-10/+18
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | parameter) error returned on application exit when 'send' was renamed to {}. Patch from Christian Werner. Thanks to Joe English.
| | * | | | | Latest fix proposal from Christian Werner: revert the two previous commits ↵fvogel2018-01-191-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and add XSync() just before the garbage collector, which minimizes the number of XSync() calls, therefore optimizing performance while still fixing the bug.
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the window passed to it is not busy
| * | | | | | | | 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 ↵fvogel2018-02-048-8/+121
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | Christian Werner.
| * | | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from ↵fvogel2018-02-048-8/+121
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | Christian Werner.
| | * | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from ↵fvogel2018-01-288-8/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Christian Werner.