summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* indenting/formatting (backported from 8.7)jan.nijtmans2024-04-291-19/+19
* 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
* 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
* Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
* 3 more placesjan.nijtmans2021-07-231-3/+3
* wide-api-bug, still to be testedjan.nijtmans2021-07-231-4/+4
* 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
* Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-9/+10
* Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-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
* Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-33/+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
* Only free "patterns" once, not each time inside the loop. That might crash wi...jan.nijtmans2019-07-301-39/+41
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-151-5/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\ \
* \ \ Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-2/+2
|\ \ \ | |/ / |/| / | |/
* | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-2/+2
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-6/+1
* | merge trunk. jan.nijtmans2017-05-181-1/+1
|\ \
| * | minor gcc warning (const usage)jan.nijtmans2017-05-181-1/+1
* | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-1/+1
|/ /
* | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-051-8/+44
* | (cherry-pick): Bug [64261b50]. Spurious mouse events sent to underlying windo...jan.nijtmans2016-05-121-16/+19
* | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u...fvogel2016-04-211-4/+4
* | Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-7/+18
* | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile o...ashok2015-10-061-11/+20
* | Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mi...jan.nijtmans2015-03-221-1/+0
* | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-0/+15
* | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c defin...jan.nijtmans2014-11-211-14/+19
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...ashok2014-11-141-3/+18
* | Backout last change, it doesn't solve the issuejan.nijtmans2014-11-131-50/+2
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...jan.nijtmans2014-11-131-2/+50
* | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)jan.nijtmans2014-10-251-0/+2
* | Make tkWinDialog.c compile with MinGW 4.0.2. jan.nijtmans2014-10-201-197/+222
* | Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id...jan.nijtmans2014-10-201-0/+7
* | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-201-3/+2
* | Previous commit probably broke higher VS versions (>2012) compilation. Fix that.jan.nijtmans2014-10-171-1/+3
* | Fix symbol conflict when compiling with latest (??) MinGW-w64.jan.nijtmans2014-10-171-11/+11
* | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all testsashok2014-10-161-40/+38
* | Fixes to compile with newer Visual Studio versionsashok2014-10-161-19/+20
* | Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-201-3/+11
* | Make -xpstyle a hidden optionashok2014-09-201-30/+29