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-08-25
LibGL: Implement `glFogf`
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogfv`
Jesse Buhagiar
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-08-25
LibWeb: Implement CSS `unset` builtin value
Sam Atkins
2021-08-25
LibWeb: Intercept CSS `initial`/`inherit` values in StyleProperties
Sam Atkins
2021-08-25
LibWeb: Generate property_initial_value() function from Properties.json
Sam Atkins
2021-08-25
LibWeb: Add StyleValue to Forward.h
Sam Atkins
2021-08-25
LibWeb: Quote all initial values in Properties.json
Sam Atkins
2021-08-25
LibWeb: Use single shared instance of Inherit/InitialStyleValue
Sam Atkins
2021-08-25
LibWeb: Parse CSS builtins before other values
Sam Atkins
2021-08-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-24
LibCore: Set file offset in ConfigFile::sync
Ralf Donau
2021-08-24
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-08-23
LibJS: Fix logic error in RegulateISODate
Linus Groh
2021-08-23
LibWeb: Paint inspection outline for InlineNodes :^)
Sam Atkins
2021-08-23
LibWeb: Add DOMTreeModel::index_for_node()
Sam Atkins
2021-08-23
WindowServer+LibGfx: Move CursorParams to LibGfx
Maciej Zygmanowski
2021-08-23
LibJS: Implement Promise.race on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.allSettled on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.any on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-23
LibJS: Generalize PerformPromiseAll common functionality
Timothy Flynn
2021-08-23
LibJS: Generalize PromiseAllResolveElementFunction common functionality
Timothy Flynn
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-22
LibJS: Add missing builtin calendar check to ParseTemporalCalendarString
Linus Groh
2021-08-22
LibGUI: Make Ctrl+Shift+Right select text
Andrew January
2021-08-22
LibC: Support getsignalbyname() with full signal name
Maciej Zygmanowski
2021-08-22
LibGUI: Always resize the mapping rows when sorting
Karol Kosek
2021-08-22
LibC: Add <sys/poll.h> as an alias for <poll.h>
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
LibC: Make <netinet/in.h> more POSIX compliant
Peter Elliott
2021-08-22
LibC: Add LINK_MAX and _PC_LINK_MAX
Peter Elliott
2021-08-22
LibC: Modify fd_set to be compatible with X/OPEN
Peter Elliott
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-22
LibCore: Convert ConfigFile to east const
networkException
2021-08-22
LibCore: Support using a file descriptor for opening ConfigFile
networkException
2021-08-21
LibJS: Implement Promise.all on the Promise constructor
Timothy Flynn
2021-08-21
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
Timothy Flynn
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-08-21
LibCpp: Add lex_iterable() method to the Lexer
Itamar
2021-08-21
LibCpp: Lex before processing the source in the Preprocessor
Itamar
[next]