summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-14LibJS: Assert that there's no exception on entry in Interpreter::call()Andreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-14LibWeb: Don't paint a text cursor in unfocused framesAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-14LibJS: Add missing reserved words to Token::is_identifier_name()Linus Groh
2020-08-14LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuAppletLinus Groh
2020-08-14LibGUI: Add Window::window_type()Linus Groh
2020-08-13LibGUI: Add ModelIndex::model()Andreas Kling
2020-08-13LibGUI: Remove unused bool SortingProxyModel::m_sortingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Move Model::index() out of lineAndreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-13LibC: Some calloc() and realloc() improvements (#3108)Muhammad Zahalqa
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-13LibGUI: Fix ColorPicker custom color offsetLinus Groh
2020-08-13LibGUI: Fix ComboBox desktop intersection rectLinus Groh
2020-08-13LibGUI: Add Desktop::{taskbar,menubar}_height()Linus Groh
2020-08-13LibGfx: use disposal method of previous frame in GIF transparencyPeter Nelson
2020-08-13LibGfx: correctly handle transparency between GIF framesPeter Nelson
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-08-12LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexitBen Wiederhake
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12LibC: Tell compiler about invisible call to _startBen Wiederhake
2020-08-12LibELF: Tell compiler about invisible callsBen Wiederhake
2020-08-12LibCompress: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibC: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibTextCodec: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibPCIDB: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGUI: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibM: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibGfx: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-12LibCore: Add support for double on argparseDiego Iastrubni
2020-08-12LibWeb: Until an image has loaded or failed, don't occupy layout sizeAndreas Kling
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-12LibWeb: Initialize tag/attribute name globals in init-time constructorsAndreas Kling
2020-08-12ScrollBar: Let clicking the gutter scroll by one pageNico Weber
2020-08-12ScrollBar: Simplify ScrollBar::scroll_to_position()Nico Weber
2020-08-12GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()Nico Weber
2020-08-12GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functionsNico Weber
2020-08-12GUI: Extract a ScrollBar::scroll_to_position methodNico Weber
2020-08-12LibTLS: Re-silence a debug log Ali Mohammad Pur
2020-08-11LibTLS: Avoid extra initialisation of buffers that are initialisedAnotherTest
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-11LibC: Add sa_family_t and in_port_t typesAndreas Kling