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-16
Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]
Shannon Booth
2020-05-16
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-16
Kernel: Tidy up SharedBuffer interface
Shannon Booth
2020-05-16
ClipboardHistory: Add a clipboard history applet :^)
Sergey Bugaev
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-15
LibM: Fix floor() and floorf() for negative numbers
Andreas Kling
2020-05-15
LibM: Add floorf() for @rexim :^)
Andreas Kling
2020-05-15
LibVT: Move out the Line class from Terminal to its own class
Andreas Kling
2020-05-15
LibCore: Fix timer expiration processing
Sergey Bugaev
2020-05-15
ProfileViewer: Fix opening the kernel image
Sergey Bugaev
2020-05-15
Shell: Correct program stop behaviour
AnotherTest
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
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
[next]