| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the pressbutton test command work again. | marc_culler | 2021-11-20 | 1 | -15/+13 |
|
|
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
|
|
* | Deal with the deprecation of the context property of mouse NSEvents. | marc_culler | 2020-09-16 | 1 | -12/+18 |
|
|
* | Fix [71e18c5c0a]: Aqua invalid selector crash when switching between normal a... | marc_culler | 2020-09-14 | 1 | -6/+6 |
|
|
* | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou... | marc_culler | 2020-09-07 | 1 | -6/+8 |
|\ |
|
| * | 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 |
|
|
* | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|/ |
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 1 | -9/+8 |
|
|
* | 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 |
|
|
* | 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 th... | culler | 2020-06-25 | 1 | -1/+1 |
|
|
* | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | More comment edits. Add a new test command which can by used to inject key N... | culler | 2020-04-28 | 1 | -1/+98 |
|
|
* | 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 to... | culler | 2019-10-18 | 1 | -0/+100 |
|
|
* | 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 |
|
|
* | Came up with a scheme for making test images behave the way that the | culler | 2018-11-06 | 1 | -10/+13 |
|
|
* | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 1 | -0/+26 |
|
|
* | 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 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -6/+7 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -4/+4 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+2 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -3/+4 |
|
|
* | | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -2/+1 |
|
|
* | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -4/+13 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -6/+7 |
|
|
* | | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 1 | -3/+4 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+2 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -3/+4 |
|/ |
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -0/+82 |
|
|