summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-4/+4
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\
| * 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
|\ \ | |/
| * 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
* | Restore sheets in Mac file dialogsKevin Walzer2020-05-071-10/+6
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-7/+7
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-1/+8
* | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-0/+2
* | more WIP for MaxOSjan.nijtmans2019-12-201-3/+10
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-1/+1
* | Merge updates for macOS 10.15 CatalinaKevin Walzer2019-08-161-115/+102
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2019-05-091-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
* | Source readability run: macosx/*dkf2019-04-161-139/+269
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-2/+2
* | Fixed one more None -> NULL compiler warning.culler2019-03-071-1/+1
|/
* 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
* Fix last crashing bug for save dialogs on macOSKevin Walzer2017-07-031-1/+0
* Fix for 8afc6c9ebe, crashes in save and open dialogs on macOS; thanks to Marc...Kevin Walzer2017-07-031-3/+29
* Fix for 9eab541213, tk_getSave on macOS; thanks to Christian Gollwitzer for p...Kevin Walzer2017-06-051-24/+20
* Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world...jan.nijtmans2017-05-181-25/+25
* Major reworking of tkMacOSXDialog.c to support -typevariable, improve file fi...Kevin Walzer2017-05-131-180/+310