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
2023-01-13
FontEditor: Fix more ignored .to_string() errors
MacDue
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
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-02
Base+Userland: Add menu item icons
Brandon Jordan
2022-12-20
FontEditor: Update preview window after pasting and deleting glyphs
thankyouverycool
2022-12-20
FontEditor: Add Unicode block/glyph selection Statusbar Segment
thankyouverycool
2022-12-20
LibGUI+FontEditor: Restore normalized selections on Undo/Redo
thankyouverycool
2022-12-20
FontEditor: Set Unicode ListView's focus proxy to its search box
thankyouverycool
2022-12-20
FontEditor: Remove unused includes
thankyouverycool
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
FontEditor: Include file basename in error messages when available
thankyouverycool
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-11-19
FontEditor: Add Layout options to View menu
thankyouverycool
2022-11-19
FontEditor: Remove redundant set_scale() helper
thankyouverycool
2022-11-19
FontEditor: Remove overzealous find-and-replace ""sv operator
thankyouverycool
2022-11-19
FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}
thankyouverycool
2022-11-19
FontEditor: Standardize Gfx::RotationDirections for rotate_90()
thankyouverycool
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-14
FontEditor: Mark pasted glyphs as modified
Sam Atkins
2022-08-14
FontEditor: Add an option to show or hide modification highlights
Sam Atkins
2022-08-14
FontEditor: Store glyph modified state on the undo stack
Sam Atkins
2022-08-05
LibGUI+Applications: Govern Splitter resizing by opportunistic growth
thankyouverycool
2022-08-04
Applications: Make a few of the larger Toolbars collapsible
thankyouverycool
2022-08-04
FontEditor: Move new font creation to NewFontDialog and handle errors
thankyouverycool
2022-08-04
FontEditor: Improve error handling opening, saving and editing fonts
thankyouverycool
2022-08-04
FontEditor: Add show_error() helper
thankyouverycool
2022-08-04
FontEditor: Let editor recover from failed initializations
thankyouverycool
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
FontEditor: Rename FontEditorWidget => FontEditor::MainWidget
thankyouverycool
2022-07-06
FontEditor: Hide Widget::set_font() in GlyphEditorWidget
thankyouverycool
2022-07-06
FontEditor: Remove unused headers and member variables
thankyouverycool
2022-07-06
FontEditor: Simplify GlyphMapWidget context menu construction
thankyouverycool
2022-07-06
FontEditor: Update GML for new layout system
thankyouverycool
2022-07-06
FontEditor: Convert preview window to GML and propagate its errors
thankyouverycool
2022-07-06
FontEditor: Propagate errors when pushing undo commands
thankyouverycool
2022-07-06
FontEditor: Normalize GlyphMap selection before creating UndoSelection
thankyouverycool
2022-07-06
FontEditor: Improve error propagation during construction
thankyouverycool
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-20
LibGUI+FontEditor: Add context menu for editor actions
thankyouverycool
[next]