summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-28PixelPaint: Remove shrink_to_fit property from LevelsDialog GMLTim Ledbetter
2023-02-28PixelPaint: Fix clicking on the layer menu with no image loadedTim Ledbetter
2023-02-28PixelPaint: Disable levels dialog action when no image is loadedTim Ledbetter
2023-02-27HexEditor: Add BE decoding for UTF16String column in ValueInspectorPatryk Pilipczuk
2023-02-26Spreadsheet: Fix column index to number conversionTim Ledbetter
2023-02-26PixelPaint: Add "Apply Mask" actionTim Ledbetter
2023-02-26PixelPaint: Add "Delete Mask" actionTim Ledbetter
2023-02-25Piano: Move octave controls into main widgetkleines Filmröllchen
2023-02-25Piano: Clean up code style with help from clang-tidykleines Filmröllchen
2023-02-25Piano: Improve handling of possibly null parameter labelkleines Filmröllchen
2023-02-25Piano: Rename KnobsWidget to TrackControlsWidgetkleines Filmröllchen
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-25LibDSP: Get rid of DeprecatedStringkleines Filmröllchen
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-24PixelPaint: Make "Add Mask" action fallibleTim Ledbetter
2023-02-24PixelPaint: Make "Add Mask" action undoableTim Ledbetter
2023-02-24PixelPaint: Save layer mask when adding to the UndoStackTim Ledbetter
2023-02-24VideoPlayer: Add button and menu item to toggle fullscreentimre13
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-21PixelPaint: Make merge up and down actions work with disjoint layersTim Ledbetter
2023-02-21PixelPaint: Make image flattening actions work with disjoint layersTim Ledbetter
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-21Assistant: Fix minor const-correctness issuesAndreas Kling
2023-02-21PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>Andreas Kling
2023-02-21PixelPaint: Make Filter::apply() non-virtual and non-constAndreas Kling
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