summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-115-93/+122
|
* Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595].jenglish2005-01-106-779/+1095
| | | | Re-synced with tcl/unix/tcl.m4.
* corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
|
* properly handled returned value in wm for embeddedchengyemao2005-01-101-7/+11
|
* Correction of handling the return value of TkpUseWindowchengyemao2005-01-101-2/+2
|
* Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
|
* Updatedchengyemao2005-01-091-1/+8
|
* Changed to make platform implementation ready for a toplevel -use option; ↵chengyemao2005-01-096-14/+79
| | | | completed a full toplevel -use option configuration for Windows
* Updatedchengyemao2005-01-091-1/+5
|
* bug fix [1098779]chengyemao2005-01-091-1/+2
|
* Updatedchengyemao2005-01-091-3/+3
|
* bug fix [637653]chengyemao2005-01-091-3/+3
|
* Updatedchengyemao2005-01-091-1/+4
|
* Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a ↵chengyemao2005-01-091-9/+1
| | | | toplevel when created with a menu (bug# 1098625)
* Modified to keep consistent state of an embedded windowchengyemao2005-01-091-1/+6
|
* Updatedchengyemao2005-01-071-1/+10
|
* Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-076-11/+91
|
* Add missing Tcl_ResetResult [697915]dkf2005-01-072-1/+7
|
* Removed unnecsssary panic from TkpUseWindow and forced redraw container ↵chengyemao2005-01-071-5/+2
| | | | after the embedded detached
* Move emacs mode comment to end of file to stop problems with old man.dkf2005-01-053-4/+16
|
* Updatedchengyemao2005-01-051-3/+3
|
* Made the remarks of TkpUseWindow clearer regarding the embedding/embedded ↵chengyemao2005-01-051-6/+10
| | | | attachment protocol
* Updatedchengyemao2005-01-041-8/+12
|
* Modified for separating an embedded menu's window handler from a normal ↵chengyemao2005-01-042-13/+125
| | | | popup menu window's handler; improved an embedded menu display in Windows/XP
* * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class.hobbs2005-01-042-2/+16
| | | | This caused crash in reinit of Tk (as seen in plugin).
* Updatedchengyemao2004-12-301-17/+18
|
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-303-13/+35
| | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
* Updatedchengyemao2004-12-281-1/+9
|
* Modified to support embedded menu widgetchengyemao2004-12-285-35/+120
|
* Added functions to support embedded menu widgetchengyemao2004-12-282-2/+24
|
* Coding style improvements for the widget demo. [FRQ 815118]dkf2004-12-2145-45/+136
|
* Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWmchengyemao2004-12-211-4/+8
|
* Updatedchengyemao2004-12-201-1/+5
|
* implemented overrideredirect for an embedded; corrected incorrect frame ↵chengyemao2004-12-205-28/+124
| | | | upper left x and y of an embedded toplevel
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-207-82/+168
|
* Synthesize changelog entriesdkf2004-12-201-0/+10
|
* D'oh! Spotted another one!dkf2004-12-201-2/+2
|
* Fix silly typo. [Bug 1087842]dkf2004-12-202-2/+6
|
* Updatedchengyemao2004-12-201-1/+7
|
* featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ↵chengyemao2004-12-205-78/+235
| | | | TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window
* Bug fix and feature implementation of embedded/embedding Tkchengyemao2004-12-194-18/+133
|
* updatedchengyemao2004-12-181-1/+5
|
* Bug fix [222677]chengyemao2004-12-181-25/+24
|
* Added comments to embedded Window message definitionchengyemao2004-12-181-6/+6
|
* Updaged for new changeschengyemao2004-12-171-1/+14
|
* Added TkWinCleanupContainerList for platform supportchengyemao2004-12-172-2/+13
|
* bug fix (831627)chengyemao2004-12-171-7/+12
|
* bug fix (842945,831627)chengyemao2004-12-173-44/+24
|
* Make the container draw its background to avoid an unpainted toplevel when ↵chengyemao2004-12-171-3/+2
| | | | the embedded window is NULL
* ran autoconf-2.57dgp2004-12-111-1/+1
|