summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
Commit message (Collapse)AuthorAgeFilesLines
...
* * changes: updated changes file to reflect 8.3b2 modshobbs2000-01-141-3/+3
| | | | | | | * README: * generic/tk.h: * unix/configure.in: * win/configure.in: updated to patchlevel 8.3b2
* * generic/tk.h:hobbs1999-12-211-4/+5
| | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] * generic/tk3d.c: added extra calculations to ensure that thin frames get refreshed too [Bug: 3596] * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used.
* * generic/tkStubInit.c:hobbs1999-12-141-5/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkDecls.h: * generic/tkIntXlibDecls.h: * generic/tkInt.decls: added XSetDashes and XWarpPointer * generic/tk.decls: added Tk_CreateSmoothMethod, and reserved two spots * generic/tk.h: added Tk_SmoothMethod struct, state item to canvas record, #defines for item state, support for using old char*-based canvas item C creation procedures with -DUSE_OLD_CANVAS, Tk_Dash, Tk_TSOffset (-offsets) & Tk_Outline structs and #defs, decls for dash, outline and postscript routines * generic/tkBind.c: added support for Quadruple clicks, and added the -warp option to 'event' with pointer warping routines * xlib/xgc.c: * generic/tkRectOval.c: * generic/tkCanvArc.c: * generic/tkCanvBmap.c: * generic/tkCanvImg.c: * generic/tkCanvLine.c: * generic/tkCanvPoly.c: * generic/tkCanvPs.c: * generic/tkCanvText.c: * generic/tkCanvUtil.c: * generic/tkCanvWind.c: * generic/tkCanvas.c: * generic/tkCanvas.h: Canvas and items received overhaul to with the addition of the dash patch (Nijtmans, et al) This includes objectification of the 'canvas' command, as well as support for (where appropriate) dashes in items, extended stipple support, state for all items, and postscript generation of images and windows. See the new canvas man page for related docs. * generic/tkEntry.c: added entry widget validation, see entry.n * generic/tkEvent.c: on simulated events, ButtonPress should be matched with ButtonRelease to be correct * generic/tkFont.c: corrected possible null reference * generic/tkFrame.c: made frame a Tcl_Obj based command * generic/tkGet.c: added TkGetDoublePixels * generic/tkImage.c: bug fixes from Img patch and new Tk_PostscriptImage and Tk_SetTSOrigin functions * generic/tkImgBmap.c: new ImgBmapPostscript function * generic/tkImgPhoto.c: new Tk_CreatePhotoOption, Tk_DitherPhoto * generic/tkInt.h: declarations for some new functions * generic/tkMessage.c: reworked relief drawing * generic/tkOldConfig.c: added TK_CONFIG_OBJS so old style ConfigureWidget calls can pass in Tcl_Obj arrays * generic/tkScrollbar.c: * generic/tkScrollbar.h: made -orient use an option table * generic/tkText.c: * generic/tkText.h: made -wrap and -state use option tables * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextImage.c: * generic/tkTextMark.c: * generic/tkTextTag.c: * generic/tkTextWind.c: added support for -elide and -state hidden * generic/tkTrig.c: changed TkMakeBezierCurve to support returning the upper limit of points needed for spline * generic/tkUtil.c: new option table parsing routines * generic/tkWindow.c: init'ing of warp stuff, mouseButtonState
* * generic/tk.h:hobbs1999-11-231-1/+2
| | | | | | | * generic/tkConfig.c: added support for TK_OPTION_DONT_SET_DEFAULT as equiv for TK_CONFIG_DONT_SET_DEFAULT * generic/tkListbox.c: added TK_OPTION_DONT_SET_DEFAULT to the item specs
* * generic/tk.h:hobbs1999-10-291-5/+42
| | | | | | | | | | | | | | | * generic/tkCmds.c: * generic/tkImage.c: * generic/tkImgBmap.c: * generic/tkImgGIF.c: * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkInt.h: * generic/tkTest.c: * generic/tkWindow.c: * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp)
* 1999-09-24 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-10-011-12/+12
| | | | | | | | | | | | | * */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
* Change version numbers to 8.2.0redman1999-08-101-4/+4
|
* * Changed version to 8.2b2redman1999-07-221-3/+3
| | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425]
* Fix minor version number.redman1999-07-161-2/+2
|
* Added note about win/configure.in depending on version changewelch1999-06-251-1/+2
|
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+17
|
* * Changed version number to 8.1.1.stanton1999-04-301-5/+4
|
* Merged 8-1-0 into mainline.rjohnson1999-04-211-4/+4
|
* fixed Tk comment errorssurles1999-04-161-4/+4
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-137/+265
|
* integrated stubs into 8.0 main branchstanton1999-03-101-499/+25
|
* * tests/main.test:stanton1999-02-041-3/+3
| | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint.
* Updated the version to 8.0.5.rjohnson1999-01-041-5/+6
|
* Updated win/README to 8.0.4, added it to the list of files to updateescoffon1998-10-161-1/+2
|
* Updated patchlevel to 8.0.4 (to match Tcl update)rjohnson1998-10-141-3/+3
|
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-131-2/+5
| | | | a submitted patch.
* Added support for the MouseWheel event.rjohnson1998-10-101-4/+7
|
* Removed old/unused function declarationsrjohnson1998-09-301-12/+6
| | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* 8.0.3welch1998-08-061-1/+1
|
* 8.0.3-5welch1998-08-041-1/+1
|
* A few more TCL_STORAGE_CLASS changes that were dropped.escoffon1998-08-041-2/+2
|
* EXPORT -> TCL_STORAGE_CLASSescoffon1998-08-041-2/+2
|
* 8.0.3-4welch1998-07-291-3/+3
|
* added support for export/import of DLL symbols. If BUILD_tk is defined,escoffon1998-07-291-0/+9
| | | | EXPORT is mapped to DLLEXPORT, otherwise it is DLLIMPORT.
* 8.0.3-3welch1998-07-201-1/+1
|
* updated patchlevelwelch1998-07-061-1/+2
|
* Fixed patchlevelwelch1998-06-301-1/+1
|
* Updated for 8.0.3, added Jans Nijtmans compatibility patchwelch1998-06-291-2/+12
|
* Initial revisionrjohnson1998-04-011-0/+1538