summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2022-07-06FontEditor: Propagate errors when pushing undo commandsthankyouverycool
2022-07-06FontEditor: Normalize GlyphMap selection before creating UndoSelectionthankyouverycool
2022-07-06FontEditor: Improve error propagation during constructionthankyouverycool
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-07-03Browser: Fix crash if clicking on non-visible nodes in the inspectorMacDue
2022-07-03BrowserSettings: Make content filtering on by defaultMaciej
2022-07-03BrowserSettings: Make default content filtering flag constexprMaciej
2022-06-30Run: Don't try to set a history selection if history is emptyAndreas Kling
2022-06-30PixelPaint: Omit file extension in tab/editor titlesLennon Donaghy
2022-06-30PixelPaint: Use image title as default filename for "save as"Lennon Donaghy
2022-06-30Spreadsheet: Make conditional-formatting condition-list scrollableFrHun
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-30ThemeEditor: Fix layout for new layout systemFrHun
2022-06-30Spreadsheet: Use new layout systemFrHun
2022-06-29Terminal: Repair resizingFrHun
2022-06-29Calender: Add ability to set the time of day for an eventAndrew Dykema
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-27Help: Use LibWeb to open files via RequestServerLucas CHOLLET
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-27Browser: Remove GML formatting errors from BrowserSettingsWidget.gmlAndrew Kaster
2022-06-26Spreadsheet: Display a detailed view of a cell error on hoverAli Mohammad Pur
2022-06-26Spreadsheet: Allow importing sheets into an existing workbookAli Mohammad Pur
2022-06-26Spreadsheet: Throw if lookup value doesn't exist and no default is givenAli Mohammad Pur
2022-06-26Spreadsheet: Make it possible to refer to ranges in other sheetsAli Mohammad Pur
2022-06-26Spreadsheet: Prevent OOB access to text editor bufferAli Mohammad Pur
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-26Browser+BrowserSettings: Add preference for new tabXexxa
2022-06-22Terminal+TerminalSettings: Add caret customizationMichaล‚ Lach
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
2022-06-17ThemeEditor: Run gml-formatLinus Groh
2022-06-17DisplaySettings: Use IPC calls instead of current_system_theme helpernetworkException
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Handle an override theme being activenetworkException
2022-06-17DisplaySettings: Update selected theme on changenetworkException