Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
|\ | |||||
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
| | | |||||
* | | Fixes for Apple Event execution on app startup and window display in ↵ | Kevin Walzer | 2020-09-17 | 1 | -12/+18 |
|\ \ | |/ | | | | | IDLE/Tkinter | ||||
| * | Deal with the deprecation of the context property of mouse NSEvents. | marc_culler | 2020-09-16 | 1 | -12/+18 |
| | | |||||
* | | Merge 8.6 | marc_culler | 2020-09-14 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal ↵ | marc_culler | 2020-09-14 | 1 | -6/+6 |
| | | | | | | | | and full screen mode. | ||||
* | | Merge 8.6 | marc_culler | 2020-09-07 | 1 | -6/+8 |
|\ \ | |/ | |||||
| * | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate ↵ | marc_culler | 2020-09-07 | 1 | -6/+8 |
| |\ | | | | | | | | | | mouse button events. Refactor mouse event code. | ||||
| | * | Edit a comment. | marc_culler | 2020-09-07 | 1 | -7/+9 |
| | | | |||||
| | * | Work around the fact that we do need to process synthesized mouse events for ↵ | marc_culler | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | testing | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
| |/ | |||||
| * | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename ↵ | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
| | | | | | | | | (internal) TkMacOSXDrawableWindow() to TkMacOSXGetNSWindowForDrawable(). Code (type-cast) cleanup | ||||
* | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. ↵ | jan.nijtmans | 2020-08-14 | 1 | -1/+1 |
| | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-06 | 1 | -6/+4 |
|\ \ | |/ | |||||
| * | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵ | jan.nijtmans | 2020-08-06 | 1 | -9/+8 |
| | | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED() | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Merge 8.6: fix testing and build issues on the various supported versions of ↵ | culler | 2020-07-27 | 1 | -22/+8 |
|\ \ | |/ | | | | | macOS. | ||||
| * | Make image testing work better in the Sierras | culler | 2020-07-22 | 1 | -22/+8 |
| | | |||||
* | | For macOS tests, account for the fact that Big Sur has a larger menubar. | culler | 2020-07-20 | 1 | -1/+36 |
|\ \ | |/ | |||||
| * | For macOS tests, account for the fact that Big Sur has a larger menubar. | culler | 2020-07-20 | 1 | -1/+36 |
| | | |||||
* | | Merge 8.6 | marc_culler | 2020-07-18 | 1 | -4/+26 |
|\ \ | |/ | |||||
| * | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -4/+26 |
| | | |||||
* | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though ↵ | culler | 2020-06-25 | 1 | -1/+1 |
|\ \ | |/ | | | | | the Big Sur (11.1) beta release identifies itself as 10.16. | ||||
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though ↵ | culler | 2020-06-25 | 1 | -1/+1 |
| | | | | | | | | the Big Sur (11.1) beta release identifies itself as 10.16. | ||||
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-05-13 | 1 | -1/+2 |
|\ \ | |/ | |||||
* | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵ | culler | 2020-05-12 | 1 | -0/+110 |
|\ \ | |/ | | | | | generated events. Key event handling was completely reworked. | ||||
| * | Add non-regression tests. | marc_culler | 2020-05-04 | 1 | -10/+28 |
| | | |||||
| * | make injectkeyevent accept a numerical keysym instead of a virtual key code. | marc_culler | 2020-05-03 | 1 | -21/+17 |
| | | |||||
| * | Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ ↵ | marc_culler | 2020-04-29 | 1 | -31/+30 |
| | | | | | | | | <Option-O> ... and fix <BackSpace> and improve injection of key NSEvents. | ||||
| * | More comment edits. Add a new test command which can by used to inject key ↵ | culler | 2020-04-28 | 1 | -1/+98 |
| | | | | | | | | NSEvents directly into the macOS event queue. | ||||
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+0 |
| | | |||||
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All ↵ | jan.nijtmans | 2020-03-01 | 1 | -1/+2 |
|/ | | | | harmless. Not finished yet. | ||||
* | Some end-of-line exess spacing | jan.nijtmans | 2019-10-25 | 1 | -15/+15 |
| | |||||
* | Added a regression test, which involved adding a command to tkMacOSXTest.c ↵ | culler | 2019-10-18 | 1 | -0/+100 |
| | | | | to simulate mouse button press events. | ||||
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -2/+1 |
| | |||||
* | On OSX 10.13 and earlier a different strategy is needed. | culler | 2019-05-21 | 1 | -11/+18 |
| | |||||
* | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 1 | -2/+10 |
| | |||||
* | Use a better method for making test images on the mac emulate test images on ↵ | culler | 2018-11-15 | 1 | -11/+9 |
| | | | | other platforms. | ||||
* | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -10/+13 |
| | | | tests assume they do. | ||||
* | Make XSync, and hence update, be synchronous so test results are consistent. ↵ | culler | 2018-11-05 | 1 | -0/+26 |
| | | | | | Fix duplicate reports of calls to the test image displayProc. | ||||
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -7/+7 |
| | |||||
* | consistant use of mode: objc for OSX, strip spaces from the end of lines | jan.nijtmans | 2012-10-23 | 1 | -1/+1 |
|\ | |||||
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
| | | |||||
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -3/+14 |
| | | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | |