summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-0/+5
| | | | | | 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-031-6/+10
| | | | | * 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/+7
| | | | | | 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-211-0/+7
| | | | 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-171-1/+7
| | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab.
* Fix for Bug 220871.wolfsuit2004-04-011-0/+5
|
* Backport of FRQ 540375 changes.dkf2004-03-271-0/+2
|
* Backport of 923555 fixesdkf2004-03-261-0/+8
|
* XMoveWindow and XMoveResizeWindow need to propagate configure notify eventswolfsuit2004-03-211-0/+8
| | | | down to their children.
* Get the "Command-H" -> hide binding working. Also remove the spuriouswolfsuit2004-03-171-0/+14
| | | | Quit menu item from the File command.
* updated release note files for 8.4.6dgp2004-03-011-2/+2
|
* * 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.13
* * macosx/tkMacOSXDraw.c:das2004-02-231-1/+12
| | | | | | | | | | * 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]
* move 8.4.6 tag to include grid fixhobbs2004-02-181-2/+2
|
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-0/+6
| | | | 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-181-10/+15
| | | | with [xy] when they haven't been otherwise set.
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-0/+5
| | | | variable name [Bug 899010].
* * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events.das2004-02-171-0/+13
| | | | | | | | | | | * 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-161-0/+1
|
* This gets the scroll wheel working for listboxes and text widgets for Mac OSwolfsuit2004-02-161-4/+19
| | | | | | 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-161-3/+73
| | | | | | | 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-141-0/+7
| | | | | | 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-141-0/+16
| | | | still using Pascal interfaces.
* update to patchlevel 8.4.6hobbs2004-02-131-0/+8
|
* * 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-101-0/+5
|
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-0/+7
|
* * library/menu.tcl (::tk::MbPost): make menubuttons that posthobbs2004-02-041-12/+18
| | | | 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-281-0/+5
|
* * macosx/Wish.pbproj/project.pbxproj: removed erroneous referencedas2004-01-271-0/+8
| | | | | | | 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-011-1/+8
| | | | | | 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-171-0/+9
|
* no messagedavygrvy2003-12-121-0/+7
|
* no messagedavygrvy2003-12-111-0/+16
|
* Line transposition bug. [Bug 857159]dkf2003-12-101-0/+5
|
* * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-031-4/+2
| | | | | | | | | * unix/configure.in: CVS snapshots from the 8.4.5 release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-031-1/+13
| | | | | | | | | | | * generic/tk.h: CVS snapshots from the 8.4.5 release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: autoconf (2.13) * win/configure:
* * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-0/+5
| | | | while interp is being destroyed.
* moved 8-4-5 tag to include OS X keyboard fixcore_8_4_5hobbs2003-11-211-2/+2
|
* * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 ascc_benny2003-11-211-0/+5
| | | | <Return>. (Merge from trunk)
* updated for 8.4.5 releasehobbs2003-11-181-0/+6
|
* * generic/tkMenubutton.h: fixed compound menubutton handling likehobbs2003-11-171-3/+10
| | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton):
* * win/makefile.vc: Restored consistency of pkgIndex.tcl filedgp2003-11-171-0/+5
| | | | with that generated by Makefile.
* Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbolsdavygrvy2003-11-161-0/+5
|
* improve AIX --enable-64bit handlinghobbs2003-11-121-0/+3
|
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-0/+9
| | | | the button was deleted. [Bug #824479]
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-111-0/+6
| | | | | | | dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819]
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-0/+3
| | | | free itemconfig data when removing it from table. [Bug #836483]
* * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):hobbs2003-11-111-0/+5
| | | | add unicode clipboard support. [Patch #840107] (senn)