Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More elimination of the "register" keyword, and more explicit typecasts | jan.nijtmans | 2020-10-06 | 1 | -1/+1 |
| | |||||
* | Remove calls to Tk_FreeXId(), since it's just a NOP. | jan.nijtmans | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | more reorganization of error codes: safety is common failure mode | dkf | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -10/+10 |
| | |||||
* | a few more places | dkf | 2012-07-24 | 1 | -17/+20 |
| | |||||
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -18/+31 |
| | |||||
* | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -5/+5 |
|\ | |||||
| * | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -5/+5 |
| |\ | |||||
| | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -5/+5 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -4/+4 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 1 | -6/+6 |
| | | | | | | | | | | | | more internal -Wwrite-string warning fixes | ||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -17/+17 |
|/ / | |||||
* | | * changes: Updates for 8.5.2 release. | dgp | 2008-03-26 | 1 | -3/+3 |
| | | | | | | | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466] | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | Whitespace/formatting/function-exposure cleanup | dkf | 2006-12-19 | 1 | -148/+126 |
| | | |||||
* | | Use more portable string literals | dgp | 2006-12-18 | 1 | -23/+23 |
| | | |||||
* | | * doc/cursors.n: Mention "none" in supported | mdejong | 2006-12-17 | 1 | -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 improvements | dkf | 2005-10-21 | 1 | -77/+76 |
|/ | |||||
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -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. | dgp | 2002-01-25 | 1 | -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 trunk | stanton | 1999-04-16 | 1 | -8/+11 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed old calls to XReadBitmapFile | welch | 1998-08-04 | 1 | -2/+2 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+407 |