| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use more Tcl_CreateObjCommand2() internally. Those commands can handle a ↵ | jan.nijtmans | 2025-03-17 | 1 | -2/+2 |
| | | | | | longer argument list. | ||||
| * | typo in tkWinSend.c | jan.nijtmans | 2024-02-19 | 1 | -1/+1 |
| | | |||||
| * | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -1/+1 |
| | | |||||
| * | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -2/+2 |
| |\ | |||||
| * \ | Fix [d2396a9f1b]: [send] with options returns weird strings on X11 | jan.nijtmans | 2023-09-04 | 1 | -58/+21 |
| |\ \ | |/ | |||||
| | * | Fix [d2396a9f1b]: [send] with options returns weird strings on X11 | jan.nijtmans | 2023-09-04 | 1 | -1/+1 |
| | | | |||||
| | * | Use more TCL_UNUSED() macro's in stead of (void) casts | jan.nijtmans | 2023-02-07 | 1 | -6/+3 |
| | | | |||||
| * | | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -4/+4 |
| | | | |||||
| * | | Fix a mistake in sprintf eradication (it had no impact since ↵ | fvogel | 2023-01-22 | 1 | -2/+2 |
| |\ \ | |/ | | | | | TK_SEND_ENABLED_ON_WINDOWS is not defined. | ||||
| | * | Fix error in tkWinSend.c (there was no impact since ↵ | fvogel | 2023-01-21 | 1 | -2/+2 |
| | | | | | | | | | TK_SEND_ENABLED_ON_WINDOWS is not defined, but anyway: thanks Jan!). | ||||
| * | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers ↵ | fvogel | 2023-01-18 | 1 | -1/+2 |
| |\ \ | |/ | | | | | deprecation warning on macOS Ventura. Resolve conflicts. Remove sprintf calls specific to the main branch. | ||||
| | * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ↵ | fvogel | 2023-01-14 | 1 | -8/+1 |
| | | | | | | | | | snprintf). | ||||
| | * | Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵ | fvogel | 2023-01-10 | 1 | -1/+9 |
| | | | | | | | | | Ventura. Only a single instance left in TkpPrintWindowId() (tkWinWindow.c). | ||||
| | * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with ↵ | jan.nijtmans | 2020-03-24 | 1 | -15/+24 |
| | | | | | | | | | | | Tcl_UniCharToUtfDString()/Tcl_UtfToUniCharDString(), if possible (only for -DTCL_UTF_MAX=3, which is the default and only supported option) Backported, as far as possible, from 8.7. This helps moving away from Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar(), even though it only becomes deprecated in 8.7. | ||||
| * | | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -12/+9 |
| | | | |||||
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
| | | | |||||
| * | | Another round of type-casts for ckalloc() calls. Makes C++ compilers even ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
| | | | | | | | | | more happy. Mainly for MacOS code. | ||||
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -2/+8 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
| | | | | | | | Actually, formatting of %p is libc-specific, now that we have TCL_Z_MODIFIER we can make it platform-independant for all cases. | ||||
| | * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without ↵ | jan.nijtmans | 2019-09-24 | 1 | -3/+3 |
| | | | | | | | | | warnings when omitting -DUNICODE. | ||||
| * | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made ↵ | jan.nijtmans | 2019-09-25 | 1 | -6/+3 |
| | | | | | | | | | possible by TIP #548 | ||||
| * | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -7/+7 |
| |\ \ | |/ | |||||
| * | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and ↵ | jan.nijtmans | 2019-06-10 | 1 | -9/+15 |
| |/ | | | | Tcl_WinTCharToUtf(). Proving the point of this TIP. | ||||
| * | unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that. | jan.nijtmans | 2017-05-09 | 1 | -1/+0 |
| | | |||||
| * | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since ↵ | jan.nijtmans | 2017-05-05 | 1 | -8/+34 |
| | | | | | | | Tcl_WinTCharToUtf() works correctly when TCL_UTF_MAX==6 while Tcl_NewUnicodeObj() doesn't. All changes taken over from androwish. Thanks to Christian Werner! And ... on the go ... fixed a few memory leaks correctly detected by Christian. | ||||
| * | Implemented more options for new tk_get{Open,Save} file dialogs | ashok | 2014-09-13 | 1 | -53/+2 |
| | | | | | Renamed Win32ErrorObj to TkWin32ErrorObj and moved it from tkWinSend.c to be generally available. | ||||
| * | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
| |\ | | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+1 |
| | |\ | |||||
| * | | | Unbreak windows problems with commit [961ae24a3f] as well. | andreask | 2012-08-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | a few more places | dkf | 2012-07-24 | 1 | -11/+13 |
| | | | | |||||
| * | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -59/+55 |
| | | | | | | | | | | ** WORK IN PROGRESS ** | ||||
| * | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -2/+1 |
| |\ \ \ | |/ / | |||||
| * | | | 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 | -5/+19 |
| | | | | | | | | | | | | | | | | Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES | ||||
| * | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -2/+2 |
| | | | | | | | | | | using useful casts internally. | ||||
| * | | | [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw. | nijtmans | 2010-09-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | Make it compile on older mingw as well. | ||||
| * | | | Add <wchar.h> to tkWinPort.h, and | nijtmans | 2010-04-08 | 1 | -11/+7 |
| | | | | | | | | | | | | | | | | remove some earlier CYGWIN-related hacks which then are no longer necessary. | ||||
| * | | | When a function has had a leading underscore for a number of years you | patthoyts | 2010-02-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | might like to think about it when you remove it without testing the other compilers used. Fixed dimwitted previous edit. | ||||
| * | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures. | ||||
| * | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
| * | | | FormatMessage should always use the ignore-inserts flag when processing ↵ | patthoyts | 2009-05-13 | 1 | -4/+4 |
| | | | | | | | | | | | | | system errors. | ||||
| * | | | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | - some internal const decorations - spacing | ||||
| * | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -19/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
| * | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -4/+4 |
| | | | | |||||
| * | | | * tkDecls.h: Reverted das's change of Tk's stubs pointers | Kevin B Kenny | 2008-04-08 | 1 | -1/+11 |
| |/ / | | | | | | | | | | | | | | | | | | | | | * tkIntDecls.h: from 'extern' to 'EXTERN'. Since the stubs pointer * tkPlatDecls.h: is always linked statically, its wrong to import or export it from a DLL, and the change causes trouble for extensions that build with -DUSE_TK_STUBS. * tkWinEmbed.c: Removed #if 0 code. Trust the revision control system, if you need it again, you can find it. * tkWinSend.c: Added conditional compilation to silence several compiler warnings. | ||||
| * | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | | |||||
