summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-3/+8
| | | | -displayof arg is passed to [tk scaling]. [Bug 800178]
* * doc/SetOptions.3:das2004-11-121-0/+9
| | | | | | | | * doc/text.n: fixed *roff errors uncovered by running 'make html'. * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872]
* * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-111-0/+6
| | | | | whenever the window receives focus. This fixes bug #905830 but avoids #1000051.
* * generic/tkMain.c:das2004-11-111-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/tkMacOSXSubwindows.c: synced spacing/formatting with core-8-4-branch. * generic/tkRectOval.c: * macosx/README: * macosx/tkMacOSXDefault.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXWm.c: forward port from core-8-4-branch of Jim's and my changes for CG drawing and [wm attributes] (corresponds to 8.4 changes dating from 09-18, 07-27, 07-24). * 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.
* fix to MacOSX compound button layoutvincentdarley2004-11-091-0/+8
|
* Added Keith Vetter's tkGoldberg as an animation demo. Thanks Keith!dkf2004-11-081-0/+6
|
* More animation demosdkf2004-11-071-2/+3
|
* doc/frame.n: Added some info for -width/-height options. [Bug 1055423]pspjuth2004-11-071-0/+5
|
* Made handling of ^ a bit more consistent inpspjuth2004-11-071-0/+7
| | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589]
* Added a demo of simple animation to the widget tour.dkf2004-11-071-0/+5
|
* * tests/button.test: Update expected results to account for moredgp2004-11-031-1/+6
| | | | verbose errorinfo from errors in variable traces [Tcl Bug 572164]
* * dialog.test (dialog-1.1): Update expected result to changesdgp2004-11-011-0/+5
| | | | in the error messages produced by procs.
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-0/+7
| | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
* * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):mdejong2004-10-281-0/+9
| | | | | | | | Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code.
* * unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 bypatthoyts2004-10-281-0/+5
| | | | Michael Schlenker to keep the labels within the window.
* Assorted minor documentation fixesdkf2004-10-281-0/+4
|
* * win/tkWinX.c: Signature for tkWinXCleanup needed to bedavygrvy2004-10-271-0/+8
| | | | | | | * generic/tkInt.decls: changed so it matches the Tcl_ExitProc * generic/tkIntPlatDecls.h: typedef to avoid a bad-style cast. * win/makefile.vc: Force TCL_LIBRARY envar when calling tclsh
* * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax errorpatthoyts2004-10-261-0/+6
| | | | * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars.
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondkf2004-10-261-0/+8
| | | | much more knowledge of the platform functions available to it.
* Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-0/+12
| | | | Thanks to Brian Griffin for developing these! [Patch 983886]
* * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER tohobbs2004-10-211-0/+6
| | | | | SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).
* TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928)jenglish2004-10-191-0/+7
|
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-191-0/+11
|
* Added missing changelog entrydkf2004-10-111-0/+4
|
* Fill in missing part of sentence in [wm attributes]dkf2004-10-081-0/+5
|
* Flagged TIP implementation points more clearlydkf2004-10-081-0/+6
|
* TIP #205 "Use pkgconfig Database to Register Xft Support".jenglish2004-10-081-0/+5
| | | | (xref: patch #971980)
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-0/+9
| | | | | | | | * 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]
* fix init warningshobbs2004-10-051-1/+9
|
* * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-241-0/+4
|
* more robust text widget display testsvincentdarley2004-09-241-0/+3
|
* fix to mousewheel scrollingvincentdarley2004-09-241-0/+4
|
* * win/tkWinX.c: Added declaration for advapi32 now that this filepatthoyts2004-09-241-0/+5
| | | | uses the Reg* functions (req'd for nmake build system).
* text widget search fixvincentdarley2004-09-231-0/+6
|
* * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-0/+9
| | | | | | | | * 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-211-0/+17
| | | | | | | | | | | | | | | | 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/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHAmdejong2004-09-211-0/+5
| | | | defines so that compiling with mingw works again.
* * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attributehobbs2004-09-211-0/+6
| | | | | settings prior to window mapping and resort to more forceful wrapper update again for -toolwindow (to remove it from taskbar).
* Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-191-0/+5
|
* (UpdateWrapper): don't adjust Z order of TOPMOST window.hobbs2004-09-191-0/+3
| | | | | (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes.
* * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 settinghobbs2004-09-181-0/+5
| | | | and round the value.
* no messagedavygrvy2004-09-181-1/+1
|
* * doc/wm.n:hobbs2004-09-171-0/+5
| | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
* * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-0/+6
| | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window.
* no messagedavygrvy2004-09-161-0/+5
|
* * generic/tkMenu.c (MenuWorldChanged): ensure that we recomputehobbs2004-09-161-0/+6
| | | | | the menu geometry on WorldChanged to handle font size changes. [Bug 607649]
* Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-0/+6
|
* * win/tkWinWm.c (WmIconwindowCmd): Replace bogusmdejong2004-09-151-0/+9
| | | | | | | | call to XWithdrawWindow with proper code. This avoids a "couldn't send withdraw message to window manager" error when the iconwindow is already mapped. The wm iconwindow command does not seem to do much under Win32, but at least this avoids an error message.
* * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the righthobbs2004-09-131-0/+5
| | | | size for both icons ('?:' order of precedence mistake).
* Make sure the state is correctly reset on dialog startup. [Bug 845189]dkf2004-09-101-0/+3
|