summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use kenny variant for 1936238 fixhobbs2008-04-072-13/+5
|
* * generic/tkArgv.c: fix -help mem explosion. [Bug 1936238] (bachmann)hobbs2008-04-072-4/+9
|
* autoconf-2.59dgp2008-04-071-5/+5
|
* Don't resize the window if the toplevel is not resizable or the sizegrip is ↵patthoyts2008-04-042-3/+24
| | | | disabled
* Fixed stubs usagepatthoyts2008-04-032-5/+14
|
* Fix the foreground colour for labelframe in xppatthoyts2008-04-032-2/+6
|
* * unix/configure: autoconf-2.59das2008-04-021-1/+1
|
* * unix/configure.in (Darwin): remove now unnecessary unexportingdas2008-04-021-2/+2
| | | | of libtclstub symbols from libtk.
* * generic/tkDecls.h: make genstubsdas2008-04-027-63/+23
| | | | | | | | * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
* * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-023-13/+44
| | | | | | | | | avoid exporting them from libraries that link with -ltkstub; constify tk*StubsPtr and stub table hook pointers. [Bug 1819422] * generic/tkStubLib.c: undef USE_TCL_STUBS before defining it * generic/ttk/ttkStubLib.c: unconditionally; remove needless #ifdef
* * generic/tk.decls: remove 'export' declarations of symbols nowdas2008-04-021-23/+1
| | | | only in libtkstub and no longer in libtk.
* Tweak the debug targetspatthoyts2008-04-021-18/+7
|
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-024-8/+6
| | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but * win/Makefile.in: is present only in libtkstub.a. This tightens * win/makefile.bc: up the rules for users of the stubs interfaces. * win/makefile.vc: [Tcl Bug 1819422].
* * generic/tkStubLib.c (Tk_InitStubs): Added missing error message anddgp2008-04-021-0/+4
| | | | | * generic/tkWindow.c (Tk_PkgInitStubsCheck): removed needless $ifdef complexity.
* typodgp2008-04-022-13/+6
|
* * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-024-14/+15
| | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but is present only in libtkstub.a. This tightens up the rules for users of the stubs interfaces. [Tcl Bug 1819422].
* autoconf-2.59das2008-04-011-8/+183
|
* sync with tcl/unix/tcl.m4 changesdas2008-04-011-2/+21
|
* * README: Bump version number to 8.6a0dgp2008-04-0121-97/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h:
* autoconf-2.59core_8_5_2dgp2008-03-282-2/+2
|
* * README: Bump to 8.5.2 for release.dgp2008-03-288-19/+31
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.5.2 release.dgp2008-03-282-1/+9
|
* whitespace fixeshobbs2008-03-271-19/+8
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-272-31/+30
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* * unix/configure: autoconf-2.59das2008-03-271-9/+1
|
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-272-1/+7
|
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-273-4/+21
| | | | | | even in a static build of Tk. * generic/ttk/ttkDecls.h: fix incorrect number of arguments in Ttk_InitStubs macro definition.
* whitespace, typodas2008-03-271-2/+2
|
* * changes: Updates for 8.5.2 release.dgp2008-03-263-5/+18
| | | | | * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. Thanks to emiliano gavilán. [Bug 1922466]
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-267-226/+124
|
* Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-261-2/+2
|
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-214-14/+13
|
* Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-202-885/+951
|
* initialize StubsPtr vars to NULLdas2008-03-191-6/+6
|
* ttkStubLib.o needs to be in tk library as well as stub librarydas2008-03-191-2/+2
|
* ensure symbols needed for Ttk stub support are exporteddas2008-03-192-6/+12
|
* Documented Tk_PreserveColormap. [Bug 220809]dkf2008-03-192-13/+22
|
* Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-184-14/+16
|
* Aqua GOOBEdas2008-03-171-2/+6
|
* Correct cross-referencedkf2008-03-161-3/+3
|
* Made work when run twice in the same session. [Bug 1899664]dkf2008-03-162-697/+798
| | | | Also made the control panel use Ttk widgets.
* d'oh! s/backspace/backslash/das2008-03-131-1/+1
|
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-134-37/+43
| | | | | * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59
* * changes: Updates for 8.5.2 release.dgp2008-03-132-1/+7
|
* * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1das2008-03-124-4/+29
| | | | | * macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Wish-Common.xcconfig: 'xcodebuild install'.
* Try a fallback font if XftFontOpenPattern() fails in GetFontjenglish2008-03-122-4/+30
| | | | (workaround for [Bug 1090382]).
* handle quoting of possibly empty XLIB_INCLUDE_INSTALL_DIR. [Bug 1912679]das2008-03-121-2/+2
|
* clarificationdas2008-03-111-2/+2
|
* * unix/configure: autoconf-2.59das2008-03-111-42/+42
|
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-117-166/+196
| | | | | | | | | | | * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. * unix/install-sh: * unix/tcl.m4: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library.