summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * 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)
* * win/tkWinDraw.c (XFillRectangles): correctly handle thehobbs2003-11-111-0/+4
| | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282]
* * win/configure:hobbs2003-11-111-0/+14
| | | | | | * win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC, TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]
* Updated messages for Dutch from Arjen Markus and Pascal Scheffers [Patch 820519]dkf2003-11-011-0/+5
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-0/+6
| | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]
* added extra change notehobbs2003-10-291-0/+3
|
* see changeshobbs2003-10-291-0/+9
|
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-281-0/+5
|
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-221-0/+5
|
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-0/+5
| | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c:
* * unix/mkLinks:hobbs2003-10-131-4/+12
| | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-0/+7
| | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images.
* correct imageYOffset for buttons with just imageshobbs2003-10-101-0/+5
|
* * unix/mkLinks: make mklinksdgp2003-10-061-0/+1
|
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-1/+4
| | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
* log updatedgp2003-10-061-1/+1
|
* *unix/configure.in: Reconfigured to use $TCL_PREFIX as thedgp2003-10-061-0/+5
| | | | | | | | default value of --prefix, and also added warning when a TK_PREFIX value different from TCL_PREFIX is selected, since [package require Tk] fails in that configuration. [Bug 765642] * unix/configure: autoconf (2.13)
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-061-0/+3
| | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.13)
* * unix/configure.in: Added check that version of Tcl header founddgp2003-10-061-0/+9
| | | | | | | | by configure matches that of the Tk we wish to build. As long as the Tk sources insist on lockstep releases, Tk's configuration should verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.13)