summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-03-06VideoPlayer: Create submenu to set sizing modetimre13
2023-03-06Browser: Add a missing include in InspectorWidgetMatthew Olsson
2023-03-05CharacterMap: Make the search happen as you typeSam Atkins
2023-03-05CharacterMap: Limit the number of results from the GUI character searchSam Atkins
2023-03-05CharacterMap: Pause updates while generating search resultsSam Atkins
2023-03-05PartitionEditor: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05MouseSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05KeyboardSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05ImageViewer: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05GamesSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05FileManager: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05Assistant: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-04TextEditor: Enable CMake syntax highlightingSam Atkins
2023-03-04CharacterMap: Tweak layout & style of "find character" windowAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-03TerminalSettings: Move scrollback settings from "Terminal" to "View"Andreas Kling
2023-03-03TerminalSettings: Spruce up the "Terminal" tab a bitAndreas Kling
2023-03-03TerminalSettings: Spruce up the "View" tab a bitAndreas Kling
2023-03-03TerminalSettings: Adjust layoutsAndreas Kling
2023-03-03TerminalSettings: Change tab orderAndreas Kling
2023-03-03LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialogAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-03-01SoundPlayer: Add action with icon for toggling muteAndreas Oppebøen
2023-03-01PixelPaint: Do not change layers when scaling with the move toolTim Ledbetter
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28ImageViewer: Add list of recently open files to the File menu :^)Andreas Kling
2023-02-28TextEditor: Add list of recently open files to the File menu :^)Andreas Kling
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