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-07-14
LibJS: Implement Atomics.load
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.add
Timothy Flynn
2021-07-14
LibJS: Make ValidateTypeArray abstraction public
Timothy Flynn
2021-07-14
LibJS: Add some TypedArray abstractions for querying underlying type
Timothy Flynn
2021-07-14
LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation
Timothy Flynn
2021-07-14
LibJS: Begin implementing Atomics
Timothy Flynn
2021-07-14
LibJS: Alphabetically sort LibJS's CMakeLists.txt
Timothy Flynn
2021-07-14
Meta: Fix SPICE detection in run.sh
Sam Atkins
2021-07-14
Documentation: Remove '$' character from build instruction commands
Kenneth Myhra
2021-07-14
Browser: Escape an ampersand in the menu to avoid making a shortcut
Karol Kosek
2021-07-14
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
2021-07-14
ResourceGraph: Handle more than 4 GiB of memory
Tom
2021-07-14
Meta: Don't use SPICE if QEMU doesn't support it
x-yl
2021-07-14
LibWeb: Handle when the last selected node does not contain text
Timothy Flynn
2021-07-14
LibWeb: Remove now-duplicated actions from IPWV regarding text selection
Timothy Flynn
2021-07-14
Browser: Add context menu item for selecting all text
Timothy Flynn
2021-07-14
LibWeb: Add OOPWV IPC for selecting all text
Timothy Flynn
2021-07-14
LibWeb: Move select-all implementation to BrowsingContext
Timothy Flynn
2021-07-14
Browser: Add context menu item for copying selected text
Timothy Flynn
2021-07-14
LibWeb: Add OOPWV IPC for retrieving selected text
Timothy Flynn
2021-07-14
Kernel: Detect and display CPUID Hyper-V data
Jean-Baptiste Boric
2021-07-14
Kernel: Detect and display CPUID hypervisor signature
Jean-Baptiste Boric
2021-07-14
Kernel: Add support for hypervisor CPUID feature
Jean-Baptiste Boric
2021-07-14
Kernel/ProcFS: Allow a process directory to have a null Process pointer
Liav A
2021-07-14
LibGfx: Use clear_with capacity instead of clear in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Store the size of the chunk from start in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent a copy in PNGWriter by storing type data at start
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent frequent memory allocations in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibWeb: Use split_view() in attribute selector matching
Andreas Kling
2021-07-14
Kernel: Convert MemoryManager to east-const style
Andreas Kling
2021-07-14
LibWeb: Use Selectors instead of a String for :not() selectors
Sam Atkins
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
Sam Atkins
2021-07-14
LibJS: Use `AK::abs` in TimeZone
Daniel Bertalan
2021-07-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-14
Meta: Remove obsolete `-fconcepts` CFLAG
Daniel Bertalan
2021-07-14
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-07-14
Kernel: Don't mix AT&T and Intel ASM syntax in `boot.S`
Daniel Bertalan
2021-07-14
Kernel: Allow passing null pointer to delete
Daniel Bertalan
2021-07-14
WindowServer: Don't use GNU-style designator
Daniel Bertalan
2021-07-14
Base+LibGUI: Add icon to the Rename action
jakubiakdev
2021-07-14
Meta: Change QEMU options in run.sh to use SPICE
x-yl
2021-07-14
SpiceAgent: Support copying and pasting images
x-yl
2021-07-14
SpiceAgent: Add a new spice agent service :^)
x-yl
2021-07-14
Kernel: Fix inverted check in VirtIOConsolePort
x-yl
[next]