From a5972140747a2c5b375c4bc1175be47cd418d101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 19 Jul 2026 23:34:47 -0300 Subject: [PATCH 1/2] Minor comment in UI Module description about the HTML+CSS compatibility layer. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6b3c88d7c..579cfe5da 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ framework heavily focused on the development of rich graphical user interfaces. * Styling with Cascading Style Sheets +* HTML+CSS compatibility layer (ongoing effort for native HTML content rendering): + * Renders HTML documents natively using the `UIWebView` component. Also used by `UIMarkdownView` for Markdown rendering. + * Full CSS layout system covering block, inline, inline-block, flex (Flexbox Level 1), inline-flex, grid, inline-grid, table, list-item, and none display modes. + * Positioning: absolute, fixed, float, relative, and sticky. + * Rich text formatting with inline text spans, line wrapping, custom blocks, floats, and baseline alignment. + * CSS properties: backgrounds (color/image/layers), borders, box model (margin/padding), sizing constraints (min/max-width/height), `box-sizing`, overflow, `visibility`, `z-index`, text styling (color, font, decoration, alignment), and more. + * Document-scoped stylesheets, CSS viewport/media queries, and scoped `@font-face` font resources. + * Spec-compliant where implemented. Follows the CSS and HTML Living Standard specifications rather than custom behavior. + ### Graphics Module * Renderers for OpenGL 2 ( fixed-pipeline ), OpenGL 3 ( programmable-pipeline ), OpenGL ES 2, OpenGL ES 1, and OpenGL Core Profile. From 2f18e4a2b5952c6d7aa1951b3b8a4b71dd36ec7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Mon, 20 Jul 2026 22:59:58 -0300 Subject: [PATCH 2/2] Pump version, release commit. --- include/eepp/version.hpp | 4 ++-- src/thirdparty/efsw | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/eepp/version.hpp b/include/eepp/version.hpp index 35e58df83..f4d7bc501 100644 --- a/include/eepp/version.hpp +++ b/include/eepp/version.hpp @@ -5,8 +5,8 @@ #include #define EEPP_MAJOR_VERSION 3 -#define EEPP_MINOR_VERSION 0 -#define EEPP_PATCH_LEVEL 1 +#define EEPP_MINOR_VERSION 1 +#define EEPP_PATCH_LEVEL 0 #define EEPP_CODENAME "Khaya" /** The compiled version of the library */ diff --git a/src/thirdparty/efsw b/src/thirdparty/efsw index 8cefba85b..3535c3a38 160000 --- a/src/thirdparty/efsw +++ b/src/thirdparty/efsw @@ -1 +1 @@ -Subproject commit 8cefba85b400e1d6d2f581efe9a49d7728093668 +Subproject commit 3535c3a382c505d8b9dae4b59061ac3ff94470fb