summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | after .TH breaks rendering on OpenBSD and possibly others.
* [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
|\
| * [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| |
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * Spelling correctionsdgp2007-11-051-3/+3
| |
| * Band-aid doc update for [Bug 220787]dkf2006-03-071-1/+5
| |
| * Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-121-3/+3
| |
| * Backport of documentation fixesdkf2004-10-281-42/+35
| |
* | Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-5/+9
| |
* | Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-301-11/+7
| |
* | Document canvas current item/clipping behaviour more precisely. [Bug 1774593]dkf2007-12-301-16/+42
| |
* | Documented -outlineoffset item option. [Bug 1836621]dkf2007-12-171-1/+15
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | More documentation improvementsdkf2007-10-301-18/+20
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-78/+109
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-43/+27
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-17/+34
| |
* | Rendering-with-groff GOOBE.dkf2007-10-231-11/+10
| |
* | Fixed documentation of default -joinstyle option values for line and polygon ↵dkf2007-05-251-3/+3
| | | | | | | | items. [Bug 1725782]
* | Spelling fixes. [Bug 1686210]dkf2007-05-031-3/+3
| |
* | * doc/colors.n: document new Mac OS X system colors.das2007-04-231-2/+2
| | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes]. * doc/ttk_image.n: fix 'make html' warning. * doc/canvas.n: fix nroff typo.
* | Band-aid doc update for [Bug 220787]dkf2006-03-071-1/+5
| |
* | TIP#260 implementationdkf2006-01-121-1/+10
| |
* | Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-121-3/+3
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-3/+1
| |
* | Assorted minor documentation fixesdkf2004-10-281-3/+7
| |
* | Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-191-11/+11
| |
* | TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-14/+36
| |
* | Spelling and grammar fixesdkf2004-08-161-12/+12
| |
* | Added paragraph about the canvas origin [Bug 956681]dkf2004-07-071-23/+16
|/
* * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-inhobbs2002-08-081-3/+7
| | | | | | bezier method by name. [Bug #578654] * doc/canvas.n: update to note that -smooth really doesn't take or return just booleans.
* * doc/canvas.n: Noted ability to specify coords as a list in thehobbs2001-03-301-10/+28
| | | | docs. (techentin) [Patch #403660]
* * doc/canvas.n: fixed doc bug (ellson). [Bug: 6218]hobbs2000-09-071-2/+2
|
* * doc/toplevel.n:ericm2000-08-251-8/+8
| | | | | | | | | | | | | | | | | | | * doc/spinbox.n: * doc/scrollbar.n: * doc/scale.n: * doc/menubutton.n: * doc/menu.n: * doc/listbox.n: * doc/entry.n: * doc/frame.n: * doc/message.n: * doc/checkbutton.n: * doc/radiobutton.n: * doc/button.n: * doc/label.n: * doc/canvas.n: * doc/text.n: Fixed Standard Options section to make best use of new tab settings in man.macros.
* CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,jenglish2000-07-251-2/+2
| | | | | | FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font.
* Fixed formatting.ericm2000-06-051-6/+8
|
* * doc/bind.n:hobbs2000-05-231-12/+14
| | | | | | | * doc/canvas.n: * doc/entry.n: * doc/listbox.n: * doc/photo.n: doc fix-ups [Bug: 5396]
* * doc/WindowId.3: added docs for Tk_IsContainer and Tk_IsEmbeddedhobbs2000-01-211-8/+9
| | | | | * doc/text.n: clarified mark gravity definition and usage of ``word'' in binding definitions. [Bug: 2004 2277 1388]
* minor doc fixescore_8_3_b1hobbs1999-12-221-5/+5
|
* * doc/canvas.n: added docs for items added by dash patch (-*dash*,hobbs1999-12-141-271/+417
| | | | | | | | | -state, -active*, -disabled*, -offset, essentially rewrote the man patch for completely updated 8.3 canvas widget. * doc/entry.n: added docs for entry widget validation * doc/event.n: added docs for -warp * doc/text.n: doc'ed new -state value 'hidden' * doc/GetDash.3: (new file) man page explaining Tk_GetDash
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-1/+2
| | | | items they didn't support a null (transparant fill color)
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+1576