daviskoh
|
ce4f64dc73
|
Add Karma Test Runner
* update package.json w/ karma dependencies
* add npm test script
* add node_modules to .gitignore
|
2015-02-04 21:45:10 -05:00 |
|
Christopher Chedeau
|
0e56641b28
|
Update font constants
|
2015-02-04 07:57:13 -08:00 |
|
Christopher Chedeau
|
5f8c3b0eb7
|
Update C version
|
2015-02-04 07:50:15 -08:00 |
|
Christopher Chedeau
|
9ccb4b6c42
|
Merge pull request #31 from ColinEberhardt/master
Added package.json
|
2015-02-02 14:01:31 -08:00 |
|
Christopher Chedeau
|
b702eedaa7
|
Merge pull request #30 from KyleAMathews/patch-2
Remove "not used in production" warning
|
2015-02-02 14:01:16 -08:00 |
|
Colin Eberhardt
|
04cc0abd23
|
Added package.json
|
2015-02-02 10:18:43 +00:00 |
|
Kyle Mathews
|
ecc61dae85
|
Remove "not used in production" warning
Given recent announcements... :)
|
2015-02-02 00:20:40 -07:00 |
|
Christopher Chedeau
|
99c7ce24b1
|
Merge pull request #26 from dimsuz/master
Fix running 'make': upgrade to infer-annotations-1.4
|
2015-02-01 14:24:28 -08:00 |
|
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 |
|