| Commit message (Expand) | Author | Age | Files | Lines |
* | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ... | jan.nijtmans | 2024-05-10 | 1 | -42/+23 |
|
|
* | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 1 | -2/+2 |
|
|
* | Make tkWinTest.c warning-free, when compiled with Tcl 8.7 headers | jan.nijtmans | 2024-04-29 | 1 | -0/+2 |
|
|
* | 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 | -4/+12 |
|
|
* | Tcl_GetBoolean -> Tcl_GetBooleanFromObj | jan.nijtmans | 2022-04-01 | 1 | -1/+1 |
|
|
* | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -27/+38 |
|
|
* | 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 |
|
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -2/+2 |
|
|
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -11/+6 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|
|
* | Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ... | jan.nijtmans | 2019-06-20 | 1 | -1/+1 |
|
|
* | Don't re-reference encoding "unicode", when we can re-use the encoding. | jan.nijtmans | 2019-06-19 | 1 | -4/+1 |
|
|
* | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T... | jan.nijtmans | 2017-05-05 | 1 | -1/+4 |
|
|
* | 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 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -4/+1 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
* | | | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -2/+1 |
|
|
* | | | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 1 | -6/+62 |
|
|
* | | | Eliminate more gcc warnings | nijtmans | 2009-08-10 | 1 | -18/+26 |
|
|
* | | | FormatMessage should always use the ignore-inserts flag when processing syste... | patthoyts | 2009-05-13 | 1 | -2/+4 |
|
|
* | | | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -27/+30 |
|
|
* | | | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 1 | -4/+1 |
|
|
* | | | [Bug 2307837] avoid some locale-dependent failures by using id's or an englis... | patthoyts | 2008-11-22 | 1 | -2/+25 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -4/+7 |
|
|
* | | | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ... | nijtmans | 2008-11-03 | 1 | -2/+2 |
|
|
* | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -12/+9 |
|
|
* | | | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 1 | -25/+15 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -9/+9 |
|
|