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
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
WindowServer: Reuse existing `WindowManager::desktop_rect()` method
Sam Atkins
2023-01-24
WindowServer: Double click a window's frame to latch to screen's edge
Jelle Raaijmakers
2023-01-24
WindowServer: Always process double clicks for mouse events
Jelle Raaijmakers
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-20
WebServer: Use `Core::Stream` to read served files
Tim Schumacher
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2023-01-20
LibGfx: Re-work the abstractions of sending image for decoding over IPC
Liav A
2023-01-18
LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytes
Liav A
2023-01-18
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
Timothy Flynn
2023-01-18
Userland: Add missing limits.h header includes
Timothy Flynn
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
LibGUI+WindowServer: Improve window resizing performance
Jelle Raaijmakers
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-14
RequestServer: Do not crash on Gemini responses
Arda Cinar
2023-01-13
LibDNS: Use `AllocatingMemoryStream` in DNS package construction
Tim Schumacher
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()
MacDue
2023-01-12
WebContent: Add IPC for setting 'device pixels per CSS pixel'
Linus Groh
2023-01-12
LibWeb: Rename PageHost::m_screen_display_scale to match the getter name
Linus Groh
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-10
ImageDecoder: Remove unused LibWeb forwarding header
Timothy Flynn
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-07
WindowServer: Do not add existing menu items (by ptr) to m_menus
Cody Hein
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibWebView+WebContent: Expose the Accessibility Tree to Other Processes
Jonah
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
FileSystemAccessServer: Use `Core::Stream`
Lucas CHOLLET
2023-01-06
WindowServer: Round menu item font sizes up when calculating height
Andreas Kling
2023-01-05
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-03
LibDesktop+Taskbar: Add an option to exclude apps from the system menu
Timothy Flynn
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
WindowServer: Write new config to disk when system fonts are changed
Andreas Kling
2023-01-03
WindowServer: Only load /etc/WindowServer.ini once and keep it loaded
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-30
SQLServer: Mark a deferred invocation lambda as mutable
Timothy Flynn
[next]