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
LibWeb: Use is<T> in XMLHttpRequestPrototype
Andreas Kling
2021-01-01
AK: Deal with unsigned integers in binary search.
asynts
2021-01-01
LibJS: Remove hand-rolled type information in JS AST in favor of RTTI
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers
Andreas Kling
2021-01-01
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
LibJS: Use RTTI for inheritance checks
Andreas Kling
2021-01-01
LibWeb: Demangle the names returned by Layout::Node::class_name()
Andreas Kling
2021-01-01
LibWeb: Simplify Layout::Node::class_name() with RTTI
Andreas Kling
2021-01-01
LibCore: Remove Core::Object::is_widget() in favor of RTTI
Andreas Kling
2021-01-01
LibCore: Remove some hand-rolled type information from Core::Object
Andreas Kling
2021-01-01
LibGUI: Remove some hand-rolled type information from Widget
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2021-01-01
LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headers
Linus Groh
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
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
[next]