summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Add comment with history of scroll wheel event handling.marc_culler2021-12-091-2/+5
* Fix regression with <B1-Motion> events.marc_culler2021-12-091-1/+9
* Fix [733dae27a1]: send ScrollWheel events to the pointer window, not the focu...marc_culler2021-12-091-3/+11
* Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-1/+1
* Edit commentsmarc_culler2021-12-061-4/+9
* Add a guard against remaining in the ignoreUpDown state forever; edit comments.marc_culler2021-12-061-1/+9
* Edit comments.marc_culler2021-12-051-2/+2
* Fix miscomputation of mouse coordinates when a drag leaves the window.marc_culler2021-12-051-1/+11
* Fix wrong event target for drags that focus a window, which requires a new fi...marc_culler2021-12-041-43/+48
* Fix bad B1-Motion coordinates in a certain strange situation.marc_culler2021-12-031-3/+5
* Restore sending B1-Motion events when the mouse leaves the window.marc_culler2021-12-031-2/+1
* Prevent spurious B1-motion events when dragging a window by its titlebar.marc_culler2021-12-031-29/+33
* Try to avoid <B1-Motion> events when dragging a window by its title bar.marc_culler2021-12-031-5/+16
* Edit commentmarc_culler2021-12-021-3/+4
* Merge 8.6marc_culler2021-12-021-3/+4
|\
| * Add "SelectedMenuItemTextColor" color on MacOS (backported from 8.7). Improve...jan.nijtmans2021-11-301-3/+4
* | Fix [b164efb546]: MacOS - when <Button-1> changes focus the event is sent to ...marc_culler2021-12-021-0/+20
|/
* Add missing space.marc_culler2021-11-291-1/+1
* Don't call CGBitmapContextCreateImage twice for pixmaps. Make the rectangle ...marc_culler2021-11-291-6/+3
* Remove unnecessary ckalloc. Apple will handle it for us.marc_culler2021-11-291-4/+1
* Fix [4ac9d2cfd6]: CGImageFromDrawableRect() not using mac_drawable offsetsjan.nijtmans2021-11-291-0/+1
* Better don't make "xEvent" static, could be problematic with multiple Tk threadsjan.nijtmans2021-11-241-2/+2
* line-endingsjan.nijtmans2021-11-242-5/+5
* Fix NULL/None mixup.culler2021-11-242-8/+8
* Edit comments. Ignore B1 events in the titlebar (as before).culler2021-11-231-9/+8
* edit commentsmarc_culler2021-11-231-29/+17
* Fix the computation of motion.x and motion.y in the MotionNotify events, so *...marc_culler2021-11-221-16/+41
* Add commentsmarc_culler2021-11-222-1/+27
* Simplify the tracking. Generate Motion events when the pointer is outside th...marc_culler2021-11-214-72/+118
* Trying to receive motion events when the mouse leaves the window.marc_culler2021-11-203-7/+18
* clean upmarc_culler2021-11-201-5/+1
* Make the pressbutton test command work again.marc_culler2021-11-202-34/+37
* Make Enter and Leave events work on macOS.marc_culler2021-11-197-142/+152
* Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-164-4/+4
* The call to orderOut was missing because it was accidentally deleted. Put it...culler2021-11-102-1/+1
* Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-103-7/+5
* Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no...culler2021-11-101-2/+33
* Fix [e699a7b606]: Fix build on macOS<10.12 - patch from Christopher Chavez.culler2021-11-092-3/+5
* Fix [8aebca6f26]: Aqua Tk does not handle the yellow minimize button correctly.culler2021-11-091-0/+1
* Merge 8.6core-8-6-12culler2021-11-021-0/+1
|\
| * Add missing call to [parent endSheet].culler2021-11-021-0/+1
* | Merge 8.6culler2021-11-026-34/+113
|\ \ | |/
| * Appearance and usability issues, mainly for Monterey, mainly for dark mode.culler2021-11-015-33/+92
| |\
| | * Catalina too.marc_culler2021-11-011-1/+1
| | * Big Sur too.culler2021-11-011-1/+1
| | * Check and radio buttons.marc_culler2021-11-013-6/+8
| | * Allow labels and buttons to have different default foreground colors if DEF_L...marc_culler2021-11-011-0/+1
| | * Notebooksmarc_culler2021-10-311-21/+54
| | * Buttonsmarc_culler2021-10-304-7/+30
| * | Remove references to 10.16.marc_culler2021-11-012-2/+2