summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6culler2021-04-261-1/+2
|\
| * Fix [c974643a39]: memory leak in tkMacOSXFont.cculler2021-04-261-1/+2
* | Merge 8.6culler2021-04-261-1/+1
|\ \ | |/
| * fix DEF_BUTTON_HIGHLIGHT for Aqua.culler2021-04-261-1/+1
* | Merge 8.6jan.nijtmans2021-04-233-17/+19
|\ \ | |/
| * Fix MacOS buildjan.nijtmans2021-04-231-1/+1
* | Merge 8.6culler2021-04-221-10/+1
|\ \ | |/
| * Cherrypick removal of BEGIN_DRAWING_OR_REDRAWculler2021-04-221-10/+1
* | Merge 8.6culler2021-04-211-2/+2
|\ \ | |/
| * How did BEGIN_DRAWING_OR_REDRAW end up in the wrong place?culler2021-04-211-2/+2
* | Merge 8.6culler2021-04-215-46/+111
|\ \ | |/
| * Clean up debugging code in tkMacOSXDraw.cculler2021-04-211-6/+2
| * fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-204-39/+109
| * Eliminate the one call to setTkDirtyRect, which is unnecessary.culler2021-04-191-2/+1
* | Merge 8.6culler2021-04-191-8/+8
|\ \ | |/
| * Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-191-8/+8
* | Merge 8.6culler2021-04-083-12/+6
|\ \ | |/
| * Finish fix for [58222c42b3]: revert defaults for entry and text highlight bg,...culler2021-04-081-4/+4
| * Adjustment to the subframework build; deal with systems that report the OS ve...culler2021-04-072-9/+3
* | Merge 8.6culler2021-04-071-4/+4
|\ \ | |/
| * Fix [58222c42b3]: ttk entries and spinboxes have the wrong background color.culler2021-04-071-5/+5
| |\
| | * Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-5/+5
* | | Fix mouswheel handling when mouse doesn't have horizontal movement, but this ...jan.nijtmans2021-03-211-1/+1
* | | Fix [c2be406526]: Bug in scroll wheel event handling in Tk 8.7a4 on the Macjan.nijtmans2021-03-191-10/+43
|\ \ \
| * | | Incorporate Csaba's suggestion: Timeout to 300ms (was 1.5s). And after timeou...jan.nijtmans2021-03-171-2/+9
| * | | Remove useless lines: xEvent.xkey.keycode == 0 cannot happen herejan.nijtmans2021-03-161-2/+0
| * | | improve smooth behavior on Aquajan.nijtmans2021-03-161-8/+10
| * | | Fix correct accumulation of deltajan.nijtmans2021-03-161-4/+4
| * | | Make WHEEL_DELAY 1.5 s not 1.5 ms. Fix indentingjan.nijtmans2021-03-161-3/+3
| * | | Better fix: accumulate mousewheel data until 'tick' is reached. About same al...jan.nijtmans2021-03-161-12/+30
| * | | Possible fix for [c2be406526], for now just an experiment.jan.nijtmans2021-03-151-2/+8
|/ / /
* | | Merge 8.6jan.nijtmans2021-03-081-1/+1
|\ \ \ | |/ /
| * | Eliminate unnecessary spacingjan.nijtmans2021-03-081-1/+1
| |/
* | Merge 8.6culler2021-03-022-6/+41
|\ \ | |/
| * Adjust the key event processing logic to handle dead keys being used as menu ...culler2021-03-022-17/+30
| * Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-012-0/+22
* | Merge 8.6marc_culler2021-02-281-1/+2
|\ \ | |/
| * Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why i...marc_culler2021-02-281-1/+2
* | Merge 8.6jan.nijtmans2021-02-251-7/+1
|\ \ | |/
| * Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Tex...jan.nijtmans2021-02-251-7/+1
* | Add --disable-zipfs to macosx/GNUmakefilejan.nijtmans2021-02-091-1/+1
* | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-072-1/+7
|\ \ | |/
| * Merge 8.6fvogel2021-02-0721-136/+169
| |\
| * \ Merge 8.6jan.nijtmans2021-01-081-0/+1
| |\ \
| * \ \ merge core-8-6-branchfvogel2020-12-2813-47/+62
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-12-092-15/+37
| |\ \ \ \
| * | | | | Oops. None is not NULL.fvogel2020-12-061-1/+1
| * | | | | Refine previous fix (prevent segfault when calling 'even generate {} <...> -...fvogel2020-12-061-1/+6
| * | | | | On macOS, a mouse event shall be generated when warping the pointer. Add the ...fvogel2020-12-061-0/+1
| * | | | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-1/+1