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
/
Services
Age
Commit message (
Expand
)
Author
2021-11-14
Taskbar: Make quicklaunch bar editable
faxe1008
2021-11-14
WindowServer: Make window switcher look more like other overlays
Andreas Kling
2021-11-14
WindowServer: Clear window switcher's hovered item when cursor leaves
Andreas Kling
2021-11-14
WindowServer: Reset the window switcher's hovered item between uses
Andreas Kling
2021-11-14
WindowServer: Allow server-internal windows with alpha channel
Andreas Kling
2021-11-14
WindowServer: Make WindowFrame::shadow_bitmap() const
Andreas Kling
2021-11-13
ConfigServer: Add method and notification for key removal
faxe1008
2021-11-13
WindowServer: Clear active input tracking window on menu popup
Andreas Kling
2021-11-13
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
Andreas Kling
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
SpiceAgent: Use image decoder plugins instead of deprecated wrappers
Andreas Kling
2021-11-13
WindowServer: Ensure menu visibility after pushing menu to the stack
Tom
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
RequestServer: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
DHCPClient: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-07
Revert "WindowServer: Remove redundant Window::set_visible()..."
Simon Woertz
2021-11-05
WindowServer: Add menus to open menu stack before making them visible
Andreas Kling
2021-11-05
WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()
Andreas Kling
2021-11-05
WindowServer: Remove redundant check in MenuManager::open_menu()
Andreas Kling
2021-11-05
WindowServer: Return ShareableBitmap() on fail
Aziz Berkay Yesilyurt
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-11-05
SQLServer: Remove unnecessary magic number
Ben Wiederhake
2021-11-04
WindowServer: Reevaluate hover state after dismissing window switcher
Andreas Kling
2021-11-04
WindowServer: Reevaluate hover state when switching highlight windows
Andreas Kling
2021-11-04
WindowServer: Rename reevaluate_hovered_window()
Andreas Kling
2021-11-03
WindowServer: Add missing window_was_constructed call
sin-ack
2021-11-02
WindowServer: Fix visibility of WindowSwitcher constructor
Ben Wiederhake
2021-11-02
AudioServer: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-11-02
AK+WindowServer: Remove did_construct() framework used only once
Ben Wiederhake
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-31
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
Sam Atkins
2021-10-31
WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-31
WindowServer: Remove some commented code in WindowManager.cpp
Marco Cutecchia
2021-10-31
FileOperation: Deduplicate file names on move
Tetsui Ohkubo
[next]