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-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
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
Applications: Use pledge()
Andreas Kling
2019-12-31
Applications: Implement some missing MenuBars & AboutDialogs
Jami Kettunen
2019-12-30
FontEditor: Add glyph spacing spinbox
Tibor Nagy
2019-12-28
Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
joshua stein
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-08-03
FontEditor(UI): Update the groupbox to have the right background color
Andreas Kling
[next]