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-12-04
LibCore: Add syscall wrapper for chmod()
Kenneth Myhra
2021-12-04
LibSQL: Gracefully react to unimplemented valid SQL
Jan de Visser
2021-12-04
LibSQL: Improve error handling
Jan de Visser
2021-12-04
LibWeb: Stop sending "load" event twice to iframes
Andreas Kling
2021-12-04
LibWeb: Fix DOMImplementation changing content type of wrong document
Andreas Kling
2021-12-04
LibCore: Add lstat() syscall wrapper
Andreas Kling
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-12-02
LibGUI: Make FilteringProxyModel reference-count its parent model
Martin Blicha
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
LibUnicode: Do not generate data for "generic" calendars
Timothy Flynn
2021-12-01
LibUnicode: Fix copy-paste error in calendar_pattern_style_to_string
Timothy Flynn
2021-12-01
LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arrays
Timothy Flynn
2021-12-01
LibGL: Add `GL::present_context()`
Jelle Raaijmakers
2021-12-01
LibGL: Remove `TextureUnit::unbind_texture()`
Jelle Raaijmakers
2021-12-01
LibGL: Implement texture unit texturing states
Jelle Raaijmakers
2021-11-30
LibCpp: Update list of well-known C++ types to match current AK
Andreas Kling
2021-11-30
LibCpp: Use StringView for the known keywords array
Andreas Kling
2021-11-30
LibCore: Use LibCore syscall wrappers in get_password()
Andreas Kling
2021-11-30
LibCore: Add syscall wrappers for tcgetattr() and tcsetattr()
Andreas Kling
2021-11-30
LibCore: Add ioctl() syscall wrapper
Andreas Kling
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-30
LibIPC: Mark ClientConnection::die() as an override
Andreas Kling
2021-12-01
LibGUI: Allow double clicking on tabwidgets
Erik Biederstadt
2021-11-30
LibJS/Tests: Fix typo in a test description
Linus Groh
2021-11-30
LibJS: Don't match async \n function as an async function declaration
davidot
2021-11-30
LibJS: Replace the verify in private identifier with a syntax error
davidot
2021-11-30
LibJS: Split parsing program to script and module separately
davidot
2021-11-30
LibJS: Rename in_async_function_context to await_expression_is_valid
davidot
2021-11-30
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
davidot
2021-11-30
LibJS: Lookahead for a period when parsing new.target
davidot
2021-11-30
LibJS: Stop parsing an expression on comma after a yield
davidot
2021-11-30
LibJS: Disallow member expression in binding pattern as parameters
davidot
2021-11-30
LibJS: Disallow shorthand properties with reserved names
davidot
2021-11-30
LibJS: Allow defining class fields with "keyword" names
davidot
2021-11-30
LibJS: Disallow await keywords in static init blocks
davidot
2021-11-30
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
davidot
2021-11-30
LibJS: Allow escaped 'async' as identifier
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-11-30
LibJS: Disallow numerical separators in octal numbers and after '.'
davidot
2021-11-30
LibJS: Allow object properties called 'async'
davidot
2021-11-30
LibJS: Add messages to the toEval and toEvalTo tests
davidot
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-30
LibGUI: Implement vim motions for LeftBrace and RightBrace
scwfri
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-30
LibGfx+FontEditor: Consolidate BitmapFont width and height limits
thankyouverycool
2021-11-30
LibGfx+FontEditor: Add helper to determine raw glyph presence
thankyouverycool
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-30
LibJS: Change LargerOfTwoTemporalUnits AO to return a StringView
Timothy Flynn
2021-11-29
LibJS: Implement Temporal.Duration.prototype.subtract
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.add
Luke Wilde
[next]