summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-01-14SystemMonitor: Split multi-core CPU usage graphs into multiple rowsIdan Horowitz
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-14ImageViewer: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-12FontEditor: Add Klingon phrase to Preview FontLady Gegga
2022-01-12Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}Idan Horowitz
2022-01-123DFileViewer: Replace lambertian lighting with GL LightingJesse Buhagiar
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-12Base+PixelPaint: Add more menu iconselectrikmilk
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2022-01-11Help+Base: Add help://man URLs for links between man pageskleines Filmröllchen
2022-01-11Help: Refactor link handlingkleines Filmröllchen
2022-01-09Spreadsheet: Properly pass parent window to WorkbookGlenford Williams
2022-01-09PixelPaint: Verify that we have an ImageEditor instead of returningMarcus Nilsson
2022-01-09PixelPaint: Disable actions when no ImageEditor is openMarcus Nilsson
2022-01-09PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidgetMarcus Nilsson
2022-01-09PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*Marcus Nilsson
2022-01-09Help: Scroll to the top of page when opening a new linksholm
2022-01-09PixelPaint: Move out common logic from Filters into base classMustafa Quraish
2022-01-09PixelPaint: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Piano: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Welcome: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Mail: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09PDFViewer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Calculator: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09VideoPlayer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09KeyboardMapper: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09SystemMonitor: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-093DFileViewer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09FontEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09TextEditor: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09FileManager: Do not allow rename files that cannot be modifiedLeonardo Nicolas
2022-01-09PixelPaint: Only clear `LayerListWidget` if there are no editors leftMustafa Quraish
2022-01-09PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`Mustafa Quraish
2022-01-09PixelPaint: Move `save` and `save_as` logic inside `ImageEditor`Mustafa Quraish
2022-01-09FontEditor: Support selection rangesMaciej
2022-01-09FontEditor: Save scale to config fileMaciej
2022-01-09FontEditor: Display something for emoji glyphsMaciej
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-08PixelPaint+LibGfx: Add sepia color filterXavier Defrang
2022-01-08KeyboardMapper: Add support for dynamic keyboard visualizationJean-Paul Balabanian
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson
2022-01-06PDFViewer: Fix sidebar toggle logicMarcus Nilsson
2022-01-06ImageViewer: Show error if wallpaper could not be setJunior Rantila
2022-01-06ImageViewer: TRY all the thingsJunior Rantila