summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-07-04Assistant: Show a border around the windowtimre13
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04Assistant: Prevent window from being minimizedForLoveOfCats
2021-07-04FileManager: Remove explicit `T` to `Optional<T>` conversionDaniel Bertalan
2021-07-03Assistant: Make more of the classes finalGunnar Beutner
2021-07-03Assistant: Make the bitmap accessor pure virtualGunnar Beutner
2021-07-03Assistant: Add missing bitmap accessor for terminal actionsGunnar Beutner
2021-07-03Assistant: Skip URL provider if query is empty or provider specificEdwin Hoksberg
2021-07-03Assistant: Don't index the /proc and /sys directoriesAndreas Kling
2021-07-03Assistant: Avoid copying the result vectors when providers finishAndreas Kling
2021-07-03Assistant: Keep the set of providers in a Vector for easy iterationAndreas Kling
2021-07-03Assistant: Use fstatat() while building FileProvider path cacheAndreas Kling
2021-07-03Assistant: Use StringView more in FileProvider fuzzy matching codeAndreas Kling
2021-07-03Assistant: Use FileIconProvider for FileProvider query resultsAndreas Kling
2021-07-03Assistant: Make Result bitmaps virtual/lazyAndreas Kling
2021-07-03TextEditor: Reset editor width when disabling preview modeMarcus Nilsson