Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [de01e24aa1]: Text replace command involving selection crashes | fvogel | 2018-06-16 | 1 | -3/+9 |
|\ | |||||
| * | Fix [de01e24aa1]: Text replace command involving selection crashes | fvogel | 2018-06-13 | 1 | -3/+9 |
| | | |||||
* | | Further fix for [1821174fff], by Christian Werner. Also, remove or replace ↵ | fvogel | 2018-06-12 | 1 | -0/+12 |
|\ \ | |/ | | | | | deprecated calls in the macOS implementation (by Marc Culler). | ||||
| * | Remove platform checking: all platforms will call XSync() | fvogel | 2018-06-09 | 1 | -2/+0 |
| | | |||||
| * | Add a missing fix from Christian Werner. See [1821174fff] | fvogel | 2018-05-26 | 1 | -0/+14 |
| | | |||||
* | | Merge TIP #496 implementation following positive vote by the TCT | fvogel | 2018-05-13 | 3 | -11/+151 |
|\ \ | |||||
| * \ | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch ↵ | fvogel | 2018-04-15 | 66 | -1598/+2636 |
| |\ \ | | | | | | | | | | | | | tip-496 was created off core-8-6-branch) | ||||
| * | | | Latest changes from René Zaumseil. Now tk::spinbox supports -placeholder* ↵ | fvogel | 2018-03-05 | 3 | -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 not | fvogel | 2018-02-11 | 1 | -2/+1 |
| | | | | |||||
| * | | | ttk::entry: cosmetic changes | fvogel | 2018-02-11 | 1 | -23/+23 |
| | | | | |||||
| * | | | Avoid confusion: totalLength and height are not used here, and are anyway ↵ | fvogel | 2018-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | overwritten a few lines below. | ||||
| * | | | tk::entry: Moved defines where they belong to, reordered options to follow ↵ | fvogel | 2018-02-11 | 2 | -15/+17 |
| | | | | | | | | | | | | | | | | alphabetical order, and miscellaneous cosmetic changes. | ||||
| * | | | merge core-8-6-branch | fvogel | 2018-02-08 | 8 | -8/+121 |
| |\ \ \ | |||||
| * | | | | Fix bug (only 8 characters from the placeholder could be seen). Patch from ↵ | fvogel | 2018-02-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | René Zaumseil. Thanks to Rüdiger Härtel for the report. | ||||
| * | | | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseil | fvogel | 2018-02-06 | 3 | -13/+13 |
| | | | | | |||||
| * | | | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseil | fvogel | 2018-02-06 | 3 | -44/+45 |
| | | | | | |||||
| * | | | | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil) | fvogel | 2018-01-31 | 3 | -3/+86 |
| | | | | | |||||
* | | | | | Fix [ddeef0e069]: Some canvImg tests fail on macOS | fvogel | 2018-05-13 | 1 | -3/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Fix [ddeef0e069]: Some canvImg tests fail on macOS | fvogel | 2018-04-30 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge core-8-6-branch | jan.nijtmans | 2018-04-12 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix two new gcc-7.3 (harmless) compiler warnings. | jan.nijtmans | 2018-04-12 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge core-8-6-branch | jan.nijtmans | 2018-04-11 | 2 | -7/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from ↵ | jan.nijtmans | 2018-04-11 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | androwish). Slight optimizations. | ||||
* | | | | silence compiler warning | dgp | 2018-03-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch tip-489 following acceptation of this TIP through TCT vote. | fvogel | 2018-03-04 | 1 | -0/+537 |
|\ \ \ \ | |||||
| * | | | | Fix error in testing argument numbers in 'canvas image' command. Thanks to ↵ | fvogel | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | René Zaumseil. | ||||
| * | | | | Reformat some lines - Better follow the Tcl Engineering Manual | fvogel | 2018-02-10 | 1 | -88/+165 |
| | | | | | |||||
| * | | | | merge core-8-6-branch | fvogel | 2018-02-10 | 10 | -41/+155 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Better debug output formatting (from Scott). | fvogel | 2018-02-10 | 1 | -6/+14 |
| | | | | | |||||
| * | | | | Add typecasts in DrawCanvas() to assist MS VC compiler. | scotty | 2018-02-09 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Correct DrawCanvas() behaviour on Windows. | scotty | 2018-02-07 | 1 | -36/+81 |
| | | | | | |||||
| * | | | | merge core-8-6-branch | fvogel | 2018-01-27 | 19 | -82/+166 |
| |\ \ \ \ | |||||
| * | | | | | Wrote test cases for "canvas image"; Fixed bug in the call to ↵ | scotty | 2017-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Tk_PhotoPutZoomedBlock() | ||||
| * | | | | | DrawCanvas() cleaned up | scotty | 2017-11-28 | 1 | -337/+374 |
| | | | | | | |||||
| * | | | | | Coding of the 'canvas image' command completed. | scotty | 2017-11-27 | 1 | -76/+145 |
| | | | | | | |||||
| * | | | | | merge core-8-6-branch | fvogel | 2017-11-11 | 5 | -42/+182 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add 'canvas image' command. Patch from Scott Pitcher. | fvogel | 2017-11-11 | 1 | -10/+316 |
| | | | | | | | |||||
* | | | | | | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ↵ | fvogel | 2018-02-11 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | ForwardX11Trusted no). Patches from Christian Werner. | ||||
| * | | | | | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ↵ | fvogel | 2018-02-11 | 1 | -0/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ForwardX11Trusted no). Patches from Christian Werner. | ||||
| | * | | | | | | Patch refinement from Christian Werner. It is now possible to 'make test' ↵ | fvogel | 2018-01-31 | 1 | -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 ↵ | fvogel | 2018-02-10 | 1 | -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 ↵ | fvogel | 2018-02-10 | 1 | -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 ↵ | fvogel | 2018-01-19 | 1 | -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. | fvogel | 2018-02-10 | 1 | -3/+20 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge trunk since TIP #492 targets 8.7 | fvogel | 2018-01-30 | 65 | -1658/+2189 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Exchange error for the empty string as return result of 'tk busy busywindow' ↵ | fvogel | 2017-12-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the window passed to it is not busy | ||||
| * | | | | | | | | Implement TIP #492: Introspection for 'tk busy', with test cases and man page. | fvogel | 2017-12-19 | 1 | -3/+19 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from ↵ | fvogel | 2018-02-04 | 8 | -8/+121 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | Christian Werner. | ||||
| * | | | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from ↵ | fvogel | 2018-02-04 | 8 | -8/+121 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | Christian Werner. | ||||
| | * | | | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from ↵ | fvogel | 2018-01-28 | 8 | -8/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Christian Werner. |