Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/frame.n: Added some info for -width/-height options. [Bug 1055423] | pspjuth | 2004-11-07 | 2 | -7/+18 |
| | |||||
* | Made handling of ^ a bit more consistent in | pspjuth | 2004-11-07 | 3 | -22/+111 |
| | | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589] | ||||
* | Added a demo of simple animation to the widget tour. | dkf | 2004-11-07 | 3 | -1/+169 |
| | |||||
* | * tests/button.test: Update expected results to account for more | dgp | 2004-11-03 | 2 | -14/+25 |
| | | | | verbose errorinfo from errors in variable traces [Tcl Bug 572164] | ||||
* | * dialog.test (dialog-1.1): Update expected result to changes | dgp | 2004-11-01 | 2 | -3/+8 |
| | | | | in the error messages produced by procs. | ||||
* | * tests/wm.test: Add Win32 test cases for attributes | mdejong | 2004-10-29 | 3 | -11/+35 |
| | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. | ||||
* | Minor format fix | dkf | 2004-10-29 | 1 | -3/+3 |
| | |||||
* | * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler): | mdejong | 2004-10-28 | 2 | -8/+57 |
| | | | | | | | | 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 by | patthoyts | 2004-10-28 | 2 | -2/+11 |
| | | | | Michael Schlenker to keep the labels within the window. | ||||
* | More minor doc fixes | dkf | 2004-10-28 | 9 | -138/+182 |
| | |||||
* | Assorted minor documentation fixes | dkf | 2004-10-28 | 16 | -75/+108 |
| | |||||
* | * win/tkWinX.c: Signature for tkWinXCleanup needed to be | davygrvy | 2004-10-27 | 5 | -11/+21 |
| | | | | | | | * 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 | ||||
* | Fix silly typo | dkf | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error | patthoyts | 2004-10-26 | 3 | -4/+9 |
| | | | | * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. | ||||
* | Attempt to fix [Bug 919066] by allowing the code that creates the region | dkf | 2004-10-26 | 6 | -37/+212 |
| | | | | much more knowledge of the platform functions available to it. | ||||
* | Stop compiler warning | dkf | 2004-10-26 | 1 | -1/+2 |
| | |||||
* | Fix incorrect expected error message | dkf | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | Fix stupid brokenness inroduced by me. D'oh! | dkf | 2004-10-25 | 1 | -2/+2 |
| | |||||
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 7 | -132/+591 |
| | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to | hobbs | 2004-10-21 | 2 | -2/+9 |
| | | | | | SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order). | ||||
* | TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928) | jenglish | 2004-10-19 | 4 | -9/+28 |
| | |||||
* | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] | dkf | 2004-10-19 | 27 | -52/+63 |
| | |||||
* | remove debug code | vincentdarley | 2004-10-18 | 1 | -2/+1 |
| | |||||
* | Added missing changelog entry | dkf | 2004-10-11 | 1 | -0/+4 |
| | |||||
* | updated as of en.msg 1.14 | bagnonm | 2004-10-11 | 1 | -17/+21 |
| | |||||
* | Swedish message catalog from Mats Bengtsson. | bagnonm | 2004-10-11 | 1 | -0/+74 |
| | |||||
* | Fill in missing part of sentence in [wm attributes] | dkf | 2004-10-08 | 2 | -11/+17 |
| | |||||
* | Flagged TIP implementation points more clearly | dkf | 2004-10-08 | 1 | -0/+6 |
| | |||||
* | TIP #205 "Use pkgconfig Database to Register Xft Support". | jenglish | 2004-10-08 | 2 | -1/+23 |
| | | | | (xref: patch #971980) | ||||
* | add iconphoto notes about recommended usage | hobbs | 2004-10-07 | 1 | -3/+5 |
| | |||||
* | silence compiler warnings | dgp | 2004-10-06 | 1 | -5/+5 |
| | |||||
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 9 | -20/+477 |
| | | | | | | | | * 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 warnings | hobbs | 2004-10-05 | 6 | -15/+22 |
| | |||||
* | clarify wm -alpha docs | hobbs | 2004-09-28 | 1 | -6/+6 |
| | |||||
* | * generic/tkCursor.c: Add missing initialization in debug routine. | dgp | 2004-09-24 | 2 | -1/+8 |
| | |||||
* | more robust text widget display tests | vincentdarley | 2004-09-24 | 2 | -6/+9 |
| | |||||
* | fix to mousewheel scrolling | vincentdarley | 2004-09-24 | 2 | -2/+17 |
| | |||||
* | * win/tkWinX.c: Added declaration for advapi32 now that this file | patthoyts | 2004-09-24 | 2 | -1/+7 |
| | | | | uses the Reg* functions (req'd for nmake build system). | ||||
* | text widget search fix | vincentdarley | 2004-09-23 | 3 | -2/+55 |
| | |||||
* | * win/tkWinInt.h (TkWinDisplayChanged): added decl | hobbs | 2004-09-23 | 4 | -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. | mdejong | 2004-09-21 | 7 | -30/+130 |
| | | | | | | | | | | | | | | | | 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_ALPHA | mdejong | 2004-09-21 | 2 | -3/+10 |
| | | | | defines so that compiling with mingw works again. | ||||
* | * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute | hobbs | 2004-09-21 | 2 | -41/+47 |
| | | | | | 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 tabs | dkf | 2004-09-19 | 40 | -546/+555 |
| | |||||
* | (UpdateWrapper): don't adjust Z order of TOPMOST window. | hobbs | 2004-09-19 | 2 | -13/+29 |
| | | | | | (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes. | ||||
* | missed wm attr test | hobbs | 2004-09-19 | 1 | -2/+2 |
| | |||||
* | * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting | hobbs | 2004-09-18 | 2 | -17/+19 |
| | | | | and round the value. | ||||
* | no message | davygrvy | 2004-09-18 | 1 | -1/+1 |
| | |||||
* | * doc/wm.n: | hobbs | 2004-09-17 | 5 | -25/+216 |
| | | | | | | * 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 order | hobbs | 2004-09-17 | 3 | -9/+62 |
| | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. |