summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-08-11LibJS: Assert when exception is not cleared before Interpreter::run()Linus Groh
2020-08-11LibWeb: Clear exceptions in each Document::run_javascript() callLinus Groh
2020-08-11LibC: Add in6_addr and sockaddr_in6 structsAndreas Kling
2020-08-11LibC: Declare sockaddr_storageAndreas Kling
2020-08-11LibC: Make sure assert() expands to *something* in non-DEBUG buildsAndreas Kling
2020-08-11LibC: Move stat(), lstat() and fstat() to <sys/stat.h>Andreas Kling
2020-08-11LibELF: Remove unused cruft in ELF::LoaderAndreas Kling
2020-08-11Crypto: Make AES call malloc much less oftenNico Weber
2020-08-11LibELF: Set ELF::Loader::m_symbol_count in constructorAndreas Kling
2020-08-10LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}Andreas Kling
2020-08-10LibCore: remove redundant UDPSocket constructorMuhammad Zahalqa
2020-08-10LibCore: update m_bound on socket bindMuhammad Zahalqa
2020-08-10Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...Nico Weber
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas Kling
2020-08-10WindowServer+LibGfx: Move window frame rect calculation to WindowThemeAndreas Kling