Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tkUnixPort.h: | hobbs | 2001-09-21 | 2 | -7/+9 |
| | | | | | * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. These may need to be changed to Window* (ulong). | ||||
* | (TkpScanWindowId): changed decl to use | hobbs | 2001-09-21 | 3 | -8/+8 |
| | | | | Window* instead of int*. | ||||
* | correct Window id's to be of type Window | hobbs | 2001-09-21 | 2 | -8/+7 |
| | |||||
* | * win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support. | hobbs | 2001-09-21 | 1 | -3/+19 |
| | |||||
* | improved use of test constraints | hobbs | 2001-09-21 | 8 | -820/+697 |
| | |||||
* | * tests/textDisp.test (textDisp-4.12): corrected test to work | hobbs | 2001-09-21 | 1 | -20/+3 |
| | | | | properly on Windows. | ||||
* | * tests/scrollbar.test (scrollbar-6.27): marked knownBug because | hobbs | 2001-09-21 | 1 | -2/+6 |
| | | | | it is skewed by bad dimensions returned by Windows. | ||||
* | * unix/configure: regen'ed | hobbs | 2001-09-20 | 3 | -120/+235 |
| | | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel. | ||||
* | * Corrected type definition of | dgp | 2001-09-17 | 3 | -4/+12 |
| | | | | | | argument passed to Tcl_GetStringFromObj() from size_t to int. Incorrect type broke [pack] and [grid] on systems where sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338] | ||||
* | Fixed string/list confusion in directory browser, and a typo in ChangeLog | dkf | 2001-09-17 | 3 | -16/+25 |
| | |||||
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 5 | -5/+25 |
| | | | | | | | | | * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from. | ||||
* | * unix/configure: | mdejong | 2001-09-12 | 3 | -28/+33 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -0/+4 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -1/+7 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | * unix/configure: | mdejong | 2001-09-10 | 3 | -106/+123 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | * win/Makefile.in: Fix Windows Makefile so that | mdejong | 2001-09-10 | 2 | -2/+15 |
| | | | | | tcltest will automatically be compiled if the user tries to build tktest. | ||||
* | * win/Makefile.in: Use TKTEST variable directly | mdejong | 2001-09-10 | 2 | -2/+7 |
| | | | | instead of depending on the tktest alias. | ||||
* | * win/mkd.bat: | mdejong | 2001-09-08 | 3 | -46/+55 |
| | | | | | | * win/rmd.bat: Apply binary property (cvs admin -kb) to files and convert to CRLF linefeed format to fix the VC++ build. [Tcl Bug #219409] | ||||
* | fixed test numbering | hobbs | 2001-09-01 | 1 | -2/+2 |
| | |||||
* | see ChangeLog | hobbs | 2001-08-30 | 1 | -0/+9 |
| | |||||
* | corrected to use testConfig constraints in | hobbs | 2001-08-30 | 3 | -162/+157 |
| | | | | the TK_ALT_DISPLAY case | ||||
* | * tests/unixSend.test: removed test file completely identical to | hobbs | 2001-08-30 | 1 | -679/+0 |
| | | | | | send.test. Removed platform specific named file in case somebody gets send working on Win/Mac in the future. | ||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 11 | -302/+177 |
| | | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632] | ||||
* | * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS | hobbs | 2001-08-28 | 2 | -24/+26 |
| | | | | | bug that caused crashing in tk_chooseDirectory on Win95. [Bug #224936] (baker) | ||||
* | * unix/tkUnixWm.c (TkWmRestackToplevel): reworked how | hobbs | 2001-08-28 | 2 | -16/+27 |
| | | | | | | | ConfigureNotify requests were handled in relation to the parent to avoid the problem with potential 'raise' delays on some wms. [Bug #220260] (baker) wms that were affected should notice the difference in tests unixWm-51.* not failing that failed before. | ||||
* | * Corrected TIP 44 typo | dgp | 2001-08-27 | 2 | -2/+8 |
| | | | | | that broke binding. Thanks to "Michal" for the fix. [Bug 455468] | ||||
* | [#450020] Messages for czech language | bagnonm | 2001-08-24 | 1 | -0/+67 |
| | | | | from http://web.telecom.cz/WoodPrint/cs.msg.gz | ||||
* | added QNX-6 build support. [Bug #219410] (loverso) | hobbs | 2001-08-23 | 3 | -106/+139 |
| | |||||
* | removed bogus note about including tkPhoto.h | hobbs | 2001-08-23 | 1 | -2/+1 |
| | |||||
* | Fixed a bug where adjacent 'x' and '^' where not handled properly. | pspjuth | 2001-08-22 | 3 | -6/+48 |
| | |||||
* | * tests/dialog.test (HitReturn): fixed failing dialog-2.1 test | hobbs | 2001-08-22 | 2 | -2/+9 |
| | | | | because it wasn't always getting focus properly. | ||||
* | generic/tkPack.c (TkParsePadAmount): added lint init for sepChar. | hobbs | 2001-08-22 | 1 | -2/+2 |
| | |||||
* | * tests/unixFont.test (unixFont-2.[234]): fixed to be more | hobbs | 2001-08-22 | 2 | -5/+33 |
| | | | | sensitive on systems that have more installed fonts. | ||||
* | * library/dialog.tcl (tk_dialog): changed dialog to show bar on | hobbs | 2001-08-22 | 1 | -3/+4 |
| | | | | | Windows as well and added some y padding between the buttons and the bar. [Patch #442835] (harrismh) | ||||
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 8 | -570/+613 |
| | |||||
* | TkGetWindowFromObj was useless CPU waster; now caches window names *safely* | dkf | 2001-08-21 | 4 | -17/+131 |
| | |||||
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 4 | -9/+35 |
| | |||||
* | The selection highlighting of text objects in the canvas widget | drh | 2001-08-17 | 1 | -4/+4 |
| | | | | | | | was failing to include the last character of the selection. The "selection get" mechanism returned the right answer (so all the tests were passing) but the widget did not display correctly. This delta fixes the problem. | ||||
* | Fixed a stupid error that's been in there for ages... | dkf | 2001-08-17 | 2 | -6/+14 |
| | |||||
* | * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY". | dgp | 2001-08-15 | 2 | -1/+9 |
| | | | | | | Although technically internal changes are not incompatible, they'll be perceived as such by those who get bitten, and this will help them find the cause of their trouble. | ||||
* | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 11 | -37/+99 |
| | |||||
* | ChangeLog correction. | dgp | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2001-08-12 | 3 | -173/+159 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Converted [glob [file join]] to [glob -directory] (Bug #223313) | dkf | 2001-08-10 | 2 | -19/+26 |
| | | | | | Also cleaned up a few space/tab issues in the ChangeLog which make a difference if you're using a highlighting editor like emacs... | ||||
* | Corrections to problems introduced by | dgp | 2001-08-09 | 3 | -8/+13 |
| | | | | the TIP 44 changes. [Bug 449261] | ||||
* | New file testing [tk_dialog]. | dgp | 2001-08-09 | 1 | -0/+66 |
| | |||||
* | *Bumped up patchlevel to 8.4a4 to distinguish | dgp | 2001-08-08 | 8 | -15/+27 |
| | | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938]. | ||||
* | * unix/Makefile.in (dist): added {unix,win}/tcl.m4 and | hobbs | 2001-08-07 | 2 | -4/+15 |
| | | | | library/msgs/*.msg to dist target. [Bug: #448802] | ||||
* | corrected minor nroff transgressionscore_8_4_a3 | hobbs | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | 2001-08-06 Jeff Hobbs <jeffh@ActiveState.com> | hobbs | 2001-08-07 | 3 | -17/+91 |
| | | | | | | | 8.4a3 RELEASE * changes: * README: updated for 8.4a3 release |