summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-07-03Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVectorTimothy Flynn
2021-07-03Assistant: Add provider to run a command in a terminalTimothy Flynn
2021-07-03Assistant: Add new URLProvider to open URL's in the browserEdwin Hoksberg
2021-07-03DisplaySettings: Add new Desktop tab with virtual desktop settingsTom
2021-07-033DFileViewer: Add primitive mouse controlsNoah Rosamilia
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02PixelPaint: Reset layer widgets when closing last tabMarcus Nilsson
2021-07-02PixelPaint: Add layer to image before setting propertiesMarcus Nilsson
2021-07-02Assistant: Add a new FileProvider to assist in searching the filesystemSpencer Dixon
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-07-02Assistant: Remove Result::Kind in favor of native `typeid`Spencer Dixon
2021-07-02Assistant: Change to home directory when spawning applicationsSpencer Dixon
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins