summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-360/+360
* Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-1/+1
|\
| * indenting/formatting (backported from 8.7)jan.nijtmans2024-04-291-19/+19
* | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w...jan.nijtmans2024-05-011-42/+27
* | Eliminate the use of Tcl_GetPathType()jan.nijtmans2024-04-301-27/+42
* | Merge 8.6jan.nijtmans2024-02-161-5/+5
|\ \ | |/
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-5/+5
| * Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-071-50/+44
* | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-2/+2
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-2/+2
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* | 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