summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-23LibIDL: Parse extended attributes for constructorsSrikavin Ramkumar
2023-03-23Snake: Add skin ahaetulla nasutaXexxa
2023-03-23Snake: Add skin thamnophis sirtalis tetrataeniaXexxa
2023-03-23Snake: Add skin micrurus fulviusXexxa
2023-03-23Snake: Add skin calliophis bivirgatusXexxa
2023-03-23Base: Add `accent-color` demo pageMacDue
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-22AK: Expose the current position of a Utf8CodePointIterator as a pointerSam 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
2023-03-22LibPDF: Don't consume anything other than EOL in Reader::consume_eol()Julian Offenhäuser
2023-03-22LibPDF: Be more cautious of errors when looking for linearization dictJulian Offenhäuser
2023-03-22LibPDF: Don't treat a broken document header as a fatal errorJulian Offenhäuser
2023-03-22LibGfx/JPEG: Replace a FIXME with some explanationsLucas CHOLLET
2023-03-22LibGUI: Resolve use-after-free errorLucas CHOLLET
2023-03-22LibWeb: Change "popup"-related storage types to named enumsTimothy Flynn
2023-03-22LibWeb: Change the "noreferrer" storage type to a named enumTimothy Flynn
2023-03-22LibWeb+WebContent: Change the "noopener" storage type to a named enumTimothy Flynn
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21LibCore: Remove all unused `DeprecatedFile` functionsCameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21LibFileSystem: Create `LibFileSystem`Cameron Youell
2023-03-21LibCore: Add ErrorOr wrapper for `utimensat`Cameron Youell