summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-12-12LibCompress: Port `DeflateDecompressor` to `Core::Stream`Tim Schumacher
2022-12-12LibCore: Use the new `Handle` type for the `BitStream` typesTim Schumacher
2022-12-12LibCore: Add `Stream::Handle`Tim Schumacher
2022-12-12LibCore: Use `Core::System::poll()` in `PosixSocketHelper`Lucas CHOLLET
2022-12-12LibCore: Add a wrapper for `poll()`Lucas CHOLLET
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-12Browser: Go back/forward when pressing back/forward mouse buttonsBaitinq
2022-12-12LibJS: Keep GeneratorObject's stored execution context's internals aliveLuke Wilde
2022-12-12LibJS: Make it possible to visit the edges of an ExecutionContextLuke Wilde
2022-12-12LibJS: Move ExecutionContext function implementations out of lineLuke Wilde
2022-12-12LibCore: Make not discarding all requested bytes from a stream an errorTim Schumacher
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-12LibCore: Remove `Stream::is_{readable,writable}`Tim Schumacher
2022-12-12Help+LibManual: Without arguments, open index page instead of crashingkleines Filmröllchen
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-11Kernel+LibC: Implement `setregid(2)`sin-ack
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `renameat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `mkdirat(2)`sin-ack
2022-12-11Kernel+LibC: Implement `readlinkat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `symlinkat(2)`sin-ack
2022-12-11LibThreading: Overhaul thread behavior with ThreadStatekleines Filmröllchen
2022-12-11LibThreading: Add a thread state enumkleines Filmröllchen
2022-12-11LibThreading: Add Thread formatterkleines Filmröllchen
2022-12-11LibThreading: Move now-trivial accessors of Thread to cpp filekleines Filmröllchen
2022-12-11LibThreading: Use Threading namespace in Thread.cppkleines Filmröllchen
2022-12-11LibSQL: Don't use the SQL socket file path as its descriptorTimothy Flynn
2022-12-11LibSQL: Do not fchmod the SQL socket on macOSTimothy Flynn
2022-12-11LibWeb: Support `calc()` values in `background-position`MacDue
2022-12-11LibWeb: Use space_used_by_floats to get x offset of box that creates BFCAliaksandr Kalenik
2022-12-11LibWeb: Check if block creates BFC even if all it's children are inlineAliaksandr Kalenik
2022-12-11LibX86: Only pass ProcessorMode to Instruction constructorItamar
2022-12-11LibX86: Use AddressSize::32 in Long modeItamar
2022-12-11LibGUI: Add shortcut for inserting new lineSnow
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines Filmröllchen
2022-12-11LibManual: Refactor SectionNode in preparation for subsectionskleines Filmröllchen
2022-12-11Help+LibManual: Move non-UI-specific manual handling to LibManualkleines Filmröllchen
2022-12-11LibSQL: Support launching a singleton SQLServer instance for Lagom hostsTimothy Flynn
2022-12-11LibIPC: Add a hook to MultiServer to inform owners of new clientsTimothy Flynn
2022-12-11LibCore: Add a standard path for runtime communication filesTimothy Flynn
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-10TextEditor: Fix commenting shortcut `<Ctrl-/>`Snow
2022-12-10LibGUI: Disable corresponding Scrollbar button when reaching min or maxDragonAlex98
2022-12-10LibWeb: Use start-of-line in hit test of position directly to the leftAndreas Oppebøen