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
2022-07-06
FontEditor: Hide Widget::set_font() in GlyphEditorWidget
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
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-16
FontEditor: Remove unnecessary call during GlyphEditor init
thankyouverycool
2022-01-09
FontEditor: Support selection ranges
Maciej
2021-11-30
FontEditor: Convert to east const
thankyouverycool
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-11-30
FontEditor: Add scaled offset members to GlyphEditor
thankyouverycool
2021-11-30
FontEditor: Account for glyph width when pasting
thankyouverycool
2021-11-30
FontEditor: Convert mode and transform buttons into toolbar actions
thankyouverycool
2021-11-21
FontEditor: Make glyph parsing more robust
Ben Wiederhake
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
FontEditor: Make paste access to Clipboard atomic
Ben Wiederhake
2021-11-20
FontEditor: Set all pixels when pasting a glyph
Ben Wiederhake
2021-11-20
FontEditor: Support flipping and rotating
Ben Wiederhake
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