summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2022-04-12CrashReporter: Implement `Save Backtrace` buttonAli Chraghi
2022-04-11FileManager: Use Core::System::exec()Sam Atkins
2022-04-11Terminal: Use Core::System::exec()Sam Atkins
2022-04-11BrowserSettings: Validate homepage URLJulen Ruiz Aizpuru
2022-04-10Applications: Support `.obj` polygons in `3DFileViewer`Jelle Raaijmakers
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-07HexEditor: Add Value InspectorTimothy Slater
2022-04-07HexEditor: Add get_byte() method to HexEditor classTimothy Slater