summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix the build for 10.14 and 10.15.marc_culler2022-09-151-3/+4
* Deal with unavailability of @available.marc_culler2022-09-141-3/+6
* cleanupmarc_culler2022-09-131-8/+6
* Do not skip filename extensions which are undeclared; deal with missing bitmaps.marc_culler2022-09-121-3/+1
* Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-8/+34
* Fix [e17b6f008]: unixWm-50.4 crashes OSX Aquajan.nijtmans2022-09-081-31/+40
|\
| * Fix [e17b6f008], and the same in a lot of other potential problematic placesjan.nijtmans2022-09-071-29/+38
|/
* Follow-up to [88cfdcb304]: Move callbackInfo handling into showOpenSavePanel()jan.nijtmans2022-05-111-35/+23
* Proposed fix for [88cfdcb304]: Aqua: use-after-free when file selection dialo...jan.nijtmans2022-05-101-14/+12
* Add missing call to [parent endSheet].culler2021-11-021-0/+1
* One more round - thanks to Ned Deily for testing with IDLE.culler2021-10-281-42/+35
* Catalina is a special case.marc_culler2021-10-271-7/+19
* The real fix, at least for Big Sur and Monterey.culler2021-10-271-41/+20
* Some cleanup without resolving other (minor) 12.0 bugsculler2021-10-271-18/+25
* The standalone file dialog needs the same fix as the sheetculler2021-10-271-12/+7
* Fix inequality error that breaks file dialogs on macOS 10.14.culler2021-10-271-1/+1
|\
* | Fix [8ebed330ed]: doing some Tk inside of several threads crashesjan.nijtmans2021-10-141-1/+1
* | Fix error generated by the open file dialog on Monterey, caused by Apple reve...culler2021-10-101-2/+8
|/
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-14/+15
* Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogsmarc_culler2020-12-241-2/+2
* Test using the real standardAboutPanel as the manual indicates is doneculler2020-11-051-58/+3
* MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-281-2/+2
* Adjustment for Sierra.culler2020-10-251-1/+1
* Fix [5cc72e002c]: file dialogs return an empty string on older macOS systems.marc_culler2020-10-251-10/+42
* Back out change to tkMacOSXDialog.c from commit b53baf71. The preferred API w...marc_culler2020-10-251-13/+11
* Aqua: small change to showOpenSavePanel which might prevent some API warnings.culler2020-10-221-11/+13
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-5/+5
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-28/+35
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
* Avoid warnings by calling [panel runModal] instead of [NSApp runModalForWindo...culler2020-05-061-9/+5
* Restore sheets to file dialogs on macOSKevin Walzer2020-05-021-1/+1
* Fix typos in variable names for panel objects.culler2019-08-141-10/+10
* Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create culler2019-08-141-144/+118
* Remove import of Carbon headersKevin Walzer2019-08-141-1/+0
* Begin branch to remove deprecated API calls on CatalinaKevin Walzer2019-08-141-24/+38
* Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-171-1/+1
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* Mitigate future merge conflict headaches.culler2019-04-171-139/+269
* Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-2/+2
* Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-4/+0
* Restore the list of contributors to the new About dialog.culler2018-11-081-7/+30
* Tweak title of about dialogKevin Walzer2018-11-081-1/+1
* One more fix for about dialogKevin Walzer2018-11-081-1/+1
* Replace old about dialog with standard alert that displays correctly on 10.14Kevin Walzer2018-11-081-30/+13
* Fix [66db98f30d] regarding error messages spit by messageboxes in the test su...fvogel2018-08-211-5/+5
|\
| * Fix [66db98f30d] regarding error messages spit by messageboxes in the test su...fvogel2018-08-191-5/+5
* | Fix [98dce84781]: yesno messageBoxes on macOS return wrong valuesfvogel2018-08-151-1/+1
|\ \ | |/
| * Fix [98dce84781] by partial revert of previous commit.fvogel2018-08-151-1/+1
* | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-2/+2
|/