summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-16Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]]Shannon Booth
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-16Kernel: Tidy up SharedBuffer interfaceShannon Booth
2020-05-16ClipboardHistory: Add a clipboard history applet :^)Sergey Bugaev
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev
2020-05-15LibM: Fix floor() and floorf() for negative numbersAndreas Kling
2020-05-15LibM: Add floorf() for @rexim :^)Andreas Kling
2020-05-15LibVT: Move out the Line class from Terminal to its own classAndreas Kling
2020-05-15LibCore: Fix timer expiration processingSergey Bugaev
2020-05-15ProfileViewer: Fix opening the kernel imageSergey Bugaev
2020-05-15Shell: Correct program stop behaviourAnotherTest
2020-05-15LibJS: Add side-effect-free version of Value::to_string()Andreas Kling
2020-05-15AK: StringBuilder with 0 initial capacity shouldn't build null StringAndreas Kling
2020-05-15Docs: Update required clang-format version to 10 in CONTRIBUTING.mdLinus Groh
2020-05-15Shell: Print correct errno when execvp() failsSergey Bugaev
2020-05-15LibC: Fix execvp() errnoSergey Bugaev
2020-05-15Kernel: Disallow opening socket filesSergey Bugaev
2020-05-15Base: Allow NotificationServer to access the ClipboardSergey Bugaev
2020-05-15Clipboard: Remove accidentally commited fileSergey Bugaev
2020-05-15Build: Ask GCC to always emit colorful diagnosticsSergey Bugaev
2020-05-15Build: Allow using CMake 3.16Sergey Bugaev
2020-05-15Clipboard: Add missing copyright headerAndreas Kling
2020-05-15js: Throw a regular SyntaxError for errors from the parserLinus Groh
2020-05-15LibJS: Let parser keep track of errorsLinus Groh
2020-05-15LibJS: Remove syntax errors from lexerLinus Groh
2020-05-15LibCore: Make IODevice::can_read_line() constAnotherTest
2020-05-15Meta: Updated BuildInstructions.md for the cmake updateDexesTTP
2020-05-15Meta: Updated CodingStyle.md clang-format requirement from 8 to 10DexesTTP
2020-05-15LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)Andreas Kling
2020-05-15ps: Widen the username column slightlyAndreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14AK: Make FileSystemPath::extension() return what's after the last '.'Andreas Kling
2020-05-14open: Create a Core::EventLoop before using Desktop::LauncherAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-14PaintBrush: Added 'Move active layer up/down' to the MenuPierre
2020-05-14PaintBrush: Add 'Remove active layer' to the MenuPierre
2020-05-14LibUnwind: Create UnwindBase.h to capture the EH ABI in codeAndrew Kaster
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-14LibWeb: Make CSS pseudo classes case-insensitiveLinus Groh
2020-05-13PaintBrush: Start the app with an "empty" single layer image :^)Andreas Kling
2020-05-13PaintBrush: Add "Delete layer" action to move tool context menuAndreas Kling
2020-05-13PaintBrush: Tweak initial main window sizeAndreas Kling
2020-05-13PaintBrush: Add move tool context menu with "move to back/front"Andreas Kling
2020-05-13PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()Andreas Kling
2020-05-13PaintBrush: Activate tool properly when right-clicking tool buttonAndreas Kling
2020-05-13PaintBrush: Switch the active layer when clicking one with move toolAndreas Kling
2020-05-13PaintBrush: Draw an outline around the image boundariesAndreas Kling
2020-05-13PaintBrush: Add keyboard shortcuts for selecting different layersAndreas Kling
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-05-13PaintBrush: Add "Create new layer..." actionAndreas Kling