summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * tests/safe.test: added note about correcting failures inhobbs2001-03-313-20/+29
| | | | | | safe.test. * library/tk.tcl: moved package require msgcat inside if case to not be used in safe interps.
* * win/makefile.vc:hobbs2001-03-307-18/+288
| | | | | | | | | * win/configure: * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. * win/tkWinInt.h: * win/tkWinKey.c: * win/tkWinX.c: added support for changing IME on the fly in Windows (2000). (lam) [Patch #402993]
* * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage):hobbs2001-03-301-5/+6
| | | | added casts to allow compiling on Windows with debbuging.
* * win/Makefile.in (install-*): improved install-* targets to usehobbs2001-03-301-4/+4
| | | | their base build dependency.
* * win/tkWinWm.c (UpdateWrapper): ensured that the passed in winPtrhobbs2001-03-301-4/+11
| | | | had an existent window to operate on. [Bug #409172]
* * tests/bind.test (bind-22.18):hobbs2001-03-302-21/+17
| | | | | | * generic/tkBind.c (NameToWindow): handled the error case where a valid-looking but invalid identifier could be passed in certain event generate options causing a crash. [Bug #411307]
* see ChangeLog entrieshobbs2001-03-301-0/+5
|
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-303-5/+116
| | | | | * generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327]
* * library/bgerror.tcl (bgerror): allow focus into details windowhobbs2001-03-301-2/+3
| | | | for Windows C&P to work. [Bug #220929]
* * library/tk.tcl: put a catch around adding <hpBackTab> to thehobbs2001-03-301-2/+5
| | | | | <<PrevWindow>> virtual event as it doesn't seem to work on all HP systems. [Bug #411669]
* * library/tkfbox.tcl: fixed selecting directories and single fileshobbs2001-03-301-9/+15
| | | | with spaces using tk_getOpenFile -multiple 1. [Bug #411640]
* * win/tkWinDialog.c (GetFileNameA): added support for -multiple tohobbs2001-03-301-38/+162
| | | | | | ascii-based tk_getOpenFile (Win9*). (haneef) [Patch #403047] (GetFileNameW): increased number of files that could be returned by tk_getOpenFile -multiple. [Patch #412042]
* * doc/canvas.n: Noted ability to specify coords as a list in thehobbs2001-03-301-10/+28
| | | | docs. (techentin) [Patch #403660]
* * library/msgs/de.msg: fixed translations. [Patch #403525]hobbs2001-03-301-3/+3
|
* * library/entry.tcl (tkEntryMouseSelect):mdejong2001-03-294-14/+408
| | | | | | | | | | * library/text.tcl (tkTextSelectTo): When the mouse is dragged with the button down, move the insertion cursor to the current mouse position. * tests/event.test: Add a series of tests for event generation. Add tests for selection, check the position of the insertion cursor.
* * unix/configure:hobbs2001-03-293-116/+144
| | | | | * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. (english) [Patch 403626]
* Replaced all [load {} tk] in Tk test suite with [load {} Tk].dgp2001-03-287-12/+22
| | | | [Bug 220940, Patch 411952]
* * 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.
* no messagedavidg2000-10-311-0/+11
|