summaryrefslogtreecommitdiffstats
path: root/library/systray.tcl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicate space in error messagefvogel2020-11-101-2/+2
* Cleanup of error messages on WindowsKevin Walzer2020-11-091-4/+4
* Improve cleanup of Windows tray iconsKevin Walzer2020-11-091-1/+3
* Better cleanup of Windows tray iconKevin Walzer2020-11-091-0/+3
* Clarify some documentation pointsKevin Walzer2020-11-081-1/+1
* Add error handling for sysnotify on Windows if systray icon not createdKevin Walzer2020-10-281-1/+1
* Add error handling for sysnotify on Windows if systray icon not createdKevin Walzer2020-10-281-0/+3
* Merge trunkjan.nijtmans2020-10-221-1/+1
* Merge trunkjan.nijtmans2020-10-211-6/+6
* Minor cleanupKevin Walzer2020-10-211-19/+18
* Remove most globals from systray.tcl, replace with namespaces; cleanup and re...Kevin Walzer2020-10-211-33/+46
* Testing and refining right-button binding on X11Kevin Walzer2020-10-201-2/+2
* Some bug-fixing. destroy now doesn't crash any more on MacOS. Also B2 -> B3 (...jan.nijtmans2020-10-201-30/+30
* Correct typoKevin Walzer2020-10-201-2/+2
* Tentative implementation of button-1 and button-2 bindings; still need to tes...Kevin Walzer2020-10-201-22/+55
* Use sane platform specific icons on each platform notificationKevin Walzer2020-10-191-1/+1
* Initial attempt to configure notification image on X11Kevin Walzer2020-10-191-2/+4
* Refine enforcement of one-icon limit on WindowsKevin Walzer2020-10-181-41/+45
* Correct setup of namespaceKevin Walzer2020-10-171-4/+4
* Back out tweak to namespace in systray.tclKevin Walzer2020-10-171-2/+2
* Limit icon display to one instance per interpeter and add detail about this t...Kevin Walzer2020-10-171-2/+10
* Fix 2 testcasesjan.nijtmans2020-10-141-1/+2
* Add commentKevin Walzer2020-10-131-0/+1
* Improve consistancy in error messages. Some code cleanup (e.g. more use of TC...jan.nijtmans2020-10-131-49/+38
* Cleanup of garbled pasteKevin Walzer2020-10-131-6/+6
* Tweak var nameKevin Walzer2020-10-131-12/+12
* Successful integration of systray and sysnotify commands with tk ensemble; th...Kevin Walzer2020-10-131-1/+5
* Fix for system notifications when libnotify is presentKevin Walzer2020-10-121-1/+1
* Improved argument and error handling; updated documentationKevin Walzer2020-10-121-2/+36
* Remove and refactor some irrelevant codeKevin Walzer2020-10-121-1/+1
* Remove destroy from public APIKevin Walzer2020-10-091-17/+0
* Merge trunk. Don't include <tk.h> since that might use the system <tk.h> in s...jan.nijtmans2020-10-071-28/+28
* Final cleanup; ready for testingKevin Walzer2020-10-071-15/+13
* Modifications to systray.tcl to better support WindowsKevin Walzer2020-10-071-20/+14
* More tweaksKevin Walzer2020-10-061-0/+2
* More tweaksKevin Walzer2020-10-061-0/+1
* Refinement of callbacks on X11Kevin Walzer2020-10-061-2/+2
* Tweaks for balloon help, callbackKevin Walzer2020-10-061-2/+3
* More tweaksKevin Walzer2020-10-061-1/+1
* More X11 tweaksKevin Walzer2020-10-061-1/+1
* Tweak for testing on X11Kevin Walzer2020-10-061-1/+1
* Tip 325 now builds and works on macOS; further testing on X11 and Windows up ...Kevin Walzer2020-10-061-69/+70
* Refinements of script-level implementation; macOS builds but does not work yetKevin Walzer2020-10-051-3/+4
* Now builds on Mac, still trying to get working; also numerous updates to docu...Kevin Walzer2020-10-051-70/+72
* Add man pagesKevin Walzer2020-10-031-1/+1
* Initial script-level implementation for systray, untested; must write documen...Kevin Walzer2020-10-031-0/+271