Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed constrained tests for tip155 | vincentdarley | 2003-10-31 | 2 | -6/+8 |
| | |||||
* | text widget bug fix | vincentdarley | 2003-10-31 | 3 | -4/+41 |
| | |||||
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 22 | -1255/+6269 |
| | |||||
* | compound menu entries | vincentdarley | 2003-10-31 | 2 | -5/+28 |
| | |||||
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-10-31 | 2 | -16/+257 |
| | | | | | blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157] | ||||
* | Whitespace/style police | dkf | 2003-10-30 | 1 | -201/+262 |
| | |||||
* | Basic style guide fixes for tkUnixRFont.c | dkf | 2003-10-29 | 2 | -269/+263 |
| | |||||
* | * 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] | ||||
* | Fixed a typing error in ::tk::PlaceWindow. Please do a test before ↵ | chengyemao | 2003-10-29 | 1 | -2/+2 |
| | | | | commiting a change. | ||||
* | see changes | hobbs | 2003-10-28 | 1 | -0/+12 |
| | |||||
* | * tests/focusTcl.test (setup1): expand frame size to allow for | hobbs | 2003-10-28 | 1 | -2/+2 |
| | | | | correct visibility of windows that use larger default fonts. | ||||
* | * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpp | hobbs | 2003-10-28 | 1 | -1/+28 |
| | | | | | 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-28 | 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 |
| | |||||
* | Whitespace police | dkf | 2003-10-26 | 1 | -7/+7 |
| | |||||
* | 2003-10-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-10-23 | 2 | -27/+63 |
| | | | | | | | | | * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input file. Also convert the FSSpec filename to an C-string before passing to MatchOneFile. [bug 517600] (MatchOneFile): Require the input filename to be a C-string, not a pascal string. | ||||
* | Constrain tk_dialg to be sensibly sized and placed. [Bug 827535] | dkf | 2003-10-22 | 2 | -1/+16 |
| | |||||
* | Delete WM_TRANSIENT_FOR property instead of setting it to None | jenglish | 2003-10-15 | 3 | -10/+18 |
| | | | | when making a window nontransient [Bug #632816 "cannot remove transient"] | ||||
* | changed macro argument names to match function argument names | jenglish | 2003-10-14 | 2 | -4/+9 |
| | | | | ('dest' and 'src' were swapped, which was confusing) [GPS] | ||||
* | * win/makefile.vc: Applied patches from tcl bug #801467 from | patthoyts | 2003-10-14 | 3 | -6/+53 |
| | | | | * win/winMain.c: Joe Mistachkin | ||||
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 9 | -11/+2668 |
| | | | | | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: * tkDecls.h: updated with latest genstubs * tkIntPlatDecls.h: * tkIntXlibDecls.h: * tkPlatDecls.h: | ||||
* | * tests/listbox.test (13.3): correct result size | hobbs | 2003-10-13 | 2 | -13/+21 |
| | | | | (4.7): correct test for possible window drift [Bug #701931] (dgp) | ||||
* | * unix/mkLinks: | hobbs | 2003-10-13 | 2 | -3/+16 |
| | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | ||||
* | Forgot to commit ChangeLog for send fixes. | patthoyts | 2003-10-11 | 1 | -0/+9 |
| | |||||
* | * 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. | ||||
* | Register the type of text indices. Also some exported symbol name policing... | dkf | 2003-10-10 | 4 | -6/+13 |
| | |||||
* | correct imageYOffset for buttons with just images | hobbs | 2003-10-10 | 2 | -4/+9 |
| | |||||
* | * win/tcl.m4: Add TIP #150 items to the TEA makefiles. | patthoyts | 2003-10-08 | 5 | -67/+79 |
| | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c: | ||||
* | * doc/ConfigWidg.3: Removed reference to Tk_Offset from the | dgp | 2003-10-06 | 3 | -9/+6 |
| | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks | ||||
* | * library/text.tcl, doc/text.n: Text widget binding for | jenglish | 2003-10-06 | 3 | -13/+12 |
| | | | | | Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277] | ||||
* | Fix double-free in style engine [Bug #798211] | jenglish | 2003-10-06 | 2 | -115/+15 |
| | |||||
* | * win/configure: | hobbs | 2003-10-06 | 3 | -62/+21 |
| | | | | | | * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols. | ||||
* | *unix/configure.in: Reconfigured to use $TCL_PREFIX as the | dgp | 2003-10-06 | 3 | -192/+212 |
| | | | | | | | | 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. [Bugs 428627,765642] * unix/configure: autoconf (2.57) | ||||
* | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so | dgp | 2003-10-06 | 3 | -26/+102 |
| | | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.57) | ||||
* | * unix/configure.in: Added check that version of Tcl header found | dgp | 2003-10-06 | 3 | -1/+26 |
| | | | | | | | | 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.57) | ||||
* | * library/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 2 | -3/+7 |
| | |||||
* | * library/console.tcl: Avoid including the console in the list | patthoyts | 2003-10-02 | 2 | -1/+9 |
| | | | | of interpreters exposed by [winfo interps]. | ||||
* | * 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. | ||||
* | Add an implementation of XSync that flushes the window buffers. This fixes ↵ | wolfsuit | 2003-09-30 | 4 | -5/+28 |
| | | | | | | 814810. Also use tk text drawing for checkbutton & radiobutton labels. | ||||
* | Added [package require] to demos. [FRQ 815118] | dkf | 2003-09-30 | 10 | -70/+109 |
| | |||||
* | Remove a dependency on font size in textWind 10.1 | patthoyts | 2003-09-30 | 2 | -3/+8 |
| | |||||
* | Accomodate TIP #150 in the test results. | patthoyts | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 5 | -17/+24 |
| | |||||
* | changelog police | dkf | 2003-09-29 | 1 | -15/+15 |
| | |||||
* | Update from Tcl | dkf | 2003-09-29 | 1 | -1/+1 |
| | |||||
* | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 5 | -5/+1370 |
| | | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: | ||||
* | * 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 | -6/+31 |
| | | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons. | ||||
* | * unix/configure: | das | 2003-09-25 | 4 | -4/+24 |
| | | | | | | * unix/configure.in: * unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203] | ||||
* | Bug fix [Bug 802435] | chengyemao | 2003-09-20 | 1 | -0/+3 |
| |