Commit Graph

  • 23a8523cdf Scale borders radius to prevent corner overlap Yuri Kobets 2023-12-29 00:27:30 +0300
  • ef0a2cdd1d
    Merge pull request #281 from MicCalo/css_counters_basic Yuri Kobets 2023-12-28 22:02:04 +0300
  • c6954248d6 reverted whitespace-only changes MichelCalonder 2023-12-28 19:40:26 +0100
  • 683a0ab108 Added tests for css counters MichelCalonder 2023-12-28 19:27:42 +0100
  • 76ffcfa841 flex: more flex tests passed Yuri Kobets 2023-12-28 02:54:09 +0300
  • 05ae1051ee used string_id instead of string MichelCalonder 2023-12-26 07:15:55 +0100
  • b9368a4bc1 support for counter_s_ MichelCalonder 2023-12-25 11:18:00 +0100
  • 33407c6cc9 flex test: some tests were fixed Yuri Kobets 2023-12-25 03:35:44 +0300
  • e1bbe63d8a fixed rendering block with negative top/bottom margins Yuri Kobets 2023-12-25 03:12:05 +0300
  • 85da5869cb Added tests for Flexible Box Layout Yuri Kobets 2023-12-25 01:16:42 +0300
  • 6922a8497d flex: fixed rendering issues Yuri Kobets 2023-12-25 01:15:43 +0300
  • ce7d5a16fc flex: added support for align-content property Yuri Kobets 2023-12-23 17:31:09 +0300
  • bf940939d8 flex: added order property support Yuri Kobets 2023-12-23 03:49:38 +0300
  • 5eaf3afbd3 flex: added support for the justify-content property Yuri Kobets 2023-12-23 02:32:23 +0300
  • 4b633c6487 container_linux: don't draw background image with zero size Yuri Kobets 2023-12-22 02:34:09 +0300
  • 86f2634ddf added support for flex-wrap: wrap-reverse Yuri Kobets 2023-12-22 01:57:14 +0300
  • d764b9fa64 added support row-reverse and column-reverse for flex-direction Yuri Kobets 2023-12-22 01:23:38 +0300
  • 709855c1dc fix test container base path Yuri Kobets 2023-12-21 23:53:36 +0300
  • ff6aa5fcc5 included siblings in search so exapmple 2 (H1/H2, not nested) works too MichelCalonder 2023-12-21 18:42:48 +0100
  • 90b3dff03c added support for start, end values for align_items css property Yuri Kobets 2023-12-21 02:24:11 +0300
  • 95434551e9 tests: support for subfolders in rendering test Yuri Kobets 2023-12-20 13:50:06 +0300
  • 08bf1aa685 moved m_counter_values and corresponding functions to element.h MichelCalonder 2023-12-20 06:51:15 +0100
  • efe03ce827 Some fixes Yuri Kobets 2023-12-20 01:16:57 +0300
  • a81c9272a3 add litehtml specific testing options in cmake Charlie Wolf 2023-12-19 11:15:04 -0800
  • 3331260d60 flex layout: distribute free cross size to lines Yuri Kobets 2023-12-19 01:31:47 +0300
  • 33b8699a3c flex layout: support for flex-direction: column Yuri Kobets 2023-12-17 16:46:49 +0300
  • 391e71a6ef started support int values for counter-reset and counter-increment MichelCalonder 2023-12-13 07:42:41 +0100
  • 28f72f8a32 moved isnumber to html helper functions for later reuse MichelCalonder 2023-12-13 07:41:16 +0100
  • c6faa2e6c7 fixed issue after merge (due to beautifying, type change from elements-vector to elements-list was not auto-merged) MichelCalonder 2023-12-08 19:33:26 +0100
  • d1eedd33a4
    Merge branch 'master' into css_counters_basic Yuri Kobets 2023-12-08 18:27:32 +0300
  • 871d08390a basic implementaion for css counters MichelCalonder 2023-12-08 15:36:50 +0100
  • 7117be9018 flex layout: small refactoring Yuri Kobets 2023-11-07 01:41:05 +0300
  • dbe19ccb61 flex layout: remake disrtibute free space algorithm Yuri Kobets 2023-11-06 23:31:59 +0300
  • c5335d559f flex layout: support for flex-direction: row Yuri Kobets 2023-11-06 04:15:46 +0300
  • 6d065eaef5 flex layout - the first implementation Yuri Kobets 2023-11-05 17:04:28 +0300
  • 32e294ff34 fix: casting void* to enum directly causes warning Yuri Kobets 2023-10-22 23:06:54 +0300
  • 42632777fb Fix compile bugs on Windows Yuri Kobets 2023-10-18 03:56:58 +0300
  • 334eb32c49 Endless cycle in litehtml::css::parse_stylesheet Yuri Kobets 2023-10-10 23:24:45 +0300
  • 719df59088 Integer underflow in litehtml::media_query::create_from_string Yuri Kobets 2023-09-19 00:42:51 +0300
  • 7b10cd5633
    Merge pull request #274 from stasoid/master Yuri Kobets 2023-09-12 01:53:17 +0300
  • 95dc02f6ee test for commit 330e1241 stasoid 2023-09-11 23:43:35 +0600
  • 01f186a172 fix win32_container after commit 3b896be stasoid 2023-09-11 22:40:00 +0600
  • 330e124166 discard invalid color declarations stasoid 2023-09-11 22:36:59 +0600
  • 92047d674e Unnecessary removal of element in apply_stylesheet Yuri Kobets 2023-09-05 18:09:02 +0300
  • 1fb57d73a2
    Create FUNDING.yml Yuri Kobets 2023-08-01 19:34:47 +0300
  • d4409bc232 Added support for caption-side CSS property Yuri Kobets 2023-08-01 17:49:24 +0300
  • afe9102941 added single quotes support for atributes values in CSS selector Yuri Kobets 2023-08-01 16:24:50 +0300
  • 96769e7a29 Added tags figure and fugcaption into master css Yuri Kobets 2023-08-01 16:22:52 +0300
  • 2d5e9b614a
    Merge pull request #269 from litehtml/refactor_render_item Yuri Kobets 2023-06-13 00:43:31 +0300
  • 92ce50b7fb refactor render_item based classes Yuri Kobets 2023-06-13 00:36:18 +0300
  • b2eef3ccc2
    Merge pull request #268 from litehtml/blocks_rendering Yuri Kobets 2023-06-12 18:35:21 +0300
  • 29c0df7e67 added "content: none" support for ::before/::after elements Yuri Kobets 2023-06-08 19:30:00 +0300
  • 14b31106c3 fixed rendering of ::before and ::after elements Yuri Kobets 2023-06-08 04:28:18 +0300
  • b212cf42bb el_before_after_base::add_text add spaces as el_space Yuri Kobets 2023-06-07 18:29:24 +0300
  • 0c700d2409 optimization: elements_vector replaced with elements_list Yuri Kobets 2023-06-07 15:45:37 +0300
  • 672b603eff Process align attribute for table tag via master.css Yuri Kobets 2023-06-07 03:03:54 +0300
  • 7ec04267b1 Fixed calculating min with for elements with floats Yuri Kobets 2023-06-07 02:52:59 +0300
  • b0a6930308 Optimizing floating boxes rendering Yuri Kobets 2023-06-06 00:29:19 +0300
  • 87c622789a blocks re-rendering refactor Yuri Kobets 2023-05-28 18:52:37 +0300
  • cb84450654 fix: render_test._/"acid1.htm" test fails on x86 architecture Yuri Kobets 2023-05-19 02:55:10 +0300
  • 8139af9b70 get_child_by_point: search child from the end of elements list Yuri Kobets 2023-05-14 00:46:25 +0300
  • 03104d39e0 fixed floating boxes rendering, apply box-sizing to min/max width/height Yuri Kobets 2023-05-13 02:24:36 +0300
  • 3b896beede changed signature of document_container::set_clip Yuri Kobets 2023-05-12 18:13:13 +0300
  • bc1c8e3cc1
    Merge pull request #262 from litehtml/block_render_fix Yuri Kobets 2023-05-12 17:56:28 +0300
  • 819c20e682 fixed rendering elements with position absoute and fixed Yuri Kobets 2023-05-12 17:29:44 +0300
  • ec2d94639f fixed rendering of <html> and <body> tags Yuri Kobets 2023-05-12 00:06:54 +0300
  • 3ba397469c refactoring: rename have_parent to is_root Yuri Kobets 2023-05-10 02:13:33 +0300
  • 0a1b32aedb Rendering refactoring Yuri Kobets 2023-05-09 02:51:03 +0300
  • 46bbc0a98e Fixed rendered document size calculating. Yuri Kobets 2023-05-05 03:31:05 +0300
  • 34a09af757 Added support for "font: inherit" style. Yuri Kobets 2023-05-03 02:40:03 +0300
  • 0dd4b48709 fixed table rendering with width defined as percent Yuri Kobets 2023-04-28 03:12:46 +0300
  • dea6f7fad5 fix re-render table into returned min width in block context Yuri Kobets 2023-04-25 02:26:21 +0300
  • 714d234090 fixed support for box-sizing: border-box Yuri Kobets 2023-04-24 00:16:05 +0300
  • f3b2fc03c6 fixed: incorrect floated block position Yuri Kobets 2023-04-17 02:12:55 +0300
  • 24e622ed55 table rendering fix Yuri Kobets 2023-04-15 18:45:22 +0300
  • 180529bd5c fixed rendering issue with fixed block size Yuri Kobets 2023-04-14 15:04:24 +0300
  • 109a837ef6 fixed table rendering Yuri Kobets 2023-04-14 00:40:39 +0300
  • 61e89e5059 process zero font-size Yuri Kobets 2023-04-02 04:53:30 +0300
  • ebda06e786 fixed positioned elements rendering (absolute, fixed) Yuri Kobets 2023-04-02 03:05:21 +0300
  • 9bc386df9b Fixed: (min/max) width/height calculating with percent units. Yuri Kobets 2023-03-29 02:17:26 +0300
  • 866f47ad4d
    Merge pull request #258 from stasoid/master Yuri Kobets 2023-02-25 15:49:07 +0300
  • f7e10d0985 remove background.cpp stasoid 2023-02-25 12:23:23 +0600
  • 8ef9ec8275 fix: "inherit" doesn't work stasoid 2023-02-25 12:08:29 +0600
  • 19095e184e test_container: update for API change stasoid 2023-02-25 11:19:59 +0600
  • 28a2831518 support multiple background images stasoid 2023-02-25 10:33:42 +0600
  • 1a544160a3 revert table-3-width.htm rendering test Yuri Kobets 2023-02-21 03:51:08 +0300
  • a858b82c24 fix: Unicode escape sequences with lower case are processed incorrenly in the content property Yuri Kobets 2023-02-21 03:46:07 +0300
  • 4f6952ac83 fixed: elements ":after" ":before" are not rendered Yuri Kobets 2023-02-19 00:00:55 +0300
  • eca6a7439d don't inherit font-size, font-weight and font-style properties for table Yuri Kobets 2023-02-18 16:00:25 +0300
  • b3a42c2acb Added smaller and larger values support for font-size CSS property Yuri Kobets 2023-02-18 15:33:51 +0300
  • 6935de2836 fixed: Bug in margin / padding with position: absolute #79 Yuri Kobets 2023-02-18 14:39:08 +0300
  • 1154e56af6
    Merge pull request #254 from stasoid/master Yuri Kobets 2023-02-18 13:54:06 +0300
  • 65d58b22f0 remove outdated comments stasoid 2023-02-18 08:29:48 +0600
  • ff7c449016 update render test results stasoid 2023-02-18 07:56:09 +0600
  • d788efb131 sort render tests stasoid 2023-02-18 07:53:17 +0600
  • 5cf3c9ee03 handle <font> relative size according to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font#attr-size stasoid 2023-02-18 07:50:16 +0600
  • 742aa8e8a0 render_test: increase rendering height for test1.htm stasoid 2023-02-18 07:39:54 +0600
  • 65645f9ac4 test_container: add more font sizes stasoid 2023-02-18 07:37:53 +0600
  • 0d91021f28 fix: line height is calculated incorrectly Yuri Kobets 2023-02-17 13:14:19 +0300
  • 6c6b188fc2 fixed: tr bgcolor doesn't work #252 Yuri Kobets 2023-02-17 11:54:25 +0300