summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that.jan.nijtmans2017-05-091-3/+3
* tk_getSaveFile now correctly displays multiple file types with filtering on m...Kevin Walzer2017-05-061-2/+3
* Add support for file filters in tk_getSaveFile on macOS/CocoaKevin Walzer2017-05-061-24/+50
* various end-of-line spacesjan.nijtmans2017-05-011-4/+4
* tk_getSaveFile now correctly displays file name on macOS when -initialfile fl...Kevin Walzer2017-05-011-22/+58
* Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-4/+4
* Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...jan.nijtmans2016-01-121-2/+2
* Merge trunk. jan.nijtmans2016-01-111-2/+20
|\
| * Additional tweaks for dialogKevin Walzer2016-01-111-2/+15
| * Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-111-1/+6
|/
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-2/+0
* merge-mark. Remove unnecessary end-of-line spacingjan.nijtmans2015-12-071-3/+3
|\
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+1