summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* noted new filesdgp2002-02-221-4/+4
|
* Fixed panedwindow binding bugs and added demos for it too.dkf2002-02-221-0/+7
|
* Stop GCC from issuing warnings about things that don't matter.dkf2002-02-221-0/+5
|
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+22
|
* * First draft of updated changes for 8.4a4 release.dgp2002-02-201-0/+4
|
* Minor fixes as part of TIP#72 (and one just noticed in passing)dkf2002-02-191-0/+5
|
* tkImgGIF.c was not following the Tcl C style; fixed...dkf2002-02-191-0/+5
|
* see ChangeLoghobbs2002-02-191-0/+7
|
* * library/entry.tcl:mdejong2002-02-151-0/+10
| | | | | | | | | * library/text.tcl: Adjust <Double-1> and <Triple-1> bindings so that no anchor point is set and the insertion cursor is set to the last character in the selection. [Bug 220943] * tests/event.test: Add test cases for double click and drag as well as triple click and drag in the text and entry widgets.
* * tests/event.test (_text_ind_to_x_y, _get_selection): Fixmdejong2002-02-141-0/+9
| | | | | | | | incorrect use of results from bbox invocation so that y center point for a give index is calculated correctly. Add new method to return the selection and use it in test cases. Always lappend to the result list to avoid case where initial result includes a space.
* * modified some callers of Tcl routines thatdgp2002-02-081-0/+9
| | | | were restored to return (char *) pointing into Tcl_DStrings.
* Clean-up bogus for loop in [image inuse] subcommand. [Bug #485803]ericm2002-02-031-0/+5
|
* * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as ithobbs2002-02-021-0/+5
| | | | conflicts with the C99 spec. [Bug #511956] (ingham)
* no messagedavygrvy2002-02-011-0/+5
|
* * Overlooked COSNTification of XSetCommanddgp2002-02-011-0/+4
|
* Final part of TIP#14 support (photo image transparency access); the C APIdkf2002-02-011-0/+8
| | | | stuff has been in there for ages for some reason...
* correct punctuationtmh2002-01-311-1/+1
|
* Correct and test for logic error when cloning menus. Bug 508988uid382262002-01-311-0/+5
|
* * The POTENTIAL INCOMPATIBILITY in the changingdgp2002-01-311-0/+7
| | | | | interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST compiler flag.
* * win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now doesandreas_kupries2002-01-291-0/+6
| | | | | not write into the CONST path returned by "argv0" and Tcl_SplitPath anymore.
* * unix/configure.in: Don't set TCL_LIB_SPEC andmdejong2002-01-291-0/+9
| | | | | | | 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-291-0/+10
| | | | | | | | | * 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.
* * generic/tkFileFilter.c:das2002-01-271-0/+7
| | | | | | * mac/tkMacInit.c: * mac/tkMacKeyboard.c: * mac/tkMacMenus.c: TIP 27 CONSTification induced changes
* Add patch numberdgp2002-01-251-0/+2
|
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-0/+72
| | | | | | | | | * 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.
* * tests/wm.test: Rewrite stackorder tests thatmdejong2002-01-191-0/+6
| | | | | deal with toplevels that have the overrideredirect flag set. [Tk bug 492259]
* * Overloked Tcl_GetIndexFromObj callersdgp2002-01-181-0/+4
|
* * mac/tkMacDialog.c:das2002-01-181-0/+6
| | | | | * mac/tkMacSend.c: TIP 27 CONSTification broke the mac build in a few places.
* * generic/tkListbox.c (ChangeListboxOffset): improved trackinghobbs2002-01-181-0/+5
| | | | when scrolling on x axis with entry/text. [Bug #225025] (voskuil)
* * An overlooked caller of Tcl_GetIndexFromObj.dgp2002-01-171-0/+1
|
* * Updates to handle change in type of tablePtrdgp2002-01-171-0/+36
| | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705]
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-0/+13
| | | | API changes (see Tcl Patch 471509). [Patch 471513]
* * unix/configure: Regen.mdejong2002-01-171-0/+7
| | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
* * Updated callers of CONSTified Tcl interfaces Tcl_EvalFile anddgp2002-01-151-0/+3
| | | | TclGetStartupScriptFileName.
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-3/+5
| | | | [Tcl Patch 503565, Tk Patch 503983]
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-0/+6
| | | | [Tcl Patch 503565, Tk Patch 503983]
* Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370]mdejong2002-01-111-0/+9
| | | | | | | * 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-0/+10
| | | | | | | | | 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-111-0/+14
| | | | | | | | | | | | | 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.
* Fix the following bug: If you select an entry on a cascade menu (on Win32)drh2002-01-081-0/+9
| | | | | | | then the next time the parent menu is posted, the cascade entry appears active. Also, if you traverse to a disabled menu entry using keystrokes and press ENTER on the disabled entry, then that entry appears active the next time the menu is posted. The same patch fixes both problems.
* * generic/tkBind.c (TkBindFree):dgp2002-01-041-0/+7
| | | | | | * generic/tkGrid.c (ResolveConstraints,CheckSlotData,DestroyGrid): * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced Tcl_Free calls with ckfree so that memory debugging is fully supported.
* * test/winButton.test:hobbs2001-12-291-0/+5
| | | | | | * win/tkWinButton.c: added updated patch #463234 which returns the default sizing behavior (not so native), but enables native L&F with negative sizing (-11 for example).
* see ChangeLoghobbs2001-12-281-0/+30
|
* * win/tkWinInit.c (TkpDisplayWarning): Use MessageBoxW in case thehobbs2001-12-281-0/+5
| | | | error displayed has unicode chars. [Bug #485986]
* * generic/tkButton.c (ButtonTextVarProc): guard against beinghobbs2001-12-281-3/+24
| | | | called while the *button/label is being deleted. [Bug #490051]
* * mac/mac/tkMacInit.c:das2001-12-271-0/+9
| | | | | | | | * mac/mac/tkMacResource.r: synced up tkInit features to unix/win: use existing tkInit proc if defined. Added spinbox.tcl resource. Used TclGetEnv() instead of Tcl_GetVar2(interp, env) * mac/tkMacApplication.r: * mac/tkMacLibrary.r: minor version resources cleanup
* Fix date in entry.mdejong2001-12-201-1/+1
|
* * unix/configure: Regen.mdejong2001-12-201-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure: Regen.mdejong2001-12-191-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure: Regen.mdejong2001-12-191-0/+6
| | | | | * unix/configure.in: Move EXP file changes over from Tcl configure script to fix AIX build with gcc. [Bug 220955]