- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `rendering` * fix comments * fix dangling
-
- 24 May, 2022 1 commit
-
-
LongCatIsLooong authored
-
- 06 May, 2022 1 commit
-
-
xubaolin authored
-
- 13 Apr, 2022 1 commit
-
-
gaaclarke authored
-
- 17 Mar, 2022 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2022 1 commit
-
-
Viren Khatri authored
* migrates lib/foundation and lib/widgets * migrates lib/painting and lib/material * migrates lib/cupertino, lib/gestures, lib/services, lib/semantics and lib/rendering * fixes failing tests * migrates test/ * improves hashing of lists
-
- 08 Feb, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2021 1 commit
-
-
Ian Hickson authored
-
- 07 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 07 May, 2021 1 commit
-
-
Dan Field authored
-
- 30 Apr, 2021 1 commit
-
-
Tong Mu authored
-
- 19 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 06 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 30 Oct, 2020 1 commit
-
-
Jacek Marchwicki authored
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 20 Aug, 2020 1 commit
-
-
Tong Mu authored
* Redesigns the interface between MouseTracker and RendererBinding&RenderView. * Simplifies the structure of RenderMouseRegion. * Extracts the common utility code between mouse_tracker_test and mouse_tracker_cursor_test.
-
- 13 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 07 Jul, 2020 1 commit
-
-
Tong Mu authored
-
- 16 Jun, 2020 1 commit
-
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 20 Mar, 2020 1 commit
-
-
Tong Mu authored
* Move mouse_tracking to rendering * Move test
-
- 03 Mar, 2020 1 commit
-
-
Greg Spencer authored
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms. Fixes #31366
-
- 10 Feb, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 05 Dec, 2019 1 commit
-
-
Greg Spencer authored
This normalizes all of the "See also" blocks in comments so that they conform in style. They all look like this now: /// See also: /// /// * [MyFavoriteWidget], because it's cool. class Foo {} I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references. This is my penance for adding so many bullets that are "-" instead of "*". :-)
-
- 04 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/rendering * address review comments
-
- 27 Nov, 2019 2 commits
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
Greg Spencer authored
This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired. I haven't updated the tests here, that will come in a follow-up PR.
-
- 16 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 18 Oct, 2019 1 commit
-
-
Tong Mu authored
* Replace hard break of Layer.find/All with findAllAnnotations * Deprecate findAll
-
- 10 Oct, 2019 1 commit
-
-
Tong Mu authored
* Adds a new parameter bool opaque to MouseRegion * The same to RenderMouseRegion and AnnotatedRegionLayer * Add findAnnotations to Layer
-
- 06 Sep, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 16 Aug, 2019 1 commit
-
-
Yegor authored
Teach Layer and its implementations, RenderObject and its implementations, and PaintingContext to reuse engine layers. The idea is that a concrete RenderObject creates a Layer and holds on to it as long as it needs it (i.e. when it is composited, and the layer type does not change). In return, each Layer object holds on to an EngineLayer and reports it to the engine via addRetained and oldLayer. This allows the Web engine to reuse DOM elements across frames. Without it, each frame drops all previously rendered HTML and regenerates it from scratch.
-
- 06 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Aug, 2019 1 commit
-
-
Ferhat authored
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 May, 2019 1 commit
-
-
Michael Goderbauer authored
-