index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
FontEditor
Age
Commit message (
Expand
)
Author
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-11-02
Applications: Use GUI::CommonActions for save and save as menu options
Brendan Coles
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
Andreas Kling
2020-10-06
FontEditor: Use new format functions.
asynts
2020-10-05
LibGfx+FontEditor+Fonts: Add "mean line" value to all fonts
Luke
2020-09-20
FontEditor: Draw the baseline in the glyph editor widget
Tibor Nagy
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
2020-08-30
FontEditor: Cannot take reference to local lambda
Ben Wiederhake
2020-08-30
FontEditor: Enforce boundaries of GlyphEditorWidget
Ben Wiederhake
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-13
FontEditor: Don't add duplicate extension in Save As dialog
Nico Weber
2020-07-11
FontEditor: Add a "Save" menu item
Nico Weber
2020-07-11
FontEditor: Add a "Save as..." menu item
Nico Weber
2020-07-11
FontEditor: Add an "Open..." menu item
Nico Weber
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-02
FontEditor: Fix typo in comment
Linus Groh
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-21
Applications: Convert 256 char font to 384 char font
Hüseyin ASLITÜRK
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-09
Applications: FontEditor, relocate form items by fonts size
Hüseyin ASLITÜRK
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
FontEditor: Fix focus and implement keyboard navigation in the glyph map
Tibor Nagy
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-20
FontEditor: Make the application theme-aware
Tibor Nagy
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
[next]