| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless generation of NSMouseMoved event when warping the mouse pointe... | fvogel | 2020-01-25 | 1 | -18/+0 |
|
|
* | Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),... | jan.nijtmans | 2019-12-04 | 5 | -36/+25 |
|
|
* | Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on High Sierra | marc_culler | 2019-12-04 | 1 | -52/+29 |
|
|
* | On macOS call [image setTemplate:YES] for the cursor NSImages, to make the cu... | marc_culler | 2019-12-03 | 1 | -0/+1 |
|
|
* | In Aqua, fix TkMacOSXInDarkMode so that it does not crash *and* returns a mea... | marc_culler | 2019-11-25 | 1 | -5/+16 |
|
|
* | Implement non-BMP unicode for macOS | culler | 2019-11-19 | 4 | -81/+182 |
|\ |
|
| * | Edit comments, add tests for NULL pointers. | culler | 2019-11-18 | 3 | -19/+36 |
|
|
| * | remove printf("TkSelGetSelection\n"); | jan.nijtmans | 2019-11-18 | 2 | -5/+4 |
|
|
| * | Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat... | culler | 2019-11-18 | 4 | -81/+166 |
|
|
* | | Correct some errors revealed by building on macOS 10.6 | culler | 2019-11-19 | 3 | -11/+12 |
|/ |
|
* | Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find... | culler | 2019-11-17 | 1 | -4/+19 |
|\ |
|
| * | Fix [90d555e088]: In Catalina Apple's NSFontManager creates fonts with unwant... | culler | 2019-11-15 | 1 | -4/+19 |
|
|
* | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 2 | -5/+13 |
|\ \ |
|
| * | | Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin... | culler | 2019-11-11 | 2 | -4/+6 |
|
|
| * | | Make all platforms check if an iconphoto image is valid and provide the same ... | culler | 2019-11-10 | 1 | -4/+3 |
|
|
| * | | Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv... | culler | 2019-11-09 | 2 | -2/+9 |
|
|
* | | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan... | culler | 2019-11-17 | 1 | -55/+22 |
|\ \ \ |
|
| * | | | make TkWmStackorderToplevel return NULL if ckalloc fails. | culler | 2019-11-09 | 1 | -10/+11 |
|
|
| * | | | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and... | culler | 2019-11-08 | 1 | -43/+13 |
|
|
| * | | | Fix [c4abd2b0f3]: Tcl Panic in TkWmStackorderToplevel (for Aqua) | culler | 2019-11-07 | 1 | -14/+10 |
| |/ / |
|
* | | | On macOS make DrawCharsInContext accept byte sequences which contain UTF-16 s... | culler | 2019-11-16 | 1 | -1/+22 |
| |/
|/| |
|
* | | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)... | jan.nijtmans | 2019-11-13 | 1 | -1/+1 |
|
|
* | | Tweak the fix to [8793e78bf0] to avoid scrollbar artifacts. | culler | 2019-11-11 | 1 | -9/+18 |
|/ |
|
* | Edit a comment. | culler | 2019-11-04 | 1 | -3/+3 |
|
|
* | But we shouldn't call CFRelease on the font returned by [NSFont userFixedPitc... | culler | 2019-11-04 | 1 | -0/+2 |
|
|
* | Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win... | culler | 2019-11-04 | 1 | -6/+17 |
|\ |
|
| * | Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win... | culler | 2019-10-30 | 1 | -6/+17 |
|
|
* | | Fix [855049e799]: Apple's system fixed font has an invalid familyName in macO... | culler | 2019-11-04 | 1 | -1/+11 |
|\ \ |
|
| * | | Use [NSFont userFixedPitchFontOfSize:11] instead of CTFontCreateUIFontForLang... | marc_culler | 2019-11-03 | 1 | -14/+11 |
|
|
| * | | Work around a bug in [NSFont familyName] which Apple introduced in macOS 10.15.1 | marc_culler | 2019-11-01 | 1 | -1/+14 |
|
|
* | | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 2 | -5/+3 |
|
|
* | | | Alternative fix to [de579935a9] - just allow weird looking thumbs. | culler | 2019-10-30 | 1 | -2/+10 |
| |/
|/| |
|
* | | Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co... | jan.nijtmans | 2019-10-28 | 1 | -3/+3 |
|
|
* | | Apply patch from Kevin Walzer to restore functionality of Cut/Copy/Paste keyb... | culler | 2019-10-28 | 1 | -17/+2 |
|
|
* | | Edit a comment | culler | 2019-10-27 | 1 | -3/+3 |
|
|
* | | For Aqua, fix computation of local.x and local.y in the case of an embedded t... | culler | 2019-10-27 | 1 | -4/+22 |
|
|
* | | Fix bug in TkpGetString() for MacOSX. Maybe this is why MacOSX barfs when we ... | jan.nijtmans | 2019-10-25 | 1 | -1/+4 |
|
|
* | | Some end-of-line exess spacing | jan.nijtmans | 2019-10-25 | 2 | -16/+16 |
|
|
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no... | culler | 2019-10-25 | 7 | -199/+269 |
|\ \ |
|
| * | | Make Apple's press-and-hold accent menu work with Tk entry and text widgets. | culler | 2019-10-24 | 1 | -34/+52 |
|
|
| * | | Prevent a crash which could occur if the window were defocussed during IME co... | culler | 2019-10-24 | 2 | -10/+31 |
|
|
| * | | Restore the no-op keyDown method to keep the mac from beeping every time a ke... | culler | 2019-10-24 | 1 | -0/+12 |
|
|
| * | | Address compiler warnings. | culler | 2019-10-23 | 2 | -6/+1 |
|
|
| * | | Rework and simplify services so the TkService object won't interfere with IME... | culler | 2019-10-23 | 4 | -116/+35 |
|
|
| * | | Add update idletasks for the text. Replace non-BMP characters by 0xfffd when... | culler | 2019-10-23 | 1 | -1/+22 |
|
|
| * | | More progress on implementing IME | culler | 2019-10-22 | 1 | -33/+28 |
|
|
| * | | Fix [39de9677aa]: incorrect IME behavior | culler | 2019-10-22 | 3 | -53/+142 |
|
|
* | | | Fix [0854c99473]: macOS key events during a local grab are not handled correc... | culler | 2019-10-25 | 1 | -7/+14 |
|\ \ \ |
|
| * | | | Fix [0854c99473]: macOS key events during a local grab are not handled correc... | culler | 2019-10-22 | 1 | -7/+14 |
| |/ / |
|
* | | | Aqua: Fix arithmetic error in ttk::scrollbar display. | culler | 2019-10-24 | 1 | -1/+1 |
|/ / |
|