Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tk.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 8 | -20/+31 |
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Fix private routines accidentally defined in global namespace [Bug 1803836] | jenglish | 2007-09-30 | 2 | -3/+9 |
| | |||||
* | Added Hungarian messages. [Patch 1800742] | dkf | 2007-09-26 | 2 | -0/+82 |
| | |||||
* | update changes for 8.5b1core_8_5_b1 | dgp | 2007-09-24 | 2 | -3/+5 |
| | |||||
* | Only call callbacks that are not NULL. [Bug 1791052] | dkf | 2007-09-20 | 3 | -15/+42 |
| | |||||
* | contributor names | das | 2007-09-20 | 1 | -14/+14 |
| | |||||
* | * changes: updates for 8.5b1 release. | dgp | 2007-09-20 | 2 | -3/+27 |
| | |||||
* | fix 'make checkstubs' complaint about Tk_PkgInitStubsCheck | das | 2007-09-20 | 1 | -1/+3 |
| | |||||
* | * README: Bump version number to 8.5b1. | dgp | 2007-09-19 | 9 | -17/+28 |
| | | | | | | | | * generic/tk.h: Merge from core-stabilizer-branch. * library/tk.tcl: Stabilizing toward 8.5b1 release now done * unix/configure.in: on the HEAD. core-stabilizer-branch is * unix/tk.spec: now suspended. * win/configure.in: | ||||
* | Replace isdigit call with an internal implementation to avoid libc linkage ↵ | patthoyts | 2007-09-19 | 2 | -2/+15 |
| | | | | on windows | ||||
* | Aqua changes for 8.5b1 | das | 2007-09-18 | 1 | -1/+34 |
| | |||||
* | * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() | dgp | 2007-09-18 | 3 | -4/+16 |
| | | | | | * win/makefile.vc: so that we don't need the C library linked in to libtkStub. | ||||
* | fix warnings | das | 2007-09-18 | 1 | -3/+3 |
| | |||||
* | autoconf-2.59 | das | 2007-09-18 | 1 | -85/+148 |
| | |||||
* | fix quoting of new FreeBSD SHLIB_LD | das | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | Yet another step in the tidying up of the GIF code. | dkf | 2007-09-18 | 2 | -163/+199 |
| | |||||
* | Made ttk/all.tcl be the same as tk's all.tcl and make use of file normalize | patthoyts | 2007-09-18 | 3 | -12/+26 |
| | |||||
* | Add crt flags for tkStubLib now it makes use of C-library functions | patthoyts | 2007-09-17 | 2 | -2/+7 |
| | |||||
* | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries | jenglish | 2007-09-17 | 4 | -186/+103 |
| | | | | on current NetBSDs [#1749251]. | ||||
* | * generic/tkConsole.c: Revised callers of Tcl_InitStubs() to account | dgp | 2007-09-17 | 6 | -11/+88 |
| | | | | | | | | | | | | * generic/tkMain.c: for restored compatible support for the call * generic/tkWindow.c: Tcl_InitStubs(interp, TCL_VERSION, 1). Also revised Tcl_PkgRequire() call for Tcl so that, for example, a Tk library built against Tcl 8.5.1 headers will not refuse to [load] into a Tcl 8.5.0 interpreter. [Tcl Bug 1578344]. * generic/tk.h: Revised Tk_InitStubs() to restore Tk 8.4 * generic/tkStubLib.c: source compatibility with callers of * generic/tkWindow.c: Tk_InitStubs(interp, TK_VERSION, 1). | ||||
* | Try to improve combobox appearance on OSX + Tk 8.5 [#1780286]. | jenglish | 2007-09-17 | 2 | -40/+70 |
| | |||||
* | * unix/tcl.m4: replace all direct references to compiler by ${CC} to | das | 2007-09-15 | 3 | -74/+90 |
| | | | | | | | | | enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59 | ||||
* | * macosx/Wish-Common.xcconfig: enable Tcl DTrace support. | das | 2007-09-14 | 3 | -3/+12 |
| | | | | * macosx/Wish.xcodeproj/project.pbxproj: | ||||
* | * win/Makefile.in (install-binaries): Fixed missing brace in the | andreas_kupries | 2007-09-12 | 3 | -4/+10 |
| | | | | | * win/makefile.vc (install-binaries): generated package index file. Note: unix/Makefile.in is good. | ||||
* | Missed one PkgRequire Tcl revision | dgp | 2007-09-11 | 1 | -2/+2 |
| | |||||
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by | rmax | 2007-09-11 | 3 | -3/+23 |
| | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. | ||||
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() and | dgp | 2007-09-11 | 8 | -22/+33 |
| | | | | | | | | | * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc: | ||||
* | cleanup | das | 2007-09-11 | 1 | -11/+7 |
| | |||||
* | comment typos: s/Tcl/Tk/ | das | 2007-09-11 | 1 | -4/+4 |
| | |||||
* | typo corrections [Bug 1788682] | hobbs | 2007-09-10 | 2 | -3/+7 |
| | |||||
* | * generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restore | dgp | 2007-09-10 | 4 | -6/+14 |
| | | | | | | | * generic/tkMain.c: the traditional practice that a Tk shared * generic/tkWindow.c: library may [load] into a Tcl 8.5 interp at any patchlevel. This practice also matches the compile time checks of TCL_MAJOR_VERSION and TCL_MINOR_VERSION in tk.h. [Bug 1723622] | ||||
* | Assorted minor cleanups. | dkf | 2007-09-08 | 10 | -203/+225 |
| | |||||
* | Assorted minor cleanups. | dkf | 2007-09-08 | 5 | -92/+125 |
| | |||||
* | remove references to tkInitScript.h | das | 2007-09-07 | 2 | -6/+2 |
| | |||||
* | Disable __NO_OLD_CONFIG configuration enabled by latest commit | dgp | 2007-09-07 | 1 | -1/+3 |
| | |||||
* | header cleanup | dgp | 2007-09-07 | 92 | -194/+123 |
| | |||||
* | * generic/tkWindow.c (Initialize): Moved common Tk initialization | dgp | 2007-09-06 | 7 | -83/+44 |
| | | | | | | | | | | | * generic/tkInitScript.h (removed): script out of tkInitScript.h * macosx/tkMacOSXInit.c: and multiple TkpInit() routines and * unix/Makefile.in: into the common Initialize() routine in * unix/tkUnixInit.c: generic code. Also removed constraint on * win/tkWinInit.c: ability to define a custom [tkInit] before calling Tk_Init(). Until now the custom [tkInit] had to be a proc. Now it can be any command. Removal of tkInitScript.h also fixes [Bug 1656283]. | ||||
* | typo | das | 2007-09-06 | 1 | -2/+2 |
| | |||||
* | * macosx/Wish.xcode/project.pbxproj: discontinue unmaintained support | das | 2007-09-06 | 7 | -125/+114 |
| | | | | | | | | | | | | | * macosx/Wish.xcode/default.pbxuser: for Xcode 1.5; replace by Xcode2 project for use on Tiger (with Wish.xcodeproj to be used on Leopard). * macosx/Wish.xcodeproj/project.pbxproj: updates for Xcode 2.5 and 3.0. * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish-Common.xcconfig: * macosx/README: document project changes. | ||||
* | discontinue support for Xcode 1.5 (project was no longer being maintained); ↵ | das | 2007-09-06 | 2 | -14826/+4123 |
| | | | | make identical to current Wish.xcodeproj. | ||||
* | correct autoconf/autoheader dependencies | das | 2007-09-05 | 1 | -5/+4 |
| | |||||
* | Fix for [Bug 1788019] "tkTest.c compiler warning". | jenglish | 2007-09-04 | 2 | -4/+9 |
| | |||||
* | * unix/Makefile.in: It's unreliable to count on the release | dgp | 2007-09-04 | 2 | -2/+6 |
| | | | | | manager to remember to `make genstubs` before `make dist`. Let the Makefile remember the dependency for us. | ||||
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 2 | -4/+11 |
| | | | | sure that macosx/configure gets generated whenever it does not exist. | ||||
* | * generic/ttk/ttkInit.c (Ttk_Init): register ttk in package database | das | 2007-09-03 | 3 | -5/+10 |
| | | | | | | to enable extension access to the ttkStubs table. * generic/ttk/ttkDecls.h: correct capitalization of ttk package name. | ||||
* | Assorted documentation improvements. | dkf | 2007-08-28 | 6 | -11/+50 |
| | |||||
* | * macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of | das | 2007-08-27 | 2 | -36/+34 |
| | | | | | interp result [Bug 1782105]; fix -initialcolor overwriting last color selection; style cleanup. | ||||
* | move macros for Debugging.h to private header | das | 2007-08-23 | 2 | -4/+11 |
| | |||||
* | Synchronize with tcl rules.vc | patthoyts | 2007-08-21 | 2 | -9/+15 |
| | |||||
* | Fix the line-endings. | patthoyts | 2007-08-21 | 2 | -22/+26 |
| |