| Commit message (Expand) | Author | Age | Files | Lines |
* | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 1 | -2/+2 |
|
|
* | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
|\ |
|
| * | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-07-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | argc -> objc, where Tcl_Obj * arrays are handled | jan.nijtmans | 2022-06-22 | 1 | -1/+1 |
|
|
* | | Merge enhanced-index | jan.nijtmans | 2021-10-27 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Fix gcc warning, use more TCL_UNUSED | jan.nijtmans | 2021-09-28 | 1 | -1/+0 |
|
|
* | | Merge enhanced-index | jan.nijtmans | 2021-09-06 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Rewrite to use an actual ensemble instead of a homebrew version. | dkf | 2021-07-14 | 1 | -1/+0 |
|
|
| * | Merge trunk, remove additional merge conflicts | Kevin Walzer | 2021-05-31 | 1 | -8/+1 |
|
|
| * | Merge trunk | Kevin Walzer | 2021-05-31 | 1 | -1/+8 |
| |\ |
|
| * \ | Merge 8.7. end-of-line spacing | jan.nijtmans | 2021-05-22 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Gdi commands now active; next step: work out printing details at script level | Kevin Walzer | 2021-05-06 | 1 | -1/+1 |
|
|
| * | | Merge trunk; remove more compiler warnings | Kevin Walzer | 2021-03-31 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| * | | Make tkWinGID.c and tkWinPrint.c compile. Still various compiler warnings | jan.nijtmans | 2021-03-08 | 1 | -1/+1 |
|
|
| * | | Merge 8.7. Fix a few compiler warnings | jan.nijtmans | 2021-01-26 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Initial attempt at printing tip | Kevin Walzer | 2021-01-26 | 1 | -0/+1 |
|
|
* | | | more progress | jan.nijtmans | 2021-03-24 | 1 | -0/+1 |
| |/
|/| |
|
* | | Fix [0e1b64074]: Build error on Windows 10/VS 2019 | jan.nijtmans | 2021-01-26 | 1 | -1/+1 |
|/ |
|
* | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|\ |
|
| * | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Merge-mark trunk. Fix warning in tkUnixSysNotify.c. Eliminate eol-spacing | jan.nijtmans | 2020-09-26 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Attempt to build on X11 | Kevin Walzer | 2020-09-21 | 1 | -2/+2 |
|
|
* | | Windows taskbar/system tray balloon notifications work! On to integrating TkT... | Kevin Walzer | 2020-09-05 | 1 | -4/+2 |
|
|
* | | Successful test of icon display in system tray; next to refine balloon alert ... | Kevin Walzer | 2020-09-03 | 1 | -0/+4 |
|/ |
|
* | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 1 | -0/+1 |
|
|
* | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -2/+2 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
| |\ |
|
| | * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -8/+2 |
|
|
| | * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -6/+6 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge trunk | jan.nijtmans | 2019-07-30 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Don't use L'?', the L doesn't do anything here | jan.nijtmans | 2019-07-30 | 1 | -5/+5 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-07-30 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-06-20 | 1 | -9/+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 | -10/+3 |
| |/ |
|
* | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -4/+4 |
|
|
* | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -1/+2 |
|/ |
|
* | Bugfix in tkWinClipboard: Failed to determine fname length in loop. | jan.nijtmans | 2019-03-22 | 1 | -1/+1 |
|
|
* | On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T... | jan.nijtmans | 2017-05-05 | 1 | -1/+6 |
|
|
* | Implemented more options for new tk_get{Open,Save} file dialogs | ashok | 2014-09-13 | 1 | -0/+51 |
|
|
* | Some more fixes for Cygwin32/64 in win32 GUI mode.
| jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|\ |
|
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -1/+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 |
|
|