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-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-28
ImageDecoder: Actually set `is_animated` and `loop_count` variables
Karol Kosek
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
WindowServer: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
TelnetServer: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
Taskbar: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
WebContent: Implement more of WebDriver element-click algorithm
Sam Atkins
2023-01-27
WebContent: Bring existing WebDriver element-click code closer to spec
Sam Atkins
2023-01-27
WebDriver+LibWeb: Rename "click" to "element_click"
Sam Atkins
2023-01-27
Services: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
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
[next]