summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) core_8_3_1_branchnijtmans2010-02-183-3/+8
|
* correct HP-UX ia64 --enable-64bit build flagshobbs2003-02-153-124/+139
|
* * generic/tkTextDisp.c (TkTextSeeCmd): handle see for unmappedhobbs2002-11-222-23/+36
| | | | text displays. [Bug #641778]
* updated for the 8.3.5 releasecore_8_3_5hobbs2002-10-182-1/+25
|
* * win/tkWinPort.h (tchar.h): Do not include on Cygwin.hobbs2002-10-186-65/+152
| | | | | | | | | | | | | | | | (_T): Define for Cygwin. (OPEN_MAX): only define if currently undefined. * win/winMain.c (main): Conditionally define. [Patch #625283] (khan) * win/configure: Regen. * win/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to the CFLAGS by default. (dejong) * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version of windres and work around that case by passing a POSIX path instead of a Windows native path. One can't always pass a POSIX path because the mingw native toolchain accepts only Windows native paths. [Patch #625283] (dejong)
* * tests/imgPhoto.test:hobbs2002-10-183-8/+29
| | | | | * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): fix arg handling for missing -format or -data options. [Bug #624974]
* * tests/text.test: properly return the number ofhobbs2002-10-173-33/+34
| | | | * unix/tkUnixFont.c (ControlUtfProc): bytes consumed. [Bug #624732]
* * README: updated to 8.3.5 patchlevelhobbs2002-10-1613-237/+453
| | | | | | | | | | | | | | * generic/tk.h: pointed README urls at www.tcl.tk * mac/README: * unix/README: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tk.spec: * win/README: * win/configure: * win/configure.in: * win/tcl.m4:
* * unix/tkUnixWm.c: (rev. 1.8.1.3) Backported changes forjenglish2002-10-123-169/+30
| | | | | | | | | TIP 107 ("Fix the 2-second raise delay") to core-8-3-1-branch [Patch #601518] * tests/unixWm.c (unixWm-51.7): added 200 ms delay after 'raise' and 'lower' commands, since these are now asynchronous. (NB: there may be other regressions, this is the only one I encountered)
* * tests/grid.test:hobbs2002-10-103-22/+29
| | | | | * generic/tkGrid.c: The grid size was not updated properly when removing a widget from a grid. [Bug #621241] (forssen)
* * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use ofhobbs2002-10-103-75/+96
| | | | | | | | TkColormapData on Windows (Windows now requires RGB pixel data from image). * win/tkWinImage.c (XGetImage, XGetImageZPixmap): added support for generating ps for embedded widgets on canvases on Windows, tested for 8, 16, 24 and 32-bit depths (XGetImageZPixmap not used).
* * generic/tkCanvas.h: moved TkColormapData struct to tkCanvPs.chobbs2002-10-104-44/+365
| | | | | | | | * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use of TkColormapData on Windows. Non-separated data may need correction as well. * win/tkWinImage.c (XGetImage, XGetImageZPixmap): added support for generating ps for embedded windows on canvases.
* * unix/configure: regenhobbs2002-10-102-107/+143
| | | | | * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now.
* * library/tk.tcl (RestoreFocusGrab): handle the case where thehobbs2002-07-252-3/+12
| | | | FocusGrab info is not set. [Bug #553283]
* * tests/canvas.test: added canvas-14.[1-6]hobbs2002-07-243-19/+52
| | | | | | | * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of 'scan' subcommand args. Also removed early return cases to goto done instead where the canvasPtr would be Tcl_Release'd. This may solve other problems with unreleased canvasPtr's. [Bug #581560]
* * library/console.tcl: corrected the defaultPrompt substitutionhobbs2002-06-222-13/+14
| | | | [Bug #553207] and made Tab a default expansion key (like Escape).
* * Removed unnecessary dependence of tktest executable on the tcltestdgp2002-06-213-18/+11
| | | | | executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134].
* deleted stray characterdgp2002-06-151-2/+2
|
* * mac/tkMacInit.c:das2002-05-203-3/+13
| | | | | | * mac/tkMacResource.r: include msgcat package in resources as bgerror depends on it. Restores ability of mac static build to run standalone (except for encoding file issues).
* * unix/configure:hobbs2002-04-263-4/+10
| | | | | * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs.
* updated dependencies for runtest and backported shell/gdb targetshobbs2002-04-181-3/+19
|
* * win/configure:hobbs2002-04-123-2/+10
| | | | | | | * win/tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp
* remove eof whitespacehobbs2002-04-121-14/+1
|
* no messagedavygrvy2002-04-101-1/+3
|
* Added a special rule for tkStubImg.c so it always is built with ↵davygrvy2002-04-101-2/+5
| | | | _DSTATIC_BUILD for use in the Stubs library.
* no messagedavygrvy2002-04-101-0/+5
|
* Added missing $(TKSTUBLIB) to install-binaries target.davygrvy2002-04-101-1/+2
|
* TkpScanWindowId: added (char *) cast to Tcl_GetInt to prevent build warninghobbs2002-04-081-2/+2
|
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-085-20/+69
| | | | | | | | | | | | * generic/tkInt.h: * 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.
* * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixesandreas_kupries2002-03-262-1/+8
| | | | | a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code.
* * unix/Makefile.in: added shell and gdb targets, preventhobbs2002-03-265-275/+480
| | | | | | | | | | tkIntXlibDecls.h header from being installed by install-libraries. * unix/configure: * unix/configure.in: backported improved AIX build support from 8.4. * unix/tcl.m4: backported 8.4 changes to HP-UX, IRIX64-6.*, SunOS, FreeBSD, AIX and Darwin targets. Updated SC_LOADTCLCONFIG to detect when we build against a Tcl build dir. Compile with -DUSE_TCL_STUBS in the shared case.
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-202-3/+14
| | | | interp->result as NULL.
* * library/console.tcl (tkConsoleBind): Corrected console <<Paste>>dgp2002-03-012-2/+9
| | | | binding on Unix platforms.
* * generic/tkText.c (ConfigureText): reenable the blinking cursorhobbs2002-02-262-1/+14
| | | | on state change where necessary. [Bug #503772]
* * tests/listbox.test:hobbs2002-02-263-88/+120
| | | | | * generic/tkListbox.c: corrected error handling when setting to an invalid listvar value. [Bug #503613]
* overlooked changedgp2002-02-201-1/+4
|
* * First draft of updates to changes for 8.3.5.dgp2002-02-182-1/+12
|
* * generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as ithobbs2002-02-022-4/+9
| | | | conflicts with the C99 spec. [Bug #511956] (ingham)
* Correct and test for logic error when cloning menus. Bug 508988uid382262002-01-313-3/+27
|
* * generic/tkBind.c (TkBindFree):dgp2002-01-044-24/+32
| | | | | | | * generic/tkGrid.c (Tk_GridCmd,ResolveConstraints,CheckSlotData, DestroyGrid): * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced Tcl_Free calls with ckfree so that memory debugging is fully supported.
* * Corrected test thatdgp2001-12-192-3/+8
| | | | failed on Solaris/CDE due to text scrolling. [Bug 413735]
* * unix/configure: regendcore_8_3_4hobbs2001-10-193-129/+139
| | | | | * unix/tcl.m4: added -lc to LIBS on AIX and corrected location of ldAix.
* * generic/tkConsole.c:das2001-10-195-56/+55
| | | | | | | * library/console.tcl: * mac/tkMacInit.c: * mac/tkMacResource.r: corrected how mac deals with tcl library files present both in resources and in $tk_library directory.
* see ChangeLoghobbs2001-10-191-1/+8
|
* * library/console.tcl: fixed a few errors where namespace commandhobbs2001-10-191-8/+8
| | | | names were used that were not back-ported from 8.4.
* added tk::GetSelection from 8.4 for console.tclhobbs2001-10-191-1/+19
|
* updated changes for 8.3.4, noted tag date in ChangeLoghobbs2001-10-182-1/+41
|
* * unix/configure: regendhobbs2001-10-183-174/+189
| | | | * unix/tcl.m4 (SC_ENABLE_GCC): enabled better recognition of gcc.
* removed threaded build warning under Xhobbs2001-10-181-2/+1
|
* * library/console.tcl (tkConsoleOutput): fixed undefined widgethobbs2001-10-182-3/+9
| | | | argument.