summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make surehobbs2004-05-052-15/+39
| | | | | that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug #618872] (dkf, hobbs)
* * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): placehobbs2004-05-033-2/+33
| | | | | 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-034-5/+16
| | | | | * win/tkWinInt.h (TkWinProcs): titles. [Bug #904371] (riefenstahl) * win/tkWinMenu.c (ReconfigureWindowsMenu):
* * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-036-55/+183
| | | | | | | | | * mac/tkMacXStubs.c: to being implemented in a platform * macosx/tkMacOSXXStubs.c: specific manner. The cleanup order was * unix/tkUnixEvent.c: bad at least on Windows, where we * win/tkWinX.c: 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-032-1/+11
| | | | | | jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. [Bug #778893]
* * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-033-14/+49
| | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin)
* (ImgPhotoCmd): correct matched handling to that in headhobbs2004-05-031-2/+3
|
* * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data intohobbs2004-05-032-5/+21
| | | | | | ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type. (ImgPhotoCmd): correctly init matched to 0.
* Backported fix for bug #915350 "Tk sets min, max size in WM_HINTS when itjenglish2004-04-212-2/+16
| | | | shouldn't" and #922336 "Tk apps have no maximize window button under KDE-3.2.1"
* * library/bgerror.tcl (bgerror): rework to only set -topmost bithobbs2004-04-172-56/+42
| | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab.
* Fix for Bug 220871.wolfsuit2004-04-012-10/+21
|
* Backport of FRQ 540375 changes.dkf2004-03-272-10/+323
|
* Backport of 923555 fixesdkf2004-03-264-28/+140
|
* XMoveWindow and XMoveResizeWindow need to propagate configure notify eventswolfsuit2004-03-212-4/+58
| | | | down to their children.
* Trivial bug in tracking Hide/Show pairs.wolfsuit2004-03-171-2/+2
|
* Get the "Command-H" -> hide binding working. Also remove the spuriouswolfsuit2004-03-174-46/+123
| | | | Quit menu item from the File command.
* update release datecore_8_4_6dgp2004-03-011-2/+2
|
* updated release note files for 8.4.6dgp2004-03-012-3/+5
|
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-013-2/+8
| | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13
* * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonymscc_benny2004-02-251-1/+15
| | | | for <Command> and <Option> for now. (Copied from 1.17)
* typodgp2004-02-231-2/+2
|
* * macosx/tkMacOSXDraw.c:das2004-02-237-40/+113
| | | | | | | | | | * 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. * generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending for images with partial transparency on MacOSX. [Bug 809157]
* date typosdgp2004-02-201-3/+3
|
* update changes for 8.4.6 releasedgp2004-02-201-1/+29
|
* move 8.4.6 tag to include grid fixhobbs2004-02-181-2/+2
|
* Fixed a bug in grid geometry calculations forpspjuth2004-02-183-18/+46
| | | | a shrinking grid. [Bug 899246]
* note 8.4.6 tag pointhobbs2004-02-181-0/+2
|
* * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-182-21/+39
| | | | with [xy] when they haven't been otherwise set.
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-172-2/+7
| | | | variable name [Bug 899010].
* Thought about the doc-fix a bit more and decided to remove the typedefdkf2004-02-171-3/+1
| | | | line instead; you'd never type it to use a Tk_Uid, after all...
* Minor doc fixdkf2004-02-171-2/+2
|
* * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events.das2004-02-177-6/+53
| | | | | | | | | | | * library/listbox.tcl: * library/text.tcl: * library/scrlbar.tcl: on Mac OS, add bindings for MouseWheel with modifiers, according to platform convention: Option increases scrolling speed 10 fold; Space scrolls horizontally. * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004.
* Update the docs for the Mac OS X MouseWheel changes.wolfsuit2004-02-162-6/+9
|
* This gets the scroll wheel working for listboxes and text widgets for Mac OSwolfsuit2004-02-164-11/+45
| | | | | | X. It also changes the model to route scrollwheel events to the window under the pointer, not the focus window on X (and only on X). That is the correct behavior for Mac OS X.
* Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-1624-582/+1291
| | | | | | | In tk_getOpenFile filters, handle the case where you have a Macintosh file type and the files have no filetype. Fix various formatting nits.
* * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italichobbs2004-02-143-145/+191
| | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem.
* Applying Patch 112997, and hunting down a couple more places where we werewolfsuit2004-02-144-70/+81
| | | | still using Pascal interfaces.
* update to patchlevel 8.4.6hobbs2004-02-139-182/+251
|
* simple code cleanuphobbs2004-02-131-45/+12
|
* update HP-11 build libs setuphobbs2004-02-131-1/+8
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-132-7/+46
| | | | | 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-103-0/+151
|
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-093-2/+24
|
* * library/menu.tcl (::tk::MbPost): make menubuttons that posthobbs2004-02-042-14/+29
| | | | above or below reverse direction when not enough space is available.
* Backported fix for bug #776646 which makes hand2 and fleur native on windows.patthoyts2004-01-283-4/+169
|
* * macosx/Wish.pbproj/project.pbxproj: removed erroneous referencedas2004-01-273-9/+15
| | | | | | | to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already part of the copy files phase to Resources/Scripts). * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
* * macosx/Wish.pbproj/project.pbxproj: added missing private headersdas2004-01-013-3/+16
| | | | | | to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.h
* Import fix for jerky scrollbar behavior from TOT.wolfsuit2003-12-172-50/+93
|
* no messagedavygrvy2003-12-121-0/+7
|
* Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl'sdavygrvy2003-12-121-7/+5
| | | | | DllMain() and 2) needs a MinGW custom assembly implimentation as it doesn't understand SEH syntax.