summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-01-25crash: Add option for failing assertionLinus Groh
2021-01-25crash: Add option for pledge() violationLinus Groh
2021-01-25Vim: Add a simple yank and put implementationZac
2021-01-25TextEditor: Fix bug in delete_current_line() when deleting the last lineZac
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh
2021-01-25LibGfx: Implement scaling support for Painter::blit_filtered()Nico Weber
2021-01-25AbstractTableView: prevent setting an invalid indexJelle Raaijmakers
2021-01-25LibELF: Cache the DynamicObject in DynamicLoaderAndreas Kling
2021-01-25LibELF: Use Optional<SymbolLookupResult> as a return typeAndreas Kling
2021-01-25LibELF: Convert String::format() to String::formatted()Andreas Kling
2021-01-25DynamicLoader: Remove some unnecessary #includesAndreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicObject class to dbgln()Andreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicLinker class to dbgln()Andreas Kling
2021-01-25LibELF: Convert dbgprintf() in DynamicLoader class to dbgln()Andreas Kling
2021-01-25DynamicLoader: Remove unused debugging macrosAndreas Kling
2021-01-25LibGfx: Remove unreachable branch in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx: Fix opacity handling in Painter::draw_scaled_bitmapNico Weber
2021-01-25LibGfx: Minor style tweaks in PainterNico Weber
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts