summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-05-29HexEditor: Add find_all_strings() functionBrendan Coles
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-28SystemMonitor: Disable menu items for inaccessible processMarcus Nilsson
2021-05-28SystemMonitor: Use u64 for disk sizesJesse Buhagiar
2021-05-27HexEditor: Add 'Find All' option to Find Dialog to find all matchesBrendan Coles
2021-05-27PDFViewer: Reset current page number to 1 when opening a fileLinus Groh
2021-05-27PDFViewer: Enable previous/next buttons conditionallyLinus Groh
2021-05-27PDFViewer: Fix previous/next page toolbar button iconsLinus Groh
2021-05-273DFileViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Add a Help menuLinus Groh
2021-05-27PDFViewer: Add separator before quit menu actionLinus Groh
2021-05-27PDFViewer: Show app name as "PDF Viewer" when a file is loadedLinus Groh
2021-05-27SoundPlayer: Show app name as "Sound Player" when a file is loadedLinus Groh
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-273DFileViewer: Add view menuErik Biederstadt