| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -3/+3 |
|\ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -3/+3 |
|
|
| * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -10/+10 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -2/+2 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -9/+4 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -9/+4 |
| |\ \
| | |/ |
|
| | * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -11/+6 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2019-07-30 | 1 | -1/+11 |
|\ \ \
| |/ / |
|
| * | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
| * | | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu... | jan.nijtmans | 2019-07-30 | 1 | -0/+10 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-06-20 | 1 | -4/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-06-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ... | jan.nijtmans | 2019-06-20 | 1 | -1/+1 |
|
|
| * | | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD... | jan.nijtmans | 2019-06-19 | 1 | -6/+3 |
| |\ \
| | |/ |
|
| | * | Don't re-reference encoding "unicode", when we can re-use the encoding. | jan.nijtmans | 2019-06-19 | 1 | -4/+1 |
|
|
* | | | Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - someh... | jan.nijtmans | 2019-06-11 | 1 | -11/+12 |
|
|
* | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -2/+2 |
|
|
* | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -5/+8 |
|/ / |
|
* | | A few WideINT-related range improvements and comment fixes | jan.nijtmans | 2018-12-12 | 1 | -1/+1 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -6/+6 |
|
|
* | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range. | jan.nijtmans | 2018-10-22 | 1 | -3/+3 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-05-05 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T... | jan.nijtmans | 2017-05-05 | 1 | -1/+4 |
|
|
* | | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ... | jan.nijtmans | 2017-01-20 | 1 | -9/+9 |
|/ |
|
* | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 |
|
|
* | Make findwindow more robust by ensuring it is a window belonging | ashok | 2014-09-20 | 1 | -0/+22 |
|
|
* | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 1 | -6/+64 |
|
|
* | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_... | jan.nijtmans | 2014-05-26 | 1 | -34/+25 |
|
|
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -5/+5 |
|
|
* | Fixed, but only tested yet on Windows 7. On other platforms, at least the 'us... | jan.nijtmans | 2012-11-11 | 1 | -1/+7 |
|
|
* | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -22/+4 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -8/+8 |
|\ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -9/+9 |
| |\ |
|
| * \ | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -3/+0 |
| |\ \
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -3/+2 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -27/+13 |
|
|
| * | | [Bug 2307837] Backported fix for running dialog tests on non-English locales | patthoyts | 2009-11-13 | 1 | -2/+25 |
|
|
| * | | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 1 | -1/+4 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 1 | -21/+11 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -7/+11 |
|
|
* | | | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 1 | -22/+2 |
|
|
* | | | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 1 | -36/+24 |
|
|