summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-08-10Kernel: Use Userspace<T> for the execve syscallBrian Gianforcaro
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-10ClassicWindowTheme: Fix titlebar redraw issuesSarah
2020-08-09LibLine: Only write to the standard errorAnotherTest
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-09LibWeb: Add all HTML elements between S and VLuke
2020-08-09LibWeb: Add all HTML elements between L and QLuke
2020-08-09LibWeb: Add all HTML elements between A and FLuke
2020-08-09LibWeb: Make all existing HTML elements "final"Luke
2020-08-09LibELF+Lagom: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...Nico Weber
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-08-09LibCore: fix UDP Server receive to trim buffer to actuall bytes receiveedMuhammad Zahalqa
2020-08-09LibCore: close socket on LocalServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on TCPServer dtorMuhammad Zahalqa
2020-08-09LibCore: close socket on UDPServer dtorMuhammad Zahalqa
2020-08-09WindowServer+LibGfx: Move notification window frame painting to LibGfxAndreas Kling
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
2020-08-09LibGfx: Add a basic abstract WindowTheme classAndreas Kling
2020-08-09LibWeb: Always add line boxes through LayoutBlock::add_line_box()Andreas Kling
2020-08-07LibWeb: Remove some unnecessary throwaway strings in the CSS parserAndreas Kling
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-08-07LibGfx: Add dummy Font::x_height() getterAndreas Kling
2020-08-07LibThread: Remove redundant --m_level in Lock::unlock() (#3040)Muhammad Zahalqa