Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -0/+12 |
| | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to | hobbs | 2004-10-21 | 1 | -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) | jenglish | 2004-10-19 | 1 | -0/+7 |
| | |||||
* | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] | dkf | 2004-10-19 | 1 | -0/+11 |
| | |||||
* | Added missing changelog entry | dkf | 2004-10-11 | 1 | -0/+4 |
| | |||||
* | Fill in missing part of sentence in [wm attributes] | dkf | 2004-10-08 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -0/+5 |
| | | | | (xref: patch #971980) | ||||
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -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 warnings | hobbs | 2004-10-05 | 1 | -1/+9 |
| | |||||
* | * generic/tkCursor.c: Add missing initialization in debug routine. | dgp | 2004-09-24 | 1 | -0/+4 |
| | |||||
* | more robust text widget display tests | vincentdarley | 2004-09-24 | 1 | -0/+3 |
| | |||||
* | fix to mousewheel scrolling | vincentdarley | 2004-09-24 | 1 | -0/+4 |
| | |||||
* | * win/tkWinX.c: Added declaration for advapi32 now that this file | patthoyts | 2004-09-24 | 1 | -0/+5 |
| | | | | uses the Reg* functions (req'd for nmake build system). | ||||
* | text widget search fix | vincentdarley | 2004-09-23 | 1 | -0/+6 |
| | |||||
* | * win/tkWinInt.h (TkWinDisplayChanged): added decl | hobbs | 2004-09-23 | 1 | -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. | mdejong | 2004-09-21 | 1 | -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_ALPHA | mdejong | 2004-09-21 | 1 | -0/+5 |
| | | | | defines so that compiling with mingw works again. | ||||
* | * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute | hobbs | 2004-09-21 | 1 | -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 tabs | dkf | 2004-09-19 | 1 | -0/+5 |
| | |||||
* | (UpdateWrapper): don't adjust Z order of TOPMOST window. | hobbs | 2004-09-19 | 1 | -0/+3 |
| | | | | | (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes. | ||||
* | * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting | hobbs | 2004-09-18 | 1 | -0/+5 |
| | | | | and round the value. | ||||
* | no message | davygrvy | 2004-09-18 | 1 | -1/+1 |
| | |||||
* | * doc/wm.n: | hobbs | 2004-09-17 | 1 | -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 order | hobbs | 2004-09-17 | 1 | -0/+6 |
| | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. | ||||
* | no message | davygrvy | 2004-09-16 | 1 | -0/+5 |
| | |||||
* | * generic/tkMenu.c (MenuWorldChanged): ensure that we recompute | hobbs | 2004-09-16 | 1 | -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] | pspjuth | 2004-09-16 | 1 | -0/+6 |
| | |||||
* | * win/tkWinWm.c (WmIconwindowCmd): Replace bogus | mdejong | 2004-09-15 | 1 | -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 right | hobbs | 2004-09-13 | 1 | -0/+5 |
| | | | | size for both icons ('?:' order of precedence mistake). | ||||
* | Make sure the state is correctly reset on dialog startup. [Bug 845189] | dkf | 2004-09-10 | 1 | -0/+3 |
| | |||||
* | (UpdateWrapper): update to 2004-06-12 Kovalenko to account for | hobbs | 2004-09-10 | 1 | -0/+4 |
| | | | | | | whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent. | ||||
* | Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] | dkf | 2004-09-10 | 1 | -0/+5 |
| | |||||
* | Reformat and highlight TIP impl entry. | dkf | 2004-09-10 | 1 | -20/+9 |
| | |||||
* | * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when | hobbs | 2004-09-10 | 1 | -0/+5 |
| | | | | clicking outside the grab window hierarchy. [Bug 220908] | ||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -0/+27 |
| | |||||
* | bulletproof 23.2 result [Bug #1019100] | hobbs | 2004-09-10 | 1 | -0/+2 |
| | |||||
* | * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to | hobbs | 2004-09-10 | 1 | -0/+5 |
| | | | | retrieve icon, get regular icon as well for correct Alt-Tab icon. | ||||
* | Clarify -use docs. [Bug 1024364] | dkf | 2004-09-09 | 1 | -0/+5 |
| | |||||
* | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 1 | -0/+6 |
| | | | | | instead of button for "File of type", as it properly handles -state disabled now. | ||||
* | Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). | patthoyts | 2004-09-06 | 1 | -0/+5 |
| | |||||
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] | dkf | 2004-09-03 | 1 | -0/+9 |
| | |||||
* | Fix general error-case test. [Bug 1019085] | dkf | 2004-09-01 | 1 | -0/+3 |
| | |||||
* | More doc fixes from Mikhail Kolesnitchenko | dkf | 2004-09-01 | 1 | -0/+5 |
| | |||||
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -0/+12 |
| | |||||
* | * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is | hobbs | 2004-08-26 | 1 | -0/+5 |
| | | | | an atomic op to undo. | ||||
* | * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few | dgp | 2004-08-25 | 1 | -0/+5 |
| | | | | * win/tkWinMenu.c: appropriate spots. | ||||
* | More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520] | dkf | 2004-08-22 | 1 | -0/+7 |
| | |||||
* | More doc fixes. [Patch 1012837] | dkf | 2004-08-20 | 1 | -0/+3 |
| | |||||
* | Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083] | dkf | 2004-08-20 | 1 | -0/+4 |
| |