Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "Delete" and "Backspace" for text widgets | jan.nijtmans | 2020-05-27 | 1 | -2/+2 |
| | |||||
* | Rename utility functions. Make Delete and Backspace work too | jan.nijtmans | 2020-05-27 | 1 | -6/+6 |
|\ | |||||
* | | A different approach to glyph indexing | jan.nijtmans | 2020-05-26 | 1 | -3/+3 |
|/ | |||||
* | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 1 | -7/+20 |
|\ | | | | | | | that Apple uses the middle mouse button for Button 3. | ||||
| * | Apply a patch from Christopher Chavez which correctly deals with the fact ↵ | culler | 2020-04-15 | 1 | -7/+20 |
| | | | | | | | | that Apple uses the middle mouse button for Button 3. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -1/+5 |
|\ \ | |/ | |||||
* | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵ | jan.nijtmans | 2020-01-14 | 1 | -21/+21 |
| | | | | | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers. | ||||
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with ↵ | culler | 2019-10-25 | 1 | -7/+20 |
|\ \ | |/ | | | | | non-BMP pastes. | ||||
| * | 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 ↵ | culler | 2019-10-23 | 1 | -6/+0 |
| | | | | | | | | IME. It didn't need to be a subclass of NSView, or be in the Responder chain. | ||||
| * | Add update idletasks for the text. Replace non-BMP characters by 0xfffd ↵ | culler | 2019-10-23 | 1 | -3/+4 |
| | | | | | | | | when pasting. | ||||
| * | 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] ↵ | fvogel | 2019-08-21 | 1 | -9/+8 |
|\ \ | |/ | | | | | does not move the cursor to 1.0 | ||||
| * | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] ↵ | fvogel | 2019-08-21 | 1 | -9/+8 |
| |\ | | | | | | | | | | does not move the cursor to 1.0 | ||||
| | * | Reset ::tk::Priv(textPosOrig) when hitting the start or end of displayed ↵ | fvogel | 2019-05-11 | 1 | -0/+4 |
| | | | | | | | | | | | | text, so that when moving back the cursor does not jump in the middle of the line. | ||||
| | * | Remove the guard code in proc ::tk::TextUpDownLine in order to get the ↵ | fvogel | 2019-04-14 | 1 | -9/+4 |
| | | | | | | | | | | | | behavior requested in [c8ccd1899c] | ||||
| | * | Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work ↵ | fvogel | 2019-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | as intended when moving the cursor downwards. Also, fix the bug in the index returned by the displayline modifier: the first displayed index shall be returned when the index calculated by the displayline modifier would be before the start of the displayed text. | ||||
* | | | 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 ↵ | jan.nijtmans | 2019-08-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | <MouseWheel> bindings are there on all platforms, (Button-4|5) only on X11. Also add bindings for vertical scrolling for iconlist, as suggested by Max Augsburg. (still to be tested on X11 and MacOS) | ||||
| * | | 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 |
| | | | | | | | | | | | | creation/mapping; re-work data mechanism to use selection rather than clipboard API, thanks to Marc Culler for that insight | ||||
| * | | Tweak text widget bindings to fire Services menu more consistently; ↵ | Kevin Walzer | 2019-04-24 | 1 | -6/+7 |
| | | | | | | | | | | | | formatting cleanup; thanks to Marc Culler for user feedback and patch for formatting | ||||
| * | | 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 ↵ | fvogel | 2018-01-28 | 1 | -2/+2 |
|\ \ | |/ | | | | | of <<Selection>> events. Legacy text widget. | ||||
| * | Remove unnecessary (in the legacy text widget) check for normal state when ↵ | fvogel | 2018-01-15 | 1 | -1/+1 |
| | | | | | | | | <Meta-d> | ||||
| * | Take some proposals from kjnash in [b68710aed6], namely 1. Add test of ↵ | fvogel | 2018-01-14 | 1 | -3/+3 |
| | | | | | | | | -state normal to <Meta-d>, and 2. Don't add autoseparators when doing <<Cut>> if the widget is disabled and the operation is therefore only a <<Copy>>. | ||||
* | | 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 ↵ | jan.nijtmans | 2016-09-27 | 1 | -4/+4 |
|\ \ | |/ | | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28 | ||||
* | | Added comments justifying why we can rely on finding all the needed marks ↵ | fvogel | 2016-07-07 | 1 | -0/+13 |
| | | | | | | | | still in the text widget at the time they are transformed into indices. | ||||
* | | 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 ↵ | fvogel | 2016-07-04 | 1 | -0/+67 |
|/ | | | | are optimized (no duplicates, no overlapping ranges). Works but needs polishing. | ||||
* | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> ↵ | fvogel | 2015-10-09 | 1 | -0/+40 |
|\ | | | | | | | cleanup | ||||
| * | Fixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using ↵ | fvogel | 2015-10-04 | 1 | -0/+4 |
| | | | | | | | | the mouse | ||||
| * | 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 |
| | |