| Commit message (Expand) | Author | Age | Files | Lines |
* | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-18 | 2 | -813/+983 |
|\ |
|
| * | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-18 | 2 | -813/+983 |
| |\ |
|
| | * | test output in Xorg rgb.txt formatrfe_3503317 | jan.nijtmans | 2012-03-18 | 1 | -2/+2 |
|
|
| | * | elimination of gray table by using calculations in stead | jan.nijtmans | 2012-03-17 | 1 | -26/+10 |
|
|
| | * | implementation complete, todo: more testing | jan.nijtmans | 2012-03-17 | 1 | -14/+44 |
|
|
| | * | further reduction of color table to 147 entries! | jan.nijtmans | 2012-03-16 | 1 | -672/+266 |
| | |\
| | |/
| |/| |
|
| * | | workaround for _strtoi64 determination on win64 (autoconf-2.13 issue) | jan.nijtmans | 2012-03-15 | 1 | -2/+0 |
|
|
| * | | workaround attempt for win64 problem????? | jan.nijtmans | 2012-03-14 | 1 | -0/+1 |
|
|
| | * | make sure that "burly wood" is not a valid color | jan.nijtmans | 2012-03-13 | 1 | -3/+15 |
|
|
| | * | rfe-3503317: XParseColor speedup | jan.nijtmans | 2012-03-13 | 1 | -417/+308 |
| |/ |
|
| * | missing include <stdlib.h> | jan.nijtmans | 2012-03-13 | 1 | -0/+1 |
|
|
* | | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 1 | -24/+33 |
|\ \
| |/ |
|
| * | Provide fallback for _strtoi64 | jan.nijtmans | 2012-02-26 | 1 | -53/+67 |
|
|
* | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -15/+24 |
|\ \
| |/ |
|
| * | improved, faster implementations of XParseColor and TkParseColorbug_3486474 | jan.nijtmans | 2012-02-12 | 1 | -64/+26 |
|
|
| * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -17/+64 |
|
|
* | | [Bug 3380684] XEmptyRegion prototype doesn't match usage | jan.nijtmans | 2011-07-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [Bug 3380684] XEmptyRegion prototype doesn't match usage | jan.nijtmans | 2011-07-28 | 1 | -2/+2 |
|
|
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 6 | -12/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 6 | -12/+0 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -38/+83 |
|
|
| * | typo | das | 2007-07-02 | 1 | -2/+2 |
|
|
| * | * xlib/xgc.c (XCreateGC): correct black and white pixel values used to | das | 2007-07-02 | 1 | -3/+5 |
|
|
| * | * xlib/ximage.c: bitmaps created from the static .bmp | das | 2007-06-29 | 1 | -1/+3 |
|
|
| * | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -19/+7 |
|
|
| * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -9/+15 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+7 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -2/+2 |
|
|
| * | Set the default linewidth for new gc's to 1 not 0. Some extensions seem | wolfsuit | 2005-03-25 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -1/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 2 | -2/+2 |
|
|
* | | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 1 | -1/+2 |
|
|
* | | * xlib/xgc.c: factor out alloc/free of GC clip_mask; | das | 2007-10-12 | 1 | -38/+83 |
|
|
* | | * xlib/xgc.c (XCreateGC): correct black and white pixel values used to | das | 2007-07-02 | 1 | -3/+5 |
|
|
* | | * xlib/ximage.c: bitmaps created from the static .xbm | das | 2007-06-29 | 1 | -1/+3 |
|
|
* | | * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): | das | 2007-06-23 | 1 | -19/+7 |
|
|
* | | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -12/+19 |
|
|
* | | fix breakage in last commit | das | 2007-01-03 | 1 | -2/+2 |
|
|
* | | Made the generic fake-X11 glue layer abide by the formatting rules of the core. | dkf | 2007-01-02 | 6 | -342/+394 |
|
|
* | | * generic/tkImgGIF.c (ReadImage): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+8 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -2/+2 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 6 | -37/+13 |
|
|
* | | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -1/+4 |
|/ |
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 5 | -764/+778 |
|
|
* | minor cast fixes to prevent 64bit warnings | hobbs | 2001-09-21 | 1 | -2/+2 |
|
|
* | made XID __int64 type for Win64 | hobbs | 2001-09-21 | 1 | -0/+4 |
|
|
* | * generic/tkFileFilter.c (AddClause): Cast to match function prototype. | mo | 2000-07-06 | 1 | -2/+2 |
|
|
* | * tests/color.test: | hobbs | 2000-03-02 | 1 | -7/+10 |
|
|
* | * xlib/xgc.c: #def'd out XDrawSegments for the Mac, and added | hobbs | 2000-02-10 | 1 | -1/+6 |
|
|