summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * win/makefile.vc: Applied patches from tcl bug #801467 frompatthoyts2003-10-143-6/+53
| | | | * win/winMain.c: Joe Mistachkin
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-139-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 sizehobbs2003-10-132-13/+21
| | | | (4.7): correct test for possible window drift [Bug #701931] (dgp)
* * unix/mkLinks:hobbs2003-10-132-3/+16
| | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
* Forgot to commit ChangeLog for send fixes.patthoyts2003-10-111-0/+9
|
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-104-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...dkf2003-10-104-6/+13
|
* correct imageYOffset for buttons with just imageshobbs2003-10-102-4/+9
|
* * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-085-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 thedgp2003-10-063-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 forjenglish2003-10-063-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]jenglish2003-10-062-115/+15
|
* * win/configure:hobbs2003-10-063-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 thedgp2003-10-063-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 sodgp2003-10-063-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 founddgp2003-10-063-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.patthoyts2003-10-032-3/+7
|
* * library/console.tcl: Avoid including the console in the listpatthoyts2003-10-022-1/+9
| | | | of interpreters exposed by [winfo interps].
* * 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.
* Add an implementation of XSync that flushes the window buffers. This fixes ↵wolfsuit2003-09-304-5/+28
| | | | | | 814810. Also use tk text drawing for checkbutton & radiobutton labels.
* Added [package require] to demos. [FRQ 815118]dkf2003-09-3010-70/+109
|
* Remove a dependency on font size in textWind 10.1patthoyts2003-09-302-3/+8
|
* Accomodate TIP #150 in the test results.patthoyts2003-09-301-2/+2
|
* Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-295-17/+24
|
* changelog policedkf2003-09-291-15/+15
|
* Update from Tcldkf2003-09-291-1/+1
|
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-265-5/+1370
| | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c:
* * 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-6/+31
| | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
* * unix/configure:das2003-09-254-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]chengyemao2003-09-201-0/+3
|
* Fixed memory leak (bug 802435)chengyemao2003-09-201-11/+11
|
* Fixed a small mistake in previous checkin.pspjuth2003-09-182-6/+13
|
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-184-124/+251
|
* * 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].
* Reworked a part of grid's geometry computationspspjuth2003-09-163-23/+200
| | | | to handle some tricky cases better. [Bug #792387]
* Describe %P and %s substitution for Property events. [BUG #577906]jenglish2003-09-132-3/+13
|
* * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-054-42/+153
| | | | | | | | | | | * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations.
* Removed unused variable [Bug 664783]dkf2003-08-272-3/+7
|
* no messagedavygrvy2003-08-251-0/+6
|
* Don't do a string compare on the $(DBGX) variable, use the $(DEBUG)davygrvy2003-08-251-7/+11
| | | | | boolean directly. Also, don't try to regen the stubs table if $(TCLSH) doesn't exist.
* nested comment typodas2003-08-251-1/+0
|
* Brought tk_messageBox demo into line with the newer look-and-feel for the demos.dkf2003-08-223-13/+20
|
* make images align at 16pix height and do not allow Dismiss Return to trigger ↵hobbs2003-08-211-6/+8
| | | | in text widget
* use delete image for dismiss buttonhobbs2003-08-201-2/+2
|
* * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins whichpatthoyts2003-08-202-5/+10
| | | | improves the 3d lines for sunken widgets under windows.
* add sep frame to seecode/dismiss button framehobbs2003-08-201-4/+7
|
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-2041-319/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/demos/arrow.tcl: add basic see/dismiss routine with * library/demos/bind.tcl: images for better look & feel * library/demos/bitmap.tcl: * library/demos/button.tcl: * library/demos/check.tcl: * library/demos/clrpick.tcl: * library/demos/colors.tcl: * library/demos/cscroll.tcl: * library/demos/ctext.tcl: * library/demos/entry1.tcl: * library/demos/entry2.tcl: * library/demos/entry3.tcl: * library/demos/filebox.tcl: * library/demos/floor.tcl: * library/demos/form.tcl: * library/demos/hscale.tcl: * library/demos/icon.tcl: * library/demos/image1.tcl: * library/demos/image2.tcl: * library/demos/items.tcl: * library/demos/label.tcl: * library/demos/labelframe.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/paned1.tcl: * library/demos/paned2.tcl: * library/demos/plot.tcl: * library/demos/puzzle.tcl: * library/demos/radio.tcl: * library/demos/ruler.tcl: * library/demos/sayings.tcl: * library/demos/search.tcl: * library/demos/spin.tcl: * library/demos/states.tcl: * library/demos/style.tcl: * library/demos/text.tcl: * library/demos/twind.tcl: * library/demos/unicodeout.tcl: * library/demos/vscale.tcl:
* Use Tcl_Obj-based interfaces for working with user-supplied font maps.dkf2003-08-202-27/+29
|
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-192-2/+8
| | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"]