summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-10-13Browser: Set 'webdriver-active flag' when creating a new TabLinus Groh
2022-10-12Browser: Add a basic WebDriver APISam Atkins
2022-10-12HexEditor: Fix two off-by-one errorsMart G
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-12PixelPaint: Call update after clearing guidesMart G
2022-10-12TextEditor: Set window title before showing the main windowGunnar Beutner
2022-10-10PixelPaint: Add Hue/Saturation filterMacDue
2022-10-10PixelPaint: Add InplaceFilter and convert FastBoxBlur to be oneMacDue
2022-10-09VideoPlayer: Allow display of multiple frames by clicking the imageZaggy1024
2022-10-09LibVideo: Add support for VP9 superframesZaggy1024
2022-10-09VideoPlayer: Display frames from the VP9 decoderZaggy1024
2022-10-09LibVideo: Allow bit stream reads to throw errorsZaggy1024
2022-10-09VideoPlayer: Remove unused #include <LibAudio/ConnectionToServer.h>Zaggy1024
2022-10-06Browser: Add a custom icon for the "New Window" actionGunnar Beutner
2022-10-06Browser: Provide ability to create new browser windowsKemal Zebari
2022-10-06PixelPaint: Add actions to crop layer to selection/contentSergiy Stupar
2022-10-06FileManager: Group Toolbar overflowFrHun
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-04Applications: Use title-case for group box titles in settingsTimothy Flynn
2022-10-04BrowserSettings: Remove overly verbose dbgln statementTimothy Flynn
2022-10-04CalendarSettings: Add Weekend-specific settingsTobias Christiansen
2022-10-03Calculator: Add a Shrinking actionLucas CHOLLET
2022-10-03Calculator: Add a "Custom" entry to the rounding menuLucas CHOLLET
2022-10-03Calculator: Add a Rounding menuLucas CHOLLET
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-02Calendar: Fix crash when changing event dateMonroe Clinton
2022-10-01Magnifier: Don't error if cancelling capture saveMacDue
2022-10-01Welcome: Use StandardPaths to load README.mdthankyouverycool
2022-10-01Welcome: Use fallible try_create_default_icon()thankyouverycool
2022-10-01Welcome: Update GMLthankyouverycool
2022-10-01Welcome: Port to Core::Streamthankyouverycool
2022-10-01Welcome: Remove unnecessary includethankyouverycool
2022-10-01Welcome: Add/remove SystemServer group entry to toggle startupthankyouverycool
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-29PixelPaint: Add option to make new layer from selectionTimothy Slater
2022-09-29PixelPaint: Add function to make layer from selection to ImageEditorTimothy Slater
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28Welcome: Get LibWeb to parse Markdown documents for usSam Atkins
2022-09-27PixelPaint: Use the parallel ImageProcessor to apply filterskleines Filmröllchen
2022-09-27PixelPaint: Add a general-purpose parallel image processing pipelinekleines Filmröllchen
2022-09-27PixelPaint: Expose the GUI event loop from the ImageEditorkleines Filmröllchen
2022-09-27PixelPaint: Reference-count filterskleines Filmröllchen
2022-09-27Spreadsheet: Add toolbar actions to change the cell styleMarco Santos
2022-09-26Magnifier: Add the option to save capturesRoberto Bampi
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-09-22ClockSettings: Increase max visible items for time zone ComboBoxthankyouverycool
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21Browser: Ignore whitespace-only input in the JS consoleSam Atkins