summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * win/configure: Regen.mdejong2001-06-233-2/+7
| | | | | | * win/tcl.m4: Fix silly typo in last checkin. FossilOrigin-Name: 4e8df3daa2594d4bf3cea06b1e3e931f98b8a5e0
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-229-133/+165
| | | | | | | | | | | | | | | | | | | | Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. Add LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE to match the way CFLAGS_DEFAULT works. Use new LDFLAGS variable in the Makefile instead of @LDFLAGS@. * unix/configure: Regen. * unix/configure.in: Don't set CFLAGS to CFLAGS_DEFAULT, instead subst CFLAGS_DEFAULT into the Makefile. Add AC_SUBST for CFLAGS_DEBUG, CFLAGS_OPTIMIZE, LDFLAGS_DEFAULT, LDFLAGS_DEBUG, and LDFLAGS_OPTIMIZE. Remove unused LD_FLAGS subst. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@. Set LDFLAGS to @LDFLAGS@ and @LDFLAGS_DEFAULT@. * win/configure: Regen. * win/configure.in: Don't set CFLAGS or LDFLAGS, instead subst CFLAGS_DEFAULT and LDFLAGS_DEFAULT into the Makefile. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3b5982868ea872a09578ed4b2b40c3be4653583d
* * win/configure:mdejong2001-06-223-4/+9
| | | | | | * win/tcl.m4: Update From Tcl. FossilOrigin-Name: d8467c9a550ae7107d7e2bbaee2aa68476b61874
* * doc/colors.n: Corrected bogus documentation with respect toericm2001-06-222-13/+19
| | | | | | | several shades of blue, all of which were listed as RGB 0 0 0. [Bug #432104]. FossilOrigin-Name: 480300ff4bc617da809590a862c4fc90fa1f9c43
* Added braces to expressions.dkf2001-06-1418-138/+153
| | | FossilOrigin-Name: 486fbd3c546a027744d7834fc68070af4f182d25
* * win/configure: Regen.mdejong2001-06-063-44/+72
| | | | | | | * win/configure.in: Handle the --prefix option correctly it should default to /usr/local like the unix version. FossilOrigin-Name: 7379372dd47993f33f138d68c9130011e3bc1f14
* * doc/selection.n:hobbs2001-06-043-3/+19
| | | | | | | | * doc/clipboard.n: added SEE ALSOs to cross-reference selection and clipboard, with extra note for clipboard command in selection docs. [Patch #422256] FossilOrigin-Name: 01778f794add7ed904027e2720663cb30030dac2
* * unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)hobbs2001-06-042-8/+224
| | | | | | | | | | | fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in Tk on Unix that is used for those fonts (X11 requires big-endianness). (welch) [Patch #406411; Bug #220890 #220899] This differs from the 8.3.3 patch by not adding ucs-2be in the preferred encodingList (seems works fine without). Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033] FossilOrigin-Name: a28f6c2d4d33b7b9d1f08651766345ddb505fdfa
* * win/tkWinX.c: moved the initialization of tkPlatformId fromhobbs2001-05-301-10/+11
| | | | | | | TkWinXInit to TkWinGetPlatformId because static builds could call it before it was initialized. [Bug #427278] FossilOrigin-Name: 0a94e34e9f35522faf20c96c321c2c998a26ba18
* win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug infohobbs2001-05-302-9/+11
| | | FossilOrigin-Name: 22fe92614734ce2e630cdbaa6826a93f59991176
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-284-142/+260
| | | | | | | style when processing configuration options. Some cleanup of bad comments and bad code. [part of patch #420861] FossilOrigin-Name: 1832807b99bc1a5da1cd0ec94688656e4901cab6
* * unix/configure:mdejong2001-05-235-145/+157
| | | | | | | | * unix/tcl.m4: * win/configure: * win/tcl.m4: Sync from Tcl sources. FossilOrigin-Name: 32d7a7f3dfbfa173930b588a1772f96a10b8643e
* see ChangeLoghobbs2001-05-221-12/+20
| | | FossilOrigin-Name: 5d139fbbcea6e40b44d752641bbad32e3798db8e
* unix/tcl.m4: synced up wih Tcl tcl.m4. [Bug #419812]hobbs2001-05-221-2/+8
| | | FossilOrigin-Name: 0d5c588377b69bdb7d1f0117dcb73bf9b20a9ad3
* * doc/TkInitStubs.3:hobbs2001-05-223-11/+11
| | | | | | | | * generic/tk.h: * generic/tkStubLib.c: CONST'ified Tk_InitStubs to match CONST changes to Tcl_PkgRequireEx. FossilOrigin-Name: 158efb47bd4b909149ff7d02159daddf59d0110a
* implement TIP11, -compound option for menubutton widgettmh2001-05-217-67/+368
| | | FossilOrigin-Name: 8942e4db3ce82fe98c533c9e2140d9814158d4bb
* Added documentation for console command. (Right source tree this time!)dkf2001-05-162-0/+146
| | | FossilOrigin-Name: f81062cea6e1f429d97f8f3a459e3b7d10c180d6
* * unix/configure: Regen.mdejong2001-04-255-160/+270
| | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: e47bf2563de61b092ab92ce7aaa5c21e399d26cb
* * unix/configure: Regen.mdejong2001-04-253-14/+19
| | | | | | | | * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands instead of using a delayed subst variable. Replace instances of STUB_LIB_FILE with TK_STUB_LIB_FILE. FossilOrigin-Name: 31f47a2e5e83c620d55e3e53c6a02b14883ae693
* * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.mdejong2001-04-254-9/+11
| | | | | | | | * unix/configure: Regen. * unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE instead. FossilOrigin-Name: cb2018308ce38d5193f6ad4d533c4e1276233eef
* Better handling of when image creation nukes the main window so nowdkf2001-04-122-3/+13
| | | | | | does not crash on Linux. FossilOrigin-Name: 165d41635325ffd0a229c3dce74edff9fb4c8967
* * win/tkWinMenu.c (TkWinHandleMenuEvent): corrected reseting ofhobbs2001-04-042-2/+20
| | | | | | service mode to only occur when it was set. [Bug #220948] FossilOrigin-Name: 1e7f9798675d491c47f55c35f24fbf682757a87d
* Corrected typos.dgp2001-04-041-3/+3
| | | FossilOrigin-Name: 86c8dee63a85bcdef1b4e6fc64f46f8fc5b7dfee
* * tests/winClipboard.test: improved results for understanding whenhobbs2001-04-041-7/+19
| | | | | | tests fail. FossilOrigin-Name: 6d6d7503f0c2dfc1cb32b9b69b0f586e9fcef988
* * tests/winDialog.test: string totitle'd some results thathobbs2001-04-041-9/+9
| | | | | | expected [pwd] to return a capital drive letter. FossilOrigin-Name: 1cfbc9baca03619f97dcad92ebd4c67d283847cf
* win/tkWinDialog.c (GetFileNameA): initialize multi to 0.hobbs2001-04-041-2/+2
| | | FossilOrigin-Name: 720cdf479bd772ec60f24bb30737c07556918840
* * tests/cursor.test: changed tests to use 'heart' cursor becausehobbs2001-04-041-13/+13
| | | | | | 'arrow' on windows has a pre-skewed use count. FossilOrigin-Name: 15a04f11553964c6e533534cfae95ddc9ccce9ee
* * win/configure:hobbs2001-04-033-2/+8
| | | | | | * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] FossilOrigin-Name: cdba56723d95206a6bc12e0bafc90bed2f2b9c77
* * generic/tkMenu.c (TkInvokeMenu): checked for menu deletionhobbs2001-04-031-7/+13
| | | | | | before calling associated menu entry command. [Bug #220821] FossilOrigin-Name: 55b7a33df3cabeb6eebcfbcfa9e0189363a0727d
* see ChangeLoghobbs2001-04-031-0/+24
| | | FossilOrigin-Name: 0854d43b844241d26677927ef4b72f722f4c82a0
* * tests/listbox.test: added test listbox-27.1, delete duringhobbs2001-04-032-19/+30
| | | | | | | | | scrollbar update * generic/tkListbox.c (DestroyListbox, ListboxEventProc): corrected listbox to make proper use of Tcl_EventuallyFree and protect against unusual listbox deletion. FossilOrigin-Name: 484b8a6cf3a4d5698be30780bbd1a6094c1394a8
* * tests/entry.test: added tests entry-20.*, delete during widgethobbs2001-04-032-16/+104
| | | | | | | | | activity * generic/tkEntry.c (DestroyEntry, EntryEventProc): fixed the entry widget to survive deletion while processing scrollbar updates and validation. FossilOrigin-Name: 0b8fe7c629c46c2a6a276bc38593716203bf8783
* * tests/canvas.test: test of canvas delete during eventhobbs2001-04-032-19/+44
| | | | | | | * generic/tkCanvas.c (DestroyCanvas, CanvasEventProc): fixed the canvas to survive deletion during event processing. [Bug #228024] FossilOrigin-Name: e89804eb2fcf2280e11b5ff91cec3d01bf37b544
* * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and desthobbs2001-04-031-2/+2
| | | | | | | values for $imageName put when -format and -to are used. [Bug #232741] FossilOrigin-Name: d343245c17854ff7e39c46ceb6af26c339474d64
* * doc/image.n: added warning about names chosen for images.hobbs2001-04-031-1/+5
| | | FossilOrigin-Name: 34d91510f9b56614f2a00d5db6801a96fb04af46
* * generic/tk.h:hobbs2001-04-026-13/+13
| | | | | | | | | | * unix/configure.in (TK_PATCH_LEVEL): * unix/configure: * unix/tk.spec: * win/configure.in (TK_PATCH_LEVEL): * win/configure: updated patchlevel to 8.4a3 FossilOrigin-Name: de7899ecd94b3e307686bf3b18705ed7f264dbee
* * README:hobbs2001-04-023-9/+25
| | | | | | | * mac/README: updated patchlevel to 8.4a3 and corrected links and notes. FossilOrigin-Name: 9bbca91134e64888396b0fdefe65bf2ae476c831
* * 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. FossilOrigin-Name: db467392ac831602b3e585e2a51c17a173fa02eb
* * 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] FossilOrigin-Name: 7d37d3f469f0662f50fc1661d1f02bc0060ca9c8
* * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage):hobbs2001-03-301-5/+6
| | | | | | added casts to allow compiling on Windows with debbuging. FossilOrigin-Name: 20d9467efc66dd0d9dd8b3a34eb9f10abc241171
* * win/Makefile.in (install-*): improved install-* targets to usehobbs2001-03-301-4/+4
| | | | | | their base build dependency. FossilOrigin-Name: 76392d864ca265a36340300436bf3d2e5fe1891a
* * win/tkWinWm.c (UpdateWrapper): ensured that the passed in winPtrhobbs2001-03-301-4/+11
| | | | | | had an existent window to operate on. [Bug #409172] FossilOrigin-Name: d2ea8b735f54afb98182e2bd5e4a43733c695416
* * 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] FossilOrigin-Name: 6ac56204d932351b9489cc5340ee15d475d90033
* see ChangeLog entrieshobbs2001-03-301-0/+5
| | | FossilOrigin-Name: b34b0487ef59eea2573f9d7cc0255e4969f3ba60
* * 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] FossilOrigin-Name: 5cda3aab09fedbe1c6dc1c736e715c055848e98c
* * library/bgerror.tcl (bgerror): allow focus into details windowhobbs2001-03-301-2/+3
| | | | | | for Windows C&P to work. [Bug #220929] FossilOrigin-Name: ea7371f5eb43712c6092f0e57cb5e20365404edb
* * 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] FossilOrigin-Name: 05a38c5145b5cee5292833a6c49635e82a64227c
* * library/tkfbox.tcl: fixed selecting directories and single fileshobbs2001-03-301-9/+15
| | | | | | with spaces using tk_getOpenFile -multiple 1. [Bug #411640] FossilOrigin-Name: 01457710ef0c3889652451e419667cb626c6b897
* * 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] FossilOrigin-Name: 1114d667db4a195c55457137b6c24659977db9f5
* * doc/canvas.n: Noted ability to specify coords as a list in thehobbs2001-03-301-10/+28
| | | | | | docs. (techentin) [Patch #403660] FossilOrigin-Name: f7591c4f8f58d33947bb0f50767423930dc0a3e8