summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-07-05PixelPaint: Make LayerListWidget scrollableMarcus Nilsson
2021-07-05PixelPaint: Change the default layer name to "Layer"Marcus Nilsson
2021-07-05Piano: Use AudioServer instead of /dev/audio for audiokleines Filmröllchen
2021-07-05KeyboardSettings+Kernel: Setting to enable Num Lock on loginForLoveOfCats
2021-07-05PixelPaint: Ask to preserve transparency when exportingMarcus Nilsson
2021-07-04Assistant: Don't index the /dev directoryAndreas Kling
2021-07-04Assistant: Force the window to have a shadow despite being framelessAndreas Kling
2021-07-04Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 versionAndreas Kling
2021-07-04Magnifier: Make the main widget a GUI::FrameAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04Spreadsheet: Move down a cell when Return is pressed in the cell editorzawwwu
2021-07-04Spreadsheet: Add function for moving cursorzawwwu
2021-07-04Terminal: Grey out color scheme widget when there's nothing to selectLuK1337