Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/Makefile.in: Add MAJOR_VERSION, MINOR_VERSION, | mdejong | 2002-07-28 | 6 | -318/+403 |
| | | | | | | | | | | | | | | | | | | | PATCH_LEVEL, INSTALL_LIBRARY, STUB_LIB_FILE, and LIB_FILE to support changes in tcl.m4 related to library builds. Use MAKE_LIB macro to avoid dealing with RANLIB issues. Rename TK_CC_SEARCH_FLAGS to CC_SEARCH_FLAGS and rename TK_LD_SEARCH_FLAGS to LD_SEARCH_FLAGS. Use new INSTALL_LIB and INSTALL_STUB_LIB substs to deal with ranlib issues when install libraries. * unix/configure: Regen. * unix/configure.in: Remove AC_PROG_RANLIB since this is done by tcl.m4 now. Define CC_SEARCH_FLAGS instead of TK_CC_SEARCH_FLAGS and so on. Use MAKE_LIB and MAKE_STUB_LIB from tcl.m4. Remove AC_SUBST calls that are no done in tcl.m4. * unix/tcl.m4: Update from Tcl. * unix/tkConfig.sh.in: Subst CC_SEARCH_FLAGS and LD_SEARCH_FLAGS. | ||||
* | Last commit missed a few lines. | pspjuth | 2002-07-25 | 1 | -1/+7 |
| | |||||
* | Objectifed wm. [Patch #564521] | pspjuth | 2002-07-25 | 1 | -1126/+2085 |
| | | | | Note: this commit has not been tested. | ||||
* | Objectifed wm. [Patch #564521] | pspjuth | 2002-07-25 | 8 | -2645/+5329 |
| | |||||
* | * tests/spinbox.test: added spinbox-22.[1-3] | hobbs | 2002-07-25 | 3 | -16/+45 |
| | | | | | | * generic/tkEntry.c (ConfigureEntry): made the textvariable value take precedence over changed -from/-to values, unless it must be constrained. [Bug #559078] | ||||
* | * library/spinbox.tcl (MouseSelect): when not in the entry, just | hobbs | 2002-07-25 | 2 | -15/+15 |
| | | | | | return instead of invoking - ButtonUp handles invoking already. [Bug #499168] | ||||
* | * library/tk.tcl (RestoreFocusGrab): handle the case where the | hobbs | 2002-07-25 | 2 | -3/+12 |
| | | | | FocusGrab info is not set. [Bug #553283] | ||||
* | see changelog | hobbs | 2002-07-24 | 1 | -0/+21 |
| | |||||
* | * tests/canvas.test: added canvas-14.[1-6] | hobbs | 2002-07-24 | 2 | -19/+44 |
| | | | | | | | * generic/tkCanvas.c (CanvasWidgetCmd): corrected handling of 'scan' subcommand args. Also removed early return cases to goto done instead where the canvasPtr would be Tcl_Release'd. This may solve other problems with unreleased canvasPtr's. [Bug #581560] | ||||
* | * win/tkWinButton.c (TkpDisplayButton): corrected display of focus | hobbs | 2002-07-24 | 1 | -9/+10 |
| | | | | | ring around the actual text when the button is a compound button. [Bug #583691] | ||||
* | * unix/README: Corrected notes about running user interactive Tk | hobbs | 2002-07-24 | 1 | -5/+7 |
| | | | | tests. [Bug #462320] | ||||
* | * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 when | hobbs | 2002-07-24 | 1 | -14/+16 |
| | | | | reverting to note proper "dirtiness". [Bug #580362] (callewaert) | ||||
* | * generic/tkEntry.c (DisplayEntry): correct cursor position before | hobbs | 2002-07-24 | 1 | -3/+3 |
| | | | | calling Tk_SetCaretPos. (yamamoto) | ||||
* | * unix/configure: Regen. | mdejong | 2002-07-23 | 2 | -116/+144 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | * unix/configure: Regen. | mdejong | 2002-07-23 | 3 | -17/+21 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | removed invalid ChangeLog entry | mdejong | 2002-07-23 | 1 | -15/+0 |
| | |||||
* | * library/choosedir.tcl (tk::dialog::file::chooseDir): | mdejong | 2002-07-22 | 6 | -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: | mdejong | 2002-07-19 | 5 | -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 | 2002-07-19 | 1 | -2/+2 |
| | |||||
* | Fix a bug in the Postscript encoding vector generator that was causing | drh | 2002-07-19 | 2 | -4/+8 |
| | | | | postscript generation to fail under Win2K. | ||||
* | * 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 |
| |