Sign in
chromium
/
external
/
github.com
/
flutter
/
flutter
/
refs/tags/v0.0.20-alpha
73e62d3
Merge pull request #779 from abarth/basic_docs
by Adam Barth
· 10 years ago
v0.0.20-alpha
429e17c
Merge pull request #786 from Hixie/pointers
by Ian Hickson
· 10 years ago
7243c56
Got the check the wrong way in the last patch.
by Hixie
· 10 years ago
d6f61e4
Merge pull request #784 from Hixie/pointer-move-hack
by Ian Hickson
· 10 years ago
069fc6d
Add some dartdoc to basic widgets
by Adam Barth
· 10 years ago
1e683b2
Merge pull request #704 from vlidholt/master
by Viktor Lidholt
· 10 years ago
aabae3a
Ignore hover events.
by Hixie
· 10 years ago
1d8bea0
Merge pull request #783 from abarth/mimic_mark_needs_build
by Adam Barth
· 10 years ago
23776e7
Expose markNeedsBuild on MimicOverlayEntry
by Adam Barth
· 10 years ago
ef76140
Merge pull request #782 from Hixie/yak2-pointer-events
by Ian Hickson
· 10 years ago
f3a65d0
Export the new pointer event classes.
by Hixie
· 10 years ago
36beda0
Merge pull request #778 from abarth/parent_data_fixes
by Adam Barth
· 10 years ago
2f3baf1
Parent data fixes
by Adam Barth
· 10 years ago
83ba426
Fix typo
by Adam Barth
· 10 years ago
d0a5536
Merge pull request #768 from abarth/continuous_docs
by Adam Barth
· 10 years ago
6ca057e
Update Flutter API docs continuously
by Adam Barth
· 10 years ago
5bb598a
Merge pull request #767 from abarth/clip_image_repeat
by Adam Barth
· 10 years ago
e46f480
Repeated background images should be clipped to the container
by Adam Barth
· 10 years ago
3419b3e
Merge pull request #764 from abarth/material_page_completer
by Adam Barth
· 10 years ago
ac96f74
Merge pull request #765 from abarth/layout_id_key
by Adam Barth
· 10 years ago
616c6d7
LayoutId should default to using its id as its key
by Adam Barth
· 10 years ago
c014fd3
Merge pull request #763 from abarth/popup_splash
by Adam Barth
· 10 years ago
5ea4990
Add a completer to MaterialPageRoute
by Adam Barth
· 10 years ago
e7c05e5
Popup menu splash doesn't go to edge
by Adam Barth
· 10 years ago
503218c
Merge pull request #762 from abarth/image_repeat
by Adam Barth
· 10 years ago
7eb387b
Merge pull request #760 from Hixie/move-pointer-fixes
by Ian Hickson
· 10 years ago
9c00bc5
Implement ImageRepeat
by Adam Barth
· 10 years ago
2965dcb
Cleanup for the Pointer changes.
by Ian Hickson
· 10 years ago
e0107b0
Merge pull request #756 from Hixie/PointerInputEvent.kind
by Ian Hickson
· 10 years ago
f162555
PointerInput refactor
by Ian Hickson
· 10 years ago
bc1b47e
Merge pull request #755 from abarth/rm_painting_canvas
by Adam Barth
· 10 years ago
5a17c2b
Merge pull request #754 from abarth/radial_reaction
by Adam Barth
· 10 years ago
abf0359
Remove PaintingCanvas
by Adam Barth
· 10 years ago
40bc9e6
Remove outdated radial_reaction.dart
by Adam Barth
· 10 years ago
b6cf053
Merge pull request #752 from Hixie/yak3-remove-timing
by Ian Hickson
· 10 years ago
88fbf76
Merge pull request #751 from Hixie/yak2-mean-performance
by Ian Hickson
· 10 years ago
379b6a5
Replace AnimationTiming with CurvedPerformance
by Hixie
· 10 years ago
21ec20e
MeanPerformance
by Hixie
· 10 years ago
d46aff8
Merge pull request #750 from Hixie/yak3-performance-view-listener-refactor
by Ian Hickson
· 10 years ago
4ba074f
Refactor PerformanceView listeners.
by Hixie
· 10 years ago
0d6a564
Merge pull request #747 from abarth/null_assert
by Adam Barth
· 10 years ago
f1b01f9
Merge pull request #746 from Hixie/homogeneous-fixes
by Ian Hickson
· 10 years ago
59c3ecd
Improve the asset for build functions that return null
by Adam Barth
· 10 years ago
7dc7f16
Merge pull request #741 from collinjackson/hero_wip
by Collin Jackson
· 10 years ago
d4f3d0a
Add more asserts to help catch the blackness bug
by Hixie
· 10 years ago
c253ca6
Support for hero transitions underneath a PageRoute
by Collin Jackson
· 10 years ago
fa31a4a
Move HeroController into heroes.dart and PageRoute into pages.dart
by Collin Jackson
· 10 years ago
519b190
Merge pull request #745 from Hixie/yak2-better-transitions-api
by Ian Hickson
· 10 years ago
a83eadc
Refactor forward transition building
by Hixie
· 10 years ago
42eafce
Merge pull request #740 from abarth/custom_layout_assert
by Adam Barth
· 10 years ago
8b3df84
Merge pull request #742 from eseidelGoogle/profile_instructions
by Eric Seidel
· 10 years ago
c088494
Merge pull request #739 from Hixie/builder-no-variables
by Ian Hickson
· 10 years ago
b83187d
MultiChildLayoutDelegate should assert that all children have had layoutChild called exactly once
by Adam Barth
· 10 years ago
047c53e
Make profile_startup.dart print instructions.
by Eric Seidel
· 10 years ago
4789ee3
BuilderTransition no longer requires variables
by Hixie
· 10 years ago
eaab8fa
Merge pull request #735 from abarth/custom_clip
by Adam Barth
· 10 years ago
9759971
Merge pull request #734 from abarth/foreground_painter
by Adam Barth
· 10 years ago
f667266
Add custom clipping to ClipRect and ClipOval
by Adam Barth
· 10 years ago
ccd154f
Merge pull request #738 from eseidelGoogle/profile_startup
by Eric Seidel
· 10 years ago
7b518d9
Merge pull request #737 from Hixie/yak2-slider
by Ian Hickson
· 10 years ago
6c3459e
Slider Improvements
by Hixie
· 10 years ago
2a9de0a
Add the ability to custom paint foregrounds
by Adam Barth
· 10 years ago
5e70bd1
Add script for profiling startup using flutter trace on Android
by Eric Seidel
· 10 years ago
87667cb
Merge pull request #714 from jason-simmons/stocks_i18n
by Jason Simmons
· 10 years ago
e08d446
Example of using the Dart internationalization package in Flutter
by Jason Simmons
· 10 years ago
a2b8f8b
Merge pull request #721 from abarth/ink_response
by Adam Barth
· 10 years ago
0608a02
Improve material ink response
by Adam Barth
· 10 years ago
dc90783
Merge pull request #718 from Hixie/core-basics
by Ian Hickson
· 10 years ago
1d4693f
Merge pull request #719 from Hixie/analyzer
by Ian Hickson
· 10 years ago
c5a2661
Introduce some basic utility classes.
by Ian Hickson
· 10 years ago
0290622
Analyzer improvements
by Ian Hickson
· 10 years ago
2b47efc
Merge pull request #716 from abarth/auto_menu
by Adam Barth
· 10 years ago
ed9fcc3
Merge pull request #711 from abarth/letter_spacing
by Adam Barth
· 10 years ago
e17c3ec
Automatically fill in the menu button when there's a drawer
by Adam Barth
· 10 years ago
20a49ed
Add support for letterSpacing to TextStyle
by Adam Barth
· 10 years ago
5ad32f2
Update engine
by Adam Barth
· 10 years ago
f497d94
Merge pull request #715 from eseidelGoogle/logcat_broken
by Eric Seidel
· 10 years ago
7d4feaa
Workaround logcat -c not working
by Eric Seidel
· 10 years ago
1ff3a35
Merge pull request #712 from Hixie/yak2-discriminating-transitions
by Ian Hickson
· 10 years ago
15a13b8
Merge pull request #713 from Hixie/title
by Ian Hickson
· 10 years ago
5dd8bd6
Allow non-Material apps to use the Title widget.
by Hixie
· 10 years ago
5252a30
Merge pull request #709 from Hixie/canPop
by Ian Hickson
· 10 years ago
cd19702
Be more discerning with forward transitions
by Hixie
· 10 years ago
cf7a3b0
Navigator.canPop(context)
by Hixie
· 10 years ago
93b1f10
Merge pull request #708 from eseidelGoogle/trace_path
by Eric Seidel
· 10 years ago
5e2bc90
Make it possible to specify the saved path for trace --stop
by Eric Seidel
· 10 years ago
1a5639d
Merge pull request #707 from abarth/tiny_flex
by Adam Barth
· 10 years ago
ab74b17
Merge pull request #705 from Hixie/yak3-material-app-route-classes
by Ian Hickson
· 10 years ago
2ef0b56
Merge pull request #706 from Hixie/speed-control
by Ian Hickson
· 10 years ago
7e474f6
RenderFlex shouldn't assert when its out of space
by Adam Barth
· 10 years ago
e249c0a
Add menu items to stocks to control timeDilation
by Hixie
· 10 years ago
df07a69
Let MaterialApp.onGenerateRoute return a Route
by Hixie
· 10 years ago
aafcbbc
Fixes issue with physics debug drawing in sprites
by Viktor Lidholt
· 10 years ago
884b2cf
Update engine
by Adam Barth
· 10 years ago
990f37a
Merge pull request #703 from eseidelGoogle/trace_startup
by Eric Seidel
· 10 years ago
4eee2e4
Add support for passing --trace-startup on Android
by Eric Seidel
· 10 years ago
31203a9
Merge pull request #697 from abarth/prebuilt_test
by Adam Barth
· 10 years ago
85a60a1
Merge pull request #696 from abarth/fix_drawer
by Adam Barth
· 10 years ago
1d195cb
Fix a large number of Drawer bugs
by Adam Barth
· 10 years ago
fb98a38
Support `flutter test` with prebuilt binaries
by Adam Barth
· 10 years ago
Next »