summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-07-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
2021-07-17ThemeEditor: Disable focus for demo widgetsMarcus Nilsson
2021-07-16ThemeEditor: Set window size to 480x385 and disable resizingLuK1337
2021-07-16ThemeEditor: Add menu bar with quit and about itemsLuK1337
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-15Help: Add context menuKarol Kosek
2021-07-15PixelPaint: Fix crash when copying empty selectionGavin Downard
2021-07-14Browser: Escape an ampersand in the menu to avoid making a shortcutKarol Kosek
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-07-12DisplaySettings: Reload current settings when apply dialog is dismissedLuK1337
2021-07-12SoundPlayer: Activate window only on file dropKarol Kosek
2021-07-12ImageViewer: Activate window only on file dropKarol Kosek
2021-07-12HexEditor: Accept file dropsKarol Kosek
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