summaryrefslogtreecommitdiffstats
path: root/win/rc
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-083-3/+0
|\
| * Purge RCS Keywords.dgp2011-06-083-3/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-083-3/+0
| | |
| | * Backported the BASE_NO_TK_ICON patch to assist in creating tclkitspatthoyts2007-09-041-1/+10
| | | | | | | | | | | | and/or basekits with corrent resources.
| | * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
| * | [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2328-0/+0
| | |
* | | Fix the icon to have 48x48 size (mistakenly made a 46px icon)patthoyts2009-10-151-0/+0
| | |
* | | Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-062-0/+0
| | | | | | | | | | | | | | | | | | Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
* | | [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2328-0/+0
|/ /
* | * doc/cursors.n: Mention "none" in supportedmdejong2006-12-172-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/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-12-081-22/+0
| | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: Add CE build support (some C code fixes needed) * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
* | * win/makefile.vc:davygrvy2004-02-082-4/+4
| | | | | | | | | | | | * win/rules.vc: * win/rc/tk.rc: * win/rc/wish.rc: Now supports the 'unchecked' option when building.
* | * win/rc/tk.rc:davygrvy2004-02-012-4/+4
| | | | | | | | * win/rc/wish.rc: General clean-up.
* | * win/lamp.bmp (deleted):davygrvy2004-01-131-0/+0
| | | | | | | | * win/rc/lamp.bmp (new): Moved.
* | * win/rc/tk.rc:davygrvy2004-01-133-11/+13
| | | | | | | | | | | | | | * 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.
* | * win/rc/wish.exe.manifest: It seems that Windows XP insists on apatthoyts2003-12-161-1/+1
| | | | | | | | | | strict format for the version value. 8.5.a0 or 8.5.0 results in an unloadable executable -- must be 4 numbers.
* | updated version stringdavygrvy2003-12-131-1/+1
|/
* Trims to support the removal of RESOURCE_INCLUDED from rcdavygrvy2002-06-182-15/+4
| | | | | | | | | | scripts from Tcl's accepted FR #565088. * generic/tk.h: Changed RESOURCE_INCLUDED to be RC_INVOKED as the RC tool defines this already by default. * win/rc/tk.rc: * win/rc/wish.rc: removed the #define RESOURCE_INCLUDED lines.
* * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.hobbs2001-11-103-2/+48
| | | | | | | | | * win/rc/tk.rc: * win/rc/wish.rc: * win/rc/wish.exe.manifest: added resources that specify using v6 of the MS Common Controls library when available (WinXP+). This enables use of the themeable widgets (like scrollbars) to be used in Tk. [Patch #478933]
* updated copyrighthobbs2001-10-012-6/+6
|
* 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-10-313-142/+214
| | | | | | | | | | | * 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.
* * win/tk.rc:redman2000-04-183-4/+4
| | | | | | * win/wish.rc: * win/wish.ico: Modified copyright dates in Windows resource files. Updated the icon for wish.exe.
* * Merged changes from 8.1.0 branchstanton1999-04-302-6/+7
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-1/+32
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-142-2/+2
|
* checked in resource files in binary modestanton1998-09-1480-0/+0
|
* Initial revisionrjohnson1998-04-0182-0/+182