index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-08-01
Demos: Remove unused header includes
Brian Gianforcaro
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGfx: Remove unused header includes
Brian Gianforcaro
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-08-01
shot: Make output filename a hyperlink when applicable
Ryan Liptak
2021-07-31
DisplaySettings: Rename "virtual desktops" => "workspaces"
Andreas Kling
2021-07-31
MailSettings: Use the same app icon as Mail
Andreas Kling
2021-07-31
Userland: Fix id(1) printing the user's primary group for extra gids
sin-ack
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
2021-07-31
LibJS/Tests: Fix Temporal.Now.plainDateTime{,ISO}() epoch calculation
Linus Groh
2021-07-31
LibJS/Tests: Fix Temporal.Now.plainDate{,ISO}() at end of month/year
Linus Groh
2021-07-31
KeyboardSettings: Remove outdated FIXME
Andreas Kling
2021-07-31
Browser: Change "Custom" => "Custom..." in menus where appropriate
Andreas Kling
2021-07-31
HackStudio+TextEditor: Sync extensions from the FileIconProvider file
Karol Kosek
2021-07-31
HackStudio: Don't use 'else' after 'return'
Karol Kosek
2021-07-31
HackStudio: Add syntax highlighting for HTML, Shell, and SQL files
Karol Kosek
2021-07-31
TextEditor: Add automatic syntax highlighting for Shell and .htm files
Karol Kosek
2021-07-31
KeyboardMapper: Add menus before showing the window
LuK1337
2021-07-31
Calculator: Add menus before showing the window
LuK1337
2021-07-31
Piano: Add menus before showing the window
LuK1337
2021-07-31
Breakout: Add menus before showing the window
LuK1337
2021-07-31
Pong: Add menus before showing the window
LuK1337
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTime
Idan Horowitz
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate
Idan Horowitz
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.withCalendar
Idan Horowitz
2021-07-31
LibWeb: Ignore unquoted data urls in CSS
Sam Atkins
2021-07-31
LibWeb: Parse calc() values in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Treat CSS calc() values as "builtin_or_dynamic"
Sam Atkins
2021-07-31
LibWeb: Allow peeking more than 1 token ahead in CSS Parser
Sam Atkins
2021-07-31
LibWeb: Parse box-shadow property in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Convert CSS parse_{color,length}() lambdas into methods
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Make CSS 'An+B' parsing spec-compliant
Sam Atkins
2021-07-31
LibWeb: Parse CSS selectors according to the spec
Sam Atkins
2021-07-31
LibWeb: Fix dump_selector() handling of attribute selectors
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-31
LibWeb: Stop parsing integer CSS values as Lengths
Sam Atkins
2021-07-31
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
Sam Atkins
2021-07-31
LibWeb: Use references to CSS tokens instead of copying by value
Sam Atkins
2021-07-31
LibWeb: Get CSS @import rules working in new parser
Sam Atkins
2021-07-30
LibJS/Tests: Compare results in Temporal.Now.plainDateTimeISO() test
Linus Groh
2021-07-30
LibJS/Tests: Compare results in Temporal.Now.plainDateTime() test
Linus Groh
2021-07-30
LibJS: Add tests for Unicode property escapes
Timothy Flynn
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
[next]