summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-15/+15
* Fix [6bbe12f29d]: MacSystrayDestroy() should be a Tcl_CmdDeleteProcjan.nijtmans2023-10-151-3/+2
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-1/+1
* eol-spacingjan.nijtmans2021-08-041-1/+1
* Remove const char warningKevin Walzer2021-07-261-1/+1
* Merge 8.7jan.nijtmans2021-06-031-3/+3
|\
* | Minor update to add outputKevin Walzer2021-06-021-4/+6
* | Add some error checkingKevin Walzer2021-06-011-1/+6
* | Add commentKevin Walzer2021-06-011-0/+9
* | Re-work macOS sysnotify implementation to remove code-signing requirement and...Kevin Walzer2021-06-011-399/+11
|/
* Actually, the @available directive was available in XCode 10.9 (for macOS 10.14)marc_culler2021-02-031-1/+1
* Fix [effc24d25b]: Mac OS: compilation error reported (even though it's only a...jan.nijtmans2021-02-031-1/+5
* Merge 8.7jan.nijtmans2020-12-111-3/+3
* More cosmetic changesfvogel2020-11-211-16/+15
* Fix error in [9daa36c3] revealed by a warning on macOSfvogel2020-11-141-1/+1
* Move _systray and _sysnotify out of the global namespacefvogel2020-11-141-3/+3
* Truly destroy systray object on macOSKevin Walzer2020-11-131-2/+7
* More compiler warnings on various macOS versionsculler2020-11-041-2/+5
* Fix compiler errors and warnings on macOS 10.13.culler2020-11-041-3/+31
* Update sysnotify man page with additional Mac implementationKevin Walzer2020-11-021-7/+7
* Don't even bother asking for authorization if the app is not signed.culler2020-11-011-3/+18
* Make tkMacOSXSysTray.c build on macOS 10.9.culler2020-11-011-15/+17
* Remove an incorrect indirection and two unnecessary qualifiers.culler2020-11-011-2/+2
* Be straightforward - check if the app is signed and use the result to choose ...marc_culler2020-11-011-29/+12
* Edit comments; make the DEBUG_LOG macro more semicolon-friendly.marc_culler2020-11-011-20/+27
* Add some missing semicolons that prevented new commit from building; now buil...Kevin Walzer2020-11-011-9/+9
* Fix builds, clean up debugging, fall back to NSUserNotifications for unsigned...culler2020-10-311-139/+207
* This now builds on Catalina but still doesn't workKevin Walzer2020-10-311-3/+4
* Fix compilation error created by following instructions for fixing Big Sur de...marc_culler2020-10-301-2/+6
* Clean up the conditional compilation and explain the great mystery.marc_culler2020-10-301-53/+80
* Displays now work correctly after changing presentation option flagKevin Walzer2020-10-301-1/+1
* Notification authorization now works and notification events fire correctly, ...Kevin Walzer2020-10-301-19/+30
* Suggested updates to tip_325.culler2020-10-291-140/+331
* Merge 8.7jan.nijtmans2020-10-281-1/+1
* Tweak commentKevin Walzer2020-10-241-3/+3
* Add <Button-3> details to systray man pageKevin Walzer2020-10-221-4/+4
* Refinements to tk sysnotify on macOSKevin Walzer2020-10-221-9/+2
* Merge trunkjan.nijtmans2020-10-211-10/+10
* Some bug-fixing. destroy now doesn't crash any more on MacOS. Also B2 -> B3 (...jan.nijtmans2020-10-201-29/+27
* Tentative implementation of button-1 and button-2 bindings; still need to tes...Kevin Walzer2020-10-201-60/+93
* Limit icon display to one instance per interpeter and add detail about this t...Kevin Walzer2020-10-171-25/+28
* Fully (Tcl_)Objectify macosx/tkMacOSXSysTray.cjan.nijtmans2020-10-141-68/+102
* Undo mistaken edits in previous commits. jan.nijtmans2020-10-141-22/+27
* Remove and refactor some irrelevant codeKevin Walzer2020-10-121-1/+1
* plug memory leakjan.nijtmans2020-10-091-24/+19
* Start converting MacSystrayCmd to a Tcl_Obj command. Advantage: compiled form...jan.nijtmans2020-10-091-70/+60
* Tweak man pageKevin Walzer2020-10-091-1/+24
* Restore global variables, which were not responsible for test suite crash on ...Kevin Walzer2020-10-081-46/+36
* Remove all globals, but still crashes in font testKevin Walzer2020-10-071-15/+16
* Does redefining these variables as static helpKevin Walzer2020-10-071-2/+2