summaryrefslogtreecommitdiffstats
path: root/win/rc/tk_base.rc
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary end-of-line spacingjan.nijtmans2015-03-231-6/+6
|
* Purge RCS Keywords.dgp2011-06-081-1/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-1/+0
| |
| * Backported the BASE_NO_TK_ICON patch to assist in creating tclkitspatthoyts2007-09-041-1/+10
| | | | | | | | and/or basekits with corrent resources.
* | * doc/cursors.n: Mention "none" in supportedmdejong2006-12-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | * win/tkWinButton.c (InitBoxes): Call Tcl_Panic()mdejong2006-12-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | if loading of bitmap resources fails. This change generates an error if Tk is unable to find button widget resources instead of silently failing and then drawing widgets incorrectly. win/rc/tk_base.rc: If the user defines BASE_NO_TK_ICON then compile the base resources file without a "tk" icon. This change makes it easier to replace the default tk icon with a custom icon. [Patch 1614362]
* | * win/rc/tk.rc:davygrvy2004-01-131-1/+3
|/ | | | | | | * win/rc/tk_base.rc: * win/rc/wish.rc: * win/makefile.vc: Refreshed how the resource files are built. Should be a bit easier for people linking with a static Tk library.
* 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-10-311-0/+130
* win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/rc/tk.rc: * win/rc/tk_base.rc (new): * win/rc/wish.rc: Added logic to derive filenames better in the resource scripts based on compile options along with better support for building a static wish shell with cursor resources.