summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* (UpdateWrapper): update to 2004-06-12 Kovalenko to account forhobbs2004-09-101-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]dkf2004-09-101-0/+5
|
* Reformat and highlight TIP impl entry.dkf2004-09-101-20/+9
|
* * win/tkWinWm.c (ActivateWindow): SetFocus to grab window whenhobbs2004-09-101-0/+5
| | | | clicking outside the grab window hierarchy. [Bug 220908]
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-0/+27
|
* bulletproof 23.2 result [Bug #1019100]hobbs2004-09-101-0/+2
|
* * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo tohobbs2004-09-101-0/+5
| | | | retrieve icon, get regular icon as well for correct Alt-Tab icon.
* Clarify -use docs. [Bug 1024364]dkf2004-09-091-0/+5
|
* * library/tkfbox.tcl (::tk::dialog::file::Create): use labelhobbs2004-09-061-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).patthoyts2004-09-061-0/+5
|
* Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-031-0/+9
|
* Fix general error-case test. [Bug 1019085]dkf2004-09-011-0/+3
|
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-011-0/+5
|
* TIP#165 (user data field) implementation.dkf2004-08-291-0/+12
|
* * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-261-0/+5
| | | | an atomic op to undo.
* * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-251-0/+5
| | | | * win/tkWinMenu.c: appropriate spots.
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-221-0/+7
|
* More doc fixes. [Patch 1012837]dkf2004-08-201-0/+3
|
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-201-0/+4
|
* D'oh! Fix [Bug 1012331]dkf2004-08-201-0/+5
|
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-0/+6
| | | | | * win/tkWinInt.h: the -parent window for * win/tkWinWm.c (TkWinGetIcon): the MessageBox.
* Cast argument 7 of XChangeProperty to 'const unsigned char *'jenglish2004-08-191-0/+6
| | | | | (from 'const char *') to satisfy Solaris 8 Forte C compiler [Bug #1012325]
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-191-0/+10
| | | | | | | | | 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.
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-0/+15
|
* Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]dkf2004-08-181-0/+5
|
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-171-0/+9
| | | | Also some general fixes to menu.n and text.n
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-161-0/+5
|
* Spelling and grammar fixesdkf2004-08-161-0/+5
|
* More fixing of [Bug 987169] and simple support for [FRQ 979101]dkf2004-08-111-0/+8
|
* Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-101-0/+5
| | | | (patch from Colin McDonald).
* * tests/canvText.test:mdejong2004-08-091-0/+10
| | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-051-0/+7
|
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...dkf2004-08-041-0/+9
|
* Whitespace policing...dkf2004-08-021-5/+5
|
* * unix/configure:das2004-07-301-0/+6
| | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var.