summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure.in: fix detection of symbols build when enablingdas2006-03-223-6/+13
| | | | | | TkAqua debug code; filter nm output of libtclstub better to avoid error on intel macs [Bug 1415789]. * unix/configure: autoconf-2.13
* Fix [Bug 1380427] with [Patch 1391939]donal.k.fellows@manchester.ac.uk2006-03-202-31/+17
|
* bug #1451587: avoid using abbreviated sub-commands inpatthoyts@users.sourceforge.net2006-03-177-42/+51
| | | | | core scripts as this can cause problems with mega-widget libraries like snit.
* Case fixdonal.k.fellows@manchester.ac.uk2006-03-161-2/+2
|
* Added 'changes' entries for my last two sets of changesdonal.k.fellows@manchester.ac.uk2006-03-161-1/+5
|
* Added locale to listdonal.k.fellows@manchester.ac.uk2006-03-161-2/+2
|
* Added message catalog for (Brazilian) Portuguese. [Bug 1405069]donal.k.fellows@manchester.ac.uk2006-03-162-0/+75
|
* Hack to make photo-to-photo copies cheaper in the common case of no alphadonal.k.fellows@manchester.ac.uk2006-03-162-4/+34
|
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.donal.k.fellows@manchester.ac.uk2006-03-152-3/+44
|
* * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp@users.sourceforge.net2006-03-142-13/+16
| | | | that were crashing the test suite.
* * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1dgp@users.sourceforge.net2006-03-143-2/+7
| | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807]
* * generic/tkCmds.c: Purged remaining references todgp@users.sourceforge.net2006-03-136-39/+18
| | | | | | | * 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]
* Fix silly error that prevented truncated error traces from being presented todonal.k.fellows@manchester.ac.uk2006-03-112-3/+8
| | | | the user, even when they should have been.
* typodgp@users.sourceforge.net2006-03-081-2/+2
|
* Band-aid doc update for [Bug 220787]donal.k.fellows@manchester.ac.uk2006-03-072-1/+12
|
* * READNE: Bump version number to 8.4.13 and updatedgp@users.sourceforge.net2006-03-079-16/+41
| | | | | | | | * changes: changes to start prep for an 8.4.13 release. * generic/tk.h: * unix/configure{.in}: * unix/tk.spec: * win/configure{.in}:
* see changeshobbs2006-03-031-0/+5
|
* * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-021-11/+11
| | | | path-as-escape issue.
* []-quote ac_defun functionshobbs2006-03-022-35/+35
|
* * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86hobbs2006-03-022-52/+60
| | | | | | displaying images. Bitmap images still have a black/white reversal issue, appears to be a general OS X issue (as seen in frogger demo).
* * unix/tcl.m4: Fix for tk bug #1334613 to sort out shared librarypatthoyts@users.sourceforge.net2006-03-023-2/+7
| | | | * unix/configure: issues on NetBSD. Regenerated configure script.
* Fix old thread-safety issue. [Bug 470322]donal.k.fellows@manchester.ac.uk2006-02-272-2/+9
|
* Fix pixmap creation ordering issue [Bug 480862]donal.k.fellows@manchester.ac.uk2006-02-272-16/+28
| | | | Stupid issue was fixed for the mask pixmap, but not the data pixmap!
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-1/+1
| | | | | | | | | | * 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.
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-098-38/+46
| | | | | | | | | | * 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.
* * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp@users.sourceforge.net2006-01-2524-485/+472
| | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
* * unix/configure: minor fix to Darwin specific code removingdas2006-01-233-3/+9
| | | | * unix/configure.in: 64bit flags from CFLAGS for Tk build.
* XIM fixes [See #905830, patch tk84-xim-fixes.patch]:jenglish@flightlab.com2006-01-203-33/+24
| | | | | | + 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.
* sync minor overlooked change to HEAD in last commitdas2006-01-112-7/+7
|
* * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-01-1012-622/+989
| | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXFont.c: to 8.4-internal Tcl_CreateNamespace(). * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function * 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/Makefile: add 'wish8.x' symlink to SYMROOT. * 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.
* * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-134-18/+59
| | | | | | | | | | | * 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-123-12/+17
| | | | bash-3.1+ [Bug 1377619] (schafer)
* * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcldas2005-12-086-13/+17
| | | | | | | | * 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:das2005-12-084-31/+39
| | | | | * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXXStubs.c: sync comments/whitespace with HEAD.
* updated with latest 8.4.12 changeshobbs2005-12-051-2/+5
|
* * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling ofhobbs2005-12-052-15/+34
| | | | | | TK_CONFIG_OPTION_SPECIFIED to be flagged appropriately in original Tk_ConfigSpec. This is *not* thread safe, but will be retained for 8.4.x and left out of 8.5.x. [Bug 749908]
* remove extraneous consthobbs2005-12-051-2/+2
|
* Added a workaround for SCIMrmax2005-12-052-2/+30
|
* * mac/README: add note that mac classic port is no longer supported.das2005-12-042-2/+18
|
* documented macosx-only configure options.das2005-12-031-1/+6
|
* update README filesdgp@users.sourceforge.net2005-12-022-4/+5
|
* fox botched datedgp@users.sourceforge.net2005-12-011-1/+1
|
* another trydgp@users.sourceforge.net2005-12-011-3/+3
|
* update `make dist` for the wish.exe.manifest -> wish.exe.manifest.in changedgp@users.sourceforge.net2005-12-011-3/+3
|
* 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp@users.sourceforge.net2005-12-016-18/+43
| | | | | | | | | | | *** 8.4.12 TAGGED FOR RELEASE *** * changes: Update changes for 8.4.12 release * mac/tkMacWm.c: Restored consistent error checking and * macosx/tkMacOSXWm.c: messages among different platform's * tests/wm.test: [wm grid] commands. [Bug 1323972]. * win/tkWinWm.c:
* simplified makefile.vc a little bitKevin B Kenny2005-12-011-13/+5
|
* restored the ability to build from makefile.vcKevin B Kenny2005-12-012-14/+38
|
* * library/menu.tcl (::tk::PostOverPoint): correct menu post nearhobbs2005-12-012-6/+15
| | | | bottom of screen on Windows. [Bug 1353416]
* * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspecthobbs2005-12-012-2/+17
| | | | before rewrapping. [Bug 1086049]
* * generic/tkImgGIF.c: cast calls to block_outhobbs2005-12-012-4/+6
|