summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Corrections to merge from HEAD dgp_privates_into_namespacedgp2001-07-185-38/+31
|
* * Corrections to merge from HEAD.dgp2001-07-181-1/+20
|
* * Updated names of private console commands.dgp2001-07-181-3/+3
|
* * Correction to merge from HEADdgp2001-07-181-3/+2
|
* * Correction in merge from HEADdgp2001-07-181-13/+9
|
* * Corrections in merge from HEADdgp2001-07-181-0/+15
|
* * Renamed tk::histNum to tk::HistNumdgp2001-07-173-16/+21
| | | | as directed by the Tcl Style Guide.
* * Merge updates from HEADdgp2001-07-162-84/+179
|
* * Merged in updates from HEADdgp2001-07-136-153/+210
|
* * Merge updates from HEAD.dgp2001-07-065-51/+88
|
* * Merged updates from HEAD.dgp2001-07-053-11/+40
|
* * Merged updates from HEADdgp2001-07-053-15/+9
|
* * Merged in updates from HEAD branch.dgp2001-07-0399-1500/+4091
|
* BRANCH dgp-privates-into-namespace:dgp2001-03-133-2/+20
| | | | | * doc/menu.n: * unix/mkLinks: Added documentation for [tk_menuSetFocus].
* BRANCH dgp-privates-into-namespace:dgp2001-03-134-9/+55
| | | | | | | * doc/text.n: * doc/tkvars.n: * unix/mkLinks: Added documentation for commands and variables matching tk_text*.
* BRANCH dgp-privates-into-namespace:dgp2001-03-094-89/+96
| | | | | | | | * generic/tkTextDisp.c: * library/unsupported.tcl: * tests/textDisp.test: Restored the global variables tk_textRedraw and tk_textRelayout. Since they match tk_*, they should remain publicly available until at least Tk 9.
* 2001-03-01 Don Porter <dgp@users.sourceforge.net>dgp2001-03-012-0/+298
| | | | | | | | | | BRANCH dgp-privates-into-namespace: * library/unsupported.tcl: New file for Tk's unsupported interfaces. Contains [tk::unsupported::ExposePrivateCommand] and [tk::unsupported::ExposePrivateVariable] that restore the availability of an old public name of one of Tk's private commands and variables, respectively, for those applications and extensions that depend on the old names against advice.
* 2001-02-28 Don Porter <dgp@users.sourceforge.net> dgp2001-02-2841-2225/+2309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BRANCH dgp-privates-into-namespace: Feature branch to move all of Tk's private commands and variable into the ::tk namespace and its children. * doc/tkvars.n: Documented private variable tkPriv renamed tk::Priv. * generic/tkBind.c: * generic/tkMenu.c: * generic/tkTextDisp.c: * library/bgerror.tcl: * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/optMenu.tcl: * library/palette.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tclIndex: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * mac/tkMacMenu.c: * tests/clrpick.test: * tests/filebox.test: * tests/macMenu.test: * tests/menu.test: * tests/menuDraw.test: * tests/msgbox.test: * tests/text.test: * tests/textDisp.test: * tests/unixMenu.test: * tests/winMenu.test: * tests/xmfbox.test: * unix/tkUnixDialog.c: All Tk commands matching ::tk[A-Z]* and all Tk private variables in the global namespace were renamed to live in the namespace ::tk or one of its children.
* * doc/photo.n: [Bug 132213] Added clarification on interpretationericm2001-02-132-3/+9
| | | | of ranges for "photoName data -from" subcommand.
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-127-125/+350
|
* Clarified and extended the entry in theandreas_kupries2001-01-041-2/+14
| | | | Changelog describing the merge of TIP #8.
* 2001-01-02 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-023-38/+922
| | | | | * win/tkWinWm.c: * doc/wm.n: Applied patch #102833 (TIP #8).
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-132-47/+61
| | | | | double type object to speed up canvas coord calculations. [Patch #102471]
* Minor improvement to documentation for entry widgets.dkf2000-12-122-2/+12
|
* A better fix for #120819 (all it needed was some Tcl_Preserve()s)dkf2000-11-293-28/+65
| | | | | which also requires no documentation changes - the behaviour is now what you would predict from existing docs (as opposed to a crash!)
* Backed out previous change (except for test for bug.)dkf2000-11-283-22/+14
|
* Fixed bug #120819 by prohibiting images from starting with a period;dkf2000-11-234-6/+32
| | | | | | | | | I'm still not quite sure what exactly was going wrong in the bug, but I suspect the problem might have actually been due to the deletion of all images while in the midst of creating an image. The restriction is pretty light when it comes to existing code, since it previously caused a core dump due to an image typePtr field being set to random garbage, an indication of over-eager use of free()...
* Documentation for Tk_SetClassProcs.ericm2000-11-221-0/+91
|
* Overall change: Implemented TIP 5, which exportsericm2000-11-2234-162/+279
| | | | | | | | | TkClassProcs/TkSetClassProcs as Tk_ClassProcs/Tk_SetClassProcs, adding a size field to Tk_ClassProcs to allow for future expansion, and renaming the geometryProc to worldChangedProc, which is more in keeping with the actual use of the callback. See ChangeLog for details.
* Added deprecation note from Bug #120944dkf2000-11-212-1/+13
|
* Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.dkf2000-11-215-4/+55
|
* updated with 8.4a2 changescore_8_4_a2hobbs2000-11-041-1/+60
|
* added release markhobbs2000-11-031-0/+2
|
* updated for latest doc fixeshobbs2000-11-031-2/+2
|
* added comments about Tcl_SetMainLoop call effectshobbs2000-11-031-1/+9
|
* * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.hobbs2000-11-032-1/+9
| | | | | This only has effect when tclsh is run (not wish), and then Tk is loaded in interactively.
* fixed remaining references to old-style TCL_SRC_DIR defnhobbs2000-11-031-8/+8
|
* see changeshobbs2000-11-031-0/+19
|
* * win/tkWinButton.c:hobbs2000-11-034-10/+104
| | | | | | | * win/tkWinDialog.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: fixed up code for Win64 support. This mostly remains in _WIN64 #ifdef's, until updated compilers are standard.
* * unix/configure:hobbs2000-11-032-0/+6536
| | | | | | | * win/configure: checked in configure scripts so people doing CVS checkouts aren't required to have autoconf. Changes to configure.in in the future will require the corresponding configure script to also be re-autoconf'ed and checked in.
* * win/tcl.m4:hobbs2000-11-032-30/+50
| | | | * win/makefile.vc: updated for Win64 compile support
* doc/event.n: added note that key events require window focus.hobbs2000-11-031-3/+4
|
* updated copyrighthobbs2000-11-021-3/+3
|
* * tests/winDialog.test: Corrected expected results for bad optionericm2000-11-022-109/+45
| | | | | | | | | tests (5.2, 5.5) to include -multiple option. * win/tkWinDialog.c: Removed CommDlgExtendedError() checks for color and choosedir dialogs, and removed all except the explicit invalid filename checks for the file dialogs.
* * unix/tcl.m4: removed use of -lbsd and -ldl for AIX-5.hobbs2000-11-022-53/+46
|
* corrected tests to recognize new -multiple openfile dialog switchhobbs2000-11-021-3/+3
|
* * tests/color.test: marked color-2.6 nonPortable as we can'thobbs2000-11-021-2/+6
| | | | reliably assume what 'red' maps to.
* * win/tkWinDialog.c (GetFileNameW, GetFileNameA,hobbs2000-11-021-5/+61
| | | | | | Tk_ChooseDirectoryObjCmd): created work-around for change in NT5.0/98 that caused no initialdir setting to open the browser up in the user's documents dir.
* Removed bogus conflict marker.ericm2000-11-021-1/+0
|
* * win/tkWinDialog.c: Added branch for 0 return fromericm2000-11-022-11/+69
| | | | | | | | CommDlgExtendedError() switches; this was formerly treated as an error, but it actually is not, since it just means the user hit cancel or closed the dialog. (GetFileNameW): Added better smarts such that -multiple is not considered a valid option for tk_getSaveFile.