summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-24LibGUI: Fix slightly wrong value slider knob positionAndreas Oppebøen
2023-03-24LibGUI: Fix value slider so dragging left and right feels similarAndreas Oppebøen
2023-03-24LibGUI: Fix slider so dragging handle left and right feels similarAndreas Oppebøen
2023-03-24LibConfig: Use full include path for endpointsJelle Raaijmakers
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Add a list of the entry names in the PerformanceTiming interfaceLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-23LibWeb: Remove FIXME for existing `[Default] object toJSON()`functionsLuke Wilde
2023-03-23LibIDL: Add Type::is_json which says if the type is convertible to JSONLuke Wilde
2023-03-23LibThreading: Resolve BackgroundAction error callback use-after-freeTim Ledbetter
2023-03-23LibWeb: Create the correct error objects in XHR::handle_errorsLuke Wilde
2023-03-23ImageViewer: Fix crash when opening ImageViewer without an imageCaoimhe
2023-03-23WebDriver: Unlink server socket before binding to itAliaksandr Kalenik
2023-03-23LibJS: Make `yy{/,-}mm{/,-}dd hh:mm` test timezone independentHendiadyoin1
2023-03-23LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"Timothy Flynn
2023-03-23LibJS: Add missing internal slots to creation of Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormatTimothy Flynn
2023-03-23LibJS: Explicitly provide all GetIterator arguments from Intl.ListFormatTimothy Flynn
2023-03-23LibJS: Support the yy{/,-}mm{/,-}dd hh:mm format for DateLuke Wilde
2023-03-23LibWeb: Add missing constructors to HTMLElement IDLsSrikavin Ramkumar
2023-03-23LibIDL: Parse extended attributes for constructorsSrikavin Ramkumar
2023-03-23LibWeb: Add scaleable checkboxes (with theme/accent-color support)MacDue
2023-03-23LibGfx: Implement simple signed distance field renderingMacDue
2023-03-23LibGfx: Add a simple GrayscaleBitmap classMacDue
2023-03-23LibWeb: Parse and plumb the `accent-color` CSS propertyMacDue
2023-03-22LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)Andreas Kling
2023-03-22LibWeb: Make ResourceLoader insert a Content-Type header for file://Andreas Kling
2023-03-22FileSystemAccessServer: Implement FileTypeFilter to open_file()huttongrabiel
2023-03-22LibGUI: Add IPC encode and decode for FileTypeFilterhuttongrabiel
2023-03-22LibWeb: Add workaround to restore cross-origin stylesheet functionalityLuke Wilde
2023-03-22ImageViewer: Scale image to window on resizeLucas CHOLLET
2023-03-22ImageViewer: Scale image to window on startupLucas CHOLLET
2023-03-22ImageViewer: Scale image to window size on image changeLucas CHOLLET
2023-03-22ImageViewer: Don't resize window on image rotation or flipLucas CHOLLET
2023-03-22Spreadsheet: Port to Core::FileLucas CHOLLET
2023-03-22PDFViewer: Create OutlineModel items with the correct pointerJulian Offenhäuser
2023-03-22LibWeb: Use actual token representations when parsing CSS `<urange>`Sam Atkins
2023-03-22LibWeb: Store the original representation of CSS tokensSam Atkins
2023-03-22LibWeb: Correct logic when consuming a CSS number in scientific notationSam Atkins
2023-03-22LibFileSystem: Fix leak in `read_path`Cameron Youell
2023-03-22Help: Don't abort opening help:// URLs when error *didn't* occurAndreas Kling
2023-03-22LibWeb: Consider inline content (line boxes) when measuring overflowAndreas Kling
2023-03-22Presenter: Don't give a style value if there are no stylesKyle Lanmon
2023-03-22Presenter: Support multiple frames per slideKyle Lanmon
2023-03-22Shell: Implement arithmetic expansions for POSIX modeAli Mohammad Pur
2023-03-22Shell: Resolve nonexistent string env variables to the empty stringAli Mohammad Pur
2023-03-22Shell: Load a different rc file when in POSIX modeAli Mohammad Pur
2023-03-22LibFileSystemAccessClient: Don't make illegal operation on filesLucas CHOLLET
2023-03-22LibPDF: Pass the right point width to the font loader in TrueTypeFontJulian Offenhäuser
2023-03-22LibPDF: Fix navigate_to_before_eof_marker() for PDFs not ending in EOLJulian Offenhäuser