summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-17LibTextCodec: Implement a Windows-1255 decoder.Idan Horowitz
2021-04-17LibJS: Take reference instead of pointer in prepare_arguments_listIdan Horowitz
2021-04-17LibJS: Convert matched regex result to string in Symbol.replaceIdan Horowitz
2021-04-17LibGUI: Make sure we depend on the WindowManager IPC endpointsAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner
2021-04-17LibGfx: Fix sse enabled builds by removing implicit float conversionSahan Fernando
2021-04-17LibGfx: Make top highlight of classic buttons fit to the top left cornerLuke
2021-04-17LibWeb: Fix height calculation for absolutely positioned boxesEgor Ananyin
2021-04-17LibELF: Make get_library_name() take String instead of StringViewAndreas Kling
2021-04-17LibCore: Make File take String instead of StringViewAndreas Kling
2021-04-17LibCore: Make DirIterator take String instead of StringViewAndreas Kling
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-17LibTTF: Make load_from_file() take String instead of StringViewAndreas Kling
2021-04-17LibGfx: Switch a bunch of API's from taking StringView to StringAndreas Kling
2021-04-17LibGUI: Make Window::set_title() take a StringAndreas Kling
2021-04-17LibCore: Don't needlessly use StringView in Core::Object APIsAndreas Kling
2021-04-17LibGUI: Make GUI::Widget::set_tooltip() take a StringAndreas Kling
2021-04-17LibJS: Accept symbol property in the `in` operatorIdan Horowitz
2021-04-17LibWeb: Fix misplaced bullet points on list itemsTobias Christiansen
2021-04-17LibJS: Implement initializing a TypedArray from an iterable objectIdan Horowitz
2021-04-17LibJS: Implement initializing a TypedArray from an array-like objectIdan Horowitz
2021-04-16LibGUI: Allow arbitrary font size in FontPickerJames Triantafylos
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-16LibJS: Dont try to serialize symbol-keyed propertiesIdan Horowitz
2021-04-16LibJS: Accept symbol property in ObjectPrototype::hasOwnPropertyIdan Horowitz
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-16LibELF: Add support for loading libraries from /usr/localGunnar Beutner
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG'AnotherTest
2021-04-16LibDebug: Add support for StandardOpcodes::FixAdvancePcGunnar Beutner
2021-04-16LibDebug: Add array bounds check for m_source_filesGunnar Beutner
2021-04-16LibJS: Remove #if !defined(KERNEL)Linus Groh
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-04-16LibC: Don't call initializers in crt0Gunnar Beutner
2021-04-16Toolchain+LibC: Don't link LibC against crt0Gunnar Beutner
2021-04-16LibC: Shared libraries shouldn't have an entry pointGunnar Beutner
2021-04-16LibDebug: Fix typo in handle_special_opcode method nameFalseHonesty
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-15LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributesIdan Horowitz
2021-04-15LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}Idan Horowitz
2021-04-15LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_textIdan Horowitz
2021-04-15LibWeb: Add support for optional double arguments with no default valueIdan Horowitz
2021-04-15LibWeb: Emit optional boolean variable definition in WrapperGeneratorIdan Horowitz
2021-04-15LibM: Use fptan/fpatan instead of approximating atan2/tanAnotherTest