Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | nijtmans@users.sourceforge.net | 2014-02-10 | 1 | -2/+2 |
* | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-08-27 | 1 | -4/+49 |
|\ | |||||
| * | better wrapper, with one less roundtrip through X11 server | nijtmans@users.sourceforge.net | 2012-07-16 | 1 | -10/+4 |
| * | merge trunk | nijtmans@users.sourceforge.net | 2012-04-12 | 1 | -1/+1 |
| |\ | |||||
| * \ | implement for Unix as well | nijtmans@users.sourceforge.net | 2012-03-26 | 1 | -4/+55 |
| |\ \ | |||||
* | | | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -4/+4 |
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -3/+7 |
| |_|/ |/| | | |||||
* | | | fix for scoping of buf (introduced with fix for [Bug 2809525]) | nijtmans@users.sourceforge.net | 2012-03-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix scoping of buf (introduced with fix for [Bug 2809525]) | nijtmans@users.sourceforge.net | 2012-03-26 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | fix scoping of buf (introduced with fix for [Bug 2809525] | nijtmans@users.sourceforge.net | 2012-03-26 | 1 | -1/+1 |
* | | | | [Bug 2809525] Abort on overlong color name | nijtmans@users.sourceforge.net | 2012-03-21 | 1 | -43/+51 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 2809525] Abort on overlong color name | nijtmans@users.sourceforge.net | 2012-03-21 | 1 | -43/+51 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 2809525] Abort on overlong color name | nijtmans@users.sourceforge.net | 2012-03-21 | 1 | -43/+51 |
| | |/ | |||||
* | | | [bug 3505358 ] invalid color name "#f75df642f527" | nijtmans@users.sourceforge.net | 2012-03-15 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | [bug 3505358 ] invalid color name "#f75df642f527" | nijtmans@users.sourceforge.net | 2012-03-15 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | [bug 3505358 ] invalid color name "#f75df642f527" | nijtmans@users.sourceforge.net | 2012-03-15 | 1 | -0/+2 |
* | | | _Xconst -> const | nijtmans@users.sourceforge.net | 2012-02-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | _Xconst -> CONST | nijtmans@users.sourceforge.net | 2012-02-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | _Xconst -> CONST | nijtmans@users.sourceforge.net | 2012-02-21 | 1 | -1/+1 |
* | | | [Bug 3486474]: Inconsistent color scaling | nijtmans@users.sourceforge.net | 2012-02-15 | 1 | -1/+72 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3486474]: Inconsistent color scaling | nijtmans@users.sourceforge.net | 2012-02-15 | 1 | -1/+55 |
| |\ \ | | |/ | |||||
| | * | [Bug 3486474]: Inconsistent color scaling | nijtmans@users.sourceforge.net | 2012-02-15 | 1 | -0/+55 |
| | |\ | |||||
| | | * | improved, faster implementations of XParseColor and TkParseColor | nijtmans@users.sourceforge.net | 2012-02-12 | 1 | -28/+29 |
| | | * | let Tk_NameOfColor output a shorter color-name, when possible | nijtmans@users.sourceforge.net | 2012-02-11 | 1 | -0/+15 |
| | | * | proposed fix for bug-3486474 | nijtmans@users.sourceforge.net | 2012-02-10 | 1 | -0/+55 |
| | |/ | |||||
* | | | Purge RCS Keywords | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| * | | Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit. | donal.k.fellows@manchester.ac.uk | 2009-12-09 | 1 | -8/+11 |
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -2/+2 |
* | | | Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit. | donal.k.fellows@manchester.ac.uk | 2009-12-09 | 1 | -1/+4 |
* | | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing | donal.k.fellows@manchester.ac.uk | 2009-11-21 | 1 | -6/+15 |
* | | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -2/+2 |
* | | | Lots of small changes to make code more pretty and C89-like. | donal.k.fellows@manchester.ac.uk | 2008-11-08 | 1 | -2/+2 |
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -2/+2 |
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -19/+19 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
* | | header cleanup | dgp@users.sourceforge.net | 2007-09-07 | 1 | -1/+2 |
* | | Fix minor K&R-ism | donal.k.fellows@manchester.ac.uk | 2007-02-12 | 1 | -4/+3 |
* | | various "const" additions in implementation | nijtmans | 2007-01-03 | 1 | -2/+2 |
* | | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -8/+8 |
* | | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 1 | -221/+215 |
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -5/+5 |
|/ | |||||
* | Applied companion patch for Tcl Patch 585105, | dgp@users.sourceforge.net | 2002-08-05 | 1 | -3/+3 |
* | Register Tk's object types with Tcl (Tcl Bug 450545) | donal.k.fellows@manchester.ac.uk | 2001-08-15 | 1 | -5/+5 |
* | * tests/menu.test: | hobbs | 2000-05-11 | 1 | -23/+29 |
* | * generic/tkColor.c: | hobbs | 1999-11-19 | 1 | -9/+11 |
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -3/+2 |
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -80/+489 |