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
/
FontEditor.cpp
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-17
FontEditor: Accept file drops
Karol Kosek
2021-10-17
FontEditor: Add FontEditorWidget::open_file() function
Karol Kosek
2021-10-17
FontEditor: Reuse the request_close() function in Open action
Karol Kosek
2021-10-02
FontEditor: Close preview window when the main window is closed
Gal Horowitz
2021-09-24
FontEditor: Allow editing new font header
thankyouverycool
2021-09-22
FontEditor: Make update_{statusbar,preview} member functions
thankyouverycool
2021-09-22
FontEditor: Put glyph width changes on the undo stack
thankyouverycool
2021-09-22
FontEditor: Set width to zero when deleting a glyph
thankyouverycool
2021-09-22
FontEditor: Simplify initialization by disabling widget callbacks
thankyouverycool
2021-09-19
FontEditor: Add new tools to navigate code points
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-27
FontEditor: Let WindowServer manage modified markings
thankyouverycool
2021-08-27
FontEditor: Save discrete undo and redo states for each Command
thankyouverycool
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
FontEditor: Make statusbar text generation more robust
Max Wipfli
2021-05-08
LibGUI: Remove UndoStack's automatic command combo'ing
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-26
FontEditor: Warn on unsaved changes
thankyouverycool
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
FontEditor: Set correct mean- and baseline ranges for new fonts
thankyouverycool
2021-04-23
FontEditor: Add move glyph tool
thankyouverycool
2021-04-23
FontEditor: Add undo and redo commands
thankyouverycool
2021-04-23
FontEditor: Add adjustable scaling to GlyphEditorWidget
thankyouverycool
2021-04-23
FontEditor: Add status tips and missing Alt shortcuts to actions
thankyouverycool
2021-04-23
FontEditor: Add text refresh button to Preview ToolWindow
thankyouverycool
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
FontEditor+LibGfx: Allow user to specify if a specific glyph is present
Idan Horowitz
2021-04-18
FontEditor: Update GlyphMap on font type change
Idan Horowitz
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
FontEditor: Add 'New Font' wizard to editor
thankyouverycool
2021-04-11
FontEditor: Move menu bar into editor and tweak several widgets
thankyouverycool
2021-04-07
FontEditor: Reset selected glyph on init
thankyouverycool
2021-04-06
FontEditor: Convert to GML and add new edit commands to GlyphEditor
thankyouverycool
2021-01-24
FontEditor: change order of baseline and mean line row
Nico Weber
2021-01-24
FontEditor: change "Mean Line:" label to "Mean line:"
Nico Weber
2021-01-24
FontEditor: Fix typos in code
Nico Weber
2021-01-24
FontEditor: Make left and right UI margins match
Nico Weber
2021-01-24
FontEditor: Remove "Save" and "Quit" buttons
Nico Weber
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling