summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-30LookupServer: Unbreak reverse DNS lookupsAndreas Kling
2021-01-30LookupServer: Be a little more robust in case accept() failsAndreas Kling
2021-01-30LookupServer: Don't create Core::Object on the stackAndreas Kling
2021-01-30LibC: Protect the atexit() handler list when not writing to itAndreas Kling
2021-01-30LibC: Convert remaining String::format() to formatted()/number()Andreas Kling
2021-01-30LibELF: Avoid quadratic memory usage weaknessBen Wiederhake
2021-01-30LibGfx: Fix dynamic bitmasks in BMPsBen Wiederhake
2021-01-30DynamicLoader: load_program_headers use variables to store regions (#5173)Jorropo
2021-01-29ls: Lazily align the number of hard links in ls output :^)Andreas Kling
2021-01-29WindowServer: Constrain geometry label on move/resize to desktopBen Wiederhake
2021-01-29WindowServer: Split double-duty Window::normalize_rect()Ben Wiederhake
2021-01-29WindowServer: Allow superdrags to hide the titlebarBen Wiederhake
2021-01-29WindowServer: Count titlebar towards visible/grabbable areaBen Wiederhake
2021-01-29WindowServer: Properly determine where a window may beBen Wiederhake
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-29LibGfx: Don't use Gfx::Painter in GIF decoderAndreas Kling
2021-01-29LibWeb: Update the ICB's idea of the viewport rect after Frame resizeAndreas Kling
2021-01-29LibJS: Let RegExp.string get RegExp.prototype from the global object directlyLinus Groh
2021-01-29LibELF: Map text segments read-only at firstAndreas Kling
2021-01-29LibELF: Tidy up DynamicLoader::load_program_headers() a bitAndreas Kling
2021-01-29pmap: Trim "VMObject" suffix from VMObject types to save spaceAndreas Kling
2021-01-29SystemMonitor: Show VM region addresses as zero-padded hex ({:p})Andreas Kling
2021-01-29SystemMonitor: Trim "VMObject" suffix from VMObject typesAndreas Kling
2021-01-29pmap: Add shared flag to access column and align-right numeric columnsBrendan Coles
2021-01-29js: Handle exceptions thrown during value printingAndreas Kling
2021-01-29LibELF: perror on failed mmap in load_program_headers (#5159)Jorropo
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-28LibELF: Implement ASLR for shared libraries :^)Andreas Kling
2021-01-28Kernel+LibC: Add MAP_RANDOMIZED flag for sys$mmap()Andreas Kling
2021-01-28LibJS: Fix crash when printing error for missing class extends value prototypeLinus Groh
2021-01-28LibJS: Call the correct base class in LexicalEnvironment::visit_edges()Andreas Kling
2021-01-28LibWeb: Add simple implementation of Node.removeChild()Andreas Kling
2021-01-28LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...Andreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-28Vim: Add change word and delete word functionalityZac
2021-01-27DynamicLoader: Pass MAP_FIXED to mmap() where applicableAndreas Kling
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27HackStudio: Attach previous Language Client when detachingItamar
2021-01-27HackStudio: Add parser-based c++ autocomplete engineItamar
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-27EditingEngine: Fix move_to_previous_word not working on last char of docZac
2021-01-27LibJS: Add overflow checks when creating TypedArray from ArrayBufferAndreas Kling
2021-01-27LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()AnotherTest
2021-01-26Shell: Do not bail on signaled if conditionAnotherTest
2021-01-26LibGUI: Switch cancel/confirm button order on file picker dialogNico Weber
2021-01-26LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentenceNico Weber
2021-01-26lspci: Add numerical displayJean-Baptiste Boric
2021-01-25LibJS: Remove an unused TypedArray constructorAndreas Kling