summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkConsole.c: Substantial rewrite of [console] support.dgp2006-03-161-1/+9
| | | | | | | * generic/tkInt.h: Included Obj-ification of the [console] and [consoleinterp] commands, and reworking of all the supporting data structures for cleaner sharing and lifetime management especially in multi-threaded configurations.
* Added a Portuguese message catalog. [Bug 1405069]dkf2006-03-161-0/+5
|
* Hack to make photo-to-photo copies cheaper in the common case of no alphadkf2006-03-161-0/+8
|
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.dkf2006-03-151-37/+43
| | | | Also take better advantage of C's casting rules w.r.t. void* and other pointers
* * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-141-0/+3
| | | | that were crashing the test suite.
* * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1dgp2006-03-141-5/+9
| | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807]
* * generic/tkCmds.c: Purged remaining references todgp2006-03-131-0/+8
| | | | | | | * macosx/tkMacOSXPort.h: errno, and errno.h. Standardized * macosx/tkMacOSXWm.c: the logic for using header files from * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe * unix/tkUnixPort.h: English for the patch. [Patch 1445404]
* * unix/Makefile.in: Update `make dist` to copy the image filesdgp2006-03-081-0/+4
| | | | | needed by the test suite into the source distro. This was overlooked in the 2005-10-12 commit.
* * changes: Update in prep. for 8.5a4 release.dgp2006-03-081-0/+4
|
* Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variantsjenglish2006-03-081-0/+6
| | | | [Bug 1334613]. Regenerated configure script.
* Band-aid doc update for [Bug 220787]dkf2006-03-071-3/+9
|
* * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86hobbs2006-03-021-0/+7
| | | | | | displaying images. Bitmap images still have a black/white reversal issue, appears to be a general OS X issue (as seen in frogger demo).
* Fix old thread-safety issue. [Bug 470322]dkf2006-02-271-0/+3
|
* Fix pixmap creation ordering issue [Bug 480862]dkf2006-02-271-0/+6
| | | | Stupid issue was fixed for the mask pixmap, but not the data pixmap!
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-0/+11
| | | | | | | | | | * generic/tkPlatDecls.h: to use Tk_Window instead of internal * macosx/tkMacOSXSubwindows.c: type TkWindow (which led to any include * macosx/tkMacOSXWindowEvent.c: of public header tkMacOSX.h requiring * macosx/tkMacOSXWm.c: prior include of tkInt.h). * generic/tk.h: move TkAqua specific REDO_KEYSYM_LOOKUP define * macosx/tkMacOSXPort.h: out of tk.h into platform header.
* Finish i18n of bgerror [Bug 1409264]. No l10n of that specific message ↵dkf2006-01-311-17/+21
| | | | | | though; that can wait for someone who really wants to use non-English to submit patches.
* * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp2006-01-251-0/+14
| | | | | | | | | | | | | | 1237759] * library/choosedir.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/focus.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
* * unix/configure: minor fix to Darwin specific code removingdas2006-01-231-0/+6
| | | | * unix/configure.in: 64bit flags from CFLAGS for Tk build.
* XIM fixes [See #905830, patch tk84-xim-fixes.patch].jenglish2006-01-201-0/+7
| | | | | | + Revert 2005-12-05 patch disabling XIM when SCIM in use; + Make sure all X events get passed to XFilterEvent, including those without a corresponding Tk window.
* generic/tkUndo.c (TkUndoSetDepth): Don't freea_kovalenko2006-01-121-0/+9
| | | | | | | TkUndoSubAtoms for separator entries that are deleted: there is some unpredictable garbage instead of subatoms. Free both 'apply' and 'revert' action chains for non-separator entries.
* TIP#260 implementationdkf2006-01-121-0/+8
|
* Removed a lingering error message from TIP#147 implementation.pspjuth2006-01-111-0/+5
|
* * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() functiondas2006-01-101-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXDebug.h: that finds unexported symbols in loaded libraries by manually walking their symbol table; only to be used for debugging purposes, may break unexpectedly in the future. Needed to get access to private_extern internal debugging functions in HIToolbox. * macosx/tkMacOSXCarbonEvents.c: fix debug event tracing on Tiger. * macosx/tkMacOSXMenu.c: add debug menu printing during reconfigure. * macosx/tkMacOSXInit.c: conditionalize 64bit-unsafe dyld code. * macosx/GNUmakefile: add 'wish8.x' symlink to SYMROOT. * macosx/Wish.xcode/project.pbxproj: fix copy to tktest resource * macosx/Wish.xcodeproj/project.pbxproj: fork when zerolinked. * macosx/Wish.xcode/default.pbxuser: add widget demo as argument to * macosx/Wish.xcodeproj/default.pbxuser: executables (on by default). * unix/configure: add caching, use AC_CACHE_CHECK instead of * unix/configure.in: AC_CACHE_VAL where possible, consistent message * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 changes and gratuitous formatting differences, fix SC_CONFIG_MANPAGES with default argument, Darwin improvements to SC_LOAD_*CONFIG.
* Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaertdkf2005-12-281-30/+31
|
* * macosx/Wish.xcode/project.pbxproj:das2005-12-141-0/+5
| | | | * macosx/Wish.xcodeproj/project.pbxproj: add new tclTomMath* files.
* * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-131-1/+14
| | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents): * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent, GenerateMouseWheelEvent): add support for kEventMouseScroll events (smooth mouse wheel scrolling from mighty mouse or scrolling trackpad) by handling kEventMouseWheelMoved on application target as well as on dispatcher, in order to pick up synthesized MouseWheel events from HIObject handler (c.f. QA1453); add support for horizontal scrolling events by generating MouseWheel XEvent with Shift modifier.
* * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-121-0/+5
| | | | bash-3.1+ [Bug 1377619] (schafer)
* * win/tkWinWm.c (WinSetIcon): Don't check resultmdejong2005-12-101-0/+8
| | | | | | | of SetClassLong() or SetClassLongPtr() since it was generating an incorrect error and the MSDN docs indicate that the result need not be checked.
* * win/configure: Regen.mdejong2005-12-101-0/+8
| | | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this variable in the manifest file was causing a runtime error in wish built with gcc.
* * generic/tkInt.decls: move all platform test sources from tk lib intodas2005-12-091-3/+16
| | | | | | | | | | | | * generic/tkTest.c: tktest directly, removes requirement to export * macosx/tkMacOSXTest.c: TkplatformtestInit from internal stubs table. * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: * win/tkWinTest.c: * generic/tkIntPlatDecls.h: * generic/tkStubInit.c: regen.
* add tkWinTest.obj to regular Tk obj for TkplatformtestInithobbs2005-12-081-0/+2
|
* fix dist target for manifest dir changehobbs2005-12-081-0/+1
|
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-12-081-0/+8
| | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: Add CE build support (some C code fixes needed) * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
* * generic/tkTextTag.c (TkTextTagCmd): use correct arraySize forhobbs2005-12-081-6/+11
| | | | peered text widgets in [$text tag names]. [Bug 1375069 1374935]
* * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcldas2005-12-081-1/+8
| | | | | | | | * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c [Bug 1336531].
* * macosx/tkMacOSXInt.h: sync comments with core-8-4-branch.das2005-12-081-0/+4
|
* remove extraneous consthobbs2005-12-071-0/+4
|
* Doc change to discourage the use of TK_CONFIG_OPTION_SPECIFIED which was notdkf2005-12-061-0/+5
| | | | thread-safe and is now no-longer used.
* * unix/tkUnixEvent.c (OpenIM): Added a workaround to allow atrmax2005-12-051-0/+7
| | | | | | least ASCII and the Compose key when typing into text and entry widgets on a system that uses SCIM. This has to be taken out again once the SCIM problems have been fixed.
* whitespace policedkf2005-12-021-5/+5
|
* * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspecthobbs2005-12-011-0/+3
| | | | before rewrapping. [Bug 1086049]
* * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-12-011-1/+8
| | | | | | | | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessApplicationEvent): * macosx/tkMacOSXCarbonEvents.c (TkMacOSXInitCarbonEvents): * macosx/tkMacOSXEvent.h: Trap kEventAppAvailableWindowBoundsChanged * macosx/tkMacOSXInt.h: event to watch for change in display size and adjust internal state appropriately.
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-011-0/+5
| | | | * unix/configure: regen.
* * doc/checkbutton.n: fix -selectcolor docs [Bug 1083838]hobbs2005-12-011-0/+2
|
* * generic/tkImgGIF.c: cast calls to blockOuthobbs2005-12-011-0/+2
|
* * win/Makefile.in:hobbs2005-12-011-0/+2
| | | | | Add tkWinTest.obj to tk84.dll to handle some needed test functions being defined in stubs (TkplatformtestInit).
* * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets tohobbs2005-12-011-0/+7
| | | | get Tcl built dll first.
* * library/console.tcl (::tk::ConsoleInit): improve work-around tohobbs2005-11-301-14/+23
| | | | avoid '% ' from tclMain.c [Bug 1252259]
* * macosx/tkMacOSXMenu.c:das2005-11-271-0/+1
| | | | | | * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXMenubutton.c: define OSX 10.3 or later only constants if necessary to allow compilation on OSX 10.2
* * macosx/tkMacOSXMenu.c:das2005-11-271-0/+2
| | | | | * macosx/tkMacOSXMenubutton.c: define OSX 10.3 or later only constants if necessary to allow compilation on OSX 10.2