summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 'Print Code' support to Widget demo [Patch 835644]dkf2003-11-041-0/+6
|
* text widget and test suite fixesvincentdarley2003-11-031-0/+7
|
* Make demo location independent of main Tk library location. [Patch 832691]dkf2003-11-031-0/+4
|
* Stop some complaints about signed/unsigneddkf2003-11-031-0/+5
|
* Updated Dutch messages [Patch 820519]dkf2003-11-011-0/+5
|
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X useshobbs2003-10-311-0/+5
| | | | 32bpp images internally always, so make use of the assumption.
* text widget bug fixvincentdarley2003-10-311-1/+6
|
* TIP 155 implementationvincentdarley2003-10-311-0/+30
|
* compound menu entriesvincentdarley2003-10-311-0/+5
|
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-10-311-0/+6
| | | | | blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157]
* Basic style guide fixes for tkUnixRFont.cdkf2003-10-291-0/+5
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-0/+6
| | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]
* see changeshobbs2003-10-281-0/+12
|
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-281-0/+5
|
* Whitespace policedkf2003-10-261-7/+7
|
* 2003-10-23 Jim Ingham <jingham@apple.com>wolfsuit2003-10-231-0/+9
| | | | | | | | | * 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]dkf2003-10-221-0/+5
|
* Delete WM_TRANSIENT_FOR property instead of setting it to Nonejenglish2003-10-151-0/+5
| | | | when making a window nontransient [Bug #632816 "cannot remove transient"]
* changed macro argument names to match function argument namesjenglish2003-10-141-0/+5
| | | | ('dest' and 'src' were swapped, which was confusing) [GPS]
* * win/makefile.vc: Applied patches from tcl bug #801467 frompatthoyts2003-10-141-0/+5
| | | | * win/winMain.c: Joe Mistachkin
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-0/+9
| | | | | | | | | | * 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 sizehobbs2003-10-131-10/+18
| | | | (4.7): correct test for possible window drift [Bug #701931] (dgp)
* Forgot to commit ChangeLog for send fixes.patthoyts2003-10-111-0/+9
|
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-0/+7
| | | | | | * 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...dkf2003-10-101-0/+5
|
* correct imageYOffset for buttons with just imageshobbs2003-10-101-0/+5
|
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-0/+4
| | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-061-0/+5
| | | | | 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]jenglish2003-10-061-0/+3
|
* * win/configure:hobbs2003-10-061-12/+19
| | | | | | * 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 thedgp2003-10-061-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. [Bugs 428627,765642] * unix/configure: autoconf (2.57)
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-061-0/+3
| | | | | | 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 founddgp2003-10-061-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.57)
* * library/scale.tcl: Clear bug with chording mouse buttons.patthoyts2003-10-031-0/+2
|
* * library/console.tcl: Avoid including the console in the listpatthoyts2003-10-021-0/+5
| | | | of interpreters exposed by [winfo interps].
* * macosx/Wish.pbproj/project.pbxproj:das2003-10-011-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.
* Add an implementation of XSync that flushes the window buffers. This fixes ↵wolfsuit2003-09-301-0/+8
| | | | | | 814810. Also use tk text drawing for checkbutton & radiobutton labels.
* Added [package require] to demos. [FRQ 815118]dkf2003-09-301-0/+12
|
* Remove a dependency on font size in textWind 10.1patthoyts2003-09-301-0/+5
|
* Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-291-0/+7
|
* changelog policedkf2003-09-291-15/+15
|
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-0/+7
| | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c:
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-261-0/+5
| | | | GetWindowFromPort() [Bug #812415]; make function static.
* * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-251-0/+5
| | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
* * unix/configure:das2003-09-251-1/+8
| | | | | | * 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]chengyemao2003-09-201-0/+3
|
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-181-0/+6
|
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-0/+6
| | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].
* Reworked a part of grid's geometry computationspspjuth2003-09-161-0/+5
| | | | to handle some tricky cases better. [Bug #792387]
* Describe %P and %s substitution for Property events. [BUG #577906]jenglish2003-09-131-0/+4
|