summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-01Demos: Remove unused header includesBrian Gianforcaro
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-08-01Libraries: Remove unused header includesBrian Gianforcaro
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-08-01LibGfx: Remove unused header includesBrian Gianforcaro
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-01shot: Make output filename a hyperlink when applicableRyan Liptak
2021-07-31DisplaySettings: Rename "virtual desktops" => "workspaces"Andreas Kling
2021-07-31MailSettings: Use the same app icon as MailAndreas Kling
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-31KeyboardSettings: Remove outdated FIXMEAndreas 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-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-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
2021-07-31LibWeb: Stop parsing integer CSS values as LengthsSam Atkins
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-31LibWeb: Use references to CSS tokens instead of copying by valueSam Atkins
2021-07-31LibWeb: Get CSS @import rules working in new parserSam Atkins
2021-07-30LibJS/Tests: Compare results in Temporal.Now.plainDateTimeISO() testLinus Groh
2021-07-30LibJS/Tests: Compare results in Temporal.Now.plainDateTime() testLinus Groh
2021-07-30LibJS: Add tests for Unicode property escapesTimothy Flynn
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn