summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typocore_8_4_13dgp2006-04-171-2/+2
|
* Correction to 1432666 fix.pspjuth2006-04-122-7/+5
|
* * generic/tkGrid.c: Fixed handling of out of bounds row or column.dgp2006-04-124-9/+174
| | | | * tests/grid.test: [Bug 1432666]
* * changes: Updates for next RC.dgp2006-04-122-3/+7
|
* fix make-html errordas2006-04-121-3/+3
|
* fix to 'embedded' targets & cosmetic fix to 'install' targetsdas2006-04-121-3/+8
| | | | CCVS: ----------------------------------------------------------------------
* update to latesthobbs2006-04-112-2/+16
|
* * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replacehobbs2006-04-111-6/+9
| | | | Tcl_GlobalEval with more efficient Tcl_EvalEx.
* * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-114-11/+18
| | | | | | * win/tkWinWm.c (UpdateGeometryInfo): is found - handle it in * unix/tkUnixEmbed.c (TkpGetOtherWindow): the caller. [Bug 1212056] * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo):
* * macosx/tkMacOSXDialog.c (Tk_MessageBoxObjCmd): added standard Escapedas2006-04-113-754/+769
| | | | key binding for msgbox cancel buttons [Patch 1193614], whitespace.
* * changes: added latest aqua bug fixes.das2006-04-112-3/+31
| | | | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatus * macosx/tkMacOSXEvent.c: carbon event to dynamically enable the 'Preferences' app menu item when proc [::tk::mac::ShowPreferences] is defined. [Bug 700316] * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for all * macosx/tkMacOSXWindowEvent.c: registered appleevents [FR 1105284], implement print applevent handling, style/whitespace cleanup. * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): prevent multiple init.
* * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatusdas2006-04-112-16/+40
| | | | | | * macosx/tkMacOSXEvent.c: carbon event to dynamically enable the 'Preferences' app menu item when proc [::tk::mac::ShowPreferences] is defined. [Bug 700316]
* * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for alldas2006-04-112-104/+213
| | | | | * macosx/tkMacOSXWindowEvent.c: registered appleevents [FR 1105284], implement print applevent handling, style/whitespace cleanup.
* * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): prevent multiple init.das2006-04-111-7/+7
|
* * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-115-79/+137
| | | | | | * macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar * macosx/tkMacOSXWm.c: widget clicks as well as [wm state]. * doc/wm.n: [Bug 1073456]
* typodas2006-04-111-2/+2
|
* *** 8.4.13 TAGGED FOR RELEASE ***dgp2006-04-102-4/+24
| | | | * changes: Updates for next RC.
* * macosx/tkMacOSXWm.c (TkSetWMName, TkMacOSXMakeRealWindowExist):das2006-04-102-15/+10
| | | | | allow empty name for toplevels, remove bogus initial window name. [Bug 1450800]
* added ref to bug 934524das2006-04-101-2/+3
|
* * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attributedas2006-04-092-6/+21
| | | | changes to Carbon window manager. [FR 1467004]
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix returndas2006-04-073-73/+123
| | | | | | | | | | | | | values, implement window dragging & growing in background (with Command key down) and by fronting clicks, use correct button & modifier state API when application is in background (also in TkMacOSXButtonKeyState). * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): ensure QD port is set correctly before using API relying on it. * macosx/tkMacOSXMouseEvent.c: now that [wm attributes -titlepath] works correctly, add OS support for dragging proxy icons and using the titlepath menu.
* * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errorsdas2006-04-064-168/+207
| | | | | | | | | in setting/removing window proxy icons via [wm attributes -titlepath] and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241] * unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Tcl Bug 1457515] * unix/configure: autoconf-2.13
* see changeshobbs2006-04-051-4/+28
|
* * tests/grid.test: fix segfault on empty index listhobbs2006-04-052-27/+55
| | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430]
* * generic/tkText.c (DumpLine): stop dumping if we detect that thehobbs2006-04-052-101/+130
| | | | | | text widget state has changed while dumping. [Bug 1414171] (InsertChars, DeleteChars): fix undo with space-based path. * tests/text.test (text-25.14): [Bug 1452419]
* * win/tkWinX.c (TkWinXInit): init default keyboard charsethobbs2006-04-051-8/+21
| | | | correctly. [Bug 1374119] (pajas)
* * generic/tkTextDisp.c (TkTextPixelIndex): Don't segfault on fullhobbs2006-04-051-2/+10
| | | | -elide text. [Bug 1442102]
* * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk ashobbs2006-04-051-1/+13
| | | | WM_SAVE_YOURSELF wm protocol callback.
* * win/tkWinMenu.c (FreeID, TkpNewMenu, MenuExitHandler)hobbs2006-04-051-29/+59
| | | | | | (MenuThreadExitHandler, TkpMenuInit, TkpMenuThreadInit): rework Windows menu init/finalization to better respect per-process and per-thread boundaries.
* Update test to reflect revised error messagedgp2006-04-051-3/+3
|
* * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-303-7/+19
| | | | | * generic/tkOption.c (TkOptionDeadWindow): handle OptionThreadExitProc being called before DeleteWindowsExitProc.
* * unix/tkUnixDefault.h: Changed "Black" to "#000000" and "White" todgp2006-03-292-3/+9
| | | | | "#ffffff" to work around the (broken?) X servers that do not accept those color names. [Bug 917433]
* * generic/tkWindow.c (CreateTopLevelWindow): use thread exithobbs2006-03-292-6/+12
| | | | handler for DeleteWindowsExitProc.
* Avoid pipe problems on Win98patthoyts2006-03-282-2/+7
|
* * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-283-24/+31
| | | | Needed by Tk for manifest generation.
* * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-2837-229/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXBitmap.c: #includes of tk and carbon headers; * macosx/tkMacOSXButton.c: sync whitespace, comments & minor * macosx/tkMacOSXCarbonEvents.c: changes with HEAD. * macosx/tkMacOSXClipboard.c: * macosx/tkMacOSXColor.c: * macosx/tkMacOSXConfig.c: * macosx/tkMacOSXCursor.c: * macosx/tkMacOSXDialog.c: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXEvent.c: * macosx/tkMacOSXEvent.h: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXFont.h (new file): * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXKeyboard.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXNotify.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXScrlbr.c: * macosx/tkMacOSXSend.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXTest.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXWm.h: * macosx/tkMacOSXXStubs.c:
* * generic/tkFont.h: added prototype for TkFontGetFirstTextLayout()das2006-03-281-1/+3
| | | | needed by tkMacOSXButton.c and tkMacOSXMenubutton.c.
* Forgot that the test should return an errordkf2006-03-271-4/+6
|
* Fix (and add test for) [Bug 1458234]dkf2006-03-273-15/+33
|
* * changes: Updates for next RC.dgp2006-03-222-1/+11
|
* * 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]dkf2006-03-202-31/+17
|
* bug #1451587: avoid using abbreviated sub-commands inpatthoyts2006-03-177-42/+51
| | | | | core scripts as this can cause problems with mega-widget libraries like snit.
* Case fixdkf2006-03-161-2/+2
|
* Added 'changes' entries for my last two sets of changesdkf2006-03-161-1/+5
|
* Added locale to listdkf2006-03-161-2/+2
|
* Added message catalog for (Brazilian) Portuguese. [Bug 1405069]dkf2006-03-162-0/+75
|
* Hack to make photo-to-photo copies cheaper in the common case of no alphadkf2006-03-162-4/+34
|
* Squelch [Bug 1409140] by special-case-ing the single-pixel put case.dkf2006-03-152-3/+44
|
* * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-142-13/+16
| | | | that were crashing the test suite.