| Commit message (Expand) | Author | Age | Files | Lines |
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -14/+15 |
|
|
* | Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogs | marc_culler | 2020-12-24 | 1 | -2/+2 |
|
|
* | Test using the real standardAboutPanel as the manual indicates is done | culler | 2020-11-05 | 1 | -58/+3 |
|
|
* | MSVC++ 6.0 does't handle C++ comments | jan.nijtmans | 2020-10-28 | 1 | -2/+2 |
|
|
* | Adjustment for Sierra. | culler | 2020-10-25 | 1 | -1/+1 |
|
|
* | Fix [5cc72e002c]: file dialogs return an empty string on older macOS systems. | marc_culler | 2020-10-25 | 1 | -10/+42 |
|
|
* | Back out change to tkMacOSXDialog.c from commit b53baf71. The preferred API w... | marc_culler | 2020-10-25 | 1 | -13/+11 |
|
|
* | Aqua: small change to showOpenSavePanel which might prevent some API warnings. | culler | 2020-10-22 | 1 | -11/+13 |
|
|
* | Fix more warnings, related to -Wshadow, now in MacOSX code | jan.nijtmans | 2020-10-02 | 1 | -5/+5 |
|
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -28/+35 |
|
|
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -1/+1 |
|
|
* | Avoid warnings by calling [panel runModal] instead of [NSApp runModalForWindo... | culler | 2020-05-06 | 1 | -9/+5 |
|
|
* | Restore sheets to file dialogs on macOS | Kevin Walzer | 2020-05-02 | 1 | -1/+1 |
|
|
* | Fix typos in variable names for panel objects. | culler | 2019-08-14 | 1 | -10/+10 |
|
|
* | Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create
| culler | 2019-08-14 | 1 | -144/+118 |
|
|
* | Remove import of Carbon headers | Kevin Walzer | 2019-08-14 | 1 | -1/+0 |
|
|
* | Begin branch to remove deprecated API calls on Catalina | Kevin Walzer | 2019-08-14 | 1 | -24/+38 |
|
|
* | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 1 | -1/+1 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -139/+269 |
|
|
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -2/+2 |
|
|
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes to | culler | 2018-11-26 | 1 | -4/+0 |
|
|
* | Restore the list of contributors to the new About dialog. | culler | 2018-11-08 | 1 | -7/+30 |
|
|
* | Tweak title of about dialog | Kevin Walzer | 2018-11-08 | 1 | -1/+1 |
|
|
* | One more fix for about dialog | Kevin Walzer | 2018-11-08 | 1 | -1/+1 |
|
|
* | Replace old about dialog with standard alert that displays correctly on 10.14 | Kevin Walzer | 2018-11-08 | 1 | -30/+13 |
|
|
* | Fix [66db98f30d] regarding error messages spit by messageboxes in the test su... | fvogel | 2018-08-21 | 1 | -5/+5 |
|\ |
|
| * | Fix [66db98f30d] regarding error messages spit by messageboxes in the test su... | fvogel | 2018-08-19 | 1 | -5/+5 |
|
|
* | | Fix [98dce84781]: yesno messageBoxes on macOS return wrong values | fvogel | 2018-08-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [98dce84781] by partial revert of previous commit. | fvogel | 2018-08-15 | 1 | -1/+1 |
|
|
* | | Fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-14 | 1 | -2/+2 |
|/ |
|
* | Unify further error messages for tk_messageBox options | fvogel | 2018-05-01 | 1 | -4/+4 |
|
|
* | Remove all conditional code which requires a minimum deployment target | culler | 2017-11-27 | 1 | -48/+3 |
|
|
* | Simultaneously with the previous commit Christian Gollwitzer provided
| culler | 2017-11-25 | 1 | -57/+113 |
|
|
* | Pass nil for allowedFileTypes rather than an empty array to select all files. | culler | 2017-11-25 | 1 | -7/+15 |
|
|
* | Added some #ifdef __clang__ sections to allow building with gcc on OSX 10.6. | culler | 2017-11-09 | 1 | -0/+18 |
|
|
* | Fix for colorspace issues and regression in drawing on macOS; thanks to Marc ... | Kevin Walzer | 2017-10-12 | 1 | -1/+1 |
|
|
* | remove some end-of-line spacing | jan.nijtmans | 2017-10-12 | 1 | -1/+0 |
|
|
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -2/+3 |
|
|
* | [9eab541213] Fix OSX file dialog handling of -initialdir. | dgp | 2017-08-03 | 1 | -28/+44 |
|
|
* | Fix last crashing bug for save dialogs on macOS | Kevin Walzer | 2017-07-03 | 1 | -1/+0 |
|
|
* | Fix for 8afc6c9ebe, crashes in save and open dialogs on macOS; thanks to Marc... | Kevin Walzer | 2017-07-03 | 1 | -3/+29 |
|
|
* | Fix for 9eab541213, tk_getSave on macOS; thanks to Christian Gollwitzer for p... | Kevin Walzer | 2017-06-05 | 1 | -24/+20 |
|
|
* | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world... | jan.nijtmans | 2017-05-18 | 1 | -25/+25 |
|
|
* | Major reworking of tkMacOSXDialog.c to support -typevariable, improve file fi... | Kevin Walzer | 2017-05-13 | 1 | -180/+310 |
|
|
* | unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that. | jan.nijtmans | 2017-05-09 | 1 | -3/+3 |
|
|
* | tk_getSaveFile now correctly displays multiple file types with filtering on m... | Kevin Walzer | 2017-05-06 | 1 | -2/+3 |
|
|
* | Add support for file filters in tk_getSaveFile on macOS/Cocoa | Kevin Walzer | 2017-05-06 | 1 | -24/+50 |
|
|
* | various end-of-line spaces | jan.nijtmans | 2017-05-01 | 1 | -4/+4 |
|
|