Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tkUnixSend.c: Using Tcl_GetTime instead of TclpGetTime. | rmax | 2002-07-18 | 2 | -3/+7 |
| | |||||
* | code cleanup | vincentdarley | 2002-07-17 | 1 | -38/+80 |
| | |||||
* | * library/unsupported.tcl: Extended ExposePrivateVariable, and | rmax | 2002-07-17 | 2 | -8/+21 |
| | | | | ExposePrivateCommand to accept patterns as well. | ||||
* | log | dgp | 2002-07-17 | 1 | -0/+5 |
| | |||||
* | corrected reversed logic in assert -> panic conversion | dgp | 2002-07-17 | 1 | -3/+1 |
| | |||||
* | * generic/tkFont.c (TkFontPkgFree): Call panic instead | mdejong | 2002-07-16 | 2 | -6/+9 |
| | | | | | of assert since assert is not used in the rest of Tk. [Tk bug 579651] | ||||
* | * unix/Makefile.in: | mdejong | 2002-07-16 | 3 | -4/+14 |
| | | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. | ||||
* | ChangeLog police | mdejong | 2002-07-16 | 1 | -4/+5 |
| | |||||
* | WinWm fixes | vincentdarley | 2002-07-16 | 3 | -27/+230 |
| | |||||
* | no message | davygrvy | 2002-07-16 | 1 | -0/+5 |
| | |||||
* | re-add of the borland makefile. Submitted by Helmut Giese ↵ | davygrvy | 2002-07-16 | 1 | -0/+534 |
| | | | | <hgiese@ratiosoft.com>. | ||||
* | * Some tests needed "unix" constraint. | dgp | 2002-07-15 | 2 | -4/+4 |
| | |||||
* | * Fixes for [Bug 581627]. | dgp | 2002-07-15 | 5 | -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 userInteraction | dgp | 2002-07-14 | 3 | -4/+14 |
| | | | | * tests/visual_bb.test: tests. | ||||
* | * Bumped HEAD to version 8.4b2 in order to distinguish it from | dgp | 2002-07-14 | 8 | -16/+22 |
| | | | | | the 8.4b1 release. Also extended LOCALES to cover all message catalogs. | ||||
* | * tests/focustTcl.test: Conversion bug: Corrected backwards logic. | dgp | 2002-07-14 | 3 | -6/+9 |
| | | | | * tests/imgPhoto.test: Conversion bug: overwrote unix/README. | ||||
* | * Completed conversion of Tk test suite to use tcltest. | dgp | 2002-07-14 | 39 | -900/+789 |
| | |||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 16 | -200/+166 |
| | |||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 55 | -790/+506 |
| | |||||
* | * Converted several files in the test suite for testing by | dgp | 2002-07-13 | 9 | -174/+198 |
| | | | | tcltest 2.1. | ||||
* | * Converted several files in the Tk test suite for testing by | dgp | 2002-07-12 | 11 | -333/+326 |
| | | | | tcltest 2.1. | ||||
* | * Converted several files in the Tk test suite for testing by | dgp | 2002-07-12 | 24 | -473/+562 |
| | | | | tcltest 2.1. | ||||
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): initialize | hobbs | 2002-07-11 | 2 | -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 utilities | dkf | 2002-07-11 | 4 | -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 | 2002-07-09 | 3 | -47/+8 |
| | | | | * tests/defs.tcl: and [testthread]. [Bug 578165, Tcl Bug 531413] | ||||
* | no message | davygrvy | 2002-07-08 | 1 | -0/+5 |
| | |||||
* | Added missing win/lamp.bmp to the dist target. | davygrvy | 2002-07-08 | 1 | -1/+2 |
| | |||||
* | * added incompatibility note about photo compositing | dgp | 2002-07-05 | 1 | -1/+2 |
| | |||||
* | updated for 8.4b1 releasecore_8_4_b1 | hobbs | 2002-07-05 | 2 | -41/+23 |
| | |||||
* | Improvements to bgerror dialog layout. [Bug #577086] | dkf | 2002-07-04 | 2 | -6/+21 |
| | |||||
* | minor doc clarification (lester) | hobbs | 2002-07-04 | 1 | -2/+3 |
| | |||||
* | Updated to latest tcl.m4 from Tcl. | dgp | 2002-07-01 | 3 | -169/+234 |
| | |||||
* | Force the message box to have consistent background colours. [Bug#552515] | dkf | 2002-06-28 | 2 | -9/+20 |
| | |||||
* | * win/Makefile.in (install-binaries): Fix of troubled Makefile | andreas_kupries | 2002-06-27 | 2 | -7/+13 |
| | | | | | quoting introduced by [Patch 521356] causing the installed to fail. | ||||
* | * (Tk_DrawChars) silence compiler warning. | dgp | 2002-06-26 | 2 | -2/+7 |
| | |||||
* | * generic/tkStyle.c: <eol> of the committing cvs client didn't | davygrvy | 2002-06-26 | 1 | -0/+6 |
| | | | | | match the <eol> of the file itself. Windows users where getting \r\r\n. Problem fixed. | ||||
* | incorrect <eol> fixed. | davygrvy | 2002-06-26 | 1 | -1663/+1663 |
| | |||||
* | Fixed potential buffer overflow from patch#546910 | a_kovalenko | 2002-06-26 | 2 | -2/+9 |
| | |||||
* | Updated font.test to expect new behavior of canvas postscript (patch #546910) | a_kovalenko | 2002-06-26 | 2 | -35/+40 |
| | |||||
* | * Expanded install-binaries target to create and install a | dgp | 2002-06-26 | 3 | -5/+44 |
| | | | | pkgIndex.tcl file to enable Tk as a loadable package [Patch 521356] | ||||
* | * unix/tcl.m4: New macro SC_CONFIG_MANPAGES. | rmax | 2002-06-25 | 7 | -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 output | a_kovalenko | 2002-06-25 | 6 | -346/+1443 |
| | |||||
* | * unix/configure: Replaced ${exec_prefix}/lib | rmax | 2002-06-25 | 3 | -3/+8 |
| | | | | * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. | ||||
* | * tests/winWm.test: Verify that both an unmapped | mdejong | 2002-06-24 | 4 | -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. | andreas_kupries | 2002-06-24 | 1 | -1/+94 |
| | |||||
* | Mention Tk patch numbers in ChangeLog entries. | mdejong | 2002-06-24 | 1 | -1/+4 |
| | |||||
* | * win/tkWinWm.c (UpdateGeometryInfo): remove the check for a null | hobbs | 2002-06-24 | 2 | -3/+10 |
| | | | | | | | wrapper introduced in r1.41 on 2002-06-15 because it prevented geometry setting from taking effect if the window was not on the screen. Another check may go in it's place as IsIconic and IsZoomed should not be passed NULL. | ||||
* | * tests/wm.test: Remove invalid minsize test. Add update | mdejong | 2002-06-24 | 4 | -15/+28 |
| | | | | | | | | | | calls to wm transient tests so that idle handlers get run. This is needed to get the tests to pass under Win32. * unix/tkUnixWm.c (WmWaitMapProc): Move the special transient withdrawn check into the if body to make it easier to set a breakpoint on this test inside a debugger. No functional changes. * win/tkWinWm.c (WmWaitVisibilityOrMapProc): Ditto. | ||||
* | * doc/wm.n: TIP #95 Windows implementation and | hobbs | 2002-06-22 | 7 | -137/+187 |
| | | | | | | | | * mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs. * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): * tests/unixWm.test: * tests/winWm.test: more wm attr tests will be needed. | ||||
* | see changelog | hobbs | 2002-06-22 | 1 | -0/+15 |
| |