Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ca1ab0

Browse filesBrowse files
authored
Merge pull request #285 from litehtml/flex_layout
Flex layout
2 parents 8c32000 + d85ebec commit 6ca1ab0
Copy full SHA for 6ca1ab0

File tree

Expand file treeCollapse file tree

1,035 files changed

+33168
-373
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

1,035 files changed

+33168
-373
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ set(SOURCE_LITEHTML
7575
src/render_flex.cpp
7676
src/render_image.cpp
7777
src/formatting_context.cpp
78-
)
78+
src/flex_item.cpp
79+
src/flex_line.cpp)
7980

8081
set(HEADER_LITEHTML
8182
include/litehtml.h
@@ -138,6 +139,8 @@ set(HEADER_LITEHTML
138139
include/litehtml/master_css.h
139140
include/litehtml/string_id.h
140141
include/litehtml/formatting_context.h
142+
include/litehtml/flex_item.h
143+
include/litehtml/flex_line.h
141144
)
142145

143146
set(TEST_LITEHTML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.