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-04-20
LibWeb: Don't call ResourceLoader error callback on 4xx status code
Linus Groh
2021-04-20
LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
Linus Groh
2021-04-20
LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric property
Linus Groh
2021-04-20
LibWeb: Display <ol> and respect list-style-type in <ul>
Tobias Christiansen
2021-04-20
LibWeb: Make the ListItemMarkerBox index-aware.
Tobias Christiansen
2021-04-20
LibWeb: Add capabilities to find the index of a child in its parent.
Tobias Christiansen
2021-04-20
LibSQL: Parse DROP TABLE statement
Timothy Flynn
2021-04-20
LibSQL: Add unit testing of the SQL parser
Timothy Flynn
2021-04-20
LibSQL: Create a very barebones SQL parser
Timothy Flynn
2021-04-20
LibSQL: Introduce a SQL library with a tokenizer
Timothy Flynn
2021-04-20
LibJS: Throw on a regex searchString in String.startsWith
Idan Horowitz
2021-04-20
LibJS: Stop early-returning on missing searchString in String.startsWith
Idan Horowitz
2021-04-20
LibWeb: Use correct event name for the onmousemove global event handler
Idan Horowitz
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-20
LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()
Andreas Kling
2021-04-20
LibJS: Include the class name of objects in MarkupGenerator output
Andreas Kling
2021-04-20
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
Idan Horowitz
2021-04-20
LibDesktop: Fail gracefully on allowlist failures instead of asserting
Idan Horowitz
2021-04-20
LibJS: Fix crash in Object.{freeze,seal}() with indexed properties
Linus Groh
2021-04-20
LibJS: Take PropertyName in Object::set_integrity_level() internal lambda
Linus Groh
2021-04-20
LibGUI: Make statusbar label flat when displaying override_text
Leandro Pereira
2021-04-19
LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)
Andreas Kling
2021-04-19
LibGfx: Improve PNG encoder API somewhat
Andreas Kling
2021-04-19
LibC: Avoid division by zero in fread()/fwrite()
Gunnar Beutner
2021-04-19
LibCpp: Support parsing class declarations
Itamar
2021-04-19
LibC: Additional functionality for getaddrinfo()
Gunnar Beutner
2021-04-19
LibELF: Ignore DT_SYMBOLIC entries
Gunnar Beutner
2021-04-19
LibELF: Allow shared objects which don't have a text segment
Gunnar Beutner
2021-04-19
LibGUI+WindowServer: Add WM_SuperKeyPressed event
Conor Byrne
2021-04-19
LibC: Expose new `profiling_free_buffer(..)` syscall.
Brian Gianforcaro
2021-04-19
LibC: Added sysexits.h
Panagiotis Vasilopoulos
2021-04-19
LibC: Improve error logging for execvp()
Gunnar Beutner
2021-04-19
Pthread: Add stubs for pthread_cleanup_{push,pop}
Gunnar Beutner
2021-04-19
LibLine: Avoid trying to restore() if the editor isn't initialized
Ali Mohammad Pur
2021-04-19
LibLine: Redraw the suggestions when terminal size changes
Ali Mohammad Pur
2021-04-19
LibWeb: Correctly calculate height of TableRowGroupBox
Adam Hodgen
2021-04-19
LibWeb: Properly handle thead and tfooter HTML tags
Adam Hodgen
2021-04-19
LibELF: Fix calculation for TLS relocations
Gunnar Beutner
2021-04-19
LibELF: Improve error message for missing symbols
Gunnar Beutner
2021-04-19
LibELF: Fix support for relocating weak symbols
Gunnar Beutner
2021-04-19
LibELF: Remove VERIFY() calls and let control flow return to the caller
Gunnar Beutner
2021-04-18
LibWebSocket: Add a new websocket library
DexesTTP
2021-04-18
LibCore: Add ArgsParser::add_option(String&)
DexesTTP
2021-04-18
LibGfx: Report font glyph presence based on glyph's specific width
Idan Horowitz
2021-04-18
FontEditor+LibGfx: Allow user to specify if a specific glyph is present
Idan Horowitz
2021-04-18
LibGfx: Always load font widths array and use it for glyph presence
Idan Horowitz
2021-04-18
LibGfx: Use size_t instead of int for glyph count
Idan Horowitz
2021-04-18
LibGfx: Add support for fonts that include the Hebrew Unicode Block
Idan Horowitz
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-18
LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'
Linus Groh
[next]