| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
the default console.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
TkpScanWindowId to handle situation where types Window and int
do not have the same number of bits. CONST-ified too.
|
|
|
|
|
| |
return type of Tcl_DStringAppend() from (char *) to (CONST char *).
[TIP 27]
|
|
|
|
| |
Only -padx/y supports asymmetry. [Bug #462348]
|
|
|
|
| |
* generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
|
| |
|
|
|
|
|
| |
* unix/tcl.m4: added --enable-64bit support for HP-11 with the
64-bit kernel.
|
|
|
|
|
|
| |
argument passed to Tcl_GetStringFromObj() from size_t to int.
Incorrect type broke [pack] and [grid] on systems where
sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338]
|
| |
|
|
|
|
|
|
|
|
|
| |
* generic/tkImgPPM.c:
* generic/tkImgPhoto.c:
* generic/tkMenu.c: Applied patch [461578], provided by Vincent
Darley. This fixes several memory leaks in the image code. They
happen if there are errors during the initialization of the
channel the image is supposed to be read from.
|
|
|
|
| |
* unix/tcl.m4: Update from Tcl.
|
|
|
|
|
| |
to appear when you would point the file browser box at an empty directory and
click on the canvas.
|
|
|
|
| |
* unix/tcl.m4: Update from Tcl.
|
|
|
|
|
| |
tcltest will automatically be compiled if the
user tries to build tktest.
|
|
|
|
| |
instead of depending on the tktest alias.
|
|
|
|
|
|
| |
* win/rmd.bat:
Apply binary property (cvs admin -kb) to files and convert
to CRLF linefeed format to fix the VC++ build. [Tcl Bug #219409]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
evaluation of widgets.
* generic/tkButton.c (ButtonCreate):
* generic/tkFrame.c (CreateFrame):
* generic/tkMenubutton.c (Tk_MenubuttonObjCmd):
* generic/tkPlace.c (Tk_PlaceObjCmd):
* generic/tkScale.c (Tk_ScaleObjCmd):
* generic/tkMessage.c (Tk_MessageObjCmd):
* generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd):
* generic/tkSquare.c (SquareObjCmd): redid the handling of
optionTables in widgets to allow them to be imported into other
namespaces. [Bug #456632]
|
|
|
|
|
| |
bug that caused crashing in tk_chooseDirectory on Win95.
[Bug #224936] (baker)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
that broke binding. Thanks to "Michal" for the fix.
[Bug 455468]
|
| |
|
| |
|
|
|
|
| |
because it wasn't always getting focus properly.
|
|
|
|
| |
sensitive on systems that have more installed fonts.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Although technically internal changes are not incompatible, they'll
be perceived as such by those who get bitten, and this will help
them find the cause of their trouble.
|
| |
|
| |
|
|
|
|
| |
* unix/tcl.m4: Update from Tcl.
|
|
|
|
|
| |
Also cleaned up a few space/tab issues in the ChangeLog which make a
difference if you're using a highlighting editor like emacs...
|
|
|
|
| |
the TIP 44 changes. [Bug 449261]
|
|
|
|
|
| |
CVS snapshots from the 8.4a3 release. This does not necessarily
mean there will be an 8.4a4 release. [Bug 448938].
|
|
|
|
| |
library/msgs/*.msg to dist target. [Bug: #448802]
|
|
|
|
|
|
|
| |
8.4a3 RELEASE
* changes:
* README: updated for 8.4a3 release
|
|
|
|
|
| |
* unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann)
[Patch: #442974]
|
|
|
|
|
|
| |
Windows platforms that were overlooked before: tkOpenDocument,
tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: .
Thanks to Vince Darley for prompting another look.
|
|
|
|
|
|
|
|
| |
* win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll.
This is necessary for TEA compliant builds that build shared
against a static-built Tk.
* win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build
target, otherwise it wouldn't get generated in a static build.
|
|
|
|
|
| |
implementing TIP 44. All Tk commands and variables matching
tk[A-Z]* are now in the ::tk namespace.
|
|
|
|
| |
when built with Cygwin or Mingw.
|
|
|
|
|
|
|
|
|
| |
* unix/configure:
* unix/configure.in: Use STLIB_LD when defining MAKE_LIB
and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR.
* unix/tcl.m4: Update from Tcl.
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
|