summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improve AIX --enable-64bit handlinghobbs2003-11-123-77/+80
|
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-122-1/+17
| | | | the button was deleted. [Bug #824479]
* * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name inhobbs2003-11-121-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 intohobbs2003-11-121-3/+10
| | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-112-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):hobbs2003-11-112-3/+7
| | | | free itemconfig data when removing it from table. [Bug #836483]
* * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):hobbs2003-11-112-3/+49
| | | | add unicode clipboard support. [Patch #840107] (senn)
* * win/tkWinDraw.c (XFillRectangles): correctly handle thehobbs2003-11-112-6/+29
| | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282]
* * win/configure:hobbs2003-11-113-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 ishobbs2003-11-111-1/+2
| | | | used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix)
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-11-111-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]dkf2003-11-012-18/+26
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-292-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 notehobbs2003-10-291-0/+3
|
* see changeshobbs2003-10-291-0/+9
|
* * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-291-2/+2
| | | | correct visibility of windows that use larger default fonts.
* * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpphobbs2003-10-291-4/+30
| | | | | XGetImage code to correctly handle 16bpp requests. This appears to never have worked correctly.
* * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULLhobbs2003-10-291-1/+8
| | | | family against bad X servers.
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-282-2/+11
|
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-222-1/+16
|
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-135-7/+23
| | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c:
* * unix/mkLinks:hobbs2003-10-134-10/+31
| | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-104-12/+19
| | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images.
* correct imageYOffset for buttons with just imageshobbs2003-10-102-4/+9
|
* * unix/mkLinks: make mklinksdgp2003-10-062-2/+1
|
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-062-6/+6
| | | | 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-063-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 sodgp2003-10-063-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 founddgp2003-10-063-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.5dgp2003-10-039-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.patthoyts2003-10-032-3/+9
|
* * macosx/Wish.pbproj/project.pbxproj:das2003-10-014-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]dkf2003-09-292-3/+8
|
* * tkMacOSXWm.h: Nested comment typocc_benny2003-09-261-1/+0
|
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-262-5/+12
| | | | GetWindowFromPort() [Bug #812415]; make function static.
* * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-254-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 andgp2003-09-173-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):jenglish2003-08-192-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.patthoyts2003-08-133-2/+58
| | | | * tests/scale.test: Added test for this bug.
* * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-122-2/+7
|
* note 8.4.4 changes and tag datecore_8_4_4hobbs2003-07-212-1/+48
|
* * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generationdas2003-07-212-2/+7
| | | | broken by changes to tcl buildsystem.
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-192-3/+17
| | | | | | that prevents overwidth lines as it requires a roundtrip call to the X server for every string drawn. Hard-code max width to 32768 until a beter solution to get max width is made.
* * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-192-20/+25
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-192-3/+16
| | | | consistency between unix and windows -cursor option.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-192-3/+18
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providehobbs2003-07-191-2/+2
| | | | consistency between unix and windows -cursor option. (thoyts)
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-182-3/+9
| | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
* Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-183-2/+34
|