summaryrefslogtreecommitdiffstats
path: root/win/tkWinCursor.c
Commit message (Expand)AuthorAgeFilesLines
* [https://core.tcl-lang.org/tcl/tktview/0439e1e1a3|0439e1e1a3] can't -> cannot...core-bug-0439e1e1a3jan.nijtmans2024-07-081-1/+1
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-1/+1
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-1/+1
* Merge 8.6jan.nijtmans2021-06-031-2/+2
|\
| * A few more "const" keyword optimizationsjan.nijtmans2021-06-031-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6jan.nijtmans2020-10-281-1/+1
|\ \ | |/
| * Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-1/+1
| |\
| | * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-281-1/+1
* | | WIP: Add support for C++jan.nijtmans2019-12-121-1/+14
|/ /
* | One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-3/+3
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-2/+2
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-1/+1
* | more reorganization of error codes: safety is common failure modedkf2012-07-301-1/+1
* | a few more placesdkf2012-07-241-9/+11
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Backported fix for bug #776646 which makes hand2 and fleur native on windows.patthoyts2004-01-281-3/+12
| | * * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providehobbs2003-07-191-2/+2
| * | [Patch 2542828] use stock Win32 help arrow cursor when question_arrow request...patthoyts2009-02-231-1/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-8/+7
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-9/+3
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* | | [Patch 2542828] use stock Win32 help arrow cursor for question_arrowpatthoyts2009-02-221-1/+5
* | | Add "const" to many internalnijtmans2008-10-171-7/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Assorted minor cleanups.dkf2007-09-081-2/+2
* | ANSIficationdkf2005-12-021-39/+48
* | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 andpatthoyts2003-07-241-3/+12
* | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-181-2/+2
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* Refixed cursor handling on Windows, and added tests to enforce it.dkf2002-06-131-30/+43
* * win/tkWinCursor.c (TkGetCursorByName): reverted fix fromhobbs2002-06-121-42/+29
* D'oh! Next time, I should at least check I've got the variable names right.dkf2002-06-111-3/+3
* Cursor name parsing was quite broken compared with Unix; cursor names aredkf2002-06-061-29/+42
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2
* * win/tkWinCursor.c: added support for Windows cursors tohobbs1999-12-161-1/+30
* * Merged 8.1 branch into the main trunkstanton1999-04-161-4/+3
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+210