summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-151-3/+3
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-2/+2
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-26/+26
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-6/+6
* | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p...jan.nijtmans2022-11-151-6/+6
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-33/+29
* | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-031-2/+2
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1
* | Rebase to 8.7jan.nijtmans2022-10-121-1/+1
|\ \
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | | Merge 8.6jan.nijtmans2022-09-101-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
* | Alphabetize some string tablesjan.nijtmans2022-05-041-8/+8
* | 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