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
2021-01-01
LibCore: Add typed find_child and find_descendant helpers to Object
Andrew Kaster
2021-01-01
LibELF: validate_program_headers: Validate p_memsz and p_align
Brendan Coles
2021-01-01
ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"
AnotherTest
2021-01-01
LibGUI: Hide unnecessary scrollbars in MultiView
Andreas Kling
2021-01-01
LibGUI: Simplify setup code in GUI::MultiView
Andreas Kling
2021-01-01
Meta: Update project copyright dates (2018-2021) :^)
Andreas Kling
2021-01-01
LibGUI: Transfer focus when checking exclusive button programmatically
Andreas Kling
2021-01-01
LibGUI: Simplify RadioButton by using AbstractButton exclusive mode
Andreas Kling
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-31
LibGUI: Add a bunch of missing widget registrations
Andreas Kling
2020-12-31
LibWeb: Clear circular download reference when download finished
Tom
2020-12-31
LibAudio: Make it so that an unused WavWriter is destructible
Andrew Kaster
2020-12-31
LibThread: Give Thread std::jthread semantics
Andrew Kaster
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
ProtocolServer: Avoid blocking all downloads when client stops reading
AnotherTest
2020-12-31
LibWeb: Don't hold on to the Download instance after it's finished
AnotherTest
2020-12-31
LibProtocol: Ensure download is finished before invoking on_finished
AnotherTest
2020-12-31
LibGUI: Add 1px of margin to EmojiPickerDialog
Andreas Kling
2020-12-31
LibGUI: Make the emojis in the emoji input dialog fit in the window
Andreas Kling
2020-12-31
LibGUI: Add a new GUI::OpacitySlider widget :^)
Andreas Kling
2020-12-31
LibGfx: Remove unnecessary assertion in Painter::draw_pixel()
Andreas Kling
2020-12-31
LibGUI: Constrain relative cursor delta to valid range
Tom
2020-12-31
LibGUI: Don't change the actual combobox value while hovering it
Tom
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-31
LibGUI: Show font weight names instead of numeric weights in FontPicker
Andreas Kling
2020-12-31
LibGUI: Don't keep creating new models in FontPicker
Andreas Kling
2020-12-31
LibGUI: Simplify FontPicker::set_font()
Andreas Kling
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-12-31
LibGUI: Sort all the lists in the FontPicker
Andreas Kling
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
[next]