summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * tests/canvas.test:hobbs2001-07-041-0/+7
| | | | | | | | * generic/tkCanvPoly.c (PolygonToArea): Added patch that respects the polygon difference of including points in the polygon even when fill is empty. [Bug #226357] FossilOrigin-Name: 3734d49c9c1e7e95032d4a89c712872746b52fd7
* * win/Makefile.in: Remove PATHTYPE variable.mdejong2001-07-041-0/+7
| | | | | | | | * win/configure: Regen. * win/configure.in: Don't subst PATHTYPE. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 3e3fd403b34cc514397b340ab17f7368fe9409ae
* * win/Makefile.in: Don't use VPSEP, instead just use :mdejong2001-07-041-0/+7
| | | | | | | | in the VPATH. * win/configure: Regen. * win/configure.in: Don't subst VPSEP. FossilOrigin-Name: 93c90324450dc4987b41f57753ee7622786063dd
* Added missing backslash in Motif File Selector code.dkf2001-07-031-0/+5
| | | FossilOrigin-Name: 227ace3f95ca2dff12175142c9f8f6e7e49563a1
* see changeshobbs2001-07-031-0/+25
| | | FossilOrigin-Name: 69a098c5255abeddddb18b095ee6a0cc700f5f21
* * library/console.tcl:hobbs2001-07-031-0/+23
| | | | | | | | | | | | | | | | | | | | | | | * 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. FossilOrigin-Name: 3993717faaae94fc303c678c9c3637465ce2c0a4
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-021-0/+5
| | | | | | instead of ckfree for entryPtr to prevent FMRs. [Bug #413904] FossilOrigin-Name: 615fc8509e95ebe4ac83c04c558a7a03ffd37364
* * unix/Makefile.in:mdejong2001-06-271-0/+7
| | | | | | | | * win/Makefile.in: Add `make shell` target. This target will set the proper env vars before invoking wish from the build directory. FossilOrigin-Name: dbe847845b323099b04124b4b5f8975f6435644e
* * win/configure:mdejong2001-06-271-0/+6
| | | | | | | * win/configure.in: Revert cross compiling change accidently added during last checkin. FossilOrigin-Name: 9e4c1b23a4207c6ddbcba7d0ddf4b40a4f25ec73
* * unix/configure: Regen.mdejong2001-06-261-0/+8
| | | | | | | | | * unix/configure.in: Fix last checkin by removing export since that only works in bash. * win/configure: Regen. * win/configure.in: Ditto. FossilOrigin-Name: 66c3f1b8daaa907900e141007409226e0b3a90a2
* * unix/configure: Regen.mdejong2001-06-261-0/+9
| | | | | | | | | | * unix/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to the CFLAGS by default. * win/configure: Regen. * win/configure.in: Ditto. FossilOrigin-Name: f747663faa5793c06e2207dacdd6773ff57f1e2e
* * win/configure: Regen.mdejong2001-06-261-0/+6
| | | | | | | * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: 2d319b6f1c8f6dd1b64b8cd4b648e21ac0f725b9
* * win/configure: Regen.mdejong2001-06-261-0/+5
| | | | | | * win/tcl.m4: Update from Tcl. FossilOrigin-Name: b7f81421962974e382f406aba2c3529fa97ecc9b
* * win/configure: Regen.mdejong2001-06-231-0/+8
| | | | | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the imm32 library when building with mingw gcc. * win/tkWinX.c: Include the imm.h header to fix compiling with mingw gcc. FossilOrigin-Name: e3e493f97716ab52679c32d79dc0c08507a8e735
* * win/configure: Regen.mdejong2001-06-231-0/+6
| | | | | | | * win/configure.in: Add resource compiler fix from 8.3.3 to fix compiling with mingw. FossilOrigin-Name: e3cbbd52f6c593d02bb4c044fd5a6405f0ee5f68
* * win/configure: Regen.mdejong2001-06-231-0/+5
| | | | | | * win/tcl.m4: Fix silly typo in last checkin. FossilOrigin-Name: 4e8df3daa2594d4bf3cea06b1e3e931f98b8a5e0
* * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@.mdejong2001-06-221-0/+19
| | | | | | | | | | | | | | | | | | | | 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-221-0/+5
| | | | | | * win/tcl.m4: Update From Tcl. FossilOrigin-Name: d8467c9a550ae7107d7e2bbaee2aa68476b61874
* * doc/colors.n: Corrected bogus documentation with respect toericm2001-06-221-0/+6
| | | | | | | 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-141-0/+11
| | | FossilOrigin-Name: 486fbd3c546a027744d7834fc68070af4f182d25
* * win/configure: Regen.mdejong2001-06-061-0/+6
| | | | | | | * 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-041-0/+5
| | | | | | | | * 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-041-0/+10
| | | | | | | | | | | 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/tkWinKey.c (TkpSetKeycodeAndState): removed old debug infohobbs2001-05-301-0/+10
| | | FossilOrigin-Name: 22fe92614734ce2e630cdbaa6826a93f59991176
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-281-0/+8
| | | | | | | style when processing configuration options. Some cleanup of bad comments and bad code. [part of patch #420861] FossilOrigin-Name: 1832807b99bc1a5da1cd0ec94688656e4901cab6
* * unix/configure:mdejong2001-05-231-0/+7
| | | | | | | | * unix/tcl.m4: * win/configure: * win/tcl.m4: Sync from Tcl sources. FossilOrigin-Name: 32d7a7f3dfbfa173930b588a1772f96a10b8643e
* see ChangeLoghobbs2001-05-221-12/+20
| | | FossilOrigin-Name: 5d139fbbcea6e40b44d752641bbad32e3798db8e
* implement TIP11, -compound option for menubutton widgettmh2001-05-211-0/+13
| | | FossilOrigin-Name: 8942e4db3ce82fe98c533c9e2140d9814158d4bb
* Added documentation for console command. (Right source tree this time!)dkf2001-05-161-0/+4
| | | FossilOrigin-Name: f81062cea6e1f429d97f8f3a459e3b7d10c180d6
* * unix/configure: Regen.mdejong2001-04-251-0/+7
| | | | | | | | * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl. FossilOrigin-Name: e47bf2563de61b092ab92ce7aaa5c21e399d26cb
* * unix/configure: Regen.mdejong2001-04-251-0/+7
| | | | | | | | * 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-251-0/+7
| | | | | | | | * 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-121-0/+5
| | | | | | does not crash on Linux. FossilOrigin-Name: 165d41635325ffd0a229c3dce74edff9fb4c8967
* * win/tkWinMenu.c (TkWinHandleMenuEvent): corrected reseting ofhobbs2001-04-041-0/+18
| | | | | | service mode to only occur when it was set. [Bug #220948] FossilOrigin-Name: 1e7f9798675d491c47f55c35f24fbf682757a87d
* Corrected typos.dgp2001-04-041-3/+3
| | | FossilOrigin-Name: 86c8dee63a85bcdef1b4e6fc64f46f8fc5b7dfee
* * win/configure:hobbs2001-04-031-0/+6
| | | | | | * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] FossilOrigin-Name: cdba56723d95206a6bc12e0bafc90bed2f2b9c77
* see ChangeLoghobbs2001-04-031-0/+24
| | | FossilOrigin-Name: 0854d43b844241d26677927ef4b72f722f4c82a0
* * README:hobbs2001-04-021-0/+13
| | | | | | | * 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-311-0/+5
| | | | | | | | 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-301-0/+24
| | | | | | | | | | | * 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
* see ChangeLog entrieshobbs2001-03-301-0/+5
| | | FossilOrigin-Name: b34b0487ef59eea2573f9d7cc0255e4969f3ba60
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-301-0/+21
| | | | | | | * generic/tkObj.c (UpdateStringOfMM, SetMMFromAny): better obj-aware screen distances. (pgbaum, hobbs) [Patch #403327] FossilOrigin-Name: 5cda3aab09fedbe1c6dc1c736e715c055848e98c
* * library/entry.tcl (tkEntryMouseSelect):mdejong2001-03-291-0/+11
| | | | | | | | | | | | * 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. FossilOrigin-Name: 0f4e18f028203f54ff93fb9339069dd2f7c8f1e0
* * unix/configure:hobbs2001-03-291-0/+6
| | | | | | | * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. (english) [Patch 403626] FossilOrigin-Name: f1ce521d2ae8732f796f6fe8f9abc9f5960876ad
* Replaced all [load {} tk] in Tk test suite with [load {} Tk].dgp2001-03-281-0/+10
| | | | | | [Bug 220940, Patch 411952] FossilOrigin-Name: babe2e2ebee04148519a743d6942c5255d558cd2
* * doc/photo.n: [Bug 132213] Added clarification on interpretationericm2001-02-131-0/+5
| | | | | | of ranges for "photoName data -from" subcommand. FossilOrigin-Name: 82794eff0d9c4254b8efeee38c03176ef31292d3
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-121-0/+7
| | | FossilOrigin-Name: 5f0215af7571f78512d49b470692b68865f4c686
* Clarified and extended the entry in theandreas_kupries2001-01-041-2/+14
| | | | | | Changelog describing the merge of TIP #8. FossilOrigin-Name: 60d345ff9b068dd22880ee0175eba10a1ef175aa
* 2001-01-02 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-021-0/+5
| | | | | | | * win/tkWinWm.c: * doc/wm.n: Applied patch #102833 (TIP #8). FossilOrigin-Name: 7eb3b4c396eea5d311663ddc7eaffb66d6912ac3
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-131-0/+6
| | | | | | | double type object to speed up canvas coord calculations. [Patch #102471] FossilOrigin-Name: e1e65a8b4f7ee8aed91f547810d625c854b9cb9d