summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-09-09PixelPaint: Add `Fit Image To View` actionMustafa Quraish
2021-09-09PixelPaint: Add "Brush Mode" to EraseTool :^)Mustafa Quraish
2021-09-09PixelPaint: Make EraseTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Make PenTool inherit from BrushToolMustafa Quraish
2021-09-09PixelPaint: Reoriganize drawing in BrushTool to allow more code reuseMustafa Quraish
2021-09-09PixelPaint: Allow drawing line between 2 points with BrushToolMustafa Quraish
2021-09-09PixelPaint: Fix BucketTool out of memory crashesMustafa Quraish
2021-09-093DFileViewer: Use unveil and FileSystemAccessServerTimothy
2021-09-08SystemMonitor: West Const to East Const refactorDawid Wolosowicz
2021-09-08SystemMonitor: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08SystemMonitor: Make the process list searchableDawid Wolosowicz
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08Magnifier: Remove unnecessary global cursor trackingBen Wiederhake
2021-09-08Assistant: Fix lockfile logicBen Wiederhake
2021-09-08Assistant: Remove unnecessary global cursor trackingBen Wiederhake
2021-09-07PixelPaint: Show mouse position in statusbar without active toolMustafa Quraish
2021-09-07PixelPaint: Add Menu action/shortcut to close current image tabMustafa Quraish
2021-09-07PixelPaint: Register RectangleTool thickness slider as primaryMustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `LineTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`Mustafa Quraish
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-07PixelPaint: Fix layer dragging bugMustafa Quraish
2021-09-06PixelPaint: Add `Crop to Selection` ActionMustafa Quraish
2021-09-06Browser+WebContent: Initialize WebContentConsoleClient earlierSam Atkins
2021-09-06Browser: Convert JS ConsoleWidget to new APISam Atkins
2021-09-06Browser: Reconnect the JS console when the current page changesSam Atkins
2021-09-06Browser: Move `show_console_window()` to TabSam Atkins
2021-09-06Browser: Delete unused BrowserConsoleClient.{h,cpp}Sam Atkins
2021-09-06Keyboard Mapper: Better text color for buttons in dark themeAnders Fimreite
2021-09-06ThemeEditor: Make the model derived from ItemListModelKarol Kosek
2021-09-06FontEditor: Don't loop over all glyphs to find selected oneMustafa Quraish
2021-09-06PixelPaint: Allow opening of files dropped onto application :^)Mustafa Quraish
2021-09-06PixelPaint: Refactor `main.cpp` into `MainWidget`Mustafa Quraish
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-04SoundPlayer: Convert to double before calculatingKarol Kosek
2021-09-04SoundPlayer: Simplify Bars Visualization drawing logic a bitKarol Kosek
2021-09-04SystemMonitor: Fix CPU usage calculationTom
2021-09-04SoundPlayer: Create only one playlist widgetKarol Kosek
2021-09-04Assistant: Use HashMap::ensure() in Database::did_receive_results()Andreas Kling
2021-09-04SystemMonitor: Use HashMap::ensure() in ProcessModel::update()Andreas Kling
2021-09-04PixelPaint: Fix broken opening of files from ShellTobias Christiansen
2021-09-04SystemMonitor: Make memory statistics dynamically formatted by sizeDavid Isaksson
2021-09-04PixelPaint: Use Zoom and Eyedropper cursorsMustafa Quraish
2021-09-04PixelPaint: Add invert filterMusab Kılıç
2021-09-04PixelPaint: Make tools use the new API for property change shortcutsMustafa Quraish
2021-09-04PixelPaint: Add mechanism for tools to use keyboard shortcutsMustafa Quraish
2021-09-04SoundPlayer: Add spacebar keyboard shortcut for play/pauseThitat Auareesuksakul
2021-09-04HexEditor: Use FileSystemAccessClient, add unveilsMustafa Quraish