summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-05-03HexEditor: Remember all of the layout options in the configurationCaoimhe
2023-05-02SoundPlayer: Fix glitchy visualization on pause/stopJoel Petersson
2023-05-02SoundPlayer: Introduce buffer_reset api to VisualizationWidgetJoel Petersson
2023-05-01CertificateSettings: Add missing ellipsis on import/export buttonsAndreas Kling
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-30PixelPaint: Clip the gradient tool preview to the active layer rectTim Ledbetter
2023-04-29Spreadsheet: Add blank sheet when import dialog is cancelledAbuneri
2023-04-29Spreadsheet: Enable the ability to undo/redo changes in cell colorhuttongrabiel
2023-04-29Spreadsheet: Add CellUndoMetadataCommand classhuttongrabiel
2023-04-29Spreadsheet: Add CellChange constructor for changes in type metadatahuttongrabiel
2023-04-29PixelPaint: Add radial gradient supportTorstennator
2023-04-27DisplaySettings: Show bilinear filtered wallpaper in `MonitorWidget`Jelle Raaijmakers
2023-04-27DisplaySettings: Remove unused code from `MonitorWidget`Jelle Raaijmakers
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-25Applications: Update man page links for applicationsTim Ledbetter
2023-04-25Help: Ensure window title is updated when a subsection is selectedTim Ledbetter
2023-04-24LibChess: Add and use Square::{file,rank}_char() methodsSam Atkins
2023-04-24Browser: Support selections from the accessibility tabJonah
2023-04-24BrowserSettings: Convert `BrowserSettingsWidget` to a failable factoryCameron Youell
2023-04-24Browser: Convert `BookmarksBarWidget` to use failable functionsCameron Youell
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-23LibCoredump+CrashReporter: Make CrashReporter work on AArch64Daniel Bertalan
2023-04-22BrowserSettings: Propagate errors from creation of content filter widgetTimothy Flynn
2023-04-22BrowserSettings: Slightly change text for adding a new content filterTimothy Flynn
2023-04-22BrowserSettings: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Port content filters to StringTimothy Flynn
2023-04-22Browser+Ladybird+LibWeb: Prevent infinite growth of content filtersTimothy Flynn
2023-04-21Browser: Add support for CookieJar to run in a transient, in-memory modeTimothy Flynn
2023-04-20TextEditor: Propagate errors from `MainWidget::initialize_menubar()`Karol Kosek
2023-04-20PDFViewer: Propagate errors from `PDFViewerWidget::initialize_menubar()`Karol Kosek
2023-04-20HexEditor: Propagate errors from `HexEditorWidget::initialize_menubar()`Karol Kosek
2023-04-20CharacterMap: Propagate errors from `initialize_menubar()`Karol Kosek
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-19Userland: Construct Menus with name using the non-deprecated StringKarol Kosek
2023-04-18Browser: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-18BrowserSettings: Add a tab to control the Browser's autoplay settingsTimothy Flynn
2023-04-18SpreadSheet: Use new InputBox featuresthankyouverycool
2023-04-18FontEditor: Use compact InputBox for Go to Glyph actionthankyouverycool
2023-04-18Calculator: Use numeric InputBox for digit rounding and shrinkingthankyouverycool
2023-04-18FileManager: Use InputBox icons for file and directory creationthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-17SoundPlayer: Pledge "FileManager" config domainBrendan Kelly
2023-04-17FileManager+LibGUI: Cache the FileSystem::can_delete_or_move valueTom