| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
to handle subFontPtrPtr in EnumFontFamilies callback.
|
| |
|
|
|
|
|
| |
to be drawn when disabledforeground and/or selectcolor are NULL.
[Bug #826850] (griffin)
|
|
|
|
|
| |
images of compound menu entries in indicator space if not a radio
of checkbutton. [Bug #756952] (eserte)
|
|
|
|
|
| |
* win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl)
* win/tkWinMenu.c (ReconfigureWindowsMenu):
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXXStubs.c: to being implemented in a platform
* unix/tkUnixEvent.c: specific manner. The cleanup order was
* win/tkWinX.c: bad at least on Windows, where we
reset/cleared display info that was still needed for the clipboard
to render. [Bug #939389, #822002, #732662]
|
|
|
|
| |
jump when B1 is pressed and released without moving. [Bug #932155]
|
|
|
|
|
| |
* generic/tkPanedWindow.c (Unlink): clean up -before/-after refs
to a slave when removing it. [Bug #928413] (griffin)
|
|
|
|
|
| |
ByteArray and -format into String to correctly handle them if they
have been shimmered or created as some other object type.
|
|
|
|
|
|
|
|
|
| |
* unix/Makefile.in:
* win/makefile.bc:
* win/Makefile.in: followup on tcl header reform [FR 922727]:
removed use of relative #include paths in tkPort.h to allow
installation of private headers outside of tk source tree; added
tcl plaform source dir to compiler header search path.
|
|
|
|
|
|
|
|
| |
* unix/Makefile.in:
* win/Makefile.in: followup on tcl header reform [FR 922727]:
removed use of relative #include paths in tkPort.h to allow
installation of private headers outside of tk source tree; added
tcl plaform source dir to compiler header search path.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards
reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on
tcl-mac on 2004-03-22.
* macosx/tkMacOSXKeyEvent.c (KLSInit): Add.
(GetKeyboardLayout): Add calls to Keyboard Layout Services, if
present. Rework classic handling. Use GetKCHREncoding(). Add
parameter encodingPtr.
(GetKCHREncoding): Add.
|
|
|
|
|
| |
on Windows if necessary. Also use existing ::tk functions for
placing dialog and managing focus/grab.
|
|
|
|
| |
and #922336 "Tk apps have no maximize window button under KDE-3.2.1"
|
|
|
|
| |
File menu.
|
|
|
|
|
|
| |
* generic/tkScale.c: header file. All tk*Port.h files have long
had a #include <math.h>, and other parts of Tk routinely make use
of libm-supplied math routines.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
-fno-strict-alias alternative.
* unix/configure: autoconf-2.57
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tk.h:
* macosx/Wish.pbproj/project.pbxproj:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
|
|
|
|
| |
and allow the production of PPM format data in a string. [Bug 923555]
|
| |
|
| |
|
|
|
|
| |
to the children of the moved or resized window.
|
| |
|
|
|
|
|
| |
condition for new radio/checkbuttons when colors are exhausted.
[Bug 915330] (griffin)
|
| |
|
|
|
|
|
| |
compiling with mem debug under Mingw. This
fixes the checking from 2003-12-25.
|
|
|
|
| |
target (it's already handled by win/rc/*.bmp copy)
|
| |
|
| |
|
|
|
|
|
| |
IRIX64-6.5* systems. [Bug 218561]
* unix/configure: autoconf-2.57
|
| |
|
|
|
|
|
| |
<Alt> and <Meta> synonyms for <Command> and <Option> for
now. (already on 2004-02-17)
|
|
|
|
| |
error.
|
|
|
|
| |
Wish.pbproj project even if a .xcode project is also present.
|
|
|
|
|
| |
* macosx/Wish.pbproj/project.pbxproj:
* macosx/tkAboutDlg.r: changed year in copyright strings to 2004.
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXXStubs.c:
* xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related
functions to deal properly with XImages copied from screen.
* generic/tkCanvPs.c (TkImageGetColor): MacOSX fix.
[Bug 809157]
|
|
|
|
| |
a shrinking grid. [Bug 899246]
|
|
|
|
| |
with [xy] when they haven't been otherwise set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/radiobutton.n: Tristate Checkbutton and Radiobuttons
* generic/tkButton.c:
* generic/tkButton.h:
* library/demos/check.tcl:
* library/demos/radio.tcl:
* macosx/tkMacOSXButton.c:
* macosx/tkMacOSXDefault.h:
* tests/button.test:
* unix/tkUnixButton.c:
* unix/tkUnixDefault.h:
* win/tkWinButton.c:
* win/tkWinDefault.h:
|
|
|
|
| |
variable name [Bug 899010].
|
|
|
|
|
|
| |
pass in Mac OS Classic.
Add the tkMacOSXCarbonEvents.c - just a skeleton right now.
A bunch of formatting nits fixed.
|
|
|
|
| |
Pascal string interfaces.
|
|
|
|
|
| |
for -initialdir if we have a UNC path because BFFM_SETSELECTION
doesn't support UNC paths in strings.
|
|
|
|
| |
(forgot to check changlog entry in!)
|