Commit Graph

  • 9eb00949ae Merge pull request #135 from pragmatrix/csharp5-pr Christopher Chedeau 2015-09-30 09:21:05 -07:00
  • 2e908bfdee don't use C#6 language features for the time being Armin Sander 2015-09-25 10:48:46 +02:00
  • cefd6ccb96 Merge pull request #134 from vjeux/fix_dim_0 Christopher Chedeau 2015-09-25 14:43:52 -07:00
  • e280a577ae Fix width being ignored when has a value of 0 Christopher Chedeau 2015-09-25 13:09:58 -07:00
  • 246005cc84 Update dist/ to be the latest version Christopher Chedeau 2015-09-24 11:56:18 -07:00
  • 4ca2ea3466 Merge pull request #129 from pragmatrix/csharp-fb-pr Christopher Chedeau 2015-09-23 09:08:15 -07:00
  • 4de0721a24 C# transpiler, API, and tests Armin Sander 2015-09-23 09:27:45 +02:00
  • 4ef24028be Merge pull request #126 from AaaChiuuu/master Lucas Rocha 2015-09-16 08:20:50 +01:00
  • a353a11bf4 Merge pull request #1 from AaaChiuuu/publicConstants Aaron Chiu 2015-09-15 11:43:10 +01:00
  • 4a7936aa24 Make CSSLayout constants public Aaron Chiu 2015-09-15 11:42:30 +01:00
  • f51c2d004d Merge pull request #123 from lucasr/omg-faster-flexbox Aaron Chiu 2015-09-15 04:37:43 +01:00
  • e43a8b28d6 Add 'package' comment in CSSNode for consistency Lucas Rocha 2015-09-12 23:28:01 +01:00
  • cf94d35b51 Implement cascasing checks via bitwise flags Lucas Rocha 2015-09-13 09:41:50 +01:00
  • ebc56fee59 Inline private methods at build time in Java Lucas Rocha 2015-09-12 16:51:51 +01:00
  • 2120285467 Merge pull request #122 from lucasr/even-faster-flexbox Christopher Chedeau 2015-09-10 14:25:41 -07:00
  • 765ff8463e Add fast path for simple stack layouts Lucas Rocha 2015-09-09 11:05:20 +01:00
  • 2d869489ef More efficient resetResult() loop in LayoutEngine Lucas Rocha 2015-09-09 17:10:16 +01:00
  • 909c14117f Fix dimension check for STRETCH children Lucas Rocha 2015-09-09 09:40:23 +01:00
  • 9a149c83ff Avoid extra work when justifyContent is FLEX_START Lucas Rocha 2015-09-08 17:03:24 +01:00
  • 2321165d53 Move condition to the non-redundant block Lucas Rocha 2015-09-07 17:08:12 +01:00
  • d1a49a4f0b Reduce search range of flexible children Lucas Rocha 2015-09-07 13:54:27 +01:00
  • 793220faf8 Skip final loop on absolute children, if possible Lucas Rocha 2015-09-04 17:37:07 +01:00
  • 996f2a03d5 Merge pre-fill loop into main line loop Lucas Rocha 2015-09-08 15:34:27 +01:00
  • 877a2838a6 Skip trailing position loop, if possible Lucas Rocha 2015-09-08 15:33:26 +01:00
  • 1ab785b7a3 Inline immutable values in layout algorithm Lucas Rocha 2015-09-02 20:24:26 +01:00
  • 06c708053f Change Java to use array indexes instead of methods Lucas Rocha 2015-09-04 13:50:28 +01:00
  • 486b9a84bf 1.0.0 v1.0.0 Colin Eberhardt 2015-09-08 07:45:08 +01:00
  • 00c8428015 Merge pull request #119 from ColinEberhardt/keywords Colin Eberhardt 2015-09-01 06:51:59 +01:00
  • ecb8f8e610 Added layout keyword Colin Eberhardt 2015-09-01 06:10:34 +01:00
  • baf34484fe Updated repo to include cdnjs / npm instructions Colin Eberhardt 2015-08-31 22:13:44 +01:00
  • 5dd1482148 Minor build change Colin Eberhardt 2015-08-31 22:09:30 +01:00
  • 9d1abd8d51 added keywords Colin Eberhardt 2015-08-31 22:05:14 +01:00
  • e6d3aea73d Merge pull request #117 from paramaggarwal/watch Christopher Chedeau 2015-08-28 09:49:46 -07:00
  • f9d308f923 Watch for changes and run tests during development using grunt watch. Param Aggarwal 2015-08-28 22:15:57 +05:30
  • 68d45b4b9a 0.0.6 v0.0.6 Colin Eberhardt 2015-08-21 11:05:20 +01:00
  • 99f44302fe Giving up on travis! Colin Eberhardt 2015-08-21 11:04:46 +01:00
  • 1e9a212799 0.0.5 v0.0.5 Colin Eberhardt 2015-08-21 09:20:12 +01:00
  • ca5490bdc5 updated npm login details - again! Colin Eberhardt 2015-08-21 09:19:56 +01:00
  • 0a80d40351 0.0.4 v0.0.4 Colin Eberhardt 2015-08-21 09:10:17 +01:00
  • d3c891f39a Updated the release process Colin Eberhardt 2015-08-21 08:57:22 +01:00
  • 9c31f68f2e 0.0.3 release 0.0.3 Colin Eberhardt 2015-08-18 19:38:46 +01:00
  • ee6cf7129e Merge pull request #113 from ColinEberhardt/ci-releases Colin Eberhardt 2015-08-18 19:34:18 +01:00
  • eef605c221 Added npm deploy when tags are pushed Colin Eberhardt 2015-08-17 21:48:57 +01:00
  • f85393fb01 Merge pull request #112 from ColinEberhardt/package-json-fix Colin Eberhardt 2015-08-17 21:26:41 +01:00
  • fefc7b7496 Fixed variable name error Colin Eberhardt 2015-08-17 17:16:18 +01:00
  • 9b11d202c9 Fixed reference to module entry point Colin Eberhardt 2015-08-17 17:15:40 +01:00
  • e9b1258d5f Merge pull request #108 from ColinEberhardt/api-update Colin Eberhardt 2015-08-17 11:50:27 +01:00
  • cf8616e8e3 Merge pull request #109 from prenaux/master Colin Eberhardt 2015-08-13 18:00:22 +01:00
  • d7708bc735 refact(Gruntfile.js): Use grunt-mkdir to create the dist folder ; Pierre Renaux 2015-08-13 17:56:03 +08:00
  • b07454a14d build: Removed redundant loadNpmTasks ; Use config.delimiter instead of concat in java tasks ; Moved cTest variables to config ; Pierre Renaux 2015-08-13 17:43:42 +08:00
  • c174b92f62 doc(README.md): Added alignContent in the list of supported attributes and in the default values ; Pierre Renaux 2015-08-13 17:11:05 +08:00
  • fee4d39367 feat(Gruntfile.js): Added package-c task which creates a unified single header css-layout.h for use in C code ; Pierre Renaux 2015-08-13 16:56:41 +08:00
  • f9bb74aedf Updated the public API to no-longer extract nodes Colin Eberhardt 2015-08-13 08:39:28 +01:00
  • 3e0a3697df feat(Gruntfile.js): Updated for Windows build ; Pierre Renaux 2015-08-13 16:30:58 +08:00
  • 0de0186fbd Merge pull request #106 from ColinEberhardt/build-process-continues Colin Eberhardt 2015-08-13 08:37:26 +01:00
  • 6eaa12e0b8 Added the JAR file Colin Eberhardt 2015-08-12 08:54:53 +01:00
  • fec329f800 Updated README and travis.yml Colin Eberhardt 2015-08-12 08:45:41 +01:00
  • 6714c36824 Trying out travis Colin Eberhardt 2015-08-12 08:25:57 +01:00
  • 6d10a623d0 Added Java to the build Colin Eberhardt 2015-08-12 07:41:12 +01:00
  • 50c9712acd Merge pull request #105 from ColinEberhardt/build-process Colin Eberhardt 2015-08-12 07:19:20 +01:00
  • 8ba0d1c608 Added transpile and 'c' tests Colin Eberhardt 2015-08-12 06:17:53 +01:00
  • 5653e4ef82 Fixed build and added distribution files to the repo Colin Eberhardt 2015-08-11 21:01:03 +01:00
  • 7f9b3afe33 Updated documentation Colin Eberhardt 2015-08-11 17:53:47 +01:00
  • 3b406b30c2 Module pattern is now implemented via templating Colin Eberhardt 2015-08-11 17:21:09 +01:00
  • 401f473449 Added eslint to the build Colin Eberhardt 2015-08-11 16:52:57 +01:00
  • 74925f4439 Added karma testing to the gruntfile Colin Eberhardt 2015-08-11 14:42:21 +01:00
  • ffa64f6fd3 Added a grunt build Colin Eberhardt 2015-08-11 13:49:52 +01:00
  • a87e9e382f Merge pull request #99 from jaredly/flex-fix Christopher Chedeau 2015-08-10 08:45:08 -07:00
  • f7bab441e0 change to an xit Jared Forsyth 2015-08-06 12:35:12 -07:00
  • 3e9ac12d22 add failing test Jared Forsyth 2015-08-05 21:57:22 -07:00
  • e1d99952f7 update const Jared Forsyth 2015-08-05 21:57:06 -07:00
  • 5221f3ab7e Merge pull request #96 from mkonicek/master Jared Forsyth 2015-08-05 16:00:29 -07:00
  • b8981485d4 Fix a typo in CSSLayout.toString Martin Konicek 2015-07-30 12:22:14 +01:00
  • 93d6f84d3a Merge pull request #95 from astreet/lazy_children Andy Street 2015-07-29 12:00:48 +01:00
  • 7104f7c8eb Lazy init children ArrayList in CSSNode, update removeChildAt to return removed child Andy Street 2015-07-29 11:39:25 +01:00
  • ae56a1d618 Merge pull request #92 from lucasr/get-style-direction Christopher Chedeau 2015-05-27 19:04:16 -07:00
  • 3fc99b02ae Add style direction getter to CSSNode Lucas Rocha 2015-05-27 19:19:43 +01:00
  • e932e4420d Update visibility of isDirty in CSSNode Krzysztof Magiera 2015-05-21 17:35:46 +01:00
  • 9b79121875 Merge pull request #91 from lucasr/expose-direction Felix Oghină 2015-05-20 14:10:34 +01:00
  • 524b44200a Expose the resolved direction in the node's layout Lucas Rocha 2015-05-20 11:12:24 +01:00
  • ee1cbacc30 Merge pull request #79 from prenaux/master Christopher Chedeau 2015-05-17 08:58:05 -07:00
  • 019fc9b88c Merge remote-tracking branch 'upstream/master' Pierre Renaux 2015-05-17 21:54:30 +08:00
  • ef47d8e318 Merge pull request #90 from foghina/getraw Felix Oghină 2015-05-15 17:57:07 +01:00
  • da98e234d7 [java] use getRaw to test if START/END were set Felix Oghină 2015-05-15 16:52:57 +01:00
  • 0e47d8a972 Merge pull request #89 from foghina/better_spacing Christopher Chedeau 2015-05-15 07:07:57 -07:00
  • 11f09d1a65 [java] simplify Spacing, reduce allocations Felix Oghină 2015-05-15 14:13:25 +01:00
  • b5da5e4d7c Merge pull request #88 from lucasr/dimension-getters Christopher Chedeau 2015-05-14 13:22:47 -07:00
  • 6d72f472f5 Add getters for CSSNode's style width and height Lucas Rocha 2015-05-14 20:59:14 +01:00
  • 4036fa8c9e Merge pull request #86 from lucasr/start-end Christopher Chedeau 2015-05-14 10:10:32 -07:00
  • 03dfe7bb17 Implement (padding|border|margin)-(start|end) support Lucas Rocha 2015-05-11 15:39:02 +01:00
  • c3a2ddcce7 Merge pull request #84 from lukasreichart/master Christopher Chedeau 2015-05-14 08:48:04 -07:00
  • 9c9c74bb11 Merge pull request #87 from foghina/spacing Christopher Chedeau 2015-05-14 07:39:19 -07:00
  • bb8fdf57eb [java] implement proper spacing objects, with support for default spacing Felix Oghină 2015-05-14 13:59:13 +01:00
  • ba879af8ae Merge pull request #85 from nicklockwood/master Christopher Chedeau 2015-05-13 18:10:34 -07:00
  • 9175721f07 Removed space before -- for consistency with code style. Nick Lockwood 2015-05-12 10:10:39 +01:00
  • bf1d7eacfd Fixed spacing for wrapped elements Nick Lockwood 2015-05-12 09:54:02 +01:00
  • 729f7d42b1 Merge pull request #82 from lucasr/rtl Christopher Chedeau 2015-05-11 10:32:42 -07:00
  • 36a46673f9 Support ROW_REVERSE, COLUMN_REVERSE and RTL direction Lucas Rocha 2015-05-06 21:22:44 +01:00
  • fca176109d If the measure function is defined: only return from execution of layoutNode, when the node has no children. Lukas Reichart 2015-05-10 17:46:48 +02:00
  • a91566d6db [src/Layout.c & Layout-test-utils.c]: Don't define fmaxf/fminf if we're building with VC12+, its already declared from then on ; Pierre Renaux 2015-05-09 17:30:03 +08:00