summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* *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
|
* * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-051-0/+12
| | | | | | | | | | | * 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-271-0/+5
|
* no messagedavygrvy2003-08-251-0/+6
|
* Brought tk_messageBox demo into line with the newer look-and-feel for the demos.dkf2003-08-221-0/+7
|
* * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins whichpatthoyts2003-08-201-0/+5
| | | | improves the 3d lines for sunken widgets under windows.
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-201-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-201-0/+5
|
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-191-0/+5
| | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"]
* * doc/bind.n: Added more information on event types and detailsjenglish2003-08-191-0/+4
| | | | [FRQ #523593 "bind(n) manpage needs more detail"]
* * win/configure: Regen.mdejong2003-08-181-0/+6
| | | | | * win/tcl.m4: Update from Tcl to fix Tcl bug 781109.
* Faster color data parsing code for the [$photo put] subcommand.dkf2003-08-151-0/+6
|
* Make test suite pass without crashes from TIP#109 changes...dkf2003-08-141-0/+3
|
* TIP#109 implementation - checkbuttons and radiobuttons now look better.dkf2003-08-141-0/+7
|
* ChangeLog Police: Added missing entry (derived from 8.4 branch checkin)dkf2003-08-131-0/+5
|
* * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-121-0/+4
|
* * win/tkWinDialog.c: Applied patch from bug #611615 which fixes apatthoyts2003-07-281-0/+4
| | | | | problem with double clicks in file dialogs falling through to the window underneath in win32.
* * library/panedwindow.tcl: Apply patch from bug #778893 to makepatthoyts2003-07-281-0/+3
| | | | the panedwindow -opaqueresize option work as per the docs.
* * library/tk.tcl: Apply fix for bug #778840 for window placementpatthoyts2003-07-281-0/+5
| | | | when using multiple desktops on windows.
* * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 andpatthoyts2003-07-241-0/+6
| | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available.
* * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generationdas2003-07-211-0/+5
| | | | broken by changes to tcl buildsystem.
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-191-14/+15
| | | | | | 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-191-0/+4
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to providepatthoyts2003-07-191-1/+6
| | | | the windows hand cursor where available.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-0/+5
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-181-0/+5
| | | | consistency between unix and windows -cursor option.
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-181-0/+6
| | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
* MacOSX fixesvincentdarley2003-07-181-0/+13
|
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-0/+7
|
* * macosx/Makefile: Changes for new tcl buildsystem.das2003-07-181-0/+15
| | | | | | | | | | | | | * macosx/Wish.pbproj/jingham.pbxuser: * macosx/Wish.pbproj/project.pbxproj: Changes for new tcl buildsystem. Changed build to include tk specific html help in Tk.framework instead of Tcl.framework. Set default SYMROOT in target options to simplify setting up PB (manually setting common build folder for tcl & tk no longer needed). * macosx/README: Updated info for changes to buildsystem, html help location and PB setup.
* Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-0/+4
|