Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * unix/tcl.m4: synced with tcl/unix/tcl.m4 | das | 2004-12-09 | 3 | -20/+345 |
| | | | | * unix/configure: regen | ||||
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 2 | -3/+15 |
| | | | | in degenerate (and common) cases. [Bug 1081966] | ||||
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] and | dgp | 2004-12-08 | 8 | -61/+122 |
| | | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test: | ||||
* | typos | dgp | 2004-12-07 | 2 | -6/+6 |
| | |||||
* | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 6 | -336/+376 |
| | |||||
* | add older ChangeLogs to dist targetcore_8_5_a2 | hobbs | 2004-12-07 | 1 | -2/+3 |
| | |||||
* | note 8.5a2 tag date | hobbs | 2004-12-07 | 1 | -0/+4 |
| | |||||
* | * tests/safe.test: Trim auto_path to improve performance [1080039] | dgp | 2004-12-06 | 3 | -4/+19 |
| | |||||
* | remove text change ref that was not in 8.4.9 | hobbs | 2004-12-06 | 1 | -4/+1 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-05 | 2 | -5/+217 |
| | |||||
* | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 18 | -158/+163 |
| | |||||
* | Alpha blending fix. [Patch 848161] | dkf | 2004-12-03 | 2 | -22/+42 |
| | |||||
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 3 | -4/+69 |
| | | | | | | Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239] | ||||
* | Tk_DrawChars: Check for short integer overflow in x,y coordinates | jenglish | 2004-11-28 | 2 | -3/+7 |
| | | | | [Fixes: #942320 "Tk, Xft, text and long lines"] | ||||
* | no message | davygrvy | 2004-11-26 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755] | davygrvy | 2004-11-26 | 1 | -4/+4 |
| | |||||
* | Whitespace police | dkf | 2004-11-22 | 1 | -8/+8 |
| | |||||
* | fix a platform-sensitive test | vincentdarley | 2004-11-22 | 2 | -3/+4 |
| | |||||
* | removed backslash quote | vincentdarley | 2004-11-20 | 1 | -2/+2 |
| | |||||
* | made test less timing sensitive | vincentdarley | 2004-11-20 | 2 | -1/+4 |
| | |||||
* | fix to test's platform sensitivities | vincentdarley | 2004-11-20 | 2 | -2/+8 |
| | |||||
* | * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for | das | 2004-11-19 | 1 | -3/+3 |
| | | | | tclConfig.h changes to tcl, since those have been reverted for now. | ||||
* | Classic sed doesn't support | in REs. | rmax | 2004-11-19 | 1 | -2/+5 |
| | |||||
* | changed the internal name to pack-old to avoid a name clash with the new ↵ | rmax | 2004-11-19 | 1 | -2/+2 |
| | | | | pack manpage. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for | das | 2004-11-19 | 2 | -3/+14 |
| | | | | tclConfig.h changes to tcl, since those have been reverted for now. | ||||
* | some seds don't support comments :( | rmax | 2004-11-18 | 1 | -8/+21 |
| | |||||
* | generated configure and fixed manpage installaton | rmax | 2004-11-18 | 4 | -98/+299 |
| | |||||
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 6 | -1240/+121 |
| | | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks: removed | ||||
* | * generic/tkCanvWind.c (ConfigureWinItem): unmap windows | hobbs | 2004-11-17 | 2 | -3/+18 |
| | | | | immediately when state hidden is requested. [Bug 982248] | ||||
* | see changes | hobbs | 2004-11-17 | 1 | -2/+13 |
| | |||||
* | * generic/tkCanvImg.c (ImageToPostscript): don't try ps generation | hobbs | 2004-11-17 | 1 | -6/+8 |
| | | | | of canvas image item without image specified. [Bug 1032300] | ||||
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
| | | | | attr to prevent expose events when moving sash. [Bug 1036963] | ||||
* | * library/console.tcl (::tk::console::ExpandVariable): correct | hobbs | 2004-11-17 | 1 | -2/+2 |
| | | | | array keyname expansion. [Bug 1004508] (bold) | ||||
* | Remove extra space after {BUILD_PRODUCTS. | wolfsuit | 2004-11-17 | 1 | -2/+2 |
| |