summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in win/tkWinSysTray.c. Add missing HAVE_LIBNOTIFY in unix/tkConfi...jan.nijtmans2020-12-151-2/+2
* Merge 8.6jan.nijtmans2020-12-141-2/+2
|\
| * Better warning fix for Windows (slightly better rounding behavior)jan.nijtmans2020-12-141-2/+2
* | Fix wm-iconphoto-1.5.1 testcase on Windowsjan.nijtmans2020-12-142-2/+2
* | Merge 8.6jan.nijtmans2020-12-142-3/+3
|\ \ | |/
| * Fix warnings seen on MS-VC6 PSDK 2003SP1: C:\test\tk8.6.11_rc0\win\..\win\tkW...jan.nijtmans2020-12-141-2/+2
* | TIP #325 accepted, merge to trunkKevin Walzer2020-12-129-321/+1626
|\ \
| * \ Merge 8.7jan.nijtmans2020-12-1143-214/+254
| |\ \
| * | | 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
| * | | Remove compiler errorsKevin Walzer2020-11-161-3/+3
| * | | Eric Boudaillier's latest patch (with a few tweaks, eliminating compiler warn...jan.nijtmans2020-11-164-322/+133
| * | | Merge 8.7jan.nijtmans2020-11-162-6/+6
| |\ \ \
| * | | | 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
| * | | | duplicate macro definitionjan.nijtmans2020-11-121-6/+0
| * | | | More clean-ups (mainly for C++ compatibility)jan.nijtmans2020-11-123-118/+117
| * | | | 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-124-339/+24
| |\ \ \ \ \ | | |/ / / /
| * | | | | 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
| * | | | | 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
| * | | | | Merge Marc Culler changes into this TIPKevin Walzer2020-11-025-12/+20
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2020-10-283-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-10-211-2/+2
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Merge trunkjan.nijtmans2020-10-161-8/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Improve consistancy in error messages. Some code cleanup (e.g. more use of TC...jan.nijtmans2020-10-131-10/+3