Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 1 | -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 were | wolfsuit | 2004-02-14 | 1 | -0/+16 |
| | | | | still using Pascal interfaces. | ||||
* | update to patchlevel 8.4.6 | hobbs | 2004-02-13 | 1 | -0/+8 |
| | |||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 1 | -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 Trzewik | dkf | 2004-02-10 | 1 | -0/+5 |
| | |||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -0/+7 |
| | |||||
* | * library/menu.tcl (::tk::MbPost): make menubuttons that post | hobbs | 2004-02-04 | 1 | -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. | patthoyts | 2004-01-28 | 1 | -0/+5 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference | das | 2004-01-27 | 1 | -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 headers | das | 2004-01-01 | 1 | -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. | wolfsuit | 2003-12-17 | 1 | -0/+9 |
| | |||||
* | no message | davygrvy | 2003-12-12 | 1 | -0/+7 |
| | |||||
* | no message | davygrvy | 2003-12-11 | 1 | -0/+16 |
| | |||||
* | Line transposition bug. [Bug 857159] | dkf | 2003-12-10 | 1 | -0/+5 |
| | |||||
* | * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguish | dgp | 2003-12-03 | 1 | -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 distinguish | dgp | 2003-12-03 | 1 | -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 triggering | hobbs | 2003-12-03 | 1 | -0/+5 |
| | | | | while interp is being destroyed. | ||||
* | moved 8-4-5 tag to include OS X keyboard fixcore_8_4_5 | hobbs | 2003-11-21 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as | cc_benny | 2003-11-21 | 1 | -0/+5 |
| | | | | <Return>. (Merge from trunk) | ||||
* | updated for 8.4.5 release | hobbs | 2003-11-18 | 1 | -0/+6 |
| | |||||
* | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 1 | -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 file | dgp | 2003-11-17 | 1 | -0/+5 |
| | | | | with that generated by Makefile. | ||||
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -0/+5 |
| | |||||
* | improve AIX --enable-64bit handling | hobbs | 2003-11-12 | 1 | -0/+3 |
| | |||||
* | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -0/+9 |
| | | | | the button was deleted. [Bug #824479] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -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): | hobbs | 2003-11-11 | 1 | -0/+3 |
| | | | | free itemconfig data when removing it from table. [Bug #836483] | ||||
* | * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): | hobbs | 2003-11-11 | 1 | -0/+5 |
| | | | | add unicode clipboard support. [Patch #840107] (senn) | ||||
* | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 1 | -0/+4 |
| | | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282] | ||||
* | * win/configure: | hobbs | 2003-11-11 | 1 | -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] | dkf | 2003-11-01 | 1 | -0/+5 |
| | |||||
* | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 1 | -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 note | hobbs | 2003-10-29 | 1 | -0/+3 |
| | |||||
* | see changes | hobbs | 2003-10-29 | 1 | -0/+9 |
| | |||||
* | Make sure we do default placement strategy when placement is empty [Bug 819284] | dkf | 2003-10-28 | 1 | -0/+5 |
| | |||||
* | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] | dkf | 2003-10-22 | 1 | -0/+5 |
| | |||||
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -0/+5 |
| | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: | ||||
* | * unix/mkLinks: | hobbs | 2003-10-13 | 1 | -4/+12 |
| | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | ||||
* | * mac/tkMacButton.c (TkpDisplayButton): | hobbs | 2003-10-10 | 1 | -0/+7 |
| | | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images. | ||||
* | correct imageYOffset for buttons with just images | hobbs | 2003-10-10 | 1 | -0/+5 |
| | |||||
* | * unix/mkLinks: make mklinks | dgp | 2003-10-06 | 1 | -0/+1 |
| | |||||
* | * doc/ConfigWidg.3: Removed reference to Tk_Offset from the | dgp | 2003-10-06 | 1 | -1/+4 |
| | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] | ||||
* | log update | dgp | 2003-10-06 | 1 | -1/+1 |
| | |||||
* | *unix/configure.in: Reconfigured to use $TCL_PREFIX as the | dgp | 2003-10-06 | 1 | -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 so | dgp | 2003-10-06 | 1 | -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 found | dgp | 2003-10-06 | 1 | -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) | ||||
* | * README: Bumped to patch level 8.4.5 | dgp | 2003-10-03 | 1 | -0/+12 |
| | | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | * library/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 1 | -0/+4 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2003-10-01 | 1 | -0/+13 |
| | | | | | | | | | | | | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". Added support for all applicable customizable makefile variables from tcl/macosx/Makefile. * macosx/README: * macosx/Wish.pbproj/project.pbxproj: ensure that the versioned wishX.X script works correctly when Tk.framework with multiple versions is present by referring to a copy of 'Wish Shell.app' located in Tk.framework/Versions/X.X/Resources. | ||||
* | Added note to make it clear that frameworks are an OSX feature [Bug 619440] | dkf | 2003-09-29 | 1 | -2/+7 |
| |