summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixCursor.c
Commit message (Collapse)AuthorAgeFilesLines
* more reorganization of error codes: safety is common failure modedkf2012-07-301-1/+1
|
* Working towards making the error codes more consistent.dkf2012-07-301-10/+10
|
* a few more placesdkf2012-07-241-17/+20
|
* Much more cleaning up of result handling.dkf2012-07-231-18/+31
|
* [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-5/+5
|\
| * [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-5/+5
| |\
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-5/+5
| | |
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-4/+4
| | | | | | | | | using useful casts internally.
* | | CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-6/+6
| | | | | | | | | | | | more internal -Wwrite-string warning fixes
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-17/+17
|/ /
* | * changes: Updates for 8.5.2 release.dgp2008-03-261-3/+3
| | | | | | | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466]
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | header cleanupdgp2007-09-071-2/+1
| |
* | Whitespace/formatting/function-exposure cleanupdkf2006-12-191-148/+126
| |
* | Use more portable string literalsdgp2006-12-181-23/+23
| |
* | * doc/cursors.n: Mention "none" in supportedmdejong2006-12-171-68/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cursor list. Fix comment that incorrectly claims that the Win32 "no" cursor hides the cursor. * tests/cursor.test: Test "none" cursor. * unix/tkUnixCursor.c (CreateCursorFromTableOrFile, TkGetCursorByName): Define a table of Tk cursors that is searched in addition to the X cursor table. A Tk cursor is loaded from a data string and works with the same options as the built in X cursors. This code makes it possible to use "none" as a cursor name under Unix. * win/rc/cursor9a.cur: Added none Win32 cursor. * win/rc/tk_base.rc: Define a built-in Win32 cursor named "none". [Patch 1615427]
* | Whitespace/style/ANSI improvementsdkf2005-10-211-77/+76
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h)
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2
| | | | | | | | | * Updated callers of Tcl_GetStringResult. Rewrote PrintScrollFractions to ScrollFractions to stop scribbling directly on interp->result. * Updated callers of Tcl_GetVar, Tcl_GetVar2 * Updated callers of Tcl_SplitPath, Tcl_JoinPath, and Tcl_TranslateFileName.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-8/+11
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Fixed old calls to XReadBitmapFilewelch1998-08-041-2/+2
|
* Initial revisionrjohnson1998-04-011-0/+407