index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
FontEditor
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-19
Applications: Improve FSAC error message handling
thankyouverycool
2023-05-17
FontEditor: Show recently opened files in File menu
thankyouverycool
2023-05-13
FontEditor: Allow application to launch without a font
thankyouverycool
2023-05-13
FontEditor: Don't crash on missing icons
thankyouverycool
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
FontEditor: Use `LibFileSystemAccessClient`
Caoimhe
2023-04-25
Applications: Update man page links for applications
Tim Ledbetter
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-20
FontEditor: Remove unused includes
thankyouverycool
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-04
FontEditor: Improve error handling opening, saving and editing fonts
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
FontEditor: Rename FontEditorWidget => FontEditor::MainWidget
thankyouverycool
2022-07-06
FontEditor: Update GML for new layout system
thankyouverycool
2022-07-06
FontEditor: Improve error propagation during construction
thankyouverycool
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-02-18
FontEditor: Remove listener client
thankyouverycool
2022-02-15
FontEditor: Add a ListView to sort glyphs by their Unicode block
thankyouverycool
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-09
FontEditor: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-09
FontEditor: Save scale to config file
Maciej
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-11-30
FontEditor: Convert to east const
thankyouverycool
2021-11-30
FontEditor: Simplify start-up
thankyouverycool
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
FontEditor: Port to LibMain :^)
Andreas Kling
2021-09-19
FontEditor: Update editor to handle new font format
thankyouverycool
2021-08-27
FontEditor: Let WindowServer manage modified markings
thankyouverycool
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-05-15
FontEditor: Add missing `unix` pledge
Daniel Bertalan
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-26
FontEditor: Warn on unsaved changes
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
FontEditor: Move menu bar into editor and tweak several widgets
thankyouverycool
2021-04-10
FontEditor: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-09
FontEditor: Added quick and dirty support to add cyrrilic fonts.
Dmitrii Trifonov
2021-04-06
FontEditor: Convert to GML and add new edit commands to GlyphEditor
thankyouverycool
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling