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 |
|
Andrew Rasmussen
|
c149d3110d
|
rename position: absolute test case
|
2014-09-29 14:07:47 -07:00 |
|
Christopher Chedeau
|
c226656e8f
|
Merge pull request #11 from frantic/keep-consts-in-sync
Add test that makes sure text consts are in sync
|
2014-09-27 07:19:19 -07:00 |
|
Alex Kotliarskyi
|
308d0edc0b
|
Add test that makes sure text consts are in sync
|
2014-09-26 20:38:34 -07:00 |
|
Alexander Kotliarskyi
|
3fe9ace1a3
|
Merge pull request #10 from frantic/return-code
Return bad error code when tests fail
|
2014-09-26 20:11:48 -07:00 |
|
Alex Kotliarskyi
|
ba4cf35804
|
Return bad error code when tests fail
|
2014-09-26 20:08:37 -07:00 |
|
Alexander Kotliarskyi
|
02dbe44057
|
Merge pull request #8 from frantic/master
Travis CI integration
|
2014-09-26 19:10:59 -07:00 |
|
Alex Kotliarskyi
|
08095b7d2c
|
Travis CI integration
|
2014-09-26 18:54:34 -07:00 |
|
Alexander Kotliarskyi
|
e726ff3feb
|
Merge pull request #7 from frantic/ignore-skipped-tests-in-c
Ignore skipped tests
|
2014-09-26 18:11:00 -07:00 |
|
Alex Kotliarskyi
|
b6b7849740
|
Ignore skipped tests
|
2014-09-26 17:52:27 -07:00 |
|
Alexander Kotliarskyi
|
18e3cddad7
|
Merge pull request #6 from frantic/transpile-js
Automated script to transpile code and tests to C
|
2014-09-26 17:50:24 -07:00 |
|
Alex Kotliarskyi
|
a047e4d5fe
|
Automated script to transpile code and tests to C
|
2014-09-26 17:19:59 -07:00 |
|
Christopher Chedeau
|
6653d955c0
|
Merge pull request #5 from frantic/refactor-tests-step-1
Split JS tests into manual and random
|
2014-09-26 16:02:38 -07:00 |
|
Alex Kotliarskyi
|
2e954232d9
|
Split JS tests into manual and random
|
2014-09-26 16:00:56 -07:00 |
|
Andrew Rasmussen
|
e506416fa3
|
aggregate test failures and print a summary after running tests
|
2014-09-25 17:56:02 -07:00 |
|
Andrew Rasmussen
|
b91bc8b3fc
|
rename position: absolute bottom test case
|
2014-09-25 16:21:20 -07:00 |
|
Andrew Rasmussen
|
6f347d74a3
|
Added another pass to calclulate absolutely positioned elements last
|
2014-09-25 16:05:01 -07:00 |
|