summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Join TkpDrawMenuEntry flags all in a single argumentjan.nijtmans13 days1-22/+12
* Export X11 stubs on X11. Will be needed for extensions running on both X11 an...jan.nijtmans2026-03-066-17/+3
* Version -> 9.1a2jan.nijtmans2026-03-052-2/+2
|\
* \ Merged branch "listbox_select_colors" (see TIP 747) and made a few related ch...csaba2026-03-021-15/+18
|\ \ | |/ |/|
| * Added listbox options -inactiveselectbackground and -inactiveselectforeground.csaba2026-01-261-15/+18
* | Merge 9.0 (some code cleanup)jan.nijtmans2026-02-242-4/+2
|\ \
| * | TkWinSend_QueueCommand() return value is not usedjan.nijtmans2026-02-232-4/+2
* | | User bool for isDark (and a few others)jan.nijtmans2026-02-232-3/+3
|\ \ \ | |/ /
| * | Code cleanup (much backported from 9.1). More internal booljan.nijtmans2026-02-222-17/+17
| * | More internal bool'sjan.nijtmans2026-02-213-18/+16
* | | Fix glitch in previous commit: XAllocColor() returns 1 for success, 0 for fai...jan.nijtmans2026-02-201-1/+1
* | | More bool in (internal) Tk APIjan.nijtmans2026-02-202-15/+15
* | | Tcl Bug be40b736: use rd/md instead rmdir/mkdirjan.nijtmans2026-02-171-3/+7
|\ \ \ | |/ /
| * | Tcl Bug be40b736: use rd/md instead rmdir/mkdirjan.nijtmans2026-02-172-5/+9
| |\ \
| | * \ Tcl Bug be40b736: use rd/md instead rmdir/mkdirjan.nijtmans2026-02-171-2/+6
| | |\ \
| | | * | Ticket [6a9bae5e]: cygwin rmdir is errorneously picked. Fix by Csaba (thanks)oehhar2026-02-171-2/+6
| | * | | Fix [c77b426dc9]: panic with [menu] + [wm forget]Emiliano Gavilán2026-01-231-1/+5
| | * | | (backport): win/rc/*.rc files should be in CRLFjan.nijtmans2026-01-234-385/+385
| | * | | (cherry-pick): Fix winfo server on Windowsjan.nijtmans2026-01-121-17/+32
* | | | | Too many quotesjan.nijtmans2026-02-171-2/+2
* | | | | RMDIR doesn't work in MSVC environment. So do it from tclsh. Don't forget sta...jan.nijtmans2026-02-171-5/+4
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Don't bother defining TKSCRIPTZIPTOPjan.nijtmans2026-02-171-6/+4
| * | | RMDIR doesn't work in MSVC environment. So do it from tclsh. Don't forget sta...jan.nijtmans2026-02-171-1/+2
| * | | Fix [6a9bae5e8d]: Directory library/demos unexpectedly embedded into tcl9tk91...jan.nijtmans2026-02-171-19/+5
* | | | [6a9bae5e] demo in dist zip: solution from ticketoehhar2026-02-171-0/+1
* | | | _Xconst -> const (it's just the same). Cleanup of (unused) internal stub entriesjan.nijtmans2026-02-149-53/+64
|\ \ \ \ | |/ / /
| * | | _Xconst and const are just the samejan.nijtmans2026-02-122-4/+4
* | | | Remove dead code (unused stub entries). Use more bool internallyjan.nijtmans2026-02-111-4/+4
|\ \ \ \ | |/ / /
| * | | Fix [c77b426dc9]: panic with [menu] + [wm forget]Emiliano Gavilán2026-01-231-1/+5
| * | | win/rc/*.rc files should be in CRLFjan.nijtmans2026-01-234-361/+361
* | | | tkWinIco.c: In function ‘GetFileIcon’:jan.nijtmans2026-02-051-1/+1
* | | | Fix warnings when compiling with clang++. ckalloc -> Tcl_allocjan.nijtmans2026-02-011-4/+4
| |_|/ |/| |
* | | Ticket [c77b426d]: patch by Emiliano (Thanks !)oehhar2026-01-221-1/+5
* | | Fixes to fossil ignore-glob and CRLF handling (needed for GIT cooperation)jan.nijtmans2026-01-225-468/+468
* | | Another attempt for (older) mingw-w64 compatibilityjan.nijtmans2026-01-121-0/+3
* | | Improve dpiAwareness: Top-level and child HWNDs are notified of DPI changejan.nijtmans2026-01-121-0/+1
* | | Unneeded includejan.nijtmans2026-01-121-1/+0
* | | Workaround for missing 'SHIL_JUMBO' in mingw-w64 environmentjan.nijtmans2026-01-123-2/+5
* | | Indentingjan.nijtmans2026-01-123-45/+45
* | | Fix [973643d815]: Windows: trunk does not compile (with Clang)jan.nijtmans2026-01-123-3/+5
* | | Merge 9.0. Fix winfo server on Windowsapnadkarni2026-01-121-11/+31
|\ \ \ | |/ /
| * | Fix version infoapnadkarni2026-01-121-11/+31
* | | Merge mainapnadkarni2026-01-123-5/+186
|\ \ \
| * \ \ Merge trunkKevin Walzer2026-01-093-11/+11
| |\ \ \
| * | | | Correct compiler errorKevin Walzer2026-01-081-1/+1
| * | | | Correct errors when navigating VFS on WindowsKevin Walzer2026-01-081-44/+38
| * | | | Merge trunkKevin Walzer2026-01-068-76/+98
| |\ \ \ \
| * \ \ \ \ Merge trunkKevin Walzer2025-12-2327-422/+356
| |\ \ \ \ \
| * | | | | | Add support for larger file icons on WindowsKevin Walzer2025-12-162-102/+92
| * | | | | | Improved error handling; add to widget demo, test suiteKevin Walzer2025-12-132-72/+83