summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-07-11TableView: Do not select input on keydownJelle Raaijmakers
2021-07-11SoundPlayer: Show the context menu right under the cursorKarol Kosek
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-10LibVideo/VP9: Begin reference frame update process (8.10)FalseHonesty
2021-07-10LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder classFalseHonesty
2021-07-10PixelPaint: Check modifier on mousemove in LineToolMarcus Nilsson
2021-07-10SpaceAnalyzer: Show folder total sizeKarol Kosek
2021-07-10FontEditor: Tweak offensive padding :^)Andreas Kling
2021-07-10TextEditor: Remove unused includesTimothy
2021-07-10TextEditor: Convert to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-07-09PixelPaint: Only update the layer thumbnail on layer bitmap changesAndreas Kling
2021-07-09PixelPaint: Move LayerListWidget gadget rect computation to a functionAndreas Kling
2021-07-09PixelPaint: Remove unused member from LayerListWidget::GadgetAndreas Kling
2021-07-09PixelPaint: Call correct base class in LayerListWidget::resize_event()Andreas Kling
2021-07-09PixelPaint: Make PenTool invalidate even less when drawing :^)Andreas Kling
2021-07-09PixelPaint: Don't deselect layers in LayerListWidgetMarcus Nilsson
2021-07-09PixelPaint: Make sure that a layer is always selectedMarcus Nilsson
2021-07-09PixelPaint: Only scroll into view in LayerListWidget when neededMarcus Nilsson
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-09ImageViewer: Use real path for the image pathAziz Berkay Yesilyurt
2021-07-09ImageViewer: Use LexicalPath to grab current_dirAziz Berkay Yesilyurt
2021-07-09ImageViewer: Don't resize the window after the first image is displayedAziz Berkay Yesilyurt
2021-07-08PixelPaint: Add method to merge visible layersMarcus Nilsson
2021-07-08PixelPaint: Scroll into view when reordering layersMarcus Nilsson
2021-07-08PixelPaint: Make brush draw on mousedownMarcus Nilsson
2021-07-08PixelPaint: Add method to flatten image layersMarcus Nilsson
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-07-08Kernel: Use PAE to allow accessing all physical memory beyond 4GBTom
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-08Userland: Keep ImageViewer window size the same while zooming inAziz Berkay Yesilyurt
2021-07-07FileManager: Fix Desktop rubber-banding getting clipped at the edgeAndreas Kling
2021-07-07Assistant: Compare two chars instead of StringViews of length 1Yuval Tasher
2021-07-07Browser: Show an example url placeholder in the search engine InputBoxnetworkException
2021-07-07PixelPaint: Make SprayTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Make BrushTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Make PenTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Allow partial invalidation of Layer and ImageAndreas Kling
2021-07-06Tests: Generate data in memory for TestXSV benchmark caseAndrew Kaster
2021-07-06LibJS: Remove the non-standard put helper and replace it's usagesIdan Horowitz
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06PixelPaint: Paint the area around the image with ColorRole::TrayAndreas Kling
2021-07-06PixelPaint: Don't repaint area outside image when image itself changedAndreas Kling
2021-07-05Assistant: Add missing <unistd.h> includeAndreas Kling
2021-07-05PixelPaint: Make move_selection() cycle through layersMarcus Nilsson
2021-07-05PixelPaint: Use layer menu as context menu in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Change color of disabled layers in LayerListWidgetMarcus Nilsson