summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-06-15PixelPaint: Alternate selection outline between black and whiteMateusz Górzyński
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-06-15PixelPaint: Clear selection when opening a new imageAndreas Kling
2021-06-15PixelPaint: Display an error message if exporting to PNG/BMP failsAndreas Kling
2021-06-15PixelPaint: Avoid unnecessary temporary layer bitmaps during PP loadAndreas Kling
2021-06-15PixelPaint: Increase default size of new images from 1x1 to 480x360Andreas Kling
2021-06-15PixelPaint: Don't allow creating empty layers or imagesAndreas Kling
2021-06-15PixelPaint: Display an error message if opening a file failsAndreas Kling
2021-06-15PixelPaint: Display an error message if saving to PP file failsAndreas Kling
2021-06-15PixelPaint: No need to pass ImageEditor& to Selection::paint()Andreas Kling
2021-06-15PixelPaint: Add actions to swap colors or reset them to default valuesLepkoQQ
2021-06-15PixelPaint: Add menu items for Select All and Clear SelectionLepkoQQ
2021-06-14PixelPaint: Always animate marching ants during interactive selectionAndreas Kling
2021-06-14PixelPaint: Make new pasted layer active immediatelyAndreas Kling
2021-06-14PixelPaint: Add copy action (copies the selection from active layer)Andreas Kling
2021-06-14PixelPaint: Draw the current editor selection as marching antsAndreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-14PixelPaint: Implement basic rectangular selection (preview only)Andreas Kling
2021-06-14PixelPaint: Add a new "Rectangle Select" tool :^)Andreas Kling
2021-06-13Calculator: Fix offensive button misalignmentAndreas Kling
2021-06-13Browser: Fix build breakage from 29cce65Andreas Kling
2021-06-13Browser: Add download finished graphics to download widgetMarcus Nilsson
2021-06-13Browser: Add close on finished checkbox to download widgetMarcus Nilsson
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers
2021-06-13TextEditor: Don't allow opening directoriessinmineryt
2021-06-12VideoPlayer: Create application to parse (and eventually play) videosFalseHonesty
2021-06-12PDFViewer: Switch back to up/down page iconsMatthew Olsson
2021-06-12PDFViewer: Display error dialog if necessary instead of crashingMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12Terminal: Don't show window until we've added menubar to itAndreas Kling
2021-06-12PixelPaint: Use ImageDecoder to load images out-of-processAndreas Kling
2021-06-12PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)Andreas Kling
2021-06-12PixelPaint: Guarantee that constructed Layer always has a Gfx::BitmapAndreas Kling
2021-06-12PixelPaint: Use move semantics around Layer construction and accessorsAndreas Kling
2021-06-11PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Rename Image::create_foo() => Image::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-06-09FileManager: Save maximized window state on exitMarcus Nilsson
2021-06-09Browser: Fix crash on downloadTimothy
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-08SoundPlayer: Enable stop button when play button clickedNick Miller
2021-06-08LibGUI+SoundPlayer: Add Slider option to jump to cursorNick Miller
2021-06-07LibWeb+LibSyntax: Implement nested syntax highlightersAli Mohammad Pur
2021-06-07WindowServer+Magnifier: Make Magnifier buttery smooth :^)Andreas Kling
2021-06-07Magnifier: Use a GUI::DisplayLink to drive the screen capturesAndreas Kling
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-06Magnifier: Add desktop display scale awarenessEugene Barnett
2021-06-06KeyboardMapper: Add GUI alert in case load from file failsNonStdModel
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur