summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-06-04LibVT+Terminal: Add color scheme supportDaniel Bertalan
2021-06-03Everywhere: Remove accidental '\n' from various outln() invocationsAndreas Kling
2021-06-03KeyboardMapper: Fix crash upon loading an invalid JSON fileNonStandardModel
2021-06-03TextEditor: Remove unused header includesBrian Gianforcaro
2021-06-02TextEditor/GMLPlayground: Don't close app if user aborts save on exitMatthew Jones
2021-06-02KeyboardMapper: Add default path to keymapsNonStandardModel
2021-06-02Terminal/LibGUI::TextEditor: Add shift+return to search forwardsMarcus Nilsson
2021-06-02Terminal: Remove unused includesMarcus Nilsson
2021-06-02Terminal: Close find & settings windows on application exitMarcus Nilsson
2021-06-02PixelPaint: Update Image.{cpp, h} to use east constMarco Cutecchia
2021-06-02PixelPaint: Support opening more image file formatsMarco Cutecchia
2021-06-02SoundPlayer: Fix playback slider page steppingNick Miller
2021-06-01HexEditor: Fix off-by-one bugs in selected text length calculationsBrendan Coles
2021-06-01Spreadsheet: Remove usage of URL::set_path()Max Wipfli
2021-06-01AK: Remove URLParserMax Wipfli
2021-06-01AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()Max Wipfli
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-31SpaceAnalyzer: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-31Debugger: Replace printf() with outln()Linus Groh
2021-05-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-29DisplaySettings: Set monitor widget color if no image is selectedJesse Buhagiar