summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/choosedir.tcl (tk::dialog::file::chooseDir):mdejong2002-07-226-40/+31
| | | | | | | | | | * library/clrpick.tcl (tk::dialog::file::chooseDir): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog): Revert [Tk patch 568278]. The transient window workaround is no longer needed since the fix for [Tk bug 570764] solved the problem for withdrawn transients.
* * unix/configure:mdejong2002-07-195-251/+265
| | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Tcl Bug 583573]
* Oops. Minor fix to the previous fix.drh@sqlite.org2002-07-191-2/+2
|
* Fix a bug in the Postscript encoding vector generator that was causingdrh@sqlite.org2002-07-192-4/+8
| | | | postscript generation to fail under Win2K.
* * unix/tkUnixSend.c: Using Tcl_GetTime instead of TclpGetTime.rmax2002-07-182-3/+7
|
* code cleanupvincentdarley2002-07-171-38/+80
|
* * library/unsupported.tcl: Extended ExposePrivateVariable, andrmax2002-07-172-8/+21
| | | | ExposePrivateCommand to accept patterns as well.
* logdgp@users.sourceforge.net2002-07-171-0/+5
|
* corrected reversed logic in assert -> panic conversiondgp@users.sourceforge.net2002-07-171-3/+1
|
* * generic/tkFont.c (TkFontPkgFree): Call panic insteadmdejong2002-07-162-6/+9
| | | | | of assert since assert is not used in the rest of Tk. [Tk bug 579651]
* * unix/Makefile.in:mdejong2002-07-163-4/+14
| | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun.
* ChangeLog policemdejong2002-07-161-4/+5
|
* WinWm fixesvincentdarley2002-07-163-27/+230
|
* no messagedavygrvy2002-07-161-0/+5
|
* re-add of the borland makefile. Submitted by Helmut Giese ↵davygrvy2002-07-161-0/+534
| | | | <hgiese@ratiosoft.com>.
* * Some tests needed "unix" constraint.dgp@users.sourceforge.net2002-07-152-4/+4
|
* * Fixes for [Bug 581627].dgp@users.sourceforge.net2002-07-155-17/+30
| | | | | | | | * generic/tkTest.c: Test commands not supported on non-Unix platforms should not be defined there in the first place. * tests/constraints.tcl: Fixed "secureserver" constraint. * tests/unixWm.test: Some tests needed "unix" constraint. * win/tkWinWm.c: Typo in error message.
* * tests/event.test: Fixes to enable testing of only userInteractiondgp@users.sourceforge.net2002-07-143-4/+14
| | | | * tests/visual_bb.test: tests.
* * Bumped HEAD to version 8.4b2 in order to distinguish it fromdgp@users.sourceforge.net2002-07-148-16/+22
| | | | | the 8.4b1 release. Also extended LOCALES to cover all message catalogs.
* * tests/focustTcl.test: Conversion bug: Corrected backwards logic.dgp@users.sourceforge.net2002-07-143-6/+9
| | | | * tests/imgPhoto.test: Conversion bug: overwrote unix/README.
* * Completed conversion of Tk test suite to use tcltest.dgp@users.sourceforge.net2002-07-1439-900/+789
|
* * Converted more files to tcltest and factored out common code.dgp@users.sourceforge.net2002-07-1316-200/+166
|
* * Converted more files to tcltest and factored out common code.dgp@users.sourceforge.net2002-07-1355-790/+506
|
* * Converted several files in the test suite for testing bydgp@users.sourceforge.net2002-07-139-174/+198
| | | | tcltest 2.1.
* * Converted several files in the Tk test suite for testing bydgp@users.sourceforge.net2002-07-1211-333/+326
| | | | tcltest 2.1.
* * Converted several files in the Tk test suite for testing bydgp@users.sourceforge.net2002-07-1224-473/+562
| | | | tcltest 2.1.
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): initializehobbs2002-07-112-4/+15
| | | | | utfTitle to NULL, add a few more notes about limitations of possible new Tk_ChooseDirectoryObjCmd function.
* tests/visual_vv.test: Removed some dependence on [exec]ed utilitiesdonal.k.fellows@manchester.ac.uk2002-07-114-49/+154
| | | | | | generic/tkImgPhoto.c: Allowed photo image buffer allocation to fail more tests/imgPhoto.test: gracefully in some cicumstances. The remaining ones require API changes before they can fail nicely.
* * generic/tkTest.c: Removed unused dependence on TclThread_Init()dgp@users.sourceforge.net2002-07-093-47/+8
| | | | * tests/defs.tcl: and [testthread]. [Bug 578165, Tcl Bug 531413]
* no messagedavygrvy2002-07-081-0/+5
|
* Added missing win/lamp.bmp to the dist target.davygrvy2002-07-081-1/+2
|
* * added incompatibility note about photo compositingdgp@users.sourceforge.net2002-07-051-1/+2
|
* updated for 8.4b1 releasehobbs2002-07-052-41/+23
|
* Improvements to bgerror dialog layout. [Bug #577086]donal.k.fellows@manchester.ac.uk2002-07-042-6/+21
|
* minor doc clarification (lester)hobbs2002-07-041-2/+3
|
* Updated to latest tcl.m4 from Tcl.dgp@users.sourceforge.net2002-07-013-169/+234
|
* Force the message box to have consistent background colours. [Bug#552515]donal.k.fellows@manchester.ac.uk2002-06-282-9/+20
|
* * win/Makefile.in (install-binaries): Fix of troubled Makefileakupries@shaw.ca2002-06-272-7/+13
| | | | | quoting introduced by [Patch 521356] causing the installed to fail.
* * (Tk_DrawChars) silence compiler warning.dgp@users.sourceforge.net2002-06-262-2/+7
|
* * generic/tkStyle.c: <eol> of the committing cvs client didn'tdavygrvy2002-06-261-0/+6
| | | | | match the <eol> of the file itself. Windows users where getting \r\r\n. Problem fixed.
* incorrect <eol> fixed.davygrvy2002-06-261-1663/+1663
|
* Fixed potential buffer overflow from patch#546910a_kovalenko2002-06-262-2/+9
|
* Updated font.test to expect new behavior of canvas postscript (patch #546910)a_kovalenko2002-06-262-35/+40
|
* * Expanded install-binaries target to create and install adgp@users.sourceforge.net2002-06-263-5/+44
| | | | pkgIndex.tcl file to enable Tk as a loadable package [Patch 521356]
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-257-762/+1283
| | | | | | | | | | | * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features.
* Applied patch #546910 -- international postscript outputa_kovalenko2002-06-256-346/+1443
|
* * unix/configure: Replaced ${exec_prefix}/librmax2002-06-253-3/+8
| | | | * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}.
* * tests/winWm.test: Verify that both an unmappedmdejong2002-06-244-5/+116
| | | | | | | | | | | | | | | | | | | | and already mapped toplevel are raised and receive the focus when deiconified. * tests/wm.test: Add wm deiconify tests. Check that a toplevel that has never been mapped is not mapped by the deiconify command since it should be done at idle by MapFrame. * win/tkWinWm.c (Tk_WmCmd): Check the WM_NEVER_MAPPED flag while processing the wm deiconify command. The WM_UPDATE_PENDING flag should never be set when WM_NEVER_MAPPED is set, but double check so that the implementation is more explicit and matches the comment just above. Return without invoking TkWmRestackToplevel or TkSetFocusWin on a toplevel that has never been mapped. This fixes a bug where a toplevel is mapped with the wrong size and is then resized by the idle call to MapFrame. [Tk bug 233150]
* Updated tk changes from ChangeLog.akupries@shaw.ca2002-06-241-1/+94
|
* Mention Tk patch numbers in ChangeLog entries.mdejong2002-06-241-1/+4
|