summaryrefslogtreecommitdiffstats
path: root/library/systray.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix [7255ef9aa6]: problems with [tk systray] balloon on X11jan.nijtmans2024-05-241-1/+2
* [92ab429295]: Add new subcommand [tk systray exists] to [tk systray]. Patch f...fvogel2023-07-261-2/+7
|\
| * merge trunkfvogel2023-07-241-111/+45
| |\
| | * Backout [8662aebe] (Improvements on pure Tcl system notification window. Patc...fvogel2023-07-241-111/+45
| * | Tweak comments.fvogel2023-07-231-1/+1
| * | Fix [92ab429295]: Add new subcommand [tk systray exists] to [tk systray]. Pat...fvogel2023-07-231-1/+6
| |/
* | Take into account that the notify window may be deleted during fade-in or fad...fvogel2023-07-251-0/+2
* | New patch from Emiliano Gavilan, that should fix the 'can't use empty string ...fvogel2023-07-251-16/+45
|/
* Tweak comments.fvogel2023-07-231-3/+1
* [95d2c41604]: Improvements on pure Tcl system notification window. Patch from...fvogel2023-05-251-45/+113
* Replaced all ::tk::ScaleNum invocations with screen distances in points at al...csaba2023-01-051-1/+1
* Scaling-related changes in the Tk and Ttk library scripts ready for testing. ...csaba2022-12-141-6/+4
* Merge 8.7jan.nijtmans2022-07-251-3/+3
* Fix systray text display on X11Kevin Walzer2022-07-191-11/+65
* Fix for a0bc2524; thanks to Emiliano Gavilan for the patchKevin Walzer2021-05-211-4/+3
* Add explanatory commentfvogel2020-11-181-0/+3
* Eric's update to tip 325 for event handlingKevin Walzer2020-11-181-2/+2
* Remove unused parameter of proc _win_callbackfvogel2020-11-171-2/+2
* Fix Tcl error 'wrong # args: should be "winfo containing ?-displayof window? ...fvogel2020-11-161-1/+1
* Merge 8.7jan.nijtmans2020-11-161-4/+3
* Add copyright notices, minor tweaksKevin Walzer2020-11-151-2/+4
* Fix failure of systray-15 created by the previous commit.fvogel2020-11-151-2/+2
* Eric's contribution, allowing changing the image of a systray icon without ma...fvogel2020-11-151-23/+20
* Cosmetic changesfvogel2020-11-141-10/+11
* Move _systray and _sysnotify out of the global namespacefvogel2020-11-141-15/+15
* Fix typoKevin Walzer2020-11-141-1/+1
* Unshadow the destroy command from the global namespace. This makes the 'tk sy...fvogel2020-11-121-1/+1
* Fix 'tk sysnotify' for Windows.fvogel2020-11-121-4/+4
* Cosmetic changesfvogel2020-11-121-4/+7
* Convert systray to traditional Tk option/configure structure with patch from ...Kevin Walzer2020-11-121-132/+134
* Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ...jan.nijtmans2020-11-121-1/+1
* Minor cleanup of spacingKevin Walzer2020-11-121-3/+3
* Further refinement of namespace on WindowsKevin Walzer2020-11-121-13/+11
* Wrap _balloon and _notifywindow commands in namespaceKevin Walzer2020-11-121-84/+91
* 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-111-11/+6
* Fix bug in winico: when using 'taskbar modify' with -callback and not specify...fvogel2020-11-111-2/+2
* 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-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
* Make cosmetic changes, fix typos, in systray.tclfvogel2020-11-101-13/+7