index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-07-04
LibCpp: Fix parsing of ellipsis
Itamar
2021-07-04
Assistant: Show a border around the window
timre13
2021-07-04
Userland: Add pgrep
Aziz Berkay Yesilyurt
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
LibELF: Fix loading objects with a non-zero load base
Gunnar Beutner
2021-07-04
LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized
Idan Horowitz
2021-07-04
Assistant: Prevent window from being minimized
ForLoveOfCats
2021-07-04
Taskbar: Add show desktop button to toggle showing of the desktop
ForLoveOfCats
2021-07-04
WindowServer: Add show desktop toggle IPC call
ForLoveOfCats
2021-07-04
LibGUI: Make tooltip height line count aware
LuK1337
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-07-04
LibCore: Add method to leak fd from File
Timothy
2021-07-04
FileManager: Remove explicit `T` to `Optional<T>` conversion
Daniel Bertalan
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-07-04
LibJS: Add the IteratorStep abstract iterator operation
Idan Horowitz
2021-07-04
HackStudio: Remove old form editing logic
Erik Biederstadt
2021-07-04
Toolchain+Userland: Enable TLS for x86_64
Gunnar Beutner
2021-07-04
LibELF: Swap the arguments for negative_offset_from_tls_block_end
Gunnar Beutner
2021-07-04
LibELF: Fix relocation support for 'static __thread' variables
Gunnar Beutner
2021-07-04
LibELF: Save the negative TLS offset in m_tls_offset
Gunnar Beutner
2021-07-04
LibELF: Implement TLS relocation support for x86_64
Gunnar Beutner
2021-07-04
DynamicLoader: Remove -fbuilding-libgcc hack
Gunnar Beutner
2021-07-03
Assistant: Make more of the classes final
Gunnar Beutner
2021-07-03
Assistant: Make the bitmap accessor pure virtual
Gunnar Beutner
2021-07-03
Assistant: Add missing bitmap accessor for terminal actions
Gunnar Beutner
2021-07-03
Assistant: Skip URL provider if query is empty or provider specific
Edwin Hoksberg
2021-07-03
Assistant: Don't index the /proc and /sys directories
Andreas Kling
2021-07-03
Assistant: Avoid copying the result vectors when providers finish
Andreas Kling
2021-07-03
Assistant: Keep the set of providers in a Vector for easy iteration
Andreas Kling
2021-07-03
Assistant: Use fstatat() while building FileProvider path cache
Andreas Kling
2021-07-03
Assistant: Use StringView more in FileProvider fuzzy matching code
Andreas Kling
2021-07-03
Assistant: Use FileIconProvider for FileProvider query results
Andreas Kling
2021-07-03
Assistant: Make Result bitmaps virtual/lazy
Andreas Kling
2021-07-03
TextEditor: Reset editor width when disabling preview mode
Marcus Nilsson
2021-07-03
LibGUI/TextEditor: Set cut and copy actions to disabled on init
Marcus Nilsson
2021-07-03
LibCore: Avoid duplicate '/' in DirIterator::next_full_path()
Andreas Kling
2021-07-03
Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector
Timothy Flynn
2021-07-03
Assistant: Add provider to run a command in a terminal
Timothy Flynn
2021-07-03
Assistant: Add new URLProvider to open URL's in the browser
Edwin Hoksberg
2021-07-03
WindowServer: Rename Window::outer_stack -> Window::window_stack
Tom
2021-07-03
WindowServer: Improve occlusion calculations
Tom
2021-07-03
WindowServer: Show window's desktop in window switcher if needed
Tom
2021-07-03
Taskbar: Only show the current desktop's window buttons
Tom
2021-07-03
DisplaySettings: Add new Desktop tab with virtual desktop settings
Tom
2021-07-03
WindowServer: Support two window switcher modes: all or current desktop
Tom
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-07-03
Everywhere: Use IPC include syntax
Timothy
2021-07-03
IPCCompiler: Add include parsing for endpoints
Timothy
2021-07-03
3DFileViewer: Add primitive mouse controls
Noah Rosamilia
[next]