Commit Graph

2581 Commits

Author SHA1 Message Date
Dmitry Suzdalev
4edef60ba3 Fix running 'make': upgrade to infer-annotations-1.4 2015-01-31 19:42:52 +02:00
Andy Street
58cd786a4d Merge pull request #23 from kmagiera/javaimprovements
Couple of major improvements for Java version.
2015-01-28 17:40:29 -08:00
Krzysztof Magiera
e1969bda05 Couple of major improvements for Java version.
Including:
 - Extracting spacing logic into a Spacing class
 - Fix layout update issue
 - Add null assertions support
2015-01-19 13:09:32 +00:00
Christopher Chedeau
d82ec0ddfd add bug reports urls for weird behaviors 2014-12-12 15:16:25 +00:00
Christopher Chedeau
1605bdfb1e add weird result from chrome 2014-12-12 13:14:18 +00:00
Christopher Chedeau
9001a3d2ac do not infinite loop when there's an element bigger than the container with flex-wrap 2014-12-12 12:24:26 +00:00
Christopher Chedeau
10fb645777 Initial implementation of flexWrap 2014-12-12 12:03:31 +00:00
Christopher Chedeau
28243156e4 make C and Java tests pass and update their code 2014-12-11 20:23:53 +00:00
Christopher Chedeau
e838124625 remove support for flex: 0 since chrome behavior is really weird 2014-12-11 16:52:38 +00:00
Christopher Chedeau
544f377f20 implement 1/64 rounding like chrome. Didn't add a test for it because this is Chrome specific and shouldn't be on ios and android 2014-12-11 16:31:57 +00:00
Christopher Chedeau
ab64a5b624 fix children with left 2014-12-11 15:58:45 +00:00
Christopher Chedeau
ba873aa3d7 fix layout border bottom and flex end with an empty child 2014-12-11 14:42:31 +00:00
Christopher Chedeau
79286e6263 fix positive margin top inside of justify content center container 2014-12-11 14:31:17 +00:00
Christopher Chedeau
570f7bf98a fix test case not passing because of div by 0 2014-12-11 14:22:04 +00:00
Christopher Chedeau
5a3303ac5e fix bug with negative margin inside of a justifyContent: center container 2014-12-11 14:12:12 +00:00
Christopher Chedeau
ef73ebd935 add tests for flexWrap 2014-12-11 13:57:03 +00:00
Christopher Chedeau
e0bcbdcfc1 more tweaks to the pretty print function 2014-12-11 13:56:29 +00:00
Christopher Chedeau
0f9b777623 better way to ignore iframe width 2014-12-11 13:44:03 +00:00
Christopher Chedeau
fde2328ba6 better pretty-print function 2014-12-11 13:30:46 +00:00
Christopher Chedeau
8031cbe134 do not infinite loop on random layouts anymore 2014-12-11 12:17:40 +00:00
Andy Street
a81f4abb0e Merge pull request #22 from foghina/master
Add jsr305, couple of @Nullable annotations
2014-12-05 15:45:15 +00:00
Felix Oghină
5ab64a699f Add jsr305, couple of @Nullable annotations 2014-12-05 14:59:25 +00:00
Andy Street
29ce319f79 Merge pull request #21 from kmagiera/extractundefined
Move isUndefined check to CSSConstants in java code
2014-12-02 23:00:03 +00:00
Krzysztof Magiera
fbd14263f9 Move isUndefined check to CSSConstants in java code 2014-12-02 22:30:44 +00:00
Christopher Chedeau
edcc4b5944 Merge pull request #20 from kmagiera/updates
Minor fixes in improvements in Java code.
2014-12-02 19:20:36 +00:00
Krzysztof Magiera
e5ef35e6ff Minor fixes in improvements in Java code. 2014-12-02 18:52:57 +00:00
Felix Oghină
a5c15f34fb Merge pull request #19 from foghina/master
Add support for paddingVertical, paddingHorizontal, borderVertical, borderHorizontal
2014-11-20 18:05:57 +00:00
Felix Oghină
8903bb15c6 Add support for paddingVertical, paddingHorizontal, borderVertical, borderHorizontal
* implement padding & border as arrays of values
* apply padding & border with the correct priority (e.g. left, horizontal, all)
* update transpiler & tests
2014-11-20 17:59:40 +00:00
Felix Oghină
e6f7f2fbeb Merge pull request #18 from foghina/master
Add support for marginVertical and marginHorizontal
2014-11-20 17:39:36 +00:00
Felix Oghină
6ee0c5817c Add support for marginVertical and marginHorizontal
* implement margin as an array of values
* apply margins with the correct priority (e.g. left, horizontal, all)
* update transpiler & tests
2014-11-20 17:28:54 +00:00
Christopher Chedeau
edf0602ae2 Merge pull request #17 from KyleAMathews/patch-1
Typos in README.md
2014-10-30 10:12:29 -07:00
Christopher Chedeau
27a80b7106 Merge pull request #16 from tmcw/patch-1
spelling fix
2014-10-30 10:12:04 -07:00
Kyle Mathews
524d1eb38f Typos in README.md 2014-10-30 09:28:03 -07:00
Tom MacWright
9378849aec spelling fix 2014-10-30 12:27:22 -04:00
Christopher Chedeau
6affe81549 Update README.md 2014-10-30 09:25:04 -07:00
Christopher Chedeau
d5604f909b Update README.md 2014-10-30 09:24:29 -07:00
Christopher Chedeau
6ced150948 Update README.md 2014-10-29 09:07:22 -07:00
Christopher Chedeau
02ca9b880b Update README.md 2014-10-29 08:58:36 -07:00
Christopher Chedeau
8e1f049dcb Update README.md 2014-10-29 08:54:30 -07:00
Christopher Chedeau
0581cfe478 markdownify CONTRIBUTING 2014-10-29 08:05:53 -07:00
Christopher Chedeau
c2aa92cd0b Add licenses and remove third party libraries 2014-10-29 08:01:22 -07:00
Andy Street
2f5ad66077 Merge pull request #15 from astreet/java_review
Addressing comments on code review: Updates markLayoutApplied->markLayou...
2014-10-08 17:02:40 -07:00
Andy Street
3d91ccf7ad Addressing comments on code review: Updates markLayoutApplied->markLayoutSeen and makes sure whenever we dirty if and only if we update a value. 2014-10-08 15:42:51 -07:00
Andy Street
a22dedfc2f Merge pull request #14 from vjeux/default_stretch
Make align-items: stretch the default
2014-10-08 09:55:12 -07:00
Christopher Chedeau
c0f895c6f2 Make align-items: stretch the default 2014-10-08 09:35:44 -07:00
astreet
43bfaa5866 Merge pull request #12 from astreet/java
Java
2014-10-07 16:26:29 -07:00
Andy Street
6d93c20610 Java 2014-10-07 16:22:27 -07:00
Andrew Rasmussen
7eef01f299 make setting bottom/right calculate top/left 2014-09-30 15:24:42 -07:00
Andrew Rasmussen
91786cd2c7 make isUndefined public, add CSS_POSITION_COUNT back 2014-09-30 13:18:03 -07:00
Andrew Rasmussen
0ae8bcf8f6 Add second position: absolute pass 2014-09-30 13:11:32 -07:00