summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19PixelPaint: Enable more text tool keyboard shortcutsTim Ledbetter
2023-02-19FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)Sam Atkins
2023-02-19LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCBSam Atkins
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-17PixelPaint: Propagate errors from making filter settings widgetsKarol Kosek
2023-02-17TextEditor: Replace DeprecatedString for StringFausto Tommasi
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16PixelPaint: Propagate errors from making tool property widgetsKarol Kosek
2023-02-16LibFileSystemAccessClient: Remove the deprecated APILucas CHOLLET
2023-02-16Assistant+Spreadsheet: Convert usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-16ImageViewer: Rename "Go Back" and "Go Forward" actionsTim Ledbetter
2023-02-16ImageViewer: Make arrow key shortcuts workTim Ledbetter
2023-02-163DFileViewer: Don't unveil "/home/anon/Documents/3D Models"Lucas CHOLLET
2023-02-163DFileViewer: Set the window title name in `load_file()`Lucas CHOLLET
2023-02-163DFileViewer: Don't try to open textures without `LibFSASC`Lucas CHOLLET
2023-02-163DFileViewer: Port to `Core::File`Lucas CHOLLET
2023-02-163DFileViewer: Remove unnecessary tests when loading filesLucas CHOLLET
2023-02-163DFileViewer: Use `LibFSAC` in `GLContextWidget::load_path()`Lucas CHOLLET
2023-02-163DFileViewer: Port `MeshLoader` and its child to the new `Core::File`Lucas CHOLLET
2023-02-16PixelPaint: Add an option for making a Gradient with a secondary colorKarol Kosek
2023-02-16PixelPaint: Put the main gradient color at the cursorKarol Kosek
2023-02-16PixelPaint: Set Tool on_*_color_change logic using virtual functionsKarol Kosek
2023-02-15HexEditor: Add selection strings to the value inspectorMetallicSquid
2023-02-15Piano: Fix insertion and deletion of notesFlorian Kaiser
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13Userland: Use default initializer instead of an empty string for ButtonsKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-13LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new StringKarol Kosek
2023-02-12LibVideo/VideoPlayer: Dispatch state change events and update play iconZaggy1024
2023-02-11Assistant: Allow arguments in AppProvider queriesTim Ledbetter
2023-02-11FileManager: Show directory size and file count in PropertiesWindowTim Ledbetter
2023-02-11FileManager: Propagate errors from PropertiesWindow initializationTim Ledbetter
2023-02-11FileManager: Factorize code to handle drag-and-dropLucas CHOLLET
2023-02-10DisplaySettings: Capitalize fallback display mode when loading settingsJulian Offenhäuser
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-10Spreadsheet: Don't recalculate column sizes when no data has changedTim Ledbetter
2023-02-09SoundPlayer: Fix logic bug in bars visualizationJulian Offenhäuser
2023-02-08Piano: Show a progress window when exporting WAVkleines Filmröllchen
2023-02-08VideoPlayer/LibVideo: Seek accurately when scrolling in the seek barZaggy1024
2023-02-08LibVideo/PlaybackManager: Organize playback states into virtual classesZaggy1024
2023-02-08LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` classZaggy1024