summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-13PaintBrush: Clip layer contents outside the image rect when compositingAndreas Kling
2020-05-13LibGUI: Add GUI::MessageBox::show_error() convenience functionAndreas Kling
2020-05-13PaintBrush: Don't paint over the nice GUI::Frame around ImageEditorAndreas Kling
2020-05-13PaintBrush: Add a "Tool" menu and put all the tools in itAndreas Kling
2020-05-13LibWeb: Support "transparent" CSS color valueLinus Groh
2020-05-13LibWeb: Make parsing of most CSS values case-insensitiveLinus Groh
2020-05-13LibWeb: Make CSS property parsing case-insensitiveLinus Groh
2020-05-13AK: Add StringView::equals_ignoring_case()Linus Groh
2020-05-13Shell: Break out of continuation when ^C is pressedAnotherTest
2020-05-13LibLine: Add a hook to run when an interrupt is handledAnotherTest
2020-05-13PaintBrush: Let's have a tool (pen) checked on startupAndreas Kling
2020-05-13PaintBrush: Put all the tool buttons into an action groupAndreas Kling