| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
FossilOrigin-Name: 20e1a863e82e77b304f3aea1633dcd51f65d5120
|
| |
| |
| | |
FossilOrigin-Name: 72a0205bf2d5931195bf8d56adf7a9280605d7b6
|
|\ \
| |/
| | |
FossilOrigin-Name: d44d19542bb431f417e8122dde5bb8cd4e6cb582
|
| |
| |
| | |
FossilOrigin-Name: e526d6c474be050487096092ac6f559a0110ba2e
|
|\ \
| |/
| | |
FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
|
| |\
| | |
| | | |
FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
|
| | |
| | |
| | | |
FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* win/tkWinFont.c (Tk_MeasureChars): Fix for text
wrapping problem that appeared using canvas text
under Win32. A long wrapping string that had
leading spaces was being incorrectly wrapped.
This change makes the Win32 implementation behave
the same as the Unix implementation. [Patch 100628
FossilOrigin-Name: 7e61c798b1cf7128587e88862a4a464fb93ce0b0
|
| | |
| | |
| | | |
FossilOrigin-Name: f673c22f60e6cb8e590e0e5b473ddccc13b3919d
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
2008-10-05 commit.
* generic/tkEntry.c: Fix missing space constructing the scroll
command.
FossilOrigin-Name: 8e437e7482d854d5d32c36ce3a0a5886d2e3e528
|
| | |
| | |
| | | |
FossilOrigin-Name: a2e7757328c76f4c5ad3683505f48097483a7ca3
|
| | |
| | |
| | | |
FossilOrigin-Name: 9e66671f83d5fafc5a207a3f64313c81a0bed8e1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
match revised PostScript output due to more predictable formatting
of floating point values.
FossilOrigin-Name: 4a79db8bbc3b052f5a062fc4f8b48e5ba1d823db
|
| | |
| | |
| | | |
FossilOrigin-Name: ec65fd198741d90451f11e066e8208ae3719b706
|
| | |
| | |
| | | |
FossilOrigin-Name: 27f628042eafd0a6fc1dc439563b51ff84a3ac86
|
|/ /
| |
| | |
FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
|
| |
| |
| | |
FossilOrigin-Name: 9af1f6dce14f5d28f3d280d3d03e1d3aae874327
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/tkWinFont.c (Tk_MeasureChars): Fix for text
wrapping problem that appeared using canvas text
under Win32. A long wrapping string that had
leading spaces was being incorrectly wrapped.
This change makes the Win32 implementation behave
the same as the Unix implementation. [Patch 1006286]
FossilOrigin-Name: f7d4d2befd956699824a4b8a68ba91a9b3783146
|
| |
| |
| | |
FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
|
|/
|
|
|
|
|
| |
* tests/constraints.tcl: -loadfile to hold definitions
* tests/*.test: common to all test files.
FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tkCanvBmap.c (CreateBitmap): type coords handling to be
* generic/tkCanvImg.c (CreateImage): consistent across types
* generic/tkCanvPoly.c (CreatePolygon): and not pass empty coords
* generic/tkCanvLine.c (CreateLine): to item creation procs.
* generic/tkCanvText.c (CreateText):
* generic/tkCanvWind.c (CreateWinItem):
* generic/tkCanvas.c (CanvasWidgetCmd CANV_CREATE):
* generic/tkRectOval.c (CreateRectOval):
* tests/canvRect.test:
* tests/canvText.test:
* tests/canvas.test:
FossilOrigin-Name: 940279e11eb4e8a562733a47cb3345a14014e4c3
|
|
|
| |
FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
|
|
|
| |
FossilOrigin-Name: 3213f87f2e43db53076702f7034ff9d5cd7ee226
|
|
|
|
|
|
|
|
|
| |
* generic/tkFont.c (Tk_ComputeTextLayout): Was erroneously setting
the width of newline-only text display chunks to some arbitrary
huge number, instead of 0; this was interfering with things like
the canvas find enclosed feature. (bug #2525).
FossilOrigin-Name: 2561693f8f435eee208e92918ffa8f1c28011159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/canvImg.test:
* tests/canvPsArc.tcl:
* tests/canvPsImg.tcl: (new file)
* tests/canvRect.test:
* tests/canvText.test:
* tests/canvas.test:
* tests/defs.tcl:
* tests/entry.test:
* tests/event.test:
* tests/font.test:
* tests/frame.test:
* tests/imgPhoto.test:
* tests/safe.test:
* tests/scale.test:
* tests/scrollbar.test:
* tests/select.test:
* tests/text.test:
* tests/textDisp.test:
* tests/textTag.test:
* tests/unixFont.test:
* tests/unixWm.test:
* tests/visual_bb.test:
* tests/winClipboard.test: tests for the dash patch changes
FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
|
|
|
|
|
|
|
| |
place a window manually. The Tk test suite can now run on twm with no user
intervention.
FossilOrigin-Name: 8b087c35f7a2789eb1f253365aa0602397f5fc7e
|
|
|
| |
FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
|
|
|
| |
FossilOrigin-Name: 38d1c2ed02707038f943fcd19d1f9073c47efafc
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
|
|
|
| |
items they didn't support a null (transparant fill color)
FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|