summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-17FileManager: Make DirectoryView API's 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-17Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()Andreas 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-16HexEditor: Use debgln_ifHendiadyoin1
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1
2021-04-16PixelPaint: Add keyboard zoom shortcutsJagger De Leo
2021-04-16PixelPaint: Add Zoom Reset button to new View Menubar.Jagger De Leo
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-16UserspaceEmulator: Print stacktrace for unhandled exceptionsGunnar Beutner
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-16WindowServer: Recalculate window rect when toggling menubarLinus Groh
2021-04-16WindowServer: Replace window menu action magic numbers with enumLinus Groh
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-15Welcome: Fix build breakageAndreas Kling
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15WindowServer: Clean up some of the code around menu item hoveringAndreas Kling
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
2021-04-15Applets: Remove unused UserName appletAndreas Kling
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