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-05-15
AK: StringBuilder with 0 initial capacity shouldn't build null String
Andreas Kling
2020-05-15
Docs: Update required clang-format version to 10 in CONTRIBUTING.md
Linus Groh
2020-05-15
Shell: Print correct errno when execvp() fails
Sergey Bugaev
2020-05-15
LibC: Fix execvp() errno
Sergey Bugaev
2020-05-15
Kernel: Disallow opening socket files
Sergey Bugaev
2020-05-15
Base: Allow NotificationServer to access the Clipboard
Sergey Bugaev
2020-05-15
Clipboard: Remove accidentally commited file
Sergey Bugaev
2020-05-15
Build: Ask GCC to always emit colorful diagnostics
Sergey Bugaev
2020-05-15
Build: Allow using CMake 3.16
Sergey Bugaev
2020-05-15
Clipboard: Add missing copyright header
Andreas Kling
2020-05-15
js: Throw a regular SyntaxError for errors from the parser
Linus Groh
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
2020-05-15
Meta: Updated BuildInstructions.md for the cmake update
DexesTTP
2020-05-15
Meta: Updated CodingStyle.md clang-format requirement from 8 to 10
DexesTTP
2020-05-15
LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)
Andreas Kling
2020-05-15
ps: Widen the username column slightly
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-14
AK: Make FileSystemPath::extension() return what's after the last '.'
Andreas Kling
2020-05-14
open: Create a Core::EventLoop before using Desktop::Launcher
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-14
PaintBrush: Added 'Move active layer up/down' to the Menu
Pierre
2020-05-14
PaintBrush: Add 'Remove active layer' to the Menu
Pierre
2020-05-14
LibUnwind: Create UnwindBase.h to capture the EH ABI in code
Andrew Kaster
2020-05-14
LibWeb: Support the :root pseudo class
Linus Groh
2020-05-14
LibWeb: Make CSS pseudo classes case-insensitive
Linus Groh
2020-05-13
PaintBrush: Start the app with an "empty" single layer image :^)
Andreas Kling
2020-05-13
PaintBrush: Add "Delete layer" action to move tool context menu
Andreas Kling
2020-05-13
PaintBrush: Tweak initial main window size
Andreas Kling
2020-05-13
PaintBrush: Add move tool context menu with "move to back/front"
Andreas Kling
2020-05-13
PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()
Andreas Kling
2020-05-13
PaintBrush: Activate tool properly when right-clicking tool button
Andreas Kling
2020-05-13
PaintBrush: Switch the active layer when clicking one with move tool
Andreas Kling
2020-05-13
PaintBrush: Draw an outline around the image boundaries
Andreas Kling
2020-05-13
PaintBrush: Add keyboard shortcuts for selecting different layers
Andreas Kling
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-05-13
PaintBrush: Add "Create new layer..." action
Andreas Kling
2020-05-13
PaintBrush: Clip layer contents outside the image rect when compositing
Andreas Kling
2020-05-13
LibGUI: Add GUI::MessageBox::show_error() convenience function
Andreas Kling
2020-05-13
PaintBrush: Don't paint over the nice GUI::Frame around ImageEditor
Andreas Kling
2020-05-13
PaintBrush: Add a "Tool" menu and put all the tools in it
Andreas Kling
2020-05-13
LibWeb: Support "transparent" CSS color value
Linus Groh
2020-05-13
LibWeb: Make parsing of most CSS values case-insensitive
Linus Groh
2020-05-13
LibWeb: Make CSS property parsing case-insensitive
Linus Groh
2020-05-13
AK: Add StringView::equals_ignoring_case()
Linus Groh
2020-05-13
Shell: Break out of continuation when ^C is pressed
AnotherTest
2020-05-13
LibLine: Add a hook to run when an interrupt is handled
AnotherTest
2020-05-13
PaintBrush: Let's have a tool (pen) checked on startup
Andreas Kling
2020-05-13
PaintBrush: Put all the tool buttons into an action group
Andreas Kling
[next]