summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-20LibWeb: Don't call ResourceLoader error callback on 4xx status codeLinus Groh
2021-04-20LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed propertyLinus Groh
2021-04-20LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric propertyLinus Groh
2021-04-20LibWeb: Display <ol> and respect list-style-type in <ul>Tobias Christiansen
2021-04-20LibWeb: Make the ListItemMarkerBox index-aware.Tobias Christiansen
2021-04-20LibWeb: Add capabilities to find the index of a child in its parent.Tobias Christiansen
2021-04-20LibSQL: Parse DROP TABLE statementTimothy Flynn
2021-04-20LibSQL: Add unit testing of the SQL parserTimothy Flynn
2021-04-20LibSQL: Create a very barebones SQL parserTimothy Flynn
2021-04-20LibSQL: Introduce a SQL library with a tokenizerTimothy Flynn
2021-04-20LibJS: Throw on a regex searchString in String.startsWithIdan Horowitz
2021-04-20LibJS: Stop early-returning on missing searchString in String.startsWithIdan Horowitz
2021-04-20LibWeb: Use correct event name for the onmousemove global event handlerIdan Horowitz
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling
2021-04-20LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()Andreas Kling
2021-04-20LibJS: Include the class name of objects in MarkupGenerator outputAndreas Kling
2021-04-20LibIPC: Make Connection::send_sync return a NonnullOwnPtrIdan Horowitz
2021-04-20LibDesktop: Fail gracefully on allowlist failures instead of assertingIdan Horowitz
2021-04-20LibJS: Fix crash in Object.{freeze,seal}() with indexed propertiesLinus Groh
2021-04-20LibJS: Take PropertyName in Object::set_integrity_level() internal lambdaLinus Groh
2021-04-20LibGUI: Make statusbar label flat when displaying override_textLeandro Pereira
2021-04-19LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)Andreas Kling
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-04-19LibC: Avoid division by zero in fread()/fwrite()Gunnar Beutner
2021-04-19LibCpp: Support parsing class declarationsItamar
2021-04-19LibC: Additional functionality for getaddrinfo()Gunnar Beutner
2021-04-19LibELF: Ignore DT_SYMBOLIC entriesGunnar Beutner
2021-04-19LibELF: Allow shared objects which don't have a text segmentGunnar Beutner
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-19LibC: Expose new `profiling_free_buffer(..)` syscall.Brian Gianforcaro
2021-04-19LibC: Added sysexits.hPanagiotis Vasilopoulos
2021-04-19LibC: Improve error logging for execvp()Gunnar Beutner
2021-04-19Pthread: Add stubs for pthread_cleanup_{push,pop}Gunnar Beutner
2021-04-19LibLine: Avoid trying to restore() if the editor isn't initializedAli Mohammad Pur
2021-04-19LibLine: Redraw the suggestions when terminal size changesAli Mohammad Pur
2021-04-19LibWeb: Correctly calculate height of TableRowGroupBoxAdam Hodgen
2021-04-19LibWeb: Properly handle thead and tfooter HTML tagsAdam Hodgen
2021-04-19LibELF: Fix calculation for TLS relocationsGunnar Beutner
2021-04-19LibELF: Improve error message for missing symbolsGunnar Beutner
2021-04-19LibELF: Fix support for relocating weak symbolsGunnar Beutner
2021-04-19LibELF: Remove VERIFY() calls and let control flow return to the callerGunnar Beutner
2021-04-18LibWebSocket: Add a new websocket libraryDexesTTP
2021-04-18LibCore: Add ArgsParser::add_option(String&)DexesTTP
2021-04-18LibGfx: Report font glyph presence based on glyph's specific widthIdan Horowitz
2021-04-18FontEditor+LibGfx: Allow user to specify if a specific glyph is presentIdan Horowitz
2021-04-18LibGfx: Always load font widths array and use it for glyph presenceIdan Horowitz
2021-04-18LibGfx: Use size_t instead of int for glyph countIdan Horowitz
2021-04-18LibGfx: Add support for fonts that include the Hebrew Unicode BlockIdan Horowitz
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'Linus Groh