summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* added --* options docshobbs2002-03-051-3/+9
|
* fixed URL refshobbs2002-03-051-4/+4
|
* Added win/rules.vc and included the use of eolFix to make sure theydavygrvy2002-03-051-1/+5
| | | | | have the correct <EOL> for the dist target. eolFix is in tcl's tools/ dir, and $(TOOL_DIR) correctly refers there.
* updated to use www.tcl.tk URLhobbs2002-03-041-3/+3
|
* updated from Tclhobbs2002-02-272-124/+134
|
* * unix/configure: Regen.mdejong2002-02-232-2/+2
| | | | * unix/tcl.m4: Update from Tcl.
* changed panedwindow default relief to flathobbs2002-02-221-2/+2
|
* Stop GCC from issuing warnings about things that don't matter.dkf2002-02-221-3/+3
|
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-222-4/+42
|
* * unix/configure: regeneratedhobbs2002-02-222-216/+256
| | | | * unix/tcl.m4: updated to sync with Tcl's tcl.m4
* * unix/configure: regen'dhobbs2002-02-193-136/+526
| | | | | | * unix/tcl.m4: * unix/configure.in: added macros and calls to SC_TCL_EARLY_FLAGS and SC_TCL_64BIT_FLAGS, part of TIP #72.
* * unix/configure.in: Don't set TCL_LIB_SPEC andmdejong2002-01-292-7/+1
| | | | | | | TCL_STUB_LIB_SPEC variables since this breaks the AIX build. This was used in the past to support linking with Tcl from the build dir or the install dir, but it is no longer needed.
* * unix/Makefile.in: Remove commented out vars.mdejong2002-01-294-173/+201
| | | | | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst vars that are already taken care of in SC_LOAD_TCLCONFIG. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-256-18/+19
| | | | | | | | | * Updated callers of Tcl_GetStringResult. Rewrote PrintScrollFractions to ScrollFractions to stop scribbling directly on interp->result. * Updated callers of Tcl_GetVar, Tcl_GetVar2 * Updated callers of Tcl_SplitPath, Tcl_JoinPath, and Tcl_TranslateFileName.
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-3/+3
| | | | API changes (see Tcl Patch 471509). [Patch 471513]
* * unix/configure: Regen.mdejong2002-01-172-137/+139
| | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
* Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370]mdejong2002-01-112-189/+193
| | | | | | | * unix/configure: Regen. * unix/configure.in: Define and use libdir. * win/configure: Regen. * win/configure.in: Define libdir.
* * unix/Makefile.in: Burn Tcl and Tk buildmdejong2002-01-111-15/+14
| | | | | | | | | directories into tktest executable to avoid crashes caused by ld loading a previously installed version of the tcl or tk shared libraries. Remove setting of LD_LIBRARY_PATH, LIBPATH, and SHLIB_PATH before running tktest since it should no longer be required.
* Enable use of Tcl stubs when building Tk asmdejong2002-01-113-8/+15
| | | | | | | | | | | | | a shared library. This should fix the build under AIX. [Bugs 220858, 220955, 220921] * unix/Makefile.in: Add TCL_STUB_LIB_SPEC and TCL_STUB_LIB_FLAG variables. * unix/configure: Regen. * unix/configure.in: Pass TCL_STUB_LIB_SPEC into Makefile and use it when linking the tk shared library. Define USE_TCL_STUBS when building shared. Subst TCL_STUB_LIB_SPEC and TCL_STUB_LIB_FLAG.
* * unix/configure: Regen.mdejong2001-12-202-5/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure: Regen.mdejong2001-12-192-110/+163
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure: Regen.mdejong2001-12-192-7/+17
| | | | | * unix/configure.in: Move EXP file changes over from Tcl configure script to fix AIX build with gcc. [Bug 220955]
* * unix/Makefile.in:mdejong2001-12-191-2/+2
| | | | | * win/Makefile.in: Use $(MAKE) instead of make in the tcltest rule.
* (TkWmStackorderToplevelWrapperMap): added statichobbs2001-12-131-2/+3
|
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-041-4/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | wm stackorder command. * doc/winfo.n: Update documentation for the winfo children command to indicate that top-level windows are not returned in stacking order. * doc/wm.n: Add documentation for wm stackorder. * generic/tkInt.decls (TkWmStackorderToplevel): Add decl for new function. * generic/tkIntDecls.h: Regen. * generic/tkStubInit.c: Regen. * tests/unixWm.test: Add stackorder command to test for wm command usage message. * tests/wm.test: Add new set of tests for generic window manager methods. * unix/tkUnixWm.c (Tk_WmCmd, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add unix implementation of new wm stackorder command. * win/tkWinWm.c (Tk_WmCmd, TkWmStackorderToplevelEnumProc, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add windows implementation of new wm stackorder command.
* * unix/Makefile.in: Add comments to better describemdejong2001-11-251-7/+13
| | | | | | | | | TCL_EXE and when it should be available. Add rule that prints message about running `make genstubs` when tkStubInit.c is out of date. * win/Makefile.in: Add TCL_TOOL_DIR and TCL_EXE variables to better match the Tcl Makefile. Add genstubs rule so tkSTubInit.c can be regenerated.
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+1
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-1/+3
|
* * unix/Makefile.in:mdejong2001-11-111-1/+11
| | | | | * win/Makefile.in: Add "make gdb" target. This target can run wish inside either gdb or insight.
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-102-131/+163
|
* * unix/configure:mdejong2001-11-092-108/+110
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure:mdejong2001-11-092-145/+197
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/Makefile.in:mdejong2001-11-091-3/+3
| | | | | | | Avoid adding libc to the LIBS and WISH_LIBS variables since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4.
* * unix/configure:hobbs2001-10-152-192/+203
| | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.sh
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-122-22/+146
|
* Added labelframe widget. TIP#18.pspjuth2001-09-261-2/+16
|
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-2/+16
|
* * Corrected definition ofdgp2001-09-252-10/+37
| | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too.
* minor cast fixes to prevent 64bit warningshobbs2001-09-211-3/+3
|
* * unix/tkUnixPort.h:hobbs2001-09-211-4/+5
| | | | | * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. These may need to be changed to Window* (ulong).
* * unix/configure: regen'edhobbs2001-09-202-119/+227
| | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel.
* * unix/configure:mdejong2001-09-122-28/+28
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure:mdejong2001-09-102-106/+118
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/tkUnixWm.c (TkWmRestackToplevel): reworked howhobbs2001-08-281-16/+19
| | | | | | | ConfigureNotify requests were handled in relation to the parent to avoid the problem with potential 'raise' delays on some wms. [Bug #220260] (baker) wms that were affected should notice the difference in tests unixWm-51.* not failing that failed before.
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-232-106/+132
|
* * unix/configure: Regen.mdejong2001-08-122-173/+154
| | | | * unix/tcl.m4: Update from Tcl.
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-083-7/+7
| | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].
* * unix/Makefile.in (dist): added {unix,win}/tcl.m4 andhobbs2001-08-071-4/+10
| | | | library/msgs/*.msg to dist target. [Bug: #448802]
* * unix/configure: regeneratedhobbs2001-08-072-112/+190
| | | | | * unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann) [Patch: #442974]
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-012-11/+23
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.