summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2021-01-01LibWeb: Use is<T> in XMLHttpRequestPrototypeAndreas Kling
2021-01-01AK: Deal with unsigned integers in binary search.asynts
2021-01-01LibJS: Remove hand-rolled type information in JS AST in favor of RTTIAndreas Kling
2021-01-01LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classesAndreas Kling
2021-01-01LibWeb: Remove more hand-rolled type information :^)Andreas Kling
2021-01-01LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappersAndreas Kling
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2021-01-01LibWeb: Demangle the names returned by Layout::Node::class_name()Andreas Kling
2021-01-01LibWeb: Simplify Layout::Node::class_name() with RTTIAndreas Kling
2021-01-01LibCore: Remove Core::Object::is_widget() in favor of RTTIAndreas Kling
2021-01-01LibCore: Remove some hand-rolled type information from Core::ObjectAndreas Kling
2021-01-01LibGUI: Remove some hand-rolled type information from WidgetAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headersLinus Groh
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2021-01-01LibCore: Add typed find_child and find_descendant helpers to ObjectAndrew Kaster
2021-01-01LibELF: validate_program_headers: Validate p_memsz and p_alignBrendan Coles
2021-01-01ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"AnotherTest
2021-01-01LibGUI: Hide unnecessary scrollbars in MultiViewAndreas Kling
2021-01-01LibGUI: Simplify setup code in GUI::MultiViewAndreas Kling
2021-01-01Meta: Update project copyright dates (2018-2021) :^)Andreas Kling
2021-01-01LibGUI: Transfer focus when checking exclusive button programmaticallyAndreas Kling
2021-01-01LibGUI: Simplify RadioButton by using AbstractButton exclusive modeAndreas Kling
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-12-31LibGUI: Add a bunch of missing widget registrationsAndreas Kling
2020-12-31LibWeb: Clear circular download reference when download finishedTom
2020-12-31LibAudio: Make it so that an unused WavWriter is destructibleAndrew Kaster
2020-12-31LibThread: Give Thread std::jthread semanticsAndrew Kaster
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-31LibWeb: Don't hold on to the Download instance after it's finishedAnotherTest
2020-12-31LibProtocol: Ensure download is finished before invoking on_finishedAnotherTest
2020-12-31LibGUI: Add 1px of margin to EmojiPickerDialogAndreas Kling
2020-12-31LibGUI: Make the emojis in the emoji input dialog fit in the windowAndreas Kling
2020-12-31LibGUI: Add a new GUI::OpacitySlider widget :^)Andreas Kling
2020-12-31LibGfx: Remove unnecessary assertion in Painter::draw_pixel()Andreas Kling
2020-12-31LibGUI: Constrain relative cursor delta to valid rangeTom
2020-12-31LibGUI: Don't change the actual combobox value while hovering itTom
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-12-31LibGUI: Show font weight names instead of numeric weights in FontPickerAndreas Kling
2020-12-31LibGUI: Don't keep creating new models in FontPickerAndreas Kling
2020-12-31LibGUI: Simplify FontPicker::set_font()Andreas Kling
2020-12-31AK: Fix a race condition with WeakPtr<T>::strong_ref and destructionTom
2020-12-31LibGUI: Sort all the lists in the FontPickerAndreas Kling
2020-12-30LibGUI: Tweak FontPicker layoutAndreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibTTF: Cache rasterized glyphs within TTF::ScaledFontStephan Unverwerth