summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-07-261-7/+7
|\
| * 3 more placesjan.nijtmans2021-07-231-3/+3
| * wide-api-bug, still to be testedjan.nijtmans2021-07-231-4/+4
* | Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions...jan.nijtmans2021-01-131-1/+1
|\ \
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2021-01-081-82/+22
|/ /
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6. Eliminate more C++ commentsjan.nijtmans2020-10-281-3/+3
|\ \ | |/
| * MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-281-3/+3
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-84/+106
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-4/+4
* | Merge 8.6jan.nijtmans2020-03-091-9/+10
|\ \ | |/
| * Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-9/+10
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-37/+46
|\ \
| * \ Merge trunkjan.nijtmans2020-02-261-1/+1
| |\ \ | |/ / |/| |
| * | Merge 8.7. More WIP.jan.nijtmans2019-12-161-29/+31
| |\ \ | |/ / |/| |
| * | WIP: Add support for C++jan.nijtmans2019-12-121-6/+13
|/ /
* | Merge 8.6jan.nijtmans2019-10-041-1/+1
|\ \ | |/
| * Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-1/+1
* | Merge 8.6jan.nijtmans2019-09-261-1/+1
|\ \ | |/
| * Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-261-1/+1
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-8/+8
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-20/+14
* | Merge 8.6. jan.nijtmans2019-09-231-29/+28
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-33/+29
* | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us...jan.nijtmans2019-09-201-24/+45
|\ \
| * \ Merge trunkjan.nijtmans2019-09-201-29/+29
| |\ \ | |/ / |/| |
| * | Merge trunkjan.nijtmans2019-09-091-21/+21
| |\ \
| * \ \ Merge trunkjan.nijtmans2019-08-021-39/+41
| |\ \ \ | | |/ /
| * | | Merge trunkjan.nijtmans2019-07-301-1/+1
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2019-07-301-2/+2
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2019-07-071-5/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2019-06-201-4/+0
| |\ \ \ \ \ \
| * | | | | | | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-41/+38
| * | | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-24/+45
* | | | | | | | Merge 8.6jan.nijtmans2019-09-191-29/+29
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-29/+29
| * | | | | | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-41/+38
* | | | | | | Merge 8.6jan.nijtmans2019-07-301-39/+41
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Only free "patterns" once, not each time inside the loop. That might crash wi...jan.nijtmans2019-07-301-39/+41
* | | | | | Don't use L'?', the L doesn't do anything herejan.nijtmans2019-07-301-1/+1
| |_|_|_|/ |/| | | |
* | | | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-3/+3
| |_|_|/ |/| | |
* | | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ \ \ | |/ / /
| * | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* | | | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ \ \ | |/ / /
| * | | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | | | Make better use of full range for string lengths, if Tk is compiled with Tcl ...jan.nijtmans2019-06-211-3/+2
| |_|/ |/| |
* | | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-191-42/+35
|\ \ \ | |/ / | | / | |/ |/|
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-2/+2
* | Merge 8.6jan.nijtmans2019-03-151-5/+2
|\ \ | |/