summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-29LibELF: Implement GNU hash section lookups for x86_64Gunnar Beutner
2021-06-29DynamicLoader: Implement self relocations for x86_64Gunnar Beutner
2021-06-29LibJS: Support the radix argument in BigInt.prototype.toStringIdan Horowitz
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-29LibJS: Check the target function of a bound function in is_constructorIdan Horowitz
2021-06-29LibJS: Make Array.of(...items) genericIdan Horowitz
2021-06-29Assistant: Add subtitle field to the Result classAndreas Kling
2021-06-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29AK: Use OrderedHashMap in JsonObjectMax Wipfli
2021-06-29Assistant: Fix crash when activating empty search resultAndreas Kling
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-29LibELF: Don't validate PT_LOAD alignment in ET_CORE filesAndreas Kling
2021-06-29LibC: Add struct keyword to FBRects.rects to make it C compiler safeDiego Garza
2021-06-29WindowServer: Fix animations not triggering renderingTom
2021-06-29LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first printAndrew Kaster
2021-06-29LibCrypto: Avoid unaligned reads in GHash constructorAndrew Kaster
2021-06-29LibHTTP: Relax the finish_up() "must be called once" limitation a bitAli Mohammad Pur
2021-06-28WindowServer: Change animation time to durationErik Sommer
2021-06-28Meta: Install 64-bit libgcc_s.so for x86_64 targetsGunnar Beutner
2021-06-28LibC: Implement memcpy and memset for x86_64Gunnar Beutner
2021-06-28Kernel: Properly set up the userland context for new processes on x86_64Gunnar Beutner
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-06-29LibVT: Paste full path when dropping file on widgetXavier Defrang
2021-06-29LanguageServers: Don't VERIFY that set_todo_entries callback existsItamar
2021-06-29LibCpp: Update Parser test data after Type=>NamedType changeItamar
2021-06-29CppLanguageServer: Make properties_of_type return any propertyItamar
2021-06-29LibCpp: Differentiate between Type and NamedTypeItamar
2021-06-29LibCpp: Add LOG_SCOPE() macro for debugging the parser's flowItamar
2021-06-29LibCpp: Support parsing enum classesItamar
2021-06-28LibJS/Tests: Fix toBeFalse() details prefixLinus Groh
2021-06-28LibJS: Mark FunctionObject::is_ordinary_function() as overrideLeon Albrecht
2021-06-28WindowServer: Fix menu location on screens other than main screenTom
2021-06-28LibJS: Add the CreateMappedArgumentsObject abstract operationAndreas Kling
2021-06-28WindowServer: Fix regression flushing scaled displaysTom
2021-06-28WindowServer: Make vertical maximize work on other screensTom
2021-06-28Utilities/top: Remove unused header includesMarcus Nilsson
2021-06-28Utilities/top: Add sort-by and delay-time optionsMarcus Nilsson
2021-06-28LibHTTP: Ensure finish_up() is not called more than onceAli Mohammad Pur
2021-06-28LibTLS: Ensure that on_tls_finished is called only onceAli Mohammad Pur
2021-06-28Taskbar: Move 'Assistant' Desktop::AppFile to member for quicker accessSpencer Dixon
2021-06-28Assistant+Taskbar: Use AppFile::spawn() utilitySpencer Dixon
2021-06-28LibDesktop: Add spawn() to AppFilesSpencer Dixon
2021-06-28Taskbar: Open 'Assistant' with Super+SpaceSpencer Dixon
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-28Userland: Add new app called AssistantSpencer Dixon
2021-06-28Meta: Tidy up include path and alphabetic orderingSpencer Dixon
2021-06-28LibJS: Bring Reflect.construct() closer to the specificationIdan Horowitz
2021-06-28LibJS: Rewrite String.raw() closer to the specificationIdan Horowitz
2021-06-28LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter listsAndreas Kling