summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove global variableKevin Walzer2020-10-071-12/+16
* Merge trunk. Don't include <tk.h> since that might use the system <tk.h> in s...jan.nijtmans2020-10-071-17/+17
* Final cleanup; ready for testingKevin Walzer2020-10-071-2/+2
* Tip 325 now builds and works on macOS; further testing on X11 and Windows up ...Kevin Walzer2020-10-061-128/+120
* Merge trunk. Rename tkMacOSXSysTray.c and fix MacOSX (UNIX) Makefile.in for itjan.nijtmans2020-10-061-0/+460