summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-27Browser: Give BookmarksBarWidget a minimum sizeSam Atkins
2022-07-25Piano: Replace knob instantiations with ProcessorParameterWidgetskleines Filmröllchen
2022-07-25LibDSP: Remove Track volume getters and setterskleines Filmröllchen
2022-07-25Piano: Remove waveform cycling with Ckleines Filmröllchen
2022-07-25Piano: Add a generic processor parameter widgetkleines Filmröllchen
2022-07-25Piano: Add Toggle parameter widgetkleines Filmröllchen
2022-07-24MouseSettings: Show highlight toggle shortcut and new layout tweaksMacDue
2022-07-24SystemMonitor: Keep selected row in ProcessMemoryMapWidgetDavid Smith
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-22Help: Make history navigation work with man pages opened using help urlsnetworkException
2022-07-22Piano: Increase AudioPlayerLoop resilience against scheduling weirdnesskleines Filmröllchen
2022-07-22Piano+LibDSP: Move Track to LibDSPkleines Filmröllchen
2022-07-21PartitionEditor: Add size columnSamuel Bowman
2022-07-21PartitionEditor: Add total blocks columnSamuel Bowman
2022-07-21LibPartition: Fix end block off by one errorSamuel Bowman
2022-07-21PartitionEditor: Abort and show a dialog if not running as rootSamuel Bowman
2022-07-21PartitionEditor: Add the beginnings of a partition editor :^)Samuel Bowman
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-19TextEditor: Debounce update_preview() in on_change eventMacDue
2022-07-17Calculator: Set button colors from system paletteKarol Kosek
2022-07-17PixelPaint: Export images using the editor title as a default basenameKarol Kosek
2022-07-15KeyboardSettings: Improve KeymapDialog layoutFrHun
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-15PixelPaint: Tweak FilterGallery layoutFrHun
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-14Kernel+Userland: Rename prefix of user_physical => physicalLiav A
2022-07-14Kernel+Userland: Remove supervisor pages conceptLiav A
2022-07-14NetworkSettings: Remove warning about rebootMaciej
2022-07-14Browser: Make "Go Home" open a new tab on middle mouse clicknetworkException
2022-07-14Browser: Allow opening bookmarks in new tab on middle mouse clicknetworkException
2022-07-14Browser: Use OpenInNewTab parameter in on_bookmark_click handlernetworkException
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-07-11HexEditor: Gray-out null bytesKarol Kosek
2022-07-09FileManager: Change PGID of spawned processesLucas CHOLLET
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Hide Widget::set_font() in GlyphEditorWidgetthankyouverycool
2022-07-06FontEditor: Remove unused headers and member variablesthankyouverycool
2022-07-06FontEditor: Simplify GlyphMapWidget context menu constructionthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-07-06FontEditor: Convert preview window to GML and propagate its errorsthankyouverycool