summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-02-021-14/+15
|\
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-14/+15
* | Merge 8.6marc_culler2020-12-241-2/+2
|\ \ | |/
| * Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogsmarc_culler2020-12-241-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge 8.6culler2020-11-061-58/+3
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2020-10-271-2/+2
|\ \ | |/
* | Merge 8.6marc_culler2020-10-271-10/+42
|\ \ | |/
| * 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
* | Merge 8.6.marc_culler2020-10-251-13/+11
|\ \ | |/
| * Back out change to tkMacOSXDialog.c from commit b53baf71. The preferred API w...marc_culler2020-10-251-13/+11
* | Merge 8.6culler2020-10-221-11/+13
|\ \ | |/
| * Aqua: small change to showOpenSavePanel which might prevent some API warnings.culler2020-10-221-11/+13
* | Merge 8.6jan.nijtmans2020-10-021-5/+5
|\ \ | |/
| * Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-5/+5
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-4/+4
|\ \
| * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-4/+4
* | | Merge 8.6jan.nijtmans2020-09-021-29/+20
|\ \ \ | |/ / |/| / | |/
| * 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
|\ \ | |/
| * 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