- 26 Oct, 2015 29 commits
-
-
krisgiesing authored
Handle mouseover events in pointer event conversion
-
Kris Giesing authored
Fixes #1806
-
Hixie authored
Also: - give card_collection an option to turn on or off the edit widgets - give card_collection an option to control text alignment (when not editing) - give card_collection a "dump" option to aid debugging - make the gesture detector report which gestures it is listening to
-
krisgiesing authored
Restore previous tap behaviors: no timeout, one pointer
-
Adam Barth authored
Be explicit about whether text styles inherit
-
Kris Giesing authored
Don't use a timeout to cancel tap tracking. Track only one primary pointer and ignore non-primary pointers. Update tests to reflect desired behaviors. Fixes #1779, #1780, #1781.
-
Viktor Lidholt authored
Adds motors to revolute joints and prismatic joints
-
Adam Barth authored
Now TextStyle has a boolean "inherit" value, which controls whether null values should use should inherit from the current default text style or whether they should use their initial values.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Jason Simmons authored
Remove an unused variable from input_test
-
Jason Simmons authored
-
Hixie authored
This concludes the fn3 port!
-
Jason Simmons authored
In the stock list, filter out any symbols that have not yet been fetched
-
Ian Hickson authored
Fix Stocks search mode back button.
-
Ian Hickson authored
debugPaintPointersEnabled mode
-
Ian Hickson authored
trivial cleanup in gesture code
-
Ian Hickson authored
better feedback for null child to a Block or Column
-
Ian Hickson authored
Radio<T> and ValueChanged<T>
-
Matt Perry authored
-
Matt Perry authored
This changes flutter's updater package to depend on and use the new flx package. I also did a little cleanup of the Bundle interface.
-
Jason Simmons authored
If you load the example and immediately switch to the Portfolio tab, you may see exceptions due to symbols that are in the portfolio list but whose data is not yet present in the stocks map
-
Hixie authored
Make Radio widgets take a type that describes the type of their value, so that you can catch when you use the wrong value. Standardise on ValueChanged<Foo> instead of having a FooValueChanged for every value of Foo.
-
Adam Barth authored
-
Jason Simmons authored
Keep the selection within bounds in deleteSurroundingText
-
Ian Hickson authored
Fixes #1687.
-
Ian Hickson authored
-
Ian Hickson authored
Back button wasn't reliably working in checked mode.
-
Ian Hickson authored
Implements a mode that highlights RenderBoxes while events are being routed through them. Also, moves the size painting to after paint, so that opaque boxes don't obscure the debugging lines.
-
- 24 Oct, 2015 1 commit
-
-
Hixie authored
This makes skyanalyzer also check the examples, and fixes everything it found there.
-
- 23 Oct, 2015 10 commits
-
-
Viktor Lidholt authored
-
Jason Simmons authored
If the text is empty, the IME may call deleteSurroundingText(1, 0) if the user hits the delete key. The selection should remain at position 0 if this happens.
-
Viktor Lidholt authored
Working node to physics world conversions
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Teleportation for physics bodies works again
-
Jason Simmons authored
Hide the keyboard in a deferred task.
-
Adam Barth authored
Delete OldTextPainter
-
Adam Barth authored
Also, delete all references to DOM APIs.
-
Kris Giesing authored
-
Jason Simmons authored
This is intended to eliminate the flicker that occurs when one widget hides the keyboard and then another shows it within the same update cycle.
-