| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 1 | -7/+20 |
|\ |
|
| * | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 1 | -7/+20 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -1/+5 |
|\ \
| |/ |
|
* | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"... | jan.nijtmans | 2020-01-14 | 1 | -21/+21 |
|
|
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no... | culler | 2019-10-25 | 1 | -7/+20 |
|\ \
| |/ |
|
| * | Add some protections against Tcl errors during IME text entry. | culler | 2019-10-25 | 1 | -2/+6 |
|
|
| * | Make Apple's press-and-hold accent menu work with Tk entry and text widgets. | culler | 2019-10-24 | 1 | -0/+3 |
|
|
| * | Remove the calls to update idletasks which were not needed. | culler | 2019-10-24 | 1 | -2/+0 |
|
|
| * | Rework and simplify services so the TkService object won't interfere with IME... | culler | 2019-10-23 | 1 | -6/+0 |
|
|
| * | Add update idletasks for the text. Replace non-BMP characters by 0xfffd when... | culler | 2019-10-23 | 1 | -3/+4 |
|
|
| * | More progress on implementing IME | culler | 2019-10-22 | 1 | -0/+13 |
|
|
* | | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe... | fvogel | 2019-08-21 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe... | fvogel | 2019-08-21 | 1 | -9/+8 |
| |\ |
|
| | * | Reset ::tk::Priv(textPosOrig) when hitting the start or end of displayed text... | fvogel | 2019-05-11 | 1 | -0/+4 |
|
|
| | * | Remove the guard code in proc ::tk::TextUpDownLine in order to get the behavi... | fvogel | 2019-04-14 | 1 | -9/+4 |
|
|
| | * | Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work as... | fvogel | 2019-04-14 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Also add <6> and <7> bindings for X11, where appropriate | jan.nijtmans | 2019-08-18 | 1 | -1/+11 |
|\ \ \
| |/ / |
|
| * | | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse... | jan.nijtmans | 2019-08-16 | 1 | -1/+1 |
|
|
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
* | | | Merge 8.6. Purge end-of-line spaces | jan.nijtmans | 2019-06-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | merge core-8-6-branch: mac services improvements | dkf | 2019-06-15 | 1 | -7/+10 |
|\ \ \
| |/ / |
|
| * | | Remove unnecessary call to Button1-Release in text widget | Kevin Walzer | 2019-05-01 | 1 | -3/+0 |
|
|
| * | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ... | Kevin Walzer | 2019-04-30 | 1 | -8/+12 |
|
|
| * | | Tweak text widget bindings to fire Services menu more consistently; formattin... | Kevin Walzer | 2019-04-24 | 1 | -6/+7 |
|
|
| * | | Cleanup of library code, removal of unneeded function | Kevin Walzer | 2019-02-27 | 1 | -10/+0 |
|
|
| * | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 1 | -0/+18 |
| |\ \
| | |/
| |/| |
|
| | * | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 1 | -2/+2 |
|
|
| | * | Flesh out implementation | Kevin Walzer | 2018-03-07 | 1 | -1/+1 |
|
|
| | * | Implement script level bindings | Kevin Walzer | 2018-03-07 | 1 | -0/+6 |
| |/ |
|
* | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of... | fvogel | 2018-01-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove unnecessary (in the legacy text widget) check for normal state when <M... | fvogel | 2018-01-15 | 1 | -1/+1 |
|
|
| * | Take some proposals from kjnash in [b68710aed6], namely 1. Add test of -state... | fvogel | 2018-01-14 | 1 | -3/+3 |
|
|
* | | Fix [dd9667635d]: text anchor not set | fvogel | 2017-10-07 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix [dd9667635d]: text anchor not set | fvogel | 2017-09-22 | 1 | -0/+3 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-08-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | change non-working URL in comment to comparable working one | jan.nijtmans | 2017-08-23 | 1 | -1/+1 |
|
|
* | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | Added comments justifying why we can rely on finding all the needed marks sti... | fvogel | 2016-07-07 | 1 | -0/+13 |
|
|
* | | Better comments explaining the algorithm in ::tk::TextUndoRedoProcessMarks | fvogel | 2016-07-05 | 1 | -7/+23 |
|
|
* | | Return indices making sense at undo/redo return time. The returned ranges are... | fvogel | 2016-07-04 | 1 | -0/+67 |
|/ |
|
* | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> cl... | fvogel | 2015-10-09 | 1 | -0/+40 |
|\ |
|
| * | Fixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using the... | fvogel | 2015-10-04 | 1 | -0/+4 |
|
|
| * | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomic | fvogel | 2015-10-04 | 1 | -0/+9 |
|
|
| * | Fixed bug [1669632fff] case (v) - <<Clear>> is atomic | fvogel | 2015-10-04 | 1 | -0/+8 |
|
|
| * | Added forgotten comment for case (iv) | fvogel | 2015-10-04 | 1 | -0/+2 |
|
|
| * | Added forgotten comment for case (i) | fvogel | 2015-10-04 | 1 | -0/+2 |
|
|
| * | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separators | fvogel | 2015-10-04 | 1 | -0/+9 |
|
|
| * | Fixed bug [1669632fff] case (iv) - autoseparator was missing on <Control-back... | fvogel | 2015-10-03 | 1 | -0/+3 |
|
|
| * | Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1> | fvogel | 2015-10-03 | 1 | -0/+3 |
|
|
* | | Remove various unnecessary "global tcl_platform" occurrences, which are no lo... | jan.nijtmans | 2015-08-05 | 1 | -2/+0 |
|
|