summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/main.cpp
AgeCommit message (Expand)Author
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-04FontEditor: Improve error handling opening, saving and editing fontsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-07-06FontEditor: Improve error propagation during constructionthankyouverycool
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-18FontEditor: Remove listener clientthankyouverycool
2022-02-15FontEditor: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-09FontEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09FontEditor: Save scale to config fileMaciej
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Simplify start-upthankyouverycool
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24FontEditor: Port to LibMain :^)Andreas Kling
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-08-27FontEditor: Let WindowServer manage modified markingsthankyouverycool
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-26FontEditor: Warn on unsaved changesthankyouverycool
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-11FontEditor: Move menu bar into editor and tweak several widgetsthankyouverycool
2021-04-10FontEditor: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09FontEditor: Added quick and dirty support to add cyrrilic fonts.Dmitrii Trifonov
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling