Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 3 | -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 were | wolfsuit | 2004-02-14 | 4 | -70/+81 |
| | | | | still using Pascal interfaces. | ||||
* | update to patchlevel 8.4.6 | hobbs | 2004-02-13 | 9 | -182/+251 |
| | |||||
* | simple code cleanup | hobbs | 2004-02-13 | 1 | -45/+12 |
| | |||||
* | update HP-11 build libs setup | hobbs | 2004-02-13 | 1 | -1/+8 |
| | |||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 2 | -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 Trzewik | dkf | 2004-02-10 | 3 | -0/+151 |
| | |||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 3 | -2/+24 |
| | |||||
* | * library/menu.tcl (::tk::MbPost): make menubuttons that post | hobbs | 2004-02-04 | 2 | -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. | patthoyts | 2004-01-28 | 3 | -4/+169 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference | das | 2004-01-27 | 3 | -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 headers | das | 2004-01-01 | 3 | -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. | wolfsuit | 2003-12-17 | 2 | -50/+93 |
| | |||||
* | no message | davygrvy | 2003-12-12 | 1 | -0/+7 |
| | |||||
* | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's | davygrvy | 2003-12-12 | 1 | -7/+5 |
| | | | | | DllMain() and 2) needs a MinGW custom assembly implimentation as it doesn't understand SEH syntax. | ||||
* | no message | davygrvy | 2003-12-11 | 1 | -0/+16 |
| | |||||
* | (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch any | davygrvy | 2003-12-11 | 1 | -4/+6 |
| | | | | | | | | | | | | exceptions that might happen. As Tcl will call Tcl_Finalize from its DllMain due to the unload from ExitProcess() unloading Tcl, and if Tcl_Panic had gotten called in an __except block, this avoid the possibility of not being able to exit. Falls to TerminateProcess() in the __except case. Removed the #ifdef _MSC_VER around DebugBreak as that function exists in kernel32.dll and is not compiler dependent. I'd prefer to use if (IsDebuggerPresent()) DebugBreak(); but IsDebuggerPresent() isn't available in all kernel32.dll modules for all versions of windows. | ||||
* | Line transposition bug. [Bug 857159] | dkf | 2003-12-10 | 2 | -2/+7 |
| | |||||
* | * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguish | dgp | 2003-12-03 | 9 | -22/+20 |
| | | | | | | | | | * 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 | 9 | -19/+31 |
| | | | | | | | | | | | * 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 | 2 | -5/+18 |
| | | | | 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) | ||||
* | * keyArray: Add 0x34 as <Return>. Add notes. (Merge from | cc_benny | 2003-11-21 | 1 | -1/+13 |
| | | | | trunk 1.6) | ||||
* | typo corrections | dgp | 2003-11-19 | 1 | -3/+3 |
| | |||||
* | updated for 8.4.5 release | hobbs | 2003-11-18 | 2 | -1/+52 |
| | |||||
* | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 5 | -112/+158 |
| | | | | | | * 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 | 2 | -7/+8 |
| | | | | with that generated by Makefile. | ||||
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 2 | -3/+12 |
| | |||||
* | improve AIX --enable-64bit handling | hobbs | 2003-11-12 | 3 | -77/+80 |
| | |||||
* | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 2 | -1/+17 |
| | | | | the button was deleted. [Bug #824479] | ||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name in | hobbs | 2003-11-12 | 1 | -3/+3 |
| | | | | | case it has spaces when calling Tcl_VarEval. This is a hack until this is rewritten for proper Tcl_Obj handling. [Bug #723856] | ||||
* | (::tk::dialog::file::ActivateEnt): allow typing filename into | hobbs | 2003-11-12 | 1 | -3/+10 |
| | | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 2 | -35/+25 |
| | | | | | | | 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 | 2 | -3/+7 |
| | | | | free itemconfig data when removing it from table. [Bug #836483] | ||||
* | * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): | hobbs | 2003-11-11 | 2 | -3/+49 |
| | | | | add unicode clipboard support. [Patch #840107] (senn) | ||||
* | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 2 | -6/+29 |
| | | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282] | ||||
* | * win/configure: | hobbs | 2003-11-11 | 3 | -17/+47 |
| | | | | | | * 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] | ||||
* | * unix/Makefile.in (SHLIB_LD_FLAGS): include in Makefile as it is | hobbs | 2003-11-11 | 1 | -1/+2 |
| | | | | used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix) | ||||
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-11-11 | 1 | -16/+259 |
| | | | | | blending for images with partial transparency. Only operates for 15bpp+ display, and not on Mac at all. [Bug 809157] | ||||
* | Updated messages for Dutch from Arjen Markus and Pascal Scheffers [Patch 820519] | dkf | 2003-11-01 | 2 | -18/+26 |
| | |||||
* | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 2 | -2/+14 |
| | | | | | 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 |
| | |||||
* | * tests/focusTcl.test (setup1): expand frame size to allow for | hobbs | 2003-10-29 | 1 | -2/+2 |
| | | | | correct visibility of windows that use larger default fonts. | ||||
* | * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpp | hobbs | 2003-10-29 | 1 | -4/+30 |
| | | | | | XGetImage code to correctly handle 16bpp requests. This appears to never have worked correctly. | ||||
* | * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULL | hobbs | 2003-10-29 | 1 | -1/+8 |
| | | | | family against bad X servers. | ||||
* | Make sure we do default placement strategy when placement is empty [Bug 819284] | dkf | 2003-10-28 | 2 | -2/+11 |
| | |||||
* | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] | dkf | 2003-10-22 | 2 | -1/+16 |
| | |||||
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 5 | -7/+23 |
| | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: |