| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 4 | -30/+28 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 4 | -16/+17 |
|
|
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -4/+4 |
|
|
* | | merge core-8-4-branch | jan.nijtmans | 2012-05-05 | 1 | -66/+66 |
|\ \
| |/ |
|
| * | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 2012-05-05 | 1 | -66/+66 |
|
|
* | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 2 | -17/+34 |
|/ |
|
* | disallow colors like "xellow" | jan.nijtmans | 2012-04-12 | 1 | -2/+7 |
|
|
* | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 2 | -1/+1 |
|
|
* | gcc warning: signed-unsigned compare | jan.nijtmans | 2012-04-02 | 1 | -2/+2 |
|
|
* | 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 | -53/+67 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | *** 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 |
|
|
* | added recognition of tiling in GC | hobbs | 1999-12-14 | 1 | -3/+190 |
|
|
* | * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the | redman | 1999-07-31 | 1 | -13/+0 |
|
|
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 1 | -13/+0 |
|
|
* | * generic/tkIntXlibDecls.h: | stanton | 1999-06-02 | 1 | -0/+4 |
|
|
* | merge with 8.1.0 branch | redman | 1999-04-21 | 1 | -1/+1 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 5 | -100/+10 |
|
|
* | Merge changes in 8.1 into 8.0.6, specifically we should be exporting | redman | 1999-03-10 | 1 | -11/+0 |
|
|
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 2 | -3013/+11 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 6 | -6/+6 |
|
|