summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-05-06Terminal: Close warnings for background/foreground processesMacDue
2022-05-05Browser: Consolidate StorageWidget tabs into a single gml filenetworkException
2022-05-05Browser: Set all cookies at once instead adding them separatelyRafał Babiarz
2022-05-05Browser: Rename "on_want_cookies" to match local storage equivalentRafał Babiarz
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-05-02PixelPaint: Set title of default image to 'Untitled'cflip
2022-04-29ThemeEditor: Show if modified, and prompt before discarding unsaved workSam Atkins
2022-04-29ThemeEditor: Update displayed alignment when loading a theme fileSam Atkins
2022-04-29ThemeEditor: Stop firing unnecessary change callbacksSam Atkins
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-29ThemeEditor: Open the FilePicker at the location in the path inputSam Atkins
2022-04-29ThemeEditor: Show a message box if saving failsSam Atkins
2022-04-29ThemeEditor: Propagate failure to create AlignmentModelSam Atkins
2022-04-28ThemeEditor: Add preview window with 'Highlighted' window stateMacDue
2022-04-28ThemeEditor: Center preview windows accounting for window frameMacDue
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27HexEditor: Add UTF16 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add UTF8 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add ASCII to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Don't require the ValueInspectorModel's value size to be i32kleines Filmröllchen
2022-04-23ClockSettings: Add a preview of the current time formatSam Atkins
2022-04-23ClockSettings: Tweak timezone layout spacing to not crop the ComboBoxSam Atkins
2022-04-23ClockSettings: Don't change format text when checking "Custom"Sam Atkins
2022-04-23ClockSettings: Select radio-button that matches the saved clock formatSam Atkins
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-20AK: Add FuzzyMatch headerfaxe1008
2022-04-20CrashReporter: Don't display an error when cancelling backtrace savingLucas CHOLLET
2022-04-20CrashReporter: Fix "Save Backtrace" button widthLucas CHOLLET
2022-04-18Spreadsheet: Sort functions by name in the help windowEli Youngs
2022-04-18ThemeEditor: Remove unused model classesKarol Kosek
2022-04-18ThemeEditor: Use new RoleModel template classKarol Kosek
2022-04-18ThemeEditor: Add generic RoleModel template classKarol Kosek
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-18SystemMonitor: Remove MakeInspectable::Yes from constructorSam Atkins
2022-04-18HexEditor: Show endianness in the value inspectorEli Youngs
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-15ClockSettings: Add 'show seconds' toggle to time format settingscflip
2022-04-13PixelPaint: Add exporting to the QOI image formatOlivier De Canniere
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse