summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-04-15LibGUI+Userland: Convert MessageBox to fallible constructionthankyouverycool
2023-04-15Assistant: Replace usages of adopt_ref() with make_ref_counted()Tim Ledbetter
2023-04-15Assistant: Do not log cancellation errors from FileProvider queriesTim Ledbetter
2023-04-15Assistant: Cache AppFile objects on AppProvider creationTim Ledbetter
2023-04-15Assistant: Avoid creating unnecessary FileResult objectsTim Ledbetter
2023-04-15AK+Everywhere: Replace URL::paths() with path_segment_at_index()MacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14PixelPaint: Correct gradient tool's position during previewEthan Yeager
2023-04-14SoundPlayer: Check if loader is nullBrendan Kelly
2023-04-14VideoPlayer: Use rounded seconds for the timestamp labelZaggy1024
2023-04-14VideoPlayer: Update the current timestamp on state changesZaggy1024
2023-04-14Spreadsheet+LibSyntax: Never insert spans directlyMatteo Benetti
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-13WindowServer: Implement tile window overlayTom
2023-04-13WindowServer: Use enum class for Effects and ShowGeometryTom