summaryrefslogtreecommitdiffstats
path: root/win/tkWinScrlbr.c
Commit message (Expand)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-4/+0
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-1/+1
* Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-6/+5
|\
* \ Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-10/+10
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-021-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-3/+4
* | Merge 8.6. jan.nijtmans2019-09-231-4/+4
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-4/+4
* | Merge 8.6jan.nijtmans2019-09-191-1/+1
|\ \ | |/
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-1/+1
| * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-1/+1
* | More removals of "register" keyword.jan.nijtmans2019-08-161-3/+3
* | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-1/+1
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-4/+4
|/
* Fixed bug [1510538] - Wrong initial scrollbar widthjan.nijtmans2016-01-081-2/+2
|\
| * Fixed bug [1510538] - Wrong initial scrollbar widthfvogel2016-01-041-2/+2
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-17/+3
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | Backport of fix for [Bug 2112563]dkf2008-10-051-5/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
* | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-291-3/+3
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-64/+23
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-2/+2
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-12/+2
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-13/+9
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+3
* | | TIP 337dgp2008-12-091-2/+2
* | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-2/+2
|/ /
* | Add in missing function definitions to support plain MSVC6 and usepatthoyts2007-12-141-4/+4
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-051-14/+1
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-2/+2
* | ANSIficationdkf2005-12-021-184/+188
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
|/
* * win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL tohobbs2003-02-211-1/+7
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-2/+2
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-3/+4
* * win/tkWinButton.c:hobbs2000-11-031-1/+14
* * win/tkWinDialog.c: added unicode-aware open/save file dialogshobbs2000-03-311-6/+2
* * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProchobbs2000-01-131-10/+12
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+6