Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file doc/scrollbar.n version c8386885
2004-10-28
| ||
10:22 | Assorted minor documentation fixes check-in: 3bb2aef6 user: dkf tags: trunk | |
2004-10-27
| ||
00:56 |
* win/tkWinX.c: Signature for tkWinXCleanup needed to be
* 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 check-in: f5ccb7aa user: davygrvy tags: trunk | |
2004-10-26
| ||
14:16 | Fix silly typo check-in: cf610d7c user: dkf tags: trunk | |
14:07 | * win/tkWinRegion.c (TkpBuildRegionFromAlphaData): Fixed syntax error * generic/tkImgPhoto.c (Tk_PhotoPutBlock): Removed unreferences vars. check-in: fa8e785e user: patthoyts tags: trunk | |
13:15 | Attempt to fix [Bug 919066] by allowing the code that creates the region much more knowledge of the platform functions available to it. check-in: 9e91a521 user: dkf tags: trunk | |
12:51 | Stop compiler warning check-in: 140771ac user: dkf tags: trunk | |
08:07 | Fix incorrect expected error message check-in: 57cb5278 user: dkf tags: trunk | |
2004-10-25
| ||
15:22 | Fix stupid brokenness inroduced by me. D'oh! check-in: 59c874f0 user: dkf tags: trunk | |
2004-10-24
| ||
17:22 | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) Thanks to Brian Griffin for developing these! [Patch 983886] check-in: 97c9d47d user: dkf tags: trunk | |
2004-10-21
| ||
01:13 |
* win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).check-in: ba1a1a88 user: hobbs tags: trunk | |
2004-10-19
| ||
18:56 | TIP #204 "Virtual Events for Keyboard Traversal" (patch #976928) check-in: 50bf19de user: jenglish tags: trunk | |
15:24 | Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835] check-in: 243c90c3 user: dkf tags: trunk | |
2004-10-18
| ||
13:40 | remove debug code check-in: fb5c00f1 user: vincentdarley tags: trunk | |
2004-10-11
| ||
20:03 | Added missing changelog entry check-in: 463f6e1b user: dkf tags: trunk | |
14:25 | updated as of en.msg 1.14 check-in: 1b45edf8 user: bagnonm tags: trunk | |
14:23 | Swedish message catalog from Mats Bengtsson. check-in: 2d3ca51d user: bagnonm tags: trunk | |
2004-10-08
| ||
23:15 | Fill in missing part of sentence in [wm attributes] check-in: a1ab4e10 user: dkf tags: trunk | |
21:44 | Flagged TIP implementation points more clearly check-in: 2cdcc6d9 user: dkf tags: trunk | |
16:16 | TIP #205 "Use pkgconfig Database to Register Xft Support". (xref: patch #971980) check-in: 12ea6256 user: jenglish tags: trunk | |
2004-10-07
| ||
17:39 | add iconphoto notes about recommended usage check-in: d7c21cf3 user: hobbs tags: trunk | |
2004-10-06
| ||
13:27 | silence compiler warnings check-in: 314b2ec0 user: dgp tags: trunk | |
2004-10-05
| ||
22:04 |
* doc/wm.n (iconphoto): added support for Tk photo * 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]check-in: 96b7bb4f user: hobbs tags: trunk | |
01:26 | fix init warnings check-in: 957f9825 user: hobbs tags: trunk | |
2004-09-28
| ||
18:54 | clarify wm -alpha docs check-in: a8b23ec3 user: hobbs tags: trunk | |
2004-09-24
| ||
17:36 |
* generic/tkCursor.c: Add missing initialization in debug routine.check-in: 5ef3e9ca user: dgp tags: trunk | |
14:43 | more robust text widget display tests check-in: 0bcdab9c user: vincentdarley tags: trunk | |
14:03 | fix to mousewheel scrolling check-in: 8c2252a5 user: vincentdarley tags: trunk | |
01:15 | * win/tkWinX.c: Added declaration for advapi32 now that this file uses the Reg* functions (req'd for nmake build system). check-in: 07e29b8e user: patthoyts tags: trunk | |
2004-09-23
| ||
14:56 | text widget search fix check-in: 8d8ebd87 user: vincentdarley tags: trunk | |
01:08 |
* win/tkWinInt.h (TkWinDisplayChanged): added decl * 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]check-in: 0eb7a8a6 user: hobbs tags: trunk | |
2004-09-21
| ||
19:13 |
* generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. 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]check-in: 24901585 user: mdejong tags: trunk | |
18:23 |
* win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA defines so that compiling with mingw works again.check-in: a38c892c user: mdejong tags: trunk | |
00:09 |
* win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute settings prior to window mapping and resort to more forceful wrapper update again for -toolwindow (to remove it from taskbar).check-in: c355526f user: hobbs tags: trunk | |
2004-09-19
| ||
16:05 | Standardize style of section refs & public symbols. Remove displayed tabs check-in: 21e74dc1 user: dkf tags: trunk | |