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
/
Libraries
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
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
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
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
LibWeb: Add OOPWV IPC for retrieving selected text
Timothy Flynn
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
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
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
2021-07-14
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-07-14
Base+LibGUI: Add icon to the Rename action
jakubiakdev
2021-07-14
LibCore: Convert File to east-const style
Timothy
2021-07-14
LibCore: Add File method to determine absolute path
Timothy
2021-07-14
LibCore: Add File method to determine current working directory
Timothy
2021-07-14
LibCore: Generate new passwd file by checking pw_name
brapru
2021-07-14
LibCore: Add setters for all user account properties
brapru
2021-07-13
LibGUI: Handle KeyDown when checking for Key_Escape in Dialog too
LuK1337
2021-07-13
LibCpp: Don't store entire ASTNode vector in each parser state
Itamar
2021-07-13
LibCpp: Only store error messages for the main parser state
Itamar
2021-07-13
LibDebug: Implement symbolication for x86_64
Gunnar Beutner
2021-07-13
LibDebug: Fix spelling mistake
Gunnar Beutner
2021-07-13
Userland: Prefer using ARCH() over __LP64__
Gunnar Beutner
2021-07-13
LibGUI: Don't clear textbox on save mode in FilePicker
Karol Kosek
2021-07-13
LibJS: Add missing has_constructor override to Generator Functions
Idan Horowitz
2021-07-13
LibWeb: Add extracting character encoding from a meta content attribute
Luke
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-13
LibGUI: Add Rename action
Karol Kosek
2021-07-13
LibAudio: Use new Vector formatter
kleines Filmröllchen
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
[next]