summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further refinement of namespace on WindowsKevin Walzer2020-11-121-13/+11
* Wrap _balloon and _notifywindow commands in namespaceKevin Walzer2020-11-122-86/+94
* Fix wrong error messagefvogel2020-11-111-1/+1
* The cache for the image name is totally useless. Get rid of it.fvogel2020-11-111-8/+4
* And now let's get rid of the cache for the icon text, let winico do that for ...fvogel2020-11-112-14/+9
* Ahem. Of course.fvogel2020-11-111-1/+5
* Fix bug in winico: when using 'taskbar modify' with -callback and not specify...fvogel2020-11-112-2/+3
* Fix typo in one of my previous commitsfvogel2020-11-111-1/+1
* Remove useless namespace export command (there is no command to export in tha...fvogel2020-11-111-4/+0
* Use a more accurate error messagefvogel2020-11-111-1/+1
* Refine error messagefvogel2020-11-112-2/+2
* Fix typo in test case, as revealed by the better error checking introduced by...fvogel2020-11-111-1/+1
* Add more error checking (so far 'tk systray modify foo bar' was permitted).fvogel2020-11-111-39/+48
* Simplify interface code for 'tk systray modify' (there should be no functiona...fvogel2020-11-111-37/+16
* Simplify interface code for 'tk systray create'fvogel2020-11-111-15/+10
* Improve error messagesfvogel2020-11-111-2/+2
* Backout previous commit. 'systray' is a Windows executable, that we should no...fvogel2020-11-111-6/+0
* Attempt to return error on systray command on WindowsKevin Walzer2020-11-111-0/+6
* Retain text when modifying other attributes of sytray icon on WindowsKevin Walzer2020-11-111-0/+2
* Fix the implementation so that test sysnotify-2.1 now passes.fvogel2020-11-101-2/+3
* Remove debug line accidentally committed in previous commit.fvogel2020-11-101-1/+0
* Let the constraints to be taken into account by the test file.fvogel2020-11-102-1/+4
* More tests. sysnotify-2.1 should pass but it fails with the current implement...fvogel2020-11-101-0/+17
* Make cosmetic changes, fix typos, in systray.tclfvogel2020-11-101-13/+7
* Improve test filefvogel2020-11-101-5/+20
* Remove duplicate space in error messagefvogel2020-11-101-2/+2
* Cleanup of error messages on WindowsKevin Walzer2020-11-092-10/+10
* Improve cleanup of Windows tray iconsKevin Walzer2020-11-091-1/+3
* Fix for sysnotify test failure on X11Kevin Walzer2020-11-091-2/+5
* Fix testcasejan.nijtmans2020-11-091-2/+3
* Update to sysnotify man pageKevin Walzer2020-11-091-1/+1
* Better cleanup of Windows tray iconKevin Walzer2020-11-091-0/+3
* Tray icon on Windows now disappears when Wish exits; still requires mouse to ...Kevin Walzer2020-11-091-4/+2
* Possible fix for Windows icon not being immediately deletedKevin Walzer2020-11-081-0/+3
* Clarify some documentation pointsKevin Walzer2020-11-082-5/+7
* ReadICOHeader is local to tkWinWm.c, it's not used elsewhere so far.fvogel2020-11-082-56/+0
* Remove duplicate code.fvogel2020-11-084-71/+58
* Use tcltest2 in the test file rather than the old syntax.fvogel2020-11-081-22/+22
* Cosmetic: fix spacing in the test file.fvogel2020-11-081-16/+15
* Fix not working example in the man page.fvogel2020-11-081-1/+1
* Fix typo in man pagefvogel2020-11-081-1/+1
* More compiler warnings on various macOS versionsculler2020-11-044-3/+12
* Fix compiler warnings on macOS 10.9culler2020-11-041-1/+15
* Fix compiler errors and warnings on macOS 10.13.culler2020-11-043-4/+33
* Add a bit more detail to the description of the Mac implementation.marc_culler2020-11-021-8/+20
*-. Merge Marc Culler changes into this TIPKevin Walzer2020-11-0212-156/+516
|\ \
| | * Update sysnotify man page with additional Mac implementationKevin Walzer2020-11-022-8/+17
| | * 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-012-3/+3