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
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
LibWeb: Stop using NonnullRefPtrVector for StyleValueVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
less: Stop adding extra blank lines
Sam Atkins
2023-03-06
VideoPlayer: Create submenu to set sizing mode
timre13
2023-03-06
Lagom: Add a tool to verify correctness of the LibJS GC
Matthew Olsson
2023-03-06
LibJS: Enforce proper const-propogation with {Nonnull,}GCPtr
Matthew Olsson
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Handle both const and non-const Ts in Handle<T>::create()
Matthew Olsson
2023-03-06
LibJS: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Accept const GCPtrs in Cell::Visitor
Matthew Olsson
2023-03-06
LibJS: Use a forwarding reference in ThrowCompletion constructor
Matthew Olsson
2023-03-06
LibJS: Temporarily disambiguate const-ness of GCPtr constructors
Matthew Olsson
2023-03-06
WebContent: Add missing LibGfx include
Matthew Olsson
2023-03-06
Browser: Add a missing include in InspectorWidget
Matthew Olsson
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-03-06
LibGfx: Remove unnecessary AK:: prefix in VectorN.h
Matthew Olsson
2023-03-06
LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.h
Matthew Olsson
2023-03-06
LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSD
nipos
2023-03-06
Base: Improve a few ball emojis
Ryan Liptak
2023-03-06
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::cross_origin_isolated()
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::is_secure_context()
Linus Groh
2023-03-06
LibWeb/HTML: Implement WorkerGlobalScope::origin()
Linus Groh
2023-03-06
LibGfx: Skip old-style emoji lookup for fonts that have color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Support one specific type of embedded color bitmaps
Andreas Kling
2023-03-06
LibGfx: Prepare the paint code for fonts whose glyphs are color bitmaps
Andreas Kling
2023-03-06
LibGfx/OpenType: Add scaffolding for CBDT and CBLC tables
Andreas Kling
2023-03-06
LibGfx/OpenType: Make "glyf" and "loca" tables optional
Andreas Kling
2023-03-06
LibWeb: Fix currentColor as a background-color (and maybe other places)
MacDue
2023-03-05
LibWeb+WebContent+WebDriver: Port WebDriver parameters to String
Timothy Flynn
2023-03-05
LibWeb: Allow constructing a WebDriver::Error from an OOM AK::Error
Timothy Flynn
2023-03-05
LibIPC: Support transferring String over IPC
Timothy Flynn
2023-03-05
CharacterMap: Make the search happen as you type
Sam Atkins
2023-03-05
CharacterMap: Limit the number of results from the GUI character search
Sam Atkins
2023-03-05
CharacterMap: Pause updates while generating search results
Sam Atkins
2023-03-05
LibIDL: Also parse extended attributes after 'optional'
Linus Groh
2023-03-05
LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces()
Linus Groh
2023-03-05
PartitionEditor: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
MouseSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
KeyboardSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
ImageViewer: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
GamesSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
FileManager: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
Assistant: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
Tests: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
LibCore: Introduce a new directory iteration API
Sam Atkins
[next]