summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug 767176chengyemao2004-05-081-0/+4
|
* * win/tkWinFont.c (FindSubFontForChar): corrections to dkf patchhobbs2004-05-051-0/+5
| | | | to handle subFontPtrPtr in EnumFontFamilies callback.
* Fix FMR in subfont handling on Windows. [Bug 618872]dkf2004-05-051-0/+6
|
* * unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttonshobbs2004-05-041-0/+4
| | | | | to be drawn when disabledforeground and/or selectcolor are NULL. [Bug #826850] (griffin)
* * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-031-0/+4
| | | | | images of compound menu entries in indicator space if not a radio of checkbutton. [Bug #756952] (eserte)
* * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-0/+4
| | | | | * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu):
* * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-0/+7
| | | | | | | | * 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]
* * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-0/+3
| | | | jump when B1 is pressed and released without moving. [Bug #932155]
* * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-0/+4
| | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin)
* * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data intohobbs2004-05-031-0/+6
| | | | | ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type.
* * generic/tkPort.h:das2004-04-241-0/+1
| | | | | | | | | * 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.
* * generic/tkPort.h:das2004-04-241-0/+9
| | | | | | | | * 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.
* Added examples and did some doc L&F improvements.dkf2004-04-231-0/+6
|
* Minor cleanup for when running single-process testsdkf2004-04-211-0/+6
|
* 2004-04-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>cc_benny2004-04-211-0/+12
| | | | | | | | | | | | 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.
* * library/bgerror.tcl (bgerror): rework to only set -topmost bithobbs2004-04-171-0/+7
| | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab.
* Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't"jenglish2004-04-041-0/+5
| | | | and #922336 "Tk apps have no maximize window button under KDE-3.2.1"
* Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the defaultwolfsuit2004-04-011-0/+18
| | | | File menu.
* * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.hdgp2004-03-311-0/+7
| | | | | | * 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.
* Minor cleanups, including tracking down the names of old Scriptics staffersdkf2004-03-301-664/+642
|
* * macosx/tclets.r (removed): obsolete holdover from mac classic.das2004-03-301-0/+4
|
* Allow PPMs to be read from a string. [FRQ 540375]dkf2004-03-271-0/+5
|
* * unix/tcl.m4: Replaced -Wno-strict-alias with more portabledgp2004-03-261-0/+3
| | | | | -fno-strict-alias alternative. * unix/configure: autoconf-2.57
* * README: Bump version to 8.5a2.dgp2004-03-261-0/+12
| | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure:
* Allow old-style image formats to create string representations of photos,dkf2004-03-261-0/+8
| | | | and allow the production of PPM format data in a string. [Bug 923555]
* Doc clarification. [Bug 922610]dkf2004-03-251-0/+5
|
* Corrected docs to no longer use malloc/free. [Bug 920695]dkf2004-03-221-0/+5
|
* XMoveWindow and XMoveResizeWindow need to propagate ConfigureNotify eventswolfsuit2004-03-211-0/+8
| | | | to the children of the moved or resized window.
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-0/+129
|
* * unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crashhobbs2004-03-161-0/+17
| | | | | condition for new radio/checkbuttons when colors are exhausted. [Bug 915330] (griffin)
* no messagedavygrvy2004-03-091-0/+5
|
* * win/tkWin32Dll.c: Add variables needed whenmdejong2004-03-051-0/+6
| | | | | compiling with mem debug under Mingw. This fixes the checking from 2003-12-25.
* * unix/Makefile.in (dist): don't require win/lamp.bmp copy in disthobbs2004-03-041-7/+12
| | | | target (it's already handled by win/rc/*.bmp copy)
* updated changes for 8.5a1hobbs2004-03-031-0/+6
|
* update patchlevel to 8.5a1hobbs2004-03-021-3/+13
|
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-011-0/+6
| | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57
* remove access to tclInt.hvincentdarley2004-02-281-0/+5
|
* * macosx/tkMacOSXKeyboard.c (TkpInitKeymapInfo): Don't makecc_benny2004-02-251-0/+5
| | | | | <Alt> and <Meta> synonyms for <Command> and <Option> for now. (already on 2004-02-17)
* * library/demos/widget (addFormattedText): Correct off-by-onecc_benny2004-02-251-0/+4
| | | | error.
* * macosx/Makefile: ensure that xcodebuild will use thedas2004-02-231-0/+3
| | | | Wish.pbproj project even if a .xcode project is also present.
* * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events.das2004-02-231-0/+7
| | | | | * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004.
* * macosx/tkMacOSXDraw.c:das2004-02-231-0/+9
| | | | | | | | * 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]
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-0/+6
| | | | a shrinking grid. [Bug 899246]
* * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-181-0/+3
| | | | with [xy] when they haven't been otherwise set.
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-2/+18
| | | | | | | | | | | | | | | * 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:
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-0/+5
| | | | variable name [Bug 899010].
* Fix a bug in tk_getOpenFile - files with no types are rejected when they wouldwolfsuit2004-02-161-11/+43
| | | | | | pass in Mac OS Classic. Add the tkMacOSXCarbonEvents.c - just a skeleton right now. A bunch of formatting nits fixed.
* Apply patch 112997, and kill a few more places where we were still usingwolfsuit2004-02-141-0/+16
| | | | Pascal string interfaces.
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-131-0/+6
| | | | | for -initialdir if we have a UNC path because BFFM_SETSELECTION doesn't support UNC paths in strings.
* Esperanto and Polish message catalogs from Artur Trzewikdkf2004-02-111-0/+5
| | | | (forgot to check changlog entry in!)