summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bumped patchlevel to 8.4.9hobbs2004-11-259-19/+27
|
* fix to movement up/down in text widget by display linesvincentdarley2004-11-232-8/+40
|
* *** empty log message ***core_8_4_8rmax2004-11-191-1/+0
|
* * doc/pack-old.n: Changed the internal name of the man page tormax2004-11-191-2/+2
| | | | pack-old to avoid a name clash in the installed man pages.
* Classic sed doesn't support | in REs.rmax2004-11-192-3/+14
|
* Arghh - some seds don't even support comments at all.rmax2004-11-181-8/+21
|
* Some versions of sed appear to need semicolons in front of comments.rmax2004-11-181-6/+6
|
* mark release taggingdgp2004-11-181-0/+2
|
* * changes: Final updates for Tcl 8.4.8 release.dgp2004-11-182-2/+16
|
* Fixed manpage installation.rmax2004-11-181-4/+4
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-187-1450/+357
| | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks: removed
* * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-172-3/+18
| | | | immediately when state hidden is requested. [Bug 982248]
* see changeshobbs2004-11-171-0/+11
|
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-7/+9
| | | | of canvas image item without image specified. [Bug 1032300]
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+4
| | | | array keyname expansion. [Bug 1004508] (bold)
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
| | | | attr to prevent expose events when moving sash. [Bug 1036963]
* * changes: Updates for Tk 8.4.8 release.dgp2004-11-162-3/+49
|
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-162-6/+11
| | | | Thanks to Roberto Ugoccioni [Bug 1063675].
* * macosx/tkMacOSXXStubs.c: implemented XGetGeometry().das2004-11-132-4/+28
|
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-122-17/+20
| | | | -displayof arg is passed to [tk scaling]. [Bug 800178]
* * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Makedas2004-11-122-48/+81
| | | | | sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872]
* * generic/tkMain.c:das2004-11-1114-371/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with HEAD. * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time. Ensure that xcodebuild will use Wish.pbproj project even if a .xcode project is also present.
* Fix for 1055023 from mikek@muonics.com.wolfsuit2004-11-102-11/+23
|
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-293-11/+35
| | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
* * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5patthoyts2004-10-292-2/+4
|
* * library/tk.tcl (::tk::PlaceWindow): Backported the fix frompatthoyts2004-10-293-15/+12
| | | | #533519 to handle window placement on multi-monitor Windows.
* Minor format fixdkf2004-10-291-3/+3
|
* Whoops, missed removing an 8.5 feature from an example when backportingdkf2004-10-291-3/+3
|
* * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-282-1/+11
| | | | for recent alpha changes.
* * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):mdejong2004-10-282-1/+126
| | | | | Back port HAVE_NO_SEH handler code from CVS HEAD to fix gcc build breakage caused by 2004-10-26 back port.
* * README: Bumped to patch level 8.4.8dgp2004-10-289-18/+30
| | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
* * unix/tkUnixScale.c (DisplayHorizontalValue): Backport fix forpatthoyts2004-10-282-2/+11
| | | | #220927 by Michael Schlenker to keep the labels within the window.
* More backporting of doc fixesdkf2004-10-2816-147/+310
|
* Backport of documentation fixesdkf2004-10-2830-284/+600
|
* backport compiler warning silencersdgp2004-10-271-5/+5
|
* * library/xmfbox.tcl (MotifFDialog_BuildUI): Fix [Bug 987169] indgp2004-10-272-2/+10
| | | | the Motif file dialogs as well. Backport of DKF bug fix.
* no messagedavygrvy2004-10-271-0/+22
|
* * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-2710-35/+215
| | | | | | | | | | | | * generic/tkMenu.c: dating from 2003-12-21 * generic/tkUtil.c: * generic/tkWindow.c: * mac/tkMacButton.c: * unix/tkUnixEvent.c: * win/tkWin32Dll.c: * win/tkWinEmbed.c: * win/tkWinMenu.c: * win/tkWinX.c:
* * win/makefile.vc: Backport to the most recentdavygrvy2004-10-273-32/+191
| | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c:
* * generic/tkInt.decls: Signature for tkWinXCleanup needed to bedavygrvy2004-10-272-5/+5
| | | | | * generic/tkIntPlatDecls.h: changed so it matches the Tcl_ExitProc typedef to avoid a bad-style cast.
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-10-263-4/+20
| | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations.
* * generic/tkEvent.c (Tk_HandleEvent): Call XSetICFocus wheneverrmax2004-10-262-1/+18
| | | | | the window receives focus. This fixes bug #905830 but avoids #1000051.
* Correlate fix with bug numberdkf2004-10-261-2/+2
|
* * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER tohobbs2004-10-212-2/+9
| | | | | SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).
* Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-058-19/+454
| | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
* * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-242-1/+8
|
* * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-234-70/+228
| | | | | | | | * win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color and screen resolution changes. Tested for 16/24/32 bpp changes on XP. May need more fixes for 8bpp switch, use of special colormaps, or other special palette handling cases. [Bug 223689]
* * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-237-54/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is only defined under Win32. * generic/tkIntPlatDecls.h: Regen. * generic/tkStubInit.c: Regen. * win/tkWinInt.h: Define TK_THEME_WIN_CLASSIC and TK_THEME_WIN_XP. * win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryLabel): Draw a disabled 3D text highlight for the accelerator only with the Win95/98 look. Same goes for the menu entry text. * win/tkWinX.c (TkWinGetPlatformId, TkWinGetPlatformTheme): Automatically detect the Windows theme in use and return either TK_THEME_WIN_CLASSIC or TK_THEME_WIN_XP when the TkWinGetPlatformTheme function is invoked. [Patch 866194] * win/tkWinMenu.c: only provide a submenu handle when the MF_POPUP flag is given, fixing a recently-introduced crash when submenus are disabled. Also better error checking for this sort of situation in the future. * win/tkWinMenu.c (ReconfigureWindowsMenu): Fix drawing of a disabled (TkWinHandleMenuEvent, DrawMenuEntryArrow): cascade menu arrow. Tk was displaying a disabled cascade menu arrow in black instead of gray. This was caused by a bug in the Win32 code for user drawn menu items. The fix is to avoid telling Windows that the menu item is a cascade type and then draw the gray arrow bitmap on our own. [Patch 865842] * win/tkWinMenu.c (DrawWindowsSystemBitmap): Fix a strange Win32 bug where the logical coordinates returned by a call to DPtoLP are wrong the first time a menu is posted. This bug manifested itself by drawing the bitmap in the wrong place in a menu. The fix was to pass the newly created DC instead of the DC from the window. * win/tkWinMenu.c (DrawMenuEntryAccelerator): (DrawMenuEntryLabel): When drawing the label text and accelerator text for a disabled menu entry be sure to draw a 3D highlight. The only exception to this is when a disabled menu entry is highlighted, in that case do not draw a 3D hightlight. * win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryArrow): Move the unused menu arrow drawing code in DrawMenuEntryAccelerator into a new function named DrawMenuEntryArrow. This makes no functional change but it will make it easier to fix things in the future.
* * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHAmdejong2004-09-232-3/+10
| | | | defines so that compiling with mingw works again.
* * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attributehobbs2004-09-212-41/+47
| | | | | settings prior to window mapping and resort to more forceful wrapper update again for -toolwindow (to remove it from taskbar).