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
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
2020-10-25
UserspaceEmulator: Add support for some more ioctl() requests
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
2020-10-25
Userland: Add a very simple hexdump program :^)
Andreas Kling
2020-10-25
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
Andreas Kling
2020-10-25
Fonts: Rename font files consistently
Andreas Kling
2020-10-25
LibGUI: Make table view row height+padding font-size-relative
Andreas Kling
2020-10-25
Fonts: Add 12px variants of Csilla and CsillaBold
Andreas Kling
2020-10-25
Base: Document the new brace expansions in Shell's manpage
AnotherTest
2020-10-25
Shell: Add some tests for brace expansions
AnotherTest
2020-10-25
LibGUI: Update ShellSyntaxHighlighter to also highlight brace expansions
AnotherTest
2020-10-25
Shell: Add support for brace expansions
AnotherTest
2020-10-25
LibGUI: Fix walking Splitter's child widgets
Tom
2020-10-25
LibGUI: Fix Splitter sometimes not working after widgets were resized
Tom
2020-10-24
LibJS: Disallow escape sequence/line continuation in use strict directive
Linus Groh
2020-10-24
LibJS: Support LegacyOctalEscapeSequence in string literals
Linus Groh
2020-10-24
LibJS: Report correct line/column for string literal syntax errors
Linus Groh
2020-10-24
LibJS: Allow try statement with only finally clause
Linus Groh
2020-10-24
AK: Add [[deprecated]] to out().
asynts
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-24
AK: Introduce SourceGenerator::fork().
asynts
2020-10-24
LibWeb: Don't send OOPWV repaint requests for views without backing
Andreas Kling
2020-10-24
Themes: Add "Desert" theme
Andreas Kling
2020-10-24
LibGfx+WindowServer: Handle taller window title fonts better
Andreas Kling
2020-10-24
Fonts: Add 12px variants of Katica and KaticaBold
Andreas Kling
2020-10-23
LibJS: Distinguish between statement and declaration
Linus Groh
2020-10-23
LibJS: Disallow NumericLiteral immediately followed by Identifier
Linus Groh
2020-10-23
LibJS: Don't allow TryStatement without catch clause
Linus Groh
2020-10-23
LibJS: Check for exception after executing (do)while test expression
Linus Groh
2020-10-23
LibGUI: TableView should only scroll to the selected cell
Tom
2020-10-23
LibGUI+LibGfx+Base: Make tooltips color theme aware :^)
Andreas Kling
2020-10-23
LibGUI: Make GUI::Label respect the foreground color role
Andreas Kling
2020-10-23
Base: Remove ugly 'Xmas' theme
Andreas Kling
2020-10-23
LibGfx: Filled checked toolbar buttons with a dither pattern
Andreas Kling
2020-10-23
LibGUI: Add some horizontal padding to multi-line IconView item titles
Andreas Kling
2020-10-23
LibGUI: Break IconView item titles into two lines if necessary
Andreas Kling
2020-10-23
rm: Exit with status 0 if stat fails and force is set
Wesley Moore
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibLine: Support basic escaped characters in config file
AnotherTest
2020-10-22
AK: Add `GenericLexer::consume_escaped_character()'
AnotherTest
2020-10-22
LibLine: Support multi-character key callbacks
AnotherTest
2020-10-22
LibWeb: Break reference cycles so DOM::Document actually gets deleted
Andreas Kling
2020-10-22
LibWeb: Make sure nodes are adopted when moving between documents
Andreas Kling
2020-10-22
LibWeb: Forget frame selection when changing documents
Andreas Kling
2020-10-22
LibWeb: Remove unused TreeNode::donate_all_children_to()
Andreas Kling
2020-10-22
LibWeb: Use smart pointers between DOM and Layout tree
Andreas Kling
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-22
LibC: Add NAME_MAX (255)
Andreas Kling
2020-10-22
FileManager: Ignore model updates during widget construction
Andreas Kling
[next]