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
Age
Commit message (
Expand
)
Author
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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: Keep selected glyph in view on resize
thankyouverycool
2021-09-22
FontEditor: Make update_{statusbar,preview} member functions
thankyouverycool
2021-09-22
FontEditor: Remove reprobe_font()
thankyouverycool
2021-09-22
FontEditor: Sanitize RTL and control glyphs in Clipboard metadata
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-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-06
FontEditor: Don't loop over all glyphs to find selected one
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-27
FontEditor: Adjust margins and spacing
thankyouverycool
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-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-27
FontEditor: Fix minor margin inconsistency
FrHun
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-07-10
FontEditor: Tweak offensive padding :^)
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
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-20
FontEditor: Add tooltip to "Move Glyph" button
Max Wipfli
2021-05-15
FontEditor: Add missing `unix` pledge
Daniel Bertalan
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-08
LibGUI: Remove UndoStack's automatic command combo'ing
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-26
FontEditor: Don't put invalid clicks on the undo stack
thankyouverycool
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 proper defaults in NewFontDialog
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
[next]