index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-19
AudioApplet: Update the volume slider on update from audio server
David Isaksson
2021-09-19
LibGUI: Add option to disable on_change call for sliders set_value()
David Isaksson
2021-09-19
Utilities: Fix asctl volume units
David Isaksson
2021-09-19
Kernel: Store device class name as member of VirtIO devices
Idan Horowitz
2021-09-19
Kernel: Use StringView literals in VirtIO::determine_device_class()
Idan Horowitz
2021-09-19
Base: Add a quote to the fortunes database
Ali Mohammad Pur
2021-09-19
PixelPaint: Use main window's icon in the 'Create new image' widget
Karol Kosek
2021-09-19
LibCore: Don't double-check select() in Socket's read notifier callback
Ali Mohammad Pur
2021-09-19
LibCore+RequestServer: Ignore callbacks for cancelled network jobs
Ali Mohammad Pur
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-19
LibTLS: Don't close the underlying socket on EOF
Ali Mohammad Pur
2021-09-19
LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-19
LibHTTP: Exit the read loop early when there cannot be any further data
Ali Mohammad Pur
2021-09-19
Ports/glib: Bump GLib to 2.70.0
Kenneth Myhra
2021-09-19
Ports/glib: Maintain compatibility with meson < 0.57.0
Kenneth Myhra
2021-09-19
LibVT: Add movemouse support for triple click
brapru
2021-09-19
LibVT: Keep track of the buffer postiion on mousedown events
brapru
2021-09-19
Kernel: Add a Mailbox class for aarch64
Nico Weber
2021-09-19
Kernel: Add a MMIO class for aarch64
Nico Weber
2021-09-19
Kernel: Use new halt() for all our halting needs in aarch64 Prekernel
Nico Weber
2021-09-19
Kernel: Add __stack_chk_fail to aarch64 Prekernel init
Nico Weber
2021-09-19
CrashReporter: Add some margin around the backtrace & register views
Andreas Kling
2021-09-19
Ports/glib: Remove patch 0008-add-missing-macro-IN6_IS_ADDR_V4MAPPED
Kenneth Myhra
2021-09-19
LibC: Declare IN6_IS_ADDR_V4MAPPED correctly
Kenneth Myhra
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-19
LibWeb: Use an enumerator macro for XMLHttpRequestEventTarget accessors
Andreas Kling
2021-09-19
LibWeb: Keep XMLHttpRequest alive while handling load/error events
Andreas Kling
2021-09-19
LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()
Andreas Kling
2021-09-19
LibWeb: Remove duplicated event handler attribute code in WebSocket
Andreas Kling
2021-09-19
LibWeb: Implement basic retargeting of body/frameset event handlers
Andreas Kling
2021-09-19
LibWeb: Add DOM::Document::is_active()
Andreas Kling
2021-09-19
LibWeb: Flexbox: Use maximum size of container as available size
Tobias Christiansen
2021-09-19
Kernel: Add support for O_NONBLOCK in pipe syscall
Eric Seifert
2021-09-19
Kernel/VirtIO: Remove lazy allocation of VirtIO::Device BAR regions
Sahan Fernando
2021-09-19
LibWeb: Add event handler attributes to XMLHttpRequestEventTarget
Andreas Kling
2021-09-19
LibWeb: Implement XMLHttpRequest.onreadystatechange
Andreas Kling
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
Andreas Kling
2021-09-19
LibGfx: Paint replacement character, 0xFFFD, for unknown glyphs
thankyouverycool
2021-09-19
Tests: Conform font tests to new font format
thankyouverycool
2021-09-19
FontEditor: Add new tools to navigate code points
thankyouverycool
2021-09-19
FontEditor: Update editor to handle new font format
thankyouverycool
2021-09-19
Base: Convert fonts to new header format
thankyouverycool
2021-09-19
LibGfx: Extend Unicode support for BitmapFonts
thankyouverycool
2021-09-19
TextEditor: Show total character and word count without selection
thankyouverycool
2021-09-19
LibGUI: Add number_of_words() to TextEditors
thankyouverycool
2021-09-18
Meta: Add my new serenityos.org email to .mailmap :^)
Karol Kosek
2021-09-18
LibJS: Convert ListFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert NumberFormat AOs to ThrowCompletionOr
Idan Horowitz
[next]