| Commit message (Expand) | Author | Age | Files | Lines |
* | indenting/formatting (backported from 8.7) | jan.nijtmans | 2024-04-29 | 1 | -19/+19 |
|
|
* | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -5/+5 |
|
|
* | Use more TCL_UNUSED() macro's in stead of (void) casts | jan.nijtmans | 2023-02-07 | 1 | -50/+44 |
|
|
* | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
* | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -1/+9 |
|
|
* | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -6/+6 |
|
|
* | Fix [006403a25d]: various comment/documentation fixes | jan.nijtmans | 2022-09-10 | 1 | -2/+2 |
|
|
* | 3 more places | jan.nijtmans | 2021-07-23 | 1 | -3/+3 |
|
|
* | wide-api-bug, still to be tested | jan.nijtmans | 2021-07-23 | 1 | -4/+4 |
|
|
* | MSVC++ 6.0 does't handle C++ comments | jan.nijtmans | 2020-10-28 | 1 | -3/+3 |
|
|
* | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -84/+106 |
|
|
* | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 1 | -9/+10 |
|
|
* | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l... | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|
|
* | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
|
|
* | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -8/+8 |
|
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -33/+29 |
|
|
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -29/+29 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -41/+38 |
|
|
* | Only free "patterns" once, not each time inside the loop. That might crash wi... | jan.nijtmans | 2019-07-30 | 1 | -39/+41 |
|
|
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -5/+2 |
|
|
*-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
|\ \ |
|
* \ \ | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
* | | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -2/+2 |
|
|
* | | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -6/+1 |
|
|
* | | merge trunk. | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|\ \ |
|
| * | | minor gcc warning (const usage) | jan.nijtmans | 2017-05-18 | 1 | -1/+1 |
|
|
* | | | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -1/+1 |
|/ / |
|
* | | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T... | jan.nijtmans | 2017-05-05 | 1 | -8/+44 |
|
|
* | | (cherry-pick): Bug [64261b50]. Spurious mouse events sent to underlying windo... | jan.nijtmans | 2016-05-12 | 1 | -16/+19 |
|
|
* | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-04-21 | 1 | -4/+4 |
|
|
* | | Bug [47af31bd3a] - tk_getSaveFile adds . as extension. | ashok | 2015-10-09 | 1 | -7/+18 |
|
|
* | | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile o... | ashok | 2015-10-06 | 1 | -11/+20 |
|
|
* | | Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mi... | jan.nijtmans | 2015-03-22 | 1 | -1/+0 |
|
|
* | | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive event | ashok | 2014-12-03 | 1 | -0/+15 |
|
|
* | | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c defin... | jan.nijtmans | 2014-11-21 | 1 | -14/+19 |
|
|
* | | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra... | ashok | 2014-11-14 | 1 | -3/+18 |
|
|
* | | Backout last change, it doesn't solve the issue | jan.nijtmans | 2014-11-13 | 1 | -50/+2 |
|
|
* | | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra... | jan.nijtmans | 2014-11-13 | 1 | -2/+50 |
|
|
* | | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies) | jan.nijtmans | 2014-10-25 | 1 | -0/+2 |
|
|
* | | Make tkWinDialog.c compile with MinGW 4.0.2. | jan.nijtmans | 2014-10-20 | 1 | -197/+222 |
|
|
* | | Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id... | jan.nijtmans | 2014-10-20 | 1 | -0/+7 |
|
|
* | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 1 | -3/+2 |
|
|
* | | Previous commit probably broke higher VS versions (>2012) compilation. Fix that. | jan.nijtmans | 2014-10-17 | 1 | -1/+3 |
|
|
* | | Fix symbol conflict when compiling with latest (??) MinGW-w64. | jan.nijtmans | 2014-10-17 | 1 | -11/+11 |
|
|
* | | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all tests | ashok | 2014-10-16 | 1 | -40/+38 |
|
|
* | | Fixes to compile with newer Visual Studio versions | ashok | 2014-10-16 | 1 | -19/+20 |
|
|
* | | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 1 | -3/+11 |
|
|
* | | Make -xpstyle a hidden option | ashok | 2014-09-20 | 1 | -30/+29 |
|
|