Christopher Chedeau
1c9749f93e
actually make work left and right
2014-06-12 10:09:42 -07:00
Christopher Chedeau
cc11a535ce
left and right, first pass
2014-06-12 10:05:00 -07:00
Christopher Chedeau
7c157cbb50
right and negative margin
2014-06-11 22:07:36 -07:00
Christopher Chedeau
7506908814
initial position: absolute; right: 5;
2014-06-11 21:44:46 -07:00
Christopher Chedeau
9a45599b84
better print utils
2014-06-11 21:00:57 -07:00
Christopher Chedeau
d2ce2420f4
Lots of changes that I forgot to properly commit
2014-06-04 10:51:23 -07:00
Christopher Chedeau
e53bf49746
fix bug where nested align: stretch were not properly working
...
The way the algorithm work is that you first layout fixed children on the main axis, then compute all the dimensions so that you can layout flexible children. This separation doesn't work anymore if we add the other axis. The solution here is a hacky (but working!) attempt at fixing the issue. We start by doing a pass to set the children dimensions if they are stretch.
2014-05-19 12:43:26 -07:00
Christopher Chedeau
eae5cdfe68
-Weverything and fix all the warnings
2014-05-16 18:04:24 -07:00
Christopher Chedeau
0708b5eb75
autogen c version of text from js
2014-04-28 13:06:00 -07:00
Christopher Chedeau
e9550a6116
split test utils for c
2014-04-28 12:36:36 -07:00
Christopher Chedeau
6123dbb33b
initial support for string in c
2014-04-28 12:34:04 -07:00
Christopher Chedeau
3de44e88c0
constantify text code
2014-04-28 11:06:29 -07:00
Christopher Chedeau
8ccbef503b
Merge branch 'master' of github.com:vjeux/css-layout
2014-04-27 12:37:43 -07:00
Christopher Chedeau
490a7c74d5
move extractLayoutNode out of layout.js
2014-04-27 12:37:26 -07:00
Christopher Chedeau
faeca4bde5
Positive values in Readme
2014-04-27 12:17:59 -07:00
Christopher Chedeau
a0ffafe37d
support <Text>
2014-04-26 19:02:16 -07:00
Christopher Chedeau
61919a1b2f
text with padding and margin
2014-04-26 17:11:22 -07:00
Christopher Chedeau
8ca7bd0ccb
make text with specific width work. plus a lot of hacks to manage dependencies. need to clean it up
2014-04-26 12:46:21 -07:00
Christopher Chedeau
c06f48c45f
initial support for text layout
2014-04-26 12:16:27 -07:00
Christopher Chedeau
6fdd724820
backport changes to C
2014-04-25 15:46:56 -07:00
Christopher Chedeau
f97230d418
document loop D
2014-04-25 15:13:18 -07:00
Christopher Chedeau
b3a0be5837
finish the documentation of loop C
2014-04-25 13:28:56 -07:00
Christopher Chedeau
e0d3d07261
document loop c
2014-04-24 17:14:55 -07:00
Christopher Chedeau
827503948f
document loop B
2014-04-24 10:03:05 -07:00
Christopher Chedeau
7b6ff98487
add comments for loop A
2014-04-23 15:03:17 -07:00
Christopher Chedeau
75623c7070
setDimension helper
2014-04-23 14:21:24 -07:00
Christopher Chedeau
5686e2d1bb
isFlex helper
2014-04-23 14:18:18 -07:00
Christopher Chedeau
1937e5aacf
remove a local variable
2014-04-23 14:16:04 -07:00
Christopher Chedeau
c63281a064
update C
2014-04-22 17:37:55 -07:00
Christopher Chedeau
3dbd168938
handle negative margin and min padding correctly
2014-04-22 17:33:08 -07:00
Christopher Chedeau
01ccc098c9
handle negative width properly
2014-04-22 17:19:21 -07:00
Christopher Chedeau
aad9fab75f
port latest updates to C
2014-04-22 14:59:59 -07:00
Christopher Chedeau
fa2f7080e2
fix reduce from being called on every single test.
...
stretch now won't go below the padding
2014-04-22 13:32:45 -07:00
Christopher Chedeau
db510d590a
port changes to C
2014-04-22 13:20:51 -07:00
Christopher Chedeau
66096e2ca6
Add border: 0 solid default
2014-04-22 11:53:56 -07:00
Christopher Chedeau
7419f26dd8
Support for negative spacing in README!
2014-04-22 11:53:11 -07:00
Christopher Chedeau
e9f45ef4e9
yay, now supports negative spacing!
2014-04-22 11:51:21 -07:00
Christopher Chedeau
dc8d706e4e
Adding borderWidth support to the README
2014-04-22 11:46:12 -07:00
Christopher Chedeau
a22194b6c0
support border and position absolute for cross axis
2014-04-22 11:44:19 -07:00
Christopher Chedeau
b6f3bbc3b8
absolute child and parent border main axis. s/getPadding/getPaddingAndBorder/
2014-04-22 11:40:31 -07:00
Christopher Chedeau
3d280fe3f1
initial support for borderWidth
2014-04-22 11:31:42 -07:00
Christopher Chedeau
5922c88f84
double flex and position absolute
2014-04-22 10:21:17 -07:00
Christopher Chedeau
a18bc27c6b
flex and position absolute
2014-04-22 10:02:33 -07:00
Christopher Chedeau
f564effb5c
flex overflow
2014-04-22 09:56:48 -07:00
Christopher Chedeau
4dd147e92a
multiple flex and margin
2014-04-22 09:53:54 -07:00
Christopher Chedeau
fce826f18b
multiple flex and padding
2014-04-22 09:48:33 -07:00
Christopher Chedeau
bda6b23b8b
flex and main axis margin
2014-04-22 09:38:17 -07:00
Christopher Chedeau
f5b738338d
auto reduce test cases in randomly generated tests and fix position absolute within space-around
2014-04-22 09:32:49 -07:00
Christopher Chedeau
37c518943e
increase the random factor in order to get more failing tests :)
2014-04-21 18:50:34 -07:00
Christopher Chedeau
78315b5bbf
absolute, left, marginLeft
2014-04-21 18:45:57 -07:00