summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Converted more files to tcltest and factored out common code.dgp2002-07-1355-790/+506
|
* * Converted several files in the test suite for testing bydgp2002-07-139-174/+198
| | | | tcltest 2.1.
* * Converted several files in the Tk test suite for testing bydgp2002-07-1211-333/+326
| | | | tcltest 2.1.
* * Converted several files in the Tk test suite for testing bydgp2002-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 utilitiesdkf2002-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()dgp2002-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 compositingdgp2002-07-051-1/+2
|
* updated for 8.4b1 releasecore_8_4_b1hobbs2002-07-052-41/+23
|
* Improvements to bgerror dialog layout. [Bug #577086]dkf2002-07-042-6/+21
|
* minor doc clarification (lester)hobbs2002-07-041-2/+3
|
* Updated to latest tcl.m4 from Tcl.dgp2002-07-013-169/+234
|
* Force the message box to have consistent background colours. [Bug#552515]dkf2002-06-282-9/+20
|
* * win/Makefile.in (install-binaries): Fix of troubled Makefileandreas_kupries2002-06-272-7/+13
| | | | | quoting introduced by [Patch 521356] causing the installed to fail.
* * (Tk_DrawChars) silence compiler warning.dgp2002-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 adgp2002-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.andreas_kupries2002-06-241-1/+94
|
* Mention Tk patch numbers in ChangeLog entries.mdejong2002-06-241-1/+4
|
* * win/tkWinWm.c (UpdateGeometryInfo): remove the check for a nullhobbs2002-06-242-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 updatemdejong2002-06-244-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 andhobbs2002-06-227-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 changeloghobbs2002-06-221-0/+15
|
* * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULLhobbs2002-06-221-2/+2
| | | | (may be when embedded). [Bug #548791] (halliday)
* * generic/tkFont.c (TkFontPkgFree): changed panic on freeing fontshobbs2002-06-221-1/+8
| | | | to an assert, and wrapped panic in #ifdef PURIFY. [Bug #568701]
* * library/menu.tcl: corrected menus from being posted offscreenhobbs2002-06-221-36/+48
| | | | on Windows. [Bug #464451] (darley)
* * library/console.tcl: corrected the defaultPrompt substitutionhobbs2002-06-221-8/+5
| | | | [Bug #553207] and made Tab a default expansion key (like Escape).
* * win/tkWinEmbed.c (EmbedWindowDeleted): added a check for a nullhobbs2002-06-221-1/+3
| | | | containerPtr. The core of this bug is likely elsewhere. [Bug #476176]
* * doc/text.n: TIP #93 implementation thathobbs2002-06-225-50/+340
| | | | | | | * generic/tkText.c (TextWidgetCmd): enhances the text get and * generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept * tests/text.test: multiple range pairs. This handles the delete case in an atomic, fixed-index fashion.
* * tests/wm.test: Add tests to make sure a withdrawnmdejong2002-06-224-6/+95
| | | | | | | | | | | transient does not get remapped by state changes in the master. * unix/tkUnixWm.c (Tk_WmCmd, WmWaitMapProc): * win/tkWinWm.c (Tk_WmCmd, WmWaitVisibilityOrMapProc): Add a WM_TRANSIENT_WITHDRAWN flag that gets set by the withdraw, deiconify, or state wm subcommands. Check this flag before mapping a transient when processing a MapNotify event. [Tk bug 570764]
* Regen.dkf2002-06-222-2/+2
|
* Fixes to make HTML generation work better.dkf2002-06-222-4/+4
|
* Tk patchlevel bumped to 8.4b1 in preparation for release.dkf2002-06-226-13/+18
|
* added 8.4 version marker to -maxundohobbs2002-06-211-1/+3
|
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-2114-295/+686
| | | | | | | | | | | | | | | * generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h:
* changelog notes for TIP#94hobbs2002-06-211-0/+9
|
* * Removed unnecessary dependence of tktest executable on the tcltestdgp2002-06-213-18/+11
| | | | | executable on Unix. If there are similar dependencies on other platforms, they can probably be removed as well. [Bug 572134].
* * doc/listbox.n:hobbs2002-06-216-46/+155
| | | | | | | | * generic/tkListbox.c (DisplayListbox): * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle * tests/listbox.test: option to the listbox. This adds the ability * unix/tkUnixDefault.h: to have listboxes look native on Windows, and * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style.
* Corrected the test for grid propagate change. [Bug #571433]pspjuth2002-06-202-3/+9
|
* * tests/panedwindow.test:hobbs2002-06-193-62/+35
| | | | | * generic/tkPanedWindow.c: ensure that sash index is lower bounds checked. [Bug #548727]
* * generic/tkClipboard.c (TkClipCleanup): Add codemdejong2002-06-192-1/+9
| | | | | | to set dispPtr->clipWindow to NULL, this was accidently removed by last commit. Fixes a crash while running the tests under win32.