index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Kernel: Remove ThreadTracer.h include from Process.h / Thread.h
Brian Gianforcaro
2021-08-01
Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabled
Brian Gianforcaro
2021-08-01
Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTION
Brian Gianforcaro
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-08-01
shot: Make output filename a hyperlink when applicable
Ryan Liptak
2021-07-31
Tests: Fix AK/TestJSON.cpp by not relying on disk resources
Brian Gianforcaro
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
Base: Improve Mail app icon (32x32)
Andreas Kling
2021-07-31
Base: Remove "test.frm" from HackStudio test project
Andreas Kling
2021-07-31
CI: Do not change the system gcc version to 10
Thomas Wagenveld
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
Meta: Add Sam Atkins to the contributors list :^)
Andreas Kling
2021-07-31
Meta: Add Jelle Raaijmakers to the contributors list :^)
Andreas Kling
2021-07-31
KeyboardSettings: Remove outdated FIXME
Andreas Kling
2021-07-31
Kernel: Copy the "purgeable" flag when cloning AnonymousVMObject
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
Base: Add CSS url(data:...) cases to test page
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
Base: Expand test page for CSS attribute selectors
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
[next]