summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * tests/dialog.test (HitReturn): fixed failing dialog-2.1 testhobbs2001-08-222-2/+9
| | | | because it wasn't always getting focus properly.
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.hobbs2001-08-221-2/+2
|
* * tests/unixFont.test (unixFont-2.[234]): fixed to be morehobbs2001-08-222-5/+33
| | | | sensitive on systems that have more installed fonts.
* * library/dialog.tcl (tk_dialog): changed dialog to show bar onhobbs2001-08-221-3/+4
| | | | | Windows as well and added some y padding between the buttons and the bar. [Patch #442835] (harrismh)
* Objectified grid and pack commands.pspjuth2001-08-218-570/+613
|
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-214-17/+131
|
* Grid configure rejected initial "x" and "^". [Bug #418664]pspjuth2001-08-184-9/+35
|
* The selection highlighting of text objects in the canvas widgetdrh2001-08-171-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...dkf2001-08-172-6/+14
|
* * Labelled the TIP 44 changes as "POTENTIAL INCOMPATIBILITY".dgp2001-08-152-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)dkf2001-08-1511-37/+99
|
* ChangeLog correction.dgp2001-08-131-1/+1
|
* * unix/configure: Regen.mdejong2001-08-123-173/+159
| | | | * unix/tcl.m4: Update from Tcl.
* Converted [glob [file join]] to [glob -directory] (Bug #223313)dkf2001-08-102-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 bydgp2001-08-093-8/+13
| | | | the TIP 44 changes. [Bug 449261]
* New file testing [tk_dialog].dgp2001-08-091-0/+66
|
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-088-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 andhobbs2001-08-072-4/+15
| | | | library/msgs/*.msg to dist target. [Bug: #448802]
* corrected minor nroff transgressionscore_8_4_a3hobbs2001-08-071-2/+2
|
* 2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>hobbs2001-08-073-17/+91
| | | | | | | 8.4a3 RELEASE * changes: * README: updated for 8.4a3 release
* * unix/configure: regeneratedhobbs2001-08-073-112/+196
| | | | | * unix/tcl.m4: added GNU (HURD) configuration target. (brinkmann) [Patch: #442974]
* * TIP 44 changes specific to the Mac anddgp2001-08-0610-63/+92
| | | | | | Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look.
* * win/configure: regeneratedhobbs2001-08-044-88/+100
| | | | | | | | * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. This is necessary for TEA compliant builds that build shared against a static-built Tk. * win/Makefile.in ($(WISH)): added $(TK_STUB_LIB_FILE) to build target, otherwise it wouldn't get generated in a static build.
* * win/winMain.c (WishPanic): fixed CONST changes to go withhobbs2001-08-041-5/+5
| | | | CONST-ification in Tcl.
* Correction to TIP 44 implementation.dgp2001-08-011-3/+3
|
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-0144-2163/+2679
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * generic/default.h: Include tkWinDefault.hmdejong2001-07-242-2/+8
| | | | when built with Cygwin or Mingw.
* The new tk_chooseDirectory dialog box implementation was sometimes givingdrh2001-07-191-1/+2
| | | | | an error like this: can't read "data(list)": no such element in array. The problem is a race condition. This patch should fix the problem.
* The code for generating postscript of a bitmap image was apparently neverdrh2001-07-141-46/+140
| | | | | | completed. The beginnings of the code was there but it generated diagnostic messages rather than proper postscript. This change fixes the problem.
* * unix/Makefile.in: Add AR and STLIB_LD variables.mdejong2001-07-117-151/+204
| | | | | | | | | * unix/configure: * unix/configure.in: Use STLIB_LD when defining MAKE_LIB and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
* * win/configure: Regen.mdejong2001-07-063-16/+35
| | | | * win/tcl.m4: Update from Tcl.
* * win/Makefile.in: Subst DEPARG directly insteadmdejong2001-07-065-38/+57
| | | | | | | | of relying on a variable. This will make Cygwin build faster since an extra exec will be avoided. * win/configure: Regen. * win/configure.in: Subst DEPARG. * win/tcl.m4: Update from Tcl.
* updated README with purlshobbs2001-07-053-10/+17
|
* updated README with purlsuid381722001-07-051-5/+3
|
* updated READMEs with purlsuid381722001-07-051-9/+4
|
* * tests/canvas.test:hobbs2001-07-043-14/+35
| | | | | | * generic/tkCanvPoly.c (PolygonToArea): Added patch that respects the polygon difference of including points in the polygon even when fill is empty. [Bug #226357]
* * win/Makefile.in: Remove PATHTYPE variable.mdejong2001-07-045-64/+73
| | | | | | * win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4: Update from Tcl.
* * win/Makefile.in: Don't use VPSEP, instead just use :mdejong2001-07-044-8/+11
| | | | | | in the VPATH. * win/configure: Regen. * win/configure.in: Don't subst VPSEP.
* Added missing backslash in Motif File Selector code.dkf2001-07-032-2/+7
|
* see changeshobbs2001-07-031-0/+25
|
* * generic/tkEntry.c: corrected missing Tcl_Release that causedhobbs2001-07-032-28/+52
| | | | | | font not freed complaints when trying valid cleanup calls. * generic/tkListbox.c: made use of Tcl_Preserve/Tcl_Release to prevent FMR errors in Display functions.
* * unix/tkUnixScale.c (TkpDisplayScale): corrected FMR when scalehobbs2001-07-031-2/+2
| | | | was deleted while calling its command.
* * generic/tkCanvArc.c:hobbs2001-07-037-279/+266
| | | | | | | | | | | * generic/tkCanvBmap.c: * generic/tkCanvLine.c: * generic/tkCanvPoly.c: * generic/tkCanvText.c: * generic/tkCanvWind.c: * generic/tkRectOval.c: corrected argument handling in Create<Item> functions that could lead to ABRs or FMRs and corrected names of argc/argv to objc/objv.
* * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternaryhobbs2001-07-031-2/+3
| | | | operator and possible FMR.
* * generic/tkWindow.c (Tk_DestroyWindow): changed to usehobbs2001-07-031-7/+7
| | | | | Tcl_EventuallyFree instead of ckfree so that widgets that have references to a tkwin can use them.
* * library/console.tcl:hobbs2001-07-0310-45/+278
| | | | | | | | | | | | | | | | | | | | | * library/entry.tcl: * library/spinbox.tcl: * library/text.tcl: * library/tk.tcl: added private ::tk::GetSelection command to handle requesting selection. This is to support requesting UTF8_STRING before generic STRING on Unix. Changed Text, Spinbox, Entry and Console to use this command. * tests/select.test: * generic/tkSelect.c (Tk_CreateSelHandler, Tk_DeleteSelHandler): on Unix, a UTF8_STRING handler will be created when the user requests a STRING handler (in addition to the STRING handler). This provides implicit support for the new UTF8_STRING selection target. * unix/tkUnixSelect.c (TkSelEventProc, ConvertSelection): Added support for UTF8_STRING target. [RFE #418653, Patch #433283] * generic/tkInt.h: added utf8Atom to TkDisplay structure.
* * tests/listbox.test: changed 'darkblue' to 'white' in a testhobbs2001-07-031-3/+3
| | | | because it isn't a portable color name.
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-022-4/+11
| | | | instead of ckfree for entryPtr to prevent FMRs. [Bug #413904]
* removed unnecessary directoryhobbs2001-07-021-115/+0
|
* * unix/Makefile.in:mdejong2001-06-273-2/+29
| | | | | | * win/Makefile.in: Add `make shell` target. This target will set the proper env vars before invoking wish from the build directory.