From 35e8a3b4ca06e53cdb9873426017332d0c96318c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 12 Dec 2020 20:04:32 +0100 Subject: [PATCH] Update CHANGELOG.md and TODO.md --- CHANGELOG.md | 5 +++++ TODO.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b21fd27..717eefcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added ⭐ +* Emoji support: + * 1216 different emojis. + * Works in any text. + * Great for button icons. + * The Demo app comes with a Font Book to explore the available glyphs. * Wrapping layouts: * `ui.horizontal_wrapped(|ui| ...)`: Add widgets on a row but wrap at `max_size`. * `ui.horizontal_wrapped_for_text`: Like `horizontal_wrapped`, but with spacing made for embedding text. diff --git a/TODO.md b/TODO.md index fb4cb7f3..4de6c8a1 100644 --- a/TODO.md +++ b/TODO.md @@ -21,8 +21,6 @@ TODO-list for the Egui project. If you looking for something to do, look here. * [/] Unicode * [/] Text editing of unicode (needs more testing) * [ ] Font with some more unicode characters - * [ ] Emoji support (great for things like ▶️⏸⏹⚠︎) - * [ ] Change text style/color and continue in same layout * Menu bar (File, Edit, etc) * [ ] Sub-menus * [ ] Keyboard shortcuts @@ -117,6 +115,8 @@ Ability to do a search for any widget. The search works even for collapsed regio * Widgets * [x] Label + * [x] Emoji support (great for things like ▶️⏸⏹⚠︎) + * [x] Change text style/color and continue in same layout * [x] Button * [x] Checkbox * [x] Radiobutton