summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS/Tests: Remove 'requires at least one argument' Array testsLinus Groh
2021-07-04LibJS: Handle invalid and symbol PropertyName in its AK::FormatterLinus Groh
2021-07-04LibJS: Add Value::operator==()Linus Groh
2021-07-04js: Handle detached ArrayBuffer in print_typed_array()Linus Groh
2021-07-04LibJS: Add new PropertyDescriptor class and related abstract operationsLinus Groh
2021-07-04LibJS: VERIFY() that property name is valid in Value::get{,_method}()Linus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04LibJS: Avoid unnecessary PropertyName creation in MarkupGeneratorLinus Groh
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-07-04Taskbar: Simplify quick launch widget layoutAndreas Kling
2021-07-04Taskbar: Give the "Show/Hide Desktop" button an icon :^)Andreas Kling
2021-07-04LibTTF: Memory map TTF fonts instead of reading them into heap memoryAndreas Kling
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas Kling
2021-07-04Everywhere: Fix incorrect usages of AK::CheckedIdan Horowitz
2021-07-04LibC: Convert LengthModifier & ConversionSpecifier to enum classesIdan Horowitz
2021-07-04WindowServer: Only run window animation for windows on current desktopTom
2021-07-04WindowServer: Toggling desktop should only toggle current desktopTom
2021-07-04Spreadsheet: Move down a cell when Return is pressed in the cell editorzawwwu
2021-07-04Spreadsheet: Add function for moving cursorzawwwu
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling
2021-07-04LibJS: Make the `with` statement evaluation follow the spec even moreAndreas Kling
2021-07-04Terminal: Grey out color scheme widget when there's nothing to selectLuK1337
2021-07-04CppLanguageServer: Add test for "get_parameters_hint"Itamar
2021-07-04HackStudio: Show tooltip with parameters hint when pressing Ctrl+PItamar
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
2021-07-04LibCpp: Add Parser::tokens_in_range(start, end)Itamar
2021-07-04LibCpp: Fix positional information of Pointer typesItamar
2021-07-04LibCpp: Fix parsing of ellipsisItamar
2021-07-04Assistant: Show a border around the windowtimre13
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04LibELF: Fix loading objects with a non-zero load baseGunnar Beutner
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz
2021-07-04Assistant: Prevent window from being minimizedForLoveOfCats
2021-07-04Taskbar: Add show desktop button to toggle showing of the desktopForLoveOfCats
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-07-04LibGUI: Make tooltip height line count awareLuK1337
2021-07-04AK+LibIPC: Make all enums codableTimothy
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-07-04FileManager: Remove explicit `T` to `Optional<T>` conversionDaniel Bertalan
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-07-04LibJS: Add the IteratorStep abstract iterator operationIdan Horowitz
2021-07-04HackStudio: Remove old form editing logicErik Biederstadt
2021-07-04Toolchain+Userland: Enable TLS for x86_64Gunnar Beutner
2021-07-04LibELF: Swap the arguments for negative_offset_from_tls_block_endGunnar Beutner
2021-07-04LibELF: Fix relocation support for 'static __thread' variablesGunnar Beutner
2021-07-04LibELF: Save the negative TLS offset in m_tls_offsetGunnar Beutner
2021-07-04LibELF: Implement TLS relocation support for x86_64Gunnar Beutner
2021-07-04DynamicLoader: Remove -fbuilding-libgcc hackGunnar Beutner