| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
text displays. [Bug #641778]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(_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)
|
|
|
|
|
| |
* generic/tkImgPhoto.c (ImgPhotoConfigureMaster): fix arg handling
for missing -format or -data options. [Bug #624974]
|
|
|
|
| |
* unix/tkUnixFont.c (ControlUtfProc): bytes consumed. [Bug #624732]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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:
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
* generic/tkGrid.c: The grid size was not updated properly
when removing a widget from a grid. [Bug #621241] (forssen)
|
|
|
|
|
|
|
|
| |
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/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/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent
SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now.
|
|
|
|
| |
FocusGrab info is not set. [Bug #553283]
|
|
|
|
|
|
|
| |
* 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]
|
|
|
|
| |
[Bug #553207] and made Tab a default expansion key (like Escape).
|
|
|
|
|
| |
executable on Unix. If there are similar dependencies on other
platforms, they can probably be removed as well. [Bug 572134].
|
| |
|
|
|
|
|
|
| |
* 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/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so
that the .sl knows its dependent libs.
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
_DSTATIC_BUILD for use in the Stubs library.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
a GCC/HPUX problem with missing a "htons". See also
"tclUnixPort.h" for equivalent code.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
interp->result as NULL.
|
|
|
|
| |
binding on Unix platforms.
|
|
|
|
| |
on state change where necessary. [Bug #503772]
|
|
|
|
|
| |
* generic/tkListbox.c: corrected error handling when setting to an
invalid listvar value. [Bug #503613]
|
| |
|
| |
|
|
|
|
| |
conflicts with the C99 spec. [Bug #511956] (ingham)
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
failed on Solaris/CDE due to text scrolling. [Bug 413735]
|
|
|
|
|
| |
* unix/tcl.m4: added -lc to LIBS on AIX and corrected location of
ldAix.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
names were used that were not back-ported from 8.4.
|
| |
|
| |
|
|
|
|
| |
* unix/tcl.m4 (SC_ENABLE_GCC): enabled better recognition of gcc.
|
| |
|
|
|
|
| |
argument.
|