ruffle/core/src
David Wendt 9564cbeda4 Use the new dynamic bounding box to calculate a width for word-wrapping, and update the new bounding box directly in autosize rather than hitting `DisplayObject` methods.
This also adjusts `DisplayObject` methods to use the bounds.
2020-06-20 19:48:11 -04:00
..
avm1 Implement `autoSize`. 2020-06-20 19:48:00 -04:00
backend core: Convert XML errors into an enum 2020-06-20 15:02:00 -07:00
display_object Use the new dynamic bounding box to calculate a width for word-wrapping, and update the new bounding box directly in autosize rather than hitting `DisplayObject` methods. 2020-06-20 19:48:11 -04:00
html Adjust the layout code to properly align content with right margins, trailing spaces on lines, and lines wider than the bounds. 2020-06-20 19:48:11 -04:00
xml Add ancestor iteration to XML nodes. 2020-06-20 19:26:41 -04:00
avm1.rs avm1: Fatal errors will halt the AVM and prevent further execution 2020-06-20 15:02:00 -07:00
backend.rs core: Added Input backend, currently unimplemented, for polling user input 2019-12-21 19:08:06 -08:00
bounding_box.rs Add functions to set positions and widths on bounding boxes. 2020-06-20 19:48:10 -04:00
character.rs core: Wrap Font in a Gc 2019-12-17 02:48:55 -08:00
color_transform.rs render: Cache color transforms in wgpu backend, don't re-upload unchanged values 2020-04-30 16:33:41 +02:00
context.rs core: Assign default name to unnamed clips (fix #66) 2020-06-18 16:26:36 -07:00
display_object.rs Setting positions and widths on the `EditText` should adjust intrinsic bounds rather than stretching or transforming the field. 2020-06-20 19:48:11 -04:00
drawing.rs core: More accurate shape_bounds/edge_bounds in drawing api 2020-05-21 20:34:48 +02:00
events.rs core: Clean up clip event handlers 2020-05-24 08:57:30 -07:00
font.rs Implement tests for `wrap_line`. 2020-06-20 19:26:47 -04:00
html.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
lib.rs Move `TextFormat` over to a new `html` module, which will hold all the stuff necessary for rendering HTML in an `EditText`. 2020-06-20 19:16:10 -04:00
library.rs Index fonts by font name, boldness, and italicization. 2020-06-20 19:26:43 -04:00
loader.rs avm1: Merge avm1::Error and avm1::ExecutionError for now. It's plausible that nested inside actions we can encounter an ExecutionError, so at that point it doesn't make sense to have a separation. 2020-06-20 15:02:00 -07:00
player.rs Implement tests for `wrap_line`. 2020-06-20 19:26:47 -04:00
prelude.rs Setting positions and widths on the `EditText` should adjust intrinsic bounds rather than stretching or transforming the field. 2020-06-20 19:48:11 -04:00
property_map.rs avm1: Use `PropertyMap::get_index` for stage object properties 2020-03-28 16:22:02 -07:00
shape_utils.rs core: Keep track of cursor position in drawings 2020-05-21 18:38:10 +02:00
string_utils.rs avm1: Implement Array.sort and constants 2020-04-01 18:46:12 -07:00
tag_utils.rs desktop: Prime window with known width/height of the movie 2020-05-04 16:07:38 -07:00
transform.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00