| Commit message (Expand) | Author | Age | Files | Lines |
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv... | jan.nijtmans | 2020-04-02 | 1 | -2/+2 |
|
|
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -3/+4 |
|
|
* | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -4/+4 |
|\ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|
|
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | | More removals of "register" keyword. | jan.nijtmans | 2019-08-16 | 1 | -3/+3 |
|
|
* | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -4/+4 |
|/ |
|
* | Fixed bug [1510538] - Wrong initial scrollbar width | jan.nijtmans | 2016-01-08 | 1 | -2/+2 |
|\ |
|
| * | Fixed bug [1510538] - Wrong initial scrollbar width | fvogel | 2016-01-04 | 1 | -2/+2 |
|
|
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
| * | | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics... | jan.nijtmans | 2012-10-23 | 1 | -17/+3 |
|
|
* | | | 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 |
|
|
| * | | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -5/+5 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -1/+1 |
|
|
* | | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 1 | -3/+3 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -64/+23 |
|
|
* | | | Unnessarary TCL_STORAGE_CLASS re-definitions | nijtmans | 2010-04-29 | 1 | -2/+2 |
|
|
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -12/+2 |
|
|
* | | | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 1 | -13/+9 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -2/+2 |
|
|
* | | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 1 | -2/+2 |
|/ / |
|
* | | Add in missing function definitions to support plain MSVC6 and use | patthoyts | 2007-12-14 | 1 | -4/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 1 | -14/+1 |
|
|
* | | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -2/+2 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -184/+188 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -2/+2 |
|/ |
|
* | * win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL to | hobbs | 2003-02-21 | 1 | -1/+7 |
|
|
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish | 2002-06-14 | 1 | -2/+2 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -3/+4 |
|
|
* | * win/tkWinButton.c: | hobbs | 2000-11-03 | 1 | -1/+14 |
|
|
* | * win/tkWinDialog.c: added unicode-aware open/save file dialogs | hobbs | 2000-03-31 | 1 | -6/+2 |
|
|
* | * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProc | hobbs | 2000-01-13 | 1 | -10/+12 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -2/+6 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+745 |
|
|