summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-08-01Kernel: Remove ThreadTracer.h include from Process.h / Thread.hBrian Gianforcaro
2021-08-01Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabledBrian Gianforcaro
2021-08-01Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTIONBrian Gianforcaro
2021-08-01Kernel: Remove unused header includesBrian Gianforcaro
2021-08-01shot: Make output filename a hyperlink when applicableRyan Liptak
2021-07-31Tests: Fix AK/TestJSON.cpp by not relying on disk resourcesBrian Gianforcaro
2021-07-31DisplaySettings: Rename "virtual desktops" => "workspaces"Andreas Kling
2021-07-31MailSettings: Use the same app icon as MailAndreas Kling
2021-07-31Base: Improve Mail app icon (32x32)Andreas Kling
2021-07-31Base: Remove "test.frm" from HackStudio test projectAndreas Kling
2021-07-31CI: Do not change the system gcc version to 10Thomas Wagenveld
2021-07-31Userland: Fix id(1) printing the user's primary group for extra gidssin-ack
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-31LibJS/Tests: Fix Temporal.Now.plainDateTime{,ISO}() epoch calculationLinus Groh
2021-07-31LibJS/Tests: Fix Temporal.Now.plainDate{,ISO}() at end of month/yearLinus Groh
2021-07-31Meta: Add Sam Atkins to the contributors list :^)Andreas Kling
2021-07-31Meta: Add Jelle Raaijmakers to the contributors list :^)Andreas Kling
2021-07-31KeyboardSettings: Remove outdated FIXMEAndreas Kling
2021-07-31Kernel: Copy the "purgeable" flag when cloning AnonymousVMObjectAndreas Kling
2021-07-31Browser: Change "Custom" => "Custom..." in menus where appropriateAndreas Kling
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31HackStudio: Don't use 'else' after 'return'Karol Kosek
2021-07-31HackStudio: Add syntax highlighting for HTML, Shell, and SQL filesKarol Kosek
2021-07-31TextEditor: Add automatic syntax highlighting for Shell and .htm filesKarol Kosek
2021-07-31KeyboardMapper: Add menus before showing the windowLuK1337
2021-07-31Calculator: Add menus before showing the windowLuK1337
2021-07-31Piano: Add menus before showing the windowLuK1337
2021-07-31Breakout: Add menus before showing the windowLuK1337
2021-07-31Pong: Add menus before showing the windowLuK1337
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTimeIdan Horowitz
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDateIdan Horowitz
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.withCalendarIdan Horowitz
2021-07-31LibWeb: Ignore unquoted data urls in CSSSam Atkins
2021-07-31Base: Add CSS url(data:...) cases to test pageSam Atkins
2021-07-31LibWeb: Parse calc() values in new CSS ParserSam Atkins
2021-07-31LibWeb: Treat CSS calc() values as "builtin_or_dynamic"Sam Atkins
2021-07-31LibWeb: Allow peeking more than 1 token ahead in CSS ParserSam Atkins
2021-07-31LibWeb: Parse box-shadow property in new CSS ParserSam Atkins
2021-07-31LibWeb: Convert CSS parse_{color,length}() lambdas into methodsSam Atkins
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-31Base: Expand test page for CSS attribute selectorsSam Atkins
2021-07-31LibWeb: Make CSS 'An+B' parsing spec-compliantSam Atkins
2021-07-31LibWeb: Parse CSS selectors according to the specSam Atkins
2021-07-31LibWeb: Fix dump_selector() handling of attribute selectorsSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins