summaryrefslogtreecommitdiffstats
path: root/doc/cursors.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.
| * 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.
* | Purge RCS Keywordsdgp2011-06-081-3/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-3/+0
| | |
| | * * doc/colors.n: document new Mac OS X system colors.das2007-04-291-4/+25
| | | | | | | | | | | | | | | | | | * 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].
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-4/+21
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-1/+2
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | More documentation improvementsdkf2007-10-301-8/+3
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-2/+2
| |
* | * doc/colors.n: document new Mac OS X system colors.das2007-04-231-4/+24
| | | | | | | | | | | | | | | | * 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.
* | * doc/cursors.n: Mention "none" in supportedmdejong2006-12-171-2/+6
|/ | | | | | | | | | | | | | | | | | cursor list. Fix comment that incorrectly claims that the Win32 "no" cursor hides the cursor. * tests/cursor.test: Test "none" cursor. * unix/tkUnixCursor.c (CreateCursorFromTableOrFile, TkGetCursorByName): Define a table of Tk cursors that is searched in addition to the X cursor table. A Tk cursor is loaded from a data string and works with the same options as the built in X cursors. This code makes it possible to use "none" as a cursor name under Unix. * win/rc/cursor9a.cur: Added none Win32 cursor. * win/rc/tk_base.rc: Define a built-in Win32 cursor named "none". [Patch 1615427]
* Added missing .BE [Tcl Bug 629330]dkf2002-11-151-1/+2
|
* corrected use of .SS macrohobbs2000-08-071-9/+14
|
* * doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].ericm2000-04-271-0/+149
* doc/colors.n: Man page enumerating valid color names [RFE: 1645]. * doc/cursors.n: Man page enumerating valid cursor values [RFE: 1645]. * library/msgbox.tcl: Corrected Unix tk_messageBox implementation to make the first button the default when no default is specified [Bug: 2218]. * doc/messageBox.n: Updated documentation with regards to selection of default button when none is specified (now it will use the first button as the default in that case) [Bug: 2218].