summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20Kernel: Convert NVMe code includes to absolute pathsLiav A
2022-09-20Kernel: Abstracts x86 reboot and shutdown specific methodsLiav A
2022-09-20Kernel/PCI: Don't use x86 initialization methods in non-x86 buildsLiav A
2022-09-20Kernel: Move QEMU shutdown code to the x86 subdirectoryLiav A
2022-09-20Calendar: Add Settings button to configure the CalendarOlivier De Cannière
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add setting to choose default viewOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20Calendar: Support preferred first day of the weekOlivier De Cannière
2022-09-20LibWeb: Implement Element.insertAdjacentHTML() from DOM ParsingAndreas Kling
2022-09-20AK: Fix bad parsing of some file:/// URLs with base URLAndreas Kling
2022-09-20LibWeb: Implement Window.frameElementAndreas Kling
2022-09-20LibWeb: Flesh out the default "quirks mode" style sheetAndreas Kling
2022-09-20LibWeb: Initialize document referrer from Fetch Request if availableAndreas Kling
2022-09-20LibWeb: Add referrer accessors to Fetch RequestAndreas Kling
2022-09-20LibC+LibRegex: Move central regex definitions into LibC/bitsAli Mohammad Pur
2022-09-20LibCore: Actually tell people to stop using Core::File in new codeSam Atkins
2022-09-20MasterWord: Port to Core::StreamSam Atkins
2022-09-20Profiler: Port to Core::StreamSam Atkins
2022-09-20SoundPlayer: Port M3UParser to Core::StreamSam Atkins
2022-09-20StateMachineGenerator: Port to LibMain and Core::StreamSam Atkins
2022-09-20LibEDID: Use Core::Stream API to generate PnpIDsSam Atkins
2022-09-20IPCCompiler: Use Core::Stream APISam Atkins
2022-09-20Run: Use Core::Stream API for command history fileSam Atkins
2022-09-20PixelPaint: Remove unused Image::write_to_file() methodSam Atkins
2022-09-20LibGUI: Use fuzzy matching when searching for emoji by nameTimothy Flynn
2022-09-20AK: Do not require an allocated String for fuzzy matchingTimothy Flynn
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-20LibGUI: Fire Show/Hide events when adding/removing widget from treeAndreas Kling
2022-09-20LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithmsAndreas Kling
2022-09-20LibWeb: Keep more of the navigation parameters in DocumentAndreas Kling
2022-09-20LibWeb: Flesh out "document visibility" state a bit moreAndreas Kling
2022-09-20LibWeb: Move HistoryHandlingBehavior enum to its own headerAndreas Kling
2022-09-20LibWeb: Implement more spec-compliant iframe/frame attribute processingAndreas Kling
2022-09-20LibWeb: Set the document "completely loaded time" when appropriateAndreas Kling
2022-09-20LibWeb: Only create iframe nested context if iframe document has contextAndreas Kling
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-20LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()Andreas Kling
2022-09-20LibWeb: Consolidate code for resolving vertical box model metrics in BFCAndreas Kling
2022-09-20GamesSettings: Always ensure last card back selected is savedne0ndrag0n
2022-09-19LibCpp: Add .clang-format to disable clang-format for the LibCpp TestsBrian Gianforcaro
2022-09-19Meta: Use time instead of /usr/bin/time in lint-ci.shBen Wiederhake
2022-09-18Applets/ResourceGraph: Port to Core::StreamSam Atkins
2022-09-18Applets/Network: Stop marking methods virtual unnecessarilySam Atkins
2022-09-18Applets/Network: Remove `include_loopback` parameterSam Atkins
2022-09-18Applets/Network: Port to Core::StreamSam Atkins
2022-09-18Meta: Fix example invocations of the serenity.sh run commandBen Wiederhake
2022-09-18Kernel: Replace KString::must_create, fix init_argsBen Wiederhake
2022-09-18Meta: Only check changed files in check-style.py during pre-commitBen Wiederhake
2022-09-18Meta: Only check changed files in lint-gml-format.shBen Wiederhake