mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Several improvements have been done to avoid losing performance when rendering non-monospaced text over monospaced fonts. Exposed properties to UICodeEditor (PropertyId::EnableCodeEditorFlags, PropertyId::DisableCodeEditorFlags, PropertyId::LineWrapMode, PropertyId::LineWrapType). Event::OnSizeChange event is now reported AFTER onSizeChange event has been processed by the widget that changed its size. UIApplication now loads a monospaced font if found. Fixes in String::readBySeparator.