summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * doc/wm.n:mdejong2002-04-101-0/+10
| | | | | | | | | * mac/tkMacWm.c: * tests/wm.test: * unix/tkUnixWm.c: * win/tkWinWm.c: Update wm stackorder usage message to make it clear that either 1 or 3 arguments are required. [Bug 540013]
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-0/+12
| | | | | | | | | | | | * mac/tkMacProjects.sea.hqx: added tkPanedWindow.c to projects * mac/tkMacAppInit.c: fixes to MSL stdin/stdout hookup to the TkConsole when using shared MSL libraries; fix for crashing bug on exit: writing to stdin/sterr when console has already been destroyed. (both fixes need support in MSL, see 'CW Pro6 changes' in tcl/mac/tcltkMacBuildSupport.sea.hqx) * mac/tkMacDialog.c: fixes to Navigation Services Dialog filter. * mac/tkMacDraw.c: add panic for overwide TkImages that would crash Tk on mac otherwise.
* * win/tkWinButton.c (TkpDisplayButton):hobbs2002-04-051-0/+39
| | | | | | * generic/tkTextMark.c (TkTextInsertDisplayProc): * generic/tkCanvText.c (DisplayCanvText): * generic/tkEntry.c (DisplayEntry): added Tk_SetCaretPos calls.
* no messagedavygrvy2002-03-291-0/+2
|
* no messagedavygrvy2002-03-291-0/+3
|
* no messagedavygrvy2002-03-291-0/+4
|
* no messagedavygrvy2002-03-281-0/+14
|
* * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixesandreas_kupries2002-03-271-0/+6
| | | | | a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code.
* no messagedavygrvy2002-03-211-0/+5
|
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-0/+13
| | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644].
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-201-0/+5
| | | | interp->result as NULL.
* Middle button no longer double pastes into text! Also cleaned some code up.dkf2002-03-071-0/+9
|
* * win/tkWinX.c: Define _WIN32_IE as 0x0300mdejong2002-03-071-0/+7
| | | | | | before including commctrl.h so that we can access the InitCommonControlsEx API when building Tk with mingw.
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-0/+7
| | | | easier for now.
* adjust 8.4a4 release tagcore_8_4_a4hobbs2002-03-051-1/+7
|
* 8.4a4 tagged for releasehobbs2002-03-041-1/+11
|
* added catch around Triple-1 binding use of sel.lasthobbs2002-03-041-0/+4
|
* * library/console.tcl (ConsoleBind): Corrected console <<Paste>>dgp2002-03-011-0/+5
| | | | binding on Unix platforms.
* see ChangeLoghobbs2002-02-271-0/+9
|
* * generic/tkText.c (ConfigureText): reenable the blinking cursorhobbs2002-02-261-0/+14
| | | | on state change where necessary. [Bug #503772]
* Improvements to filebox tests (including two fixes due to changed behaviour ↵dkf2002-02-251-0/+6
| | | | dating from 2001-12-14)
* * unix/configure: Regen.mdejong2002-02-231-0/+5
| | | | * unix/tcl.m4: Update from Tcl.
* Added proc comments. Made configuring sash cursor more efficient.hobbs2002-02-231-0/+4
| | | | | | Added Cursor timer that restores the default cursor when pointer is no longer over the sash. This is necessary because Leave events won't be seen when moving into a paned child.
* see ChangeLoghobbs2002-02-221-4/+19
|
* 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]