Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. | jenglish | 2005-01-10 | 6 | -779/+1095 |
| | | | | Re-synced with tcl/unix/tcl.m4. | ||||
* | corrected return values and added comments for embedded window messages | chengyemao | 2005-01-10 | 1 | -23/+156 |
| | |||||
* | properly handled returned value in wm for embedded | chengyemao | 2005-01-10 | 1 | -7/+11 |
| | |||||
* | Correction of handling the return value of TkpUseWindow | chengyemao | 2005-01-10 | 1 | -2/+2 |
| | |||||
* | Modified to support a container of either a toplevel or a frame | chengyemao | 2005-01-09 | 1 | -13/+25 |
| | |||||
* | Updated | chengyemao | 2005-01-09 | 1 | -1/+8 |
| | |||||
* | Changed to make platform implementation ready for a toplevel -use option; ↵ | chengyemao | 2005-01-09 | 6 | -14/+79 |
| | | | | completed a full toplevel -use option configuration for Windows | ||||
* | Updated | chengyemao | 2005-01-09 | 1 | -1/+5 |
| | |||||
* | bug fix [1098779] | chengyemao | 2005-01-09 | 1 | -1/+2 |
| | |||||
* | Updated | chengyemao | 2005-01-09 | 1 | -3/+3 |
| | |||||
* | bug fix [637653] | chengyemao | 2005-01-09 | 1 | -3/+3 |
| | |||||
* | Updated | chengyemao | 2005-01-09 | 1 | -1/+4 |
| | |||||
* | Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a ↵ | chengyemao | 2005-01-09 | 1 | -9/+1 |
| | | | | toplevel when created with a menu (bug# 1098625) | ||||
* | Modified to keep consistent state of an embedded window | chengyemao | 2005-01-09 | 1 | -1/+6 |
| | |||||
* | Updated | chengyemao | 2005-01-07 | 1 | -1/+10 |
| | |||||
* | Implemented TK_STAT message to support {wm state} for embedded window | chengyemao | 2005-01-07 | 6 | -11/+91 |
| | |||||
* | Add missing Tcl_ResetResult [697915] | dkf | 2005-01-07 | 2 | -1/+7 |
| | |||||
* | Removed unnecsssary panic from TkpUseWindow and forced redraw container ↵ | chengyemao | 2005-01-07 | 1 | -5/+2 |
| | | | | after the embedded detached | ||||
* | Move emacs mode comment to end of file to stop problems with old man. | dkf | 2005-01-05 | 3 | -4/+16 |
| | |||||
* | Updated | chengyemao | 2005-01-05 | 1 | -3/+3 |
| | |||||
* | Made the remarks of TkpUseWindow clearer regarding the embedding/embedded ↵ | chengyemao | 2005-01-05 | 1 | -6/+10 |
| | | | | attachment protocol | ||||
* | Updated | chengyemao | 2005-01-04 | 1 | -8/+12 |
| | |||||
* | Modified for separating an embedded menu's window handler from a normal ↵ | chengyemao | 2005-01-04 | 2 | -13/+125 |
| | | | | popup menu window's handler; improved an embedded menu display in Windows/XP | ||||
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. | hobbs | 2005-01-04 | 2 | -2/+16 |
| | | | | This caused crash in reinit of Tk (as seen in plugin). | ||||
* | Updated | chengyemao | 2004-12-30 | 1 | -17/+18 |
| | |||||
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 3 | -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] | ||||
* | Updated | chengyemao | 2004-12-28 | 1 | -1/+9 |
| | |||||
* | Modified to support embedded menu widget | chengyemao | 2004-12-28 | 5 | -35/+120 |
| | |||||
* | Added functions to support embedded menu widget | chengyemao | 2004-12-28 | 2 | -2/+24 |
| | |||||
* | Coding style improvements for the widget demo. [FRQ 815118] | dkf | 2004-12-21 | 45 | -45/+136 |
| | |||||
* | Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWm | chengyemao | 2004-12-21 | 1 | -4/+8 |
| | |||||
* | Updated | chengyemao | 2004-12-20 | 1 | -1/+5 |
| | |||||
* | implemented overrideredirect for an embedded; corrected incorrect frame ↵ | chengyemao | 2004-12-20 | 5 | -28/+124 |
| | | | | upper left x and y of an embedded toplevel | ||||
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 7 | -82/+168 |
| | |||||
* | Synthesize changelog entries | dkf | 2004-12-20 | 1 | -0/+10 |
| | |||||
* | D'oh! Spotted another one! | dkf | 2004-12-20 | 1 | -2/+2 |
| | |||||
* | Fix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 2 | -2/+6 |
| | |||||
* | Updated | chengyemao | 2004-12-20 | 1 | -1/+7 |
| | |||||
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ↵ | chengyemao | 2004-12-20 | 5 | -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 Tk | chengyemao | 2004-12-19 | 4 | -18/+133 |
| | |||||
* | updated | chengyemao | 2004-12-18 | 1 | -1/+5 |
| | |||||
* | Bug fix [222677] | chengyemao | 2004-12-18 | 1 | -25/+24 |
| | |||||
* | Added comments to embedded Window message definition | chengyemao | 2004-12-18 | 1 | -6/+6 |
| | |||||
* | Updaged for new changes | chengyemao | 2004-12-17 | 1 | -1/+14 |
| | |||||
* | Added TkWinCleanupContainerList for platform support | chengyemao | 2004-12-17 | 2 | -2/+13 |
| | |||||
* | bug fix (831627) | chengyemao | 2004-12-17 | 1 | -7/+12 |
| | |||||
* | bug fix (842945,831627) | chengyemao | 2004-12-17 | 3 | -44/+24 |
| | |||||
* | Make the container draw its background to avoid an unpainted toplevel when ↵ | chengyemao | 2004-12-17 | 1 | -3/+2 |
| | | | | the embedded window is NULL | ||||
* | ran autoconf-2.57 | dgp | 2004-12-11 | 1 | -1/+1 |
| | |||||
* | Bump to 8.5a3 | dkf | 2004-12-11 | 9 | -20/+26 |
| |