summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump to 8.5a3dkf2004-12-119-20/+26
|
* * unix/tcl.m4: synced with tcl/unix/tcl.m4das2004-12-093-20/+345
| | | | * unix/configure: regen
* Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha checkdkf2004-12-092-3/+15
| | | | in degenerate (and common) cases. [Bug 1081966]
* * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-088-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:
* typosdgp2004-12-072-6/+6
|
* More duplicate testname elimination. [1078648]dkf2004-12-076-336/+376
|
* add older ChangeLogs to dist targetcore_8_5_a2hobbs2004-12-071-2/+3
|
* note 8.5a2 tag datehobbs2004-12-071-0/+4
|
* * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-063-4/+19
|
* remove text change ref that was not in 8.4.9hobbs2004-12-061-4/+1
|
* updated for 8.4.9 releasehobbs2004-12-052-5/+217
|
* Split duplicate test names [Bug 1078648]dkf2004-12-0418-158/+163
|
* Alpha blending fix. [Patch 848161]dkf2004-12-032-22/+42
|
* * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-023-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 coordinatesjenglish2004-11-282-3/+7
| | | | [Fixes: #942320 "Tk, Xft, text and long lines"]
* no messagedavygrvy2004-11-261-0/+5
|
* * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755]davygrvy2004-11-261-4/+4
|
* Whitespace policedkf2004-11-221-8/+8
|
* fix a platform-sensitive testvincentdarley2004-11-222-3/+4
|