Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more reorganization of error codes: safety is common failure mode | dkf | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | a few more places | dkf | 2012-07-24 | 1 | -9/+11 |
| | |||||
* | 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 |
| | | | |||||
| | * | Backported fix for bug #776646 which makes hand2 and fleur native on windows. | patthoyts | 2004-01-28 | 1 | -3/+12 |
| | | | |||||
| | * | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide | hobbs | 2003-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | consistency between unix and windows -cursor option. (thoyts) | ||||
| * | | [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵ | patthoyts | 2009-02-23 | 1 | -1/+5 |
| | | | | | | | | | | | | requested (danckaert) | ||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -8/+7 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 1 | -9/+3 |
| | | | |||||
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ↵ | nijtmans | 2010-09-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | yet. tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here. | ||||
* | | | [Patch 2542828] use stock Win32 help arrow cursor for question_arrow | patthoyts | 2009-02-22 | 1 | -1/+5 |
| | | | |||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -4/+4 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -2/+2 |
| | | |||||
* | | ANSIfication | dkf | 2005-12-02 | 1 | -39/+48 |
| | | |||||
* | | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and | patthoyts | 2003-07-24 | 1 | -3/+12 |
| | | | | | | | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available. | ||||
* | | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide | patthoyts | 2003-07-18 | 1 | -2/+2 |
|/ | | | | consistency between unix and windows -cursor option. | ||||
* | 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) | ||||
* | Refixed cursor handling on Windows, and added tests to enforce it. | dkf | 2002-06-13 | 1 | -30/+43 |
| | |||||
* | * win/tkWinCursor.c (TkGetCursorByName): reverted fix from | hobbs | 2002-06-12 | 1 | -42/+29 |
| | | | | | 2002-06-06 because it broke the ability to use built-in cursors like left_ptr. | ||||
* | D'oh! Next time, I should at least check I've got the variable names right. | dkf | 2002-06-11 | 1 | -3/+3 |
| | |||||
* | Cursor name parsing was quite broken compared with Unix; cursor names are | dkf | 2002-06-06 | 1 | -29/+42 |
| | | | | supposed to be first-and-foremost a list... | ||||
* | * 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. | ||||
* | * win/tkWinCursor.c: added support for Windows cursors to | hobbs | 1999-12-16 | 1 | -1/+30 |
| | | | | | | | | | | TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * win/tkWinWm.c: fixed 'wm deiconify' to update position of the toplevel if event is waiting before mapping. (Mao) [Bug: 3687] This removes the need for 'update idle' before 'wm deiconify' on Windows. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -4/+3 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+210 |