summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-9/+8
| | | | | | | | | | * win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562]
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-101-7/+10
| | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring.
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
|
* Fixed bug 1840rjohnson1999-04-171-4/+6
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-54/+75
|
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-61/+98
| | | | a submitted patch.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+3791