Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 19 | -126/+150 | |
| | | | | | | | | | ||||||
| | * | | | | | | | TkRegion cannot be used in tkMacOSX.h | jan.nijtmans | 2020-09-01 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge 8.6. Change signature of ↵ | jan.nijtmans | 2020-09-01 | 16 | -185/+97 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForDrawable | |||||
| | * | | | | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext) | jan.nijtmans | 2020-08-31 | 7 | -25/+15 | |
| | | | | | | | | | ||||||
| | * | | | | | | | More tweaks | jan.nijtmans | 2020-08-30 | 9 | -63/+86 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from ↵ | jan.nijtmans | 2020-08-28 | 6 | -9/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the "nicer_stubs" branch which can be added without compatibility problems | |||||
| | | * | | | | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled ↵ | jan.nijtmans | 2020-08-28 | 5 | -8/+12 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | as stub-enabled extension | |||||
* | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 21 | -481/+482 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 18 | -541/+618 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 20 | -130/+130 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | |||||
* | | | | | | | | | Merge 8.6 | marc_culler | 2020-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Kill off the last extraneous button event, produced by NSMouseDragged. | marc_culler | 2020-09-08 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge 8.6 | marc_culler | 2020-09-07 | 1 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Adjustments to viewDidChangeEffectiveAppearance | marc_culler | 2020-09-07 | 1 | -8/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge 8.6 | marc_culler | 2020-09-07 | 1 | -7/+16 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Remove virtual events for changes to the accent color in Mojave, because ↵ | marc_culler | 2020-09-07 | 1 | -7/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apple had not completely fixed the bugs with KVOs for NSUserDefaults. | |||||
* | | | | | | | | | Merge 8.6 | marc_culler | 2020-09-07 | 8 | -264/+266 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate ↵ | marc_culler | 2020-09-07 | 7 | -255/+260 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mouse button events. Refactor mouse event code. | |||||
| | * | | | | | | | | fix a typo | marc_culler | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | 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 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing | |||||
| | * | | | | | | | | Don't process events for non-Tk windows. | marc_culler | 2020-09-06 | 1 | -6/+19 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | We do need to process MouseDragged events, though, since they appear in ↵ | marc_culler | 2020-09-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | place of MouseMoved events. | |||||
| | * | | | | | | | | Don't process events which have no meaning to Tk. | culler | 2020-09-06 | 1 | -6/+8 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Maintain our own button state so we can provide Tk_UpdatePointer with the ↵ | marc_culler | 2020-09-06 | 1 | -30/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data that it expects. | |||||
| | * | | | | | | | | Supply the missing description of TkpWarpPointer. | marc_culler | 2020-09-05 | 1 | -0/+17 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | One more trick. | culler | 2020-09-05 | 1 | -8/+5 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Deal with the nested tracking areas in the title bar. | culler | 2020-09-05 | 1 | -6/+26 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Deal with coordinate conversion on older macs. Edit comments. | culler | 2020-09-05 | 1 | -6/+14 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove a hash table that was not needed | culler | 2020-09-04 | 5 | -128/+72 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Straighten out a lot of convoluted code in tkMacOSXMouseEvent.c | culler | 2020-09-04 | 1 | -110/+85 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Better fix for [d72abe6b54] using NSEvents. | marc_culler | 2020-09-02 | 3 | -3/+14 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Fix [4e1e290760]: [NSColor whiteColor] is yellow without a colorspace. | culler | 2020-09-06 | 1 | -8/+4 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Split long line | jan.nijtmans | 2020-09-06 | 1 | -1/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge 8.5 | jan.nijtmans | 2020-09-04 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Upgrade from Xcode 11.6 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 25 | -594/+612 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 19 | -1222/+1237 | |
| | | | | | | | ||||||
* | | | | | | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> ↵ | jan.nijtmans | 2020-09-03 | 30 | -934/+933 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Container related (internal) changes | |||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 41 | -793/+803 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Another round of TIP #581-related name changes. Now merely concentrated on ↵ | jan.nijtmans | 2020-09-03 | 54 | -1082/+1093 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | consistancy in the test-cases | |||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 18 | -1674/+1662 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 11 | -1078/+1078 | |
| | | | | | | | | | | | | | | | | | | | | | More Master->Container-related changes | |||||
* | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 20 | -317/+321 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵ | jan.nijtmans | 2020-09-03 | 21 | -567/+594 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now. | |||||
* | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 18 | -62/+62 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 18 | -62/+62 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 more | jan.nijtmans | 2020-09-02 | 50 | -128/+241 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2020-08-25 | 11 | -595/+563 | |
| |\ \ \ \ \ |