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
Age
Commit message (
Expand
)
Author
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
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
LibCore: Introduce a new directory iteration API
Sam Atkins
2023-03-05
LibCore: Remove unused Directory::create_iterator() method
Sam Atkins
2023-03-05
LibCore: Expose Directory file descriptor
Sam Atkins
2023-03-05
LibCore: Ensure that Directory always has a path
Sam Atkins
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibCore: Expose file type from DirIterator
Sam Atkins
2023-03-05
LibGUI: Paint emoji using text in the EmojiInputDialog
Timothy Flynn
2023-03-05
LibGUI: Fix typo in the name of the EmojiCategory struct
Timothy Flynn
2023-03-05
LibGUI: Allow overriding toolbar button tooltips
Timothy Flynn
2023-03-05
LibUnicode: Detect ZWJ sequences when filtering by emoji presentation
Timothy Flynn
2023-03-05
LibWeb: Port ProgressEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port WebGLContextEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port SubmitEvent to new String
Kenneth Myhra
[next]