summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Actually, the @available directive was available in XCode 10.9 (for macOS 10.14)marc_culler2021-02-031-1/+1
* | | | | | Fix [effc24d25b]: Mac OS: compilation error reported (even though it's only a...jan.nijtmans2021-02-031-1/+5
* | | | | | New macro TK_OPTION_UNDERLINE_DEF, which simplifies the default handling for ...jan.nijtmans2021-02-031-3/+0
* | | | | | Merge 8.6jan.nijtmans2021-02-0221-132/+135
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-0221-132/+135
| * | | | | Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-3/+8
| * | | | | Make Tk 8.6 compile (again) with Tcl 8.7 headers and --disable-sharedjan.nijtmans2021-01-251-1/+4
* | | | | | Merge trunk. More progress: In shared builds, Tk zip-files are now appended ...jan.nijtmans2021-01-293-5/+32
|\ \ \ \ \ \
| * | | | | | Fix warning, compiling on macOS with Tcl 9.0 headersjan.nijtmans2021-01-221-1/+1
| * | | | | | Merge 8.6jan.nijtmans2021-01-221-3/+30
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / /
| * | | | | Fix [1712098]: Tk still needs Tcl source distrojan.nijtmans2021-01-221-1/+23
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-051-8/+2
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge 8.6marc_culler2021-01-041-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [19fb7a38fc]: Set the image name when defaulting to the Tk feather icon b...marc_culler2021-01-031-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge 8.6marc_culler2020-12-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogsmarc_culler2020-12-241-2/+2
* | | | | Merge 8.6jan.nijtmans2020-12-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Follow-up to [27fc4d0ae8]: one more typojan.nijtmans2020-12-222-2/+2
* | | | | Merge 8.6jan.nijtmans2020-12-221-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Remove unused variable.marc_culler2020-12-161-1/+0
* | | | | Merge 8.6marc_culler2020-12-166-12/+12
|\ \ \ \ \ | |/ / / /
| * | | | Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-166-13/+12