summaryrefslogtreecommitdiffstats
path: root/win/tkWinSysTray.c
Commit message (Expand)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-403/+403
* Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-8/+8
* Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-8/+0
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-5/+5
* Don't worry about Visual Studio < 2015 any morejan.nijtmans2023-02-081-9/+1
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
* Alphabetize some string tablesjan.nijtmans2022-05-041-2/+2
* Merge 8.6jan.nijtmans2021-12-131-1/+1
* Unneccessary *_InitStubs() callsjan.nijtmans2021-03-081-11/+0
* Change (non-standard, Windows-only) keysyms "Win_L", "Win_R" and "App" keycod...jan.nijtmans2021-01-181-2/+2
* Fix warning in win/tkWinSysTray.c. Add missing HAVE_LIBNOTIFY in unix/tkConfi...jan.nijtmans2020-12-151-2/+2
* Fix wm-iconphoto-1.5.1 testcase on Windowsjan.nijtmans2020-12-141-1/+1
* Merge 8.7jan.nijtmans2020-12-111-7/+7
* More cosmetic changesfvogel2020-11-211-8/+10
* Cosmetic changes (spacing, indentation)fvogel2020-11-201-10/+12
* Additional update from EricKevin Walzer2020-11-181-8/+24
* More info in commentsfvogel2020-11-171-2/+4
* Continued lines are indented 8 spaces.fvogel2020-11-171-1/+1
* Additional update from Eric refines icon trackingKevin Walzer2020-11-171-19/+28
* Better checking of icoPtr on Windows to avoid crashKevin Walzer2020-11-161-1/+1
* Fix for crash in tkWynSysTray.c for null read of icon pointerKevin Walzer2020-11-161-3/+6
* Eric Boudaillier's latest patch (with a few tweaks, eliminating compiler warn...jan.nijtmans2020-11-161-233/+25
* Merge 8.7jan.nijtmans2020-11-161-2/+2
* Add copyright notices, minor tweaksKevin Walzer2020-11-151-0/+2
* Backout previous commit, which wasn't such a good idea after all (the changeP...fvogel2020-11-151-5/+4
* Fix failure of systray-14 triggered by the before last commit. The best way t...fvogel2020-11-151-4/+5
* Eric's contribution, allowing changing the image of a systray icon without ma...fvogel2020-11-151-198/+141
* Eric's contribution making the multiple interp management and icons cleanup o...fvogel2020-11-151-103/+139
* Further respect coding standards in tkWinSystray.cfvogel2020-11-151-26/+22
* Backout wrong fix [376e086e], and replace it by the correct fix (that is: don...fvogel2020-11-151-15/+2
* Better respect our coding standards (indentation, mainly) in tkWinSystray.c.fvogel2020-11-151-222/+262
* Let previous commit build on MSVC so that we can check itfvogel2020-11-151-11/+14
* Child interpreter now returns error if creating tray icon with non-existent i...Kevin Walzer2020-11-151-1/+12
* Move _systray and _sysnotify out of the global namespacefvogel2020-11-141-2/+2
* More clean-ups (mainly for C++ compatibility)jan.nijtmans2020-11-121-116/+116
* Make "_systray" and "_sysnotify" real ObjCommands on Win32. Make tkWinSysTray...jan.nijtmans2020-11-121-113/+112
* Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ...jan.nijtmans2020-11-121-246/+23
* Fix wrong error messagefvogel2020-11-111-1/+1
* And now let's get rid of the cache for the icon text, let winico do that for ...fvogel2020-11-111-3/+3
* Ahem. Of course.fvogel2020-11-111-1/+5
* Fix bug in winico: when using 'taskbar modify' with -callback and not specify...fvogel2020-11-111-0/+1
* Cleanup of error messages on WindowsKevin Walzer2020-11-091-6/+6
* 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
* Remove duplicate code.fvogel2020-11-081-21/+0
* Use sane platform specific icons on each platform notificationKevin Walzer2020-10-191-1/+1
* Display system tray icon in system tray notificationsKevin Walzer2020-10-181-1/+1
* Improve consistancy in error messages. Some code cleanup (e.g. more use of TC...jan.nijtmans2020-10-131-10/+3
* Remove compiler complaints on WindowsKevin Walzer2020-10-121-1/+0
* Remove and refactor some irrelevant codeKevin Walzer2020-10-121-93/+0