summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-07-03Assistant: Make more of the classes finalGunnar Beutner
2021-07-03Assistant: Make the bitmap accessor pure virtualGunnar Beutner
2021-07-03Assistant: Add missing bitmap accessor for terminal actionsGunnar Beutner
2021-07-03Assistant: Skip URL provider if query is empty or provider specificEdwin Hoksberg
2021-07-03Assistant: Don't index the /proc and /sys directoriesAndreas Kling
2021-07-03Assistant: Avoid copying the result vectors when providers finishAndreas Kling
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03Assistant: Use fstatat() while building FileProvider path cacheAndreas Kling
2021-07-03Assistant: Use StringView more in FileProvider fuzzy matching codeAndreas Kling
2021-07-03Assistant: Use FileIconProvider for FileProvider query resultsAndreas Kling
2021-07-03Assistant: Make Result bitmaps virtual/lazyAndreas Kling
2021-07-03TextEditor: Reset editor width when disabling preview modeMarcus Nilsson
2021-07-03LibGUI/TextEditor: Set cut and copy actions to disabled on initMarcus Nilsson
2021-07-03LibCore: Avoid duplicate '/' in DirIterator::next_full_path()Andreas Kling
2021-07-03Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVectorTimothy Flynn
2021-07-03Assistant: Add provider to run a command in a terminalTimothy Flynn
2021-07-03Assistant: Add new URLProvider to open URL's in the browserEdwin Hoksberg
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom
2021-07-03WindowServer: Improve occlusion calculationsTom
2021-07-03WindowServer: Show window's desktop in window switcher if neededTom
2021-07-03Taskbar: Only show the current desktop's window buttonsTom
2021-07-03DisplaySettings: Add new Desktop tab with virtual desktop settingsTom
2021-07-03WindowServer: Support two window switcher modes: all or current desktopTom
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-03IPCCompiler: Add include parsing for endpointsTimothy
2021-07-033DFileViewer: Add primitive mouse controlsNoah Rosamilia