summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Format tweaksKevin Walzer2021-09-071-1/+1
* Format tweaksKevin Walzer2021-09-071-2/+3
* wm test suite passes on macOS; other tweaks to WindowsKevin Walzer2021-09-071-12/+14
* Revert some Windows changes, wm tests now pass on WindowsKevin Walzer2021-09-071-14/+17
* More compact code.fvogel2021-09-061-7/+2
* Fix argument error management on Windows.fvogel2021-09-061-4/+14
* Remove leftover code in previous commitfvogel2021-09-031-2/+2
* Attempt to support badges for multiple toplevels. Works on X11 at least.fvogel2021-09-031-43/+3
* Cosmeticfvogel2021-09-031-1/+1
* Cosmeticfvogel2021-09-031-1/+1
* Cosmeticfvogel2021-09-031-1/+0
* Remove useless includes.fvogel2021-09-031-2/+0
* Cosmetic: Indentation, and so on.fvogel2021-09-032-77/+91
* Fix error message for 'wm iconbadge'. The 'badge' argument is not optional (a...fvogel2021-09-021-1/+1
* More fixes for test suiteKevin Walzer2021-08-301-4/+4
* Fix argument parsing in test suiteKevin Walzer2021-08-301-1/+6
* Fix crash in wm test suite on WindowsKevin Walzer2021-08-271-1/+10
* Improve error message on WindowsKevin Walzer2021-08-261-2/+2
* Remove Release() call that was causing crash on WindowsKevin Walzer2021-08-261-3/+1
* IndentationKevin Walzer2021-08-211-2/+2
* Use native wrapper window for iconbadge; now works on WindowsKevin Walzer2021-08-211-4/+4
* Minor tweaksKevin Walzer2021-08-211-6/+2
* Try again with hooking COM bitsKevin Walzer2021-08-211-28/+29
* IndentationKevin Walzer2021-08-201-1/+1
* TweaksKevin Walzer2021-08-201-0/+1
* Minor reformattingKevin Walzer2021-08-201-22/+21
* Move COM initializationKevin Walzer2021-08-202-4/+5
* Minor tweaksKevin Walzer2021-08-191-21/+17
* Committing cleaned up version; still doesn't work, unclear whyKevin Walzer2021-08-191-11/+26
* Additional refactoringKevin Walzer2021-08-192-10/+34
* Let's see if this worksKevin Walzer2021-08-191-1/+1
* Further refinements to get overlay icons to displayKevin Walzer2021-08-192-2/+6
* Tweak initialization of COM libraryKevin Walzer2021-08-192-17/+19
* Possible fixKevin Walzer2021-08-191-16/+13
* Windows builds and appears correct, but icon overlay does not display; more r...Kevin Walzer2021-08-181-4/+8
* Remove compiler warnings and segfaultsKevin Walzer2021-08-182-16/+24
* Windows API now builds; still need to testKevin Walzer2021-08-182-14/+27
* Merge trunkKevin Walzer2021-08-175-1/+5010
|\
| * Further conversion to Wide Win32 APIjan.nijtmans2021-07-261-21/+28
| * Merge 8.7jan.nijtmans2021-07-261-7/+7
| |\
| * | Fix max chars to be written by wcsncpy (taken over from tkWinDialog.c)jan.nijtmans2021-07-231-1/+1
| * | Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode.jan.nijtmans2021-07-221-10/+15
| * | Remove unneeded macro; fix crash on Windows when cancel print button pressedKevin Walzer2021-07-211-20/+19
| * | Put back DrawTextW() without crashing. Use more TCL_UNUSED()jan.nijtmans2021-07-211-75/+29
| * | Minor formatting cleanupKevin Walzer2021-07-211-12/+12
| * | Canvas printing now works again on Windows without crashing; discuss updates ...Kevin Walzer2021-07-211-4/+20
| * | Merge in tk_print-ensemble-rewriteKevin Walzer2021-07-203-138/+85
| |\ \
| | * | Display print dialog only once, not twiceKevin Walzer2021-07-191-6/+0
| | * | Merge tk_printjan.nijtmans2021-07-141-3/+3
| | |\ \
| | * | | Rewrite to use an actual ensemble instead of a homebrew version.dkf2021-07-143-132/+85