summaryrefslogtreecommitdiffstats
path: root/generic/tkCursor.c
Commit message (Expand)AuthorAgeFilesLines
* Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization w...jan.nijtmans2024-07-101-1/+1
* Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-2/+2
|\
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-2/+2
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+5
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-6/+8
* | use PTR2INT herejan.nijtmans2022-10-301-1/+1
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-1/+1
|\ \ | |/
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-16/+14
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-14/+14
* | Merge 8.6jan.nijtmans2019-09-261-1/+1
|\ \ | |/
| * Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-261-1/+1
* | Merge 8.6jan.nijtmans2019-01-101-3/+3
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+7
| |\ \
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-3/+3
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-5/+1
| |\ \ \ | | | |/ | | |/|
| | * | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+4
| * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-3/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-6/+3
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-2/+2
* | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-6/+4
|/ /
* | Much more cleaning up of result handling.dkf2012-07-231-2/+6
* | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+2
|\ \ | |/
| * [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-2/+2
| |\
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-241-1/+4
| | * * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has ahobbs2003-04-181-7/+7
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-10/+19
* | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-2/+2
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-26/+27
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-3/+2
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions in implementationnijtmans2007-01-031-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-12/+12
* | More bits of ANSIfyingdkf2005-11-111-229/+230
* | * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-241-1/+4
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-7/+7
* | * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has ahobbs2003-04-181-7/+7
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-9/+9
* Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]dkf2001-10-231-3/+3