index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-12-30
LibGUI: Tweak FontPicker layout
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibTTF: Cache rasterized glyphs within TTF::ScaledFont
Stephan Unverwerth
2020-12-30
LibTTF: Use ReadonlyBytes where possible to avoid copies
Stephan Unverwerth
2020-12-30
LibTTF: Do not assert on glyphs with broken line coordinates
Stephan Unverwerth
2020-12-30
LibTTF: Use ByteBuffer::copy() since wrap() was removed
Stephan Unverwerth
2020-12-30
LibTTF: Use AffineTransform::multiply() instead of * operator
Stephan Unverwerth
2020-12-30
LibTTF: Fix code after rebase
Stephan Unverwerth
2020-12-30
LibTTF: Address code-style comments, gracefully handle load failures.
Srimanta Barua
2020-12-30
LibTTF: Split up Font.h into smaller internal header files.
Srimanta Barua
2020-12-30
LibTTF: Initial work on parsing and rasterizing composite glyphs.
Srimanta Barua
2020-12-30
LibTTF: Reorganized TTF parsing code into LibTTF
Srimanta Barua
2020-12-30
LibGfx: Address awesomekling's comments on API and codestyle
Srimanta Barua
2020-12-30
LibGfx: Cut down on magic constants in the TTF parser.
Srimanta Barua
2020-12-30
LibGfx: Update Painter's bezier curve drawing algorithm.
Srimanta Barua
2020-12-30
LibGfx: Finally render simple TTF outlines.
Srimanta Barua
2020-12-30
LibGfx: Rasterize simple TTF glyphs.
Srimanta Barua
2020-12-30
LibGfx: Load glyph definition from "glyf" table for TTF fonts.
Srimanta Barua
2020-12-30
LibGfx: Get glyph ID for codepoint, from the CMAP table.
Srimanta Barua
2020-12-30
LibGfx: Started working on TTF font parser.
Srimanta Barua
2020-12-30
LibGUI: Make FontPicker correctly select the current font when opened
Andreas Kling
2020-12-30
LibGUI: Allow GUI::FilePicker to show only fixed-width fonts
Andreas Kling
2020-12-30
LibGUI: Add a GUI::FontPicker dialog class :^)
Andreas Kling
2020-12-30
LibGUI: Add widget registration for GUI::ListView
Andreas Kling
2020-12-30
LibIPC: Add an on_destruction hook to IPC::Message
AnotherTest
2020-12-30
LibWeb: Re-enable favicons after forgotten if-0
AnotherTest
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
LibC: Set "assertion" coredump metadata in __assertion_failed()
Linus Groh
2020-12-30
LibELF+LibCoreDump: Add a Metadata notes entry
Linus Groh
2020-12-30
LibGUI: Make SpinBox up/down buttons look right when disabled
Andreas Kling
2020-12-30
LibGUI: Make disabled scrollbars have more disabled looking icons
Andreas Kling
2020-12-30
LibGUI: Make GUI::ScrollBar inherit from AbstractSlider
Andreas Kling
2020-12-30
LibGUI: Rename AbstractSlider::on_value_changed => on_change
Andreas Kling
2020-12-30
LibGUI: Add page_step setting to AbstractSlider and use it in Slider
Andreas Kling
2020-12-30
LibGUI: Add GUI::AbstractSlider and move generic parts of Slider there
Andreas Kling
2020-12-30
LibELF+LibCoreDump: Add a ProcessInfo notes entry
Linus Groh
2020-12-30
LibGUI: Use Window::center_within() in GUI::Dialog
Andreas Kling
2020-12-30
Terminal+LibVT: Add settings window to the terminal context menu
Andreas Kling
2020-12-30
LibGUI: Add Window::center_within(Window)
Andreas Kling
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
LibGUI: Register a whole bunch of properties in various widgets
AnotherTest
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-30
Terminal: Remove redundant scroll length settings option
Idan Horowitz
2020-12-30
LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own file
Andreas Kling
2020-12-30
LibGUI: Give a default min-width to a bunch of widgets
Andreas Kling
2020-12-30
LibGUI: Register GUI::ComboBox :^)
Andreas Kling
2020-12-30
LibGUI: Remove unused Widget backcolor/forecolor properties
Andreas Kling
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-30
LibKeyboard: get_char now handles e0 prefix for control keys
Gal Horowitz
2020-12-30
LibGUI: Unbreak GUI::ScrollBar default size
Andreas Kling
[next]