| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
man page lint
|
|
|
|
| |
on the native Irix compiler (unnecessary casting).
|
| |
|
|
|
|
|
|
|
|
| |
* unix/tclUnixPort.h: Applied patch for OS/390 to handle lack of
sys/param.h. [Bug: 1725]
* unix/configure.in: Fixed BSD/OS 4.* configuration to support
shared libraries properly. [Bug: 1730]
|
| |
|
|
|
|
| |
Modified stubs based on Jan's patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/TextLayout.3:
* generic/tk.decls:
* generic/tkCanvText.c:
* generic/tkEntry.c:
* generic/tkFont.c:
* generic/tkListbox.c:
* generic/tkMessage.c:
* mac/tkMacFont.c:
* unix/tkUnixButton.c:
* unix/tkUnixFont.c:
* unix/tkUnixMenu.c:
* win/tkWinFont.c:
* win/tkWinMenu.c: Standardized text layout and font interfaces
so they are consistent with respect to byte versus character
oriented indices. The layout functions all manipulate character
oriented values while the lower level measurement functions all
operate on byte oriented values. This distinction was not clear
and so the functions were being used improperly in a number of
places. [Bug: 1053, 747, 749, 1646]
* generic/tk.decls: Eliminated uses of C++ STL types string and
list from declarations.
* generic/tkFont.c: Changes to named fonts were not being
propagated in some cases. [Bug: 1144]
|
|
|
|
| |
(which is the default). Wish links to -ltcl and -ltk (the real libraries).
|
|
|
|
| |
--disable-shared and --enable-shared=no to build Tcl as a static library.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* unix/Makefile.in: Install tkDecls.h in addition to tk.h.
* generic/tkStubLib.c: Added flags to ensure we are using Tcl
stub macros.
|
| |
|
|
|
|
| |
that you can call "make test" on multiple platforms simultaneously.
|
|
|
|
| |
stubs.
|
| |
|
|
|
|
| |
initialization of Menu module. Only does real work on Windows.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fixed problem in windows process-initialization code stopping
Tk Dll from loading under Windows.
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h:
* unix/configure.in:
* win/README:
* win/makefile.bc:
* win/makefile.vc: Updated version to 8.1b2.
* unix/tkUnixSend.c: Fixed one more Tcl_*ObjVar instance.
|
|
|
|
|
|
| |
changes in Tcl.
* Integrated patches from 8.0.5b2
|
| |
|
|
|
|
|
|
| |
Moved static and global data elements into thread-local storage,
or introduced locks where not possible, as first stage of adding
thread safety to Tk.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
family to an empty string.
(FontMapLoadPage): if the font included characters below 32, the
index computation was incorrect because the range was shifted up
to 32.
(CreateClosestFont): check for empty locale as well as NULL.
|
|
|
|
| |
[Bug: 859]
|
|
|
|
|
| |
* generic/tkBind.c: fixed deletion order bug where a crash would
result if a binding deleted "."
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* tkMenu.c: Backed out the previous fix for bug 620 and
eliminated a bunch of code that created unnecessary objects.
Changed back to using internal types instead of objects for many
configuration options. There are many more fixes like this that
could be made, but some require a little restructuring of the
code. In any case the leaks are fixed and there is a lot less
allocation happening. [Bug: 620]
|
| |
|
| |
|
| |
|
|
|