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
/
NewFontDialog.cpp
Age
Commit message (
Expand
)
Author
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-04
FontEditor: Move new font creation to NewFontDialog and handle errors
thankyouverycool
2022-07-06
FontEditor: Update GML for new layout system
thankyouverycool
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2021-11-30
FontEditor: Convert to east const
thankyouverycool
2021-11-30
FontEditor: Correct NewFontDialog layout issues
thankyouverycool
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-24
FontEditor: Allow editing new font header
thankyouverycool
2021-09-19
FontEditor: Update editor to handle new font format
thankyouverycool
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
FontEditor: Set proper defaults in NewFontDialog
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
FontEditor: Add 'New Font' wizard to editor
thankyouverycool