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
/
GlyphEditorWidget.cpp
Age
Commit message (
Expand
)
Author
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-22
FontEditor: Sanitize RTL and control glyphs in Clipboard metadata
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: Update editor to handle new font format
thankyouverycool
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-27
FontEditor: Save discrete undo and redo states for each Command
thankyouverycool
2021-04-26
FontEditor: Don't put invalid clicks on the undo stack
thankyouverycool
2021-04-23
LibGfx+FontEditor: Account for raw width when painting glyphs
thankyouverycool
2021-04-23
FontEditor: Don't append literal Line Feeds to clipboard metadata
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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
FontEditor: Convert String::format() => String::formatted()
Andreas Kling
2021-04-07
FontEditor+ClipboardHistory: Use system-wide Clipboard
thankyouverycool
2021-04-06
FontEditor: Convert to GML and add new edit commands to GlyphEditor
thankyouverycool
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling