Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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@users.sourceforge.net | 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@users.sourceforge.net | 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] | donal.k.fellows@manchester.ac.uk | 2003-11-01 | 2 | -18/+26 | |
| | ||||||
* | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | donal.k.fellows@manchester.ac.uk | 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] | donal.k.fellows@manchester.ac.uk | 2003-10-28 | 2 | -2/+11 | |
| | ||||||
* | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] | donal.k.fellows@manchester.ac.uk | 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: | |||||
* | * unix/mkLinks: | hobbs | 2003-10-13 | 4 | -10/+31 | |
| | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | |||||
* | * mac/tkMacButton.c (TkpDisplayButton): | hobbs | 2003-10-10 | 4 | -12/+19 | |
| | | | | | | * 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 | 2 | -4/+9 | |
| | ||||||
* | * unix/mkLinks: make mklinks | dgp@users.sourceforge.net | 2003-10-06 | 2 | -2/+1 | |
| | ||||||
* | * doc/ConfigWidg.3: Removed reference to Tk_Offset from the | dgp@users.sourceforge.net | 2003-10-06 | 2 | -6/+6 | |
| | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] | |||||
* | log update | dgp@users.sourceforge.net | 2003-10-06 | 1 | -1/+1 | |
| | ||||||
* | *unix/configure.in: Reconfigured to use $TCL_PREFIX as the | dgp@users.sourceforge.net | 2003-10-06 | 3 | -341/+358 | |
| | | | | | | | | 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@users.sourceforge.net | 2003-10-06 | 3 | -139/+170 | |
| | | | | | | 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@users.sourceforge.net | 2003-10-06 | 3 | -135/+156 | |
| | | | | | | | | 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@users.sourceforge.net | 2003-10-03 | 9 | -18/+30 | |
| | | | | | | | | | | | * 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@users.sourceforge.net | 2003-10-03 | 2 | -3/+9 | |
| | ||||||
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2003-10-01 | 4 | -29/+63 | |
| | | | | | | | | | | | | * 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] | donal.k.fellows@manchester.ac.uk | 2003-09-29 | 2 | -3/+8 | |
| | ||||||
* | * tkMacOSXWm.h: Nested comment typo | cc_benny | 2003-09-26 | 1 | -1/+0 | |
| | ||||||
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Add | cc_benny | 2003-09-26 | 2 | -5/+12 | |
| | | | | GetWindowFromPort() [Bug #812415]; make function static. | |||||
* | * library/demos/widget: don't create iconwindow on aqua, but add | das | 2003-09-25 | 4 | -9/+36 | |
| | | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons. | |||||
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp@users.sourceforge.net | 2003-09-17 | 3 | -5/+26 | |
| | | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039]. | |||||
* | * generic/tkPanedWindow.c(PanedWindowWorldChanged): | jenglish@flightlab.com | 2003-08-19 | 2 | -2/+8 | |
| | | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] | |||||
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts@users.sourceforge.net | 2003-08-13 | 3 | -2/+58 | |
| | | | | * tests/scale.test: Added test for this bug. | |||||
* | * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95. | das | 2003-08-12 | 2 | -2/+7 | |
| | ||||||
* | note 8.4.4 changes and tag date | hobbs | 2003-07-21 | 2 | -1/+48 | |
| | ||||||
* | * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation | das | 2003-07-21 | 2 | -2/+7 | |
| | | | | broken by changes to tcl buildsystem. |