Corentin Schreiber

Results 38 issues of Corentin Schreiber

Hello! I just recently tried to upgrade from EnTT 3.9.0 to 3.10.1, and noticed this version is using a re-design of the registry `ctx()`. I was able to find the...

enhancement
solved

Currently, the layer list is built by placing `font_string` instances above other layered regions. This requires knowledge of the `font_string` class in `frame`, which is poor design.

enhancement
core

`frame::set_scale` currently does nothing; the scaling effect is not implemented.

enhancement
core

Currently we accept any element in the list of preferred languages in the localizer. This could be more user-friendly, by catching incorrect languages early.

enhancement
core

We currently set the Y offset as the font size, but this is not totally correct. The correct value is ascdend + descend. SFML does not expose this, so this...

enhancement
sfml

Currently this is only done for Lua handlers, not for C++ ones. See `define_script_` in `gui_frame.cpp`.

enhancement
core

Currently we rely on the `LANGUAGE` environment variable to get the default UI language (if not set by the user). This is standard on Linux, but not on Windows; there,...

enhancement
core

In the current latest version of SFML (2.5.1) there is a bug in outline glyph rendering which makes the outline sometimes inaccurate. This is normally fine for regular fonts, but...

bug
sfml
upstream

SFML has an implementation for `vertex_cache`, but this is currently disabled because the implementation is not working correctly. The reason is that SFML requires texture coordinates in pixels, while lxgui...

enhancement
sfml
upstream

``edit_box::move_carret_vertically_()`` and ``edit_box::get_letter_id_at_()`` are not implemented for multiline edit box.

enhancement
core