summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Unify further error messages for tk_messageBox optionsfvogel2018-05-011-4/+4
* Remove all conditional code which requires a minimum deployment targetculler2017-11-271-48/+3
* Simultaneously with the previous commit Christian Gollwitzer provided culler2017-11-251-57/+113
* Pass nil for allowedFileTypes rather than an empty array to select all files.culler2017-11-251-7/+15
* Added some #ifdef __clang__ sections to allow building with gcc on OSX 10.6.culler2017-11-091-0/+18
* Fix for colorspace issues and regression in drawing on macOS; thanks to Marc ...Kevin Walzer2017-10-121-1/+1
* remove some end-of-line spacingjan.nijtmans2017-10-121-1/+0
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-2/+3
* [9eab541213] Fix OSX file dialog handling of -initialdir.dgp2017-08-031-28/+44