summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed backslash quotevincentdarley2004-11-201-2/+2
|
* made test less timing sensitivevincentdarley2004-11-202-1/+4
|
* fix to test's platform sensitivitiesvincentdarley2004-11-202-2/+8
|
* * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes fordas2004-11-191-3/+3
| | | | tclConfig.h changes to tcl, since those have been reverted for now.
* Classic sed doesn't support | in REs.rmax2004-11-191-2/+5
|
* changed the internal name to pack-old to avoid a name clash with the new ↵rmax2004-11-191-2/+2
| | | | pack manpage.
* * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes fordas2004-11-192-3/+14
| | | | tclConfig.h changes to tcl, since those have been reverted for now.
* some seds don't support comments :(rmax2004-11-181-8/+21
|
* generated configure and fixed manpage installatonrmax2004-11-184-98/+299
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-186-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 windowshobbs2004-11-172-3/+18
| | | | immediately when state hidden is requested. [Bug 982248]
* see changeshobbs2004-11-171-2/+13
|
* * generic/tkCanvImg.c (ImageToPostscript): don't try ps generationhobbs2004-11-171-6/+8
| | | | of canvas image item without image specified. [Bug 1032300]
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under Xhobbs2004-11-171-1/+6
| | | | attr to prevent expose events when moving sash. [Bug 1036963]
* * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+2
| | | | array keyname expansion. [Bug 1004508] (bold)
* Remove extra space after {BUILD_PRODUCTS.wolfsuit2004-11-171-2/+2
|
* improved documentation of -tabsvincentdarley2004-11-172-2/+8
|
* * library/msgs/it.msg: Updated Italian message catalog.dgp2004-11-162-6/+11
| | | | Thanks to Roberto Ugoccioni [Bug 1063675].
* * macosx/Wish.pbproj/project.pbxproj:das2004-11-168-30/+4390
| | | | | | | | | | | | | | | * macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed bitmap files. * macosx/Wish.xcode/project.pbxproj (new): * macosx/Wish.xcode/default.pbxuser (new): * macosx/Wish-Info.plist (new): * macosx/Tk-Info.plist (new): added new Xcode 1.5 project using native targets, made possible by tclConfig.h changes. * generic/tk.h: added version number change comments for new files.
* fix to one multi-line search bugvincentdarley2004-11-153-3/+17
|
* Preparatory works for making Tk define its parameters via a config header.dkf2004-11-153-75/+121
|