summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-02-28Piano: Respect logarithmic parameters in sliderskleines Filmröllchen
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-27Spreadsheet: Add sumProduct(If) functionsu9g
2022-02-27Spreadsheet: Add max(If)/min(If) function for rangesu9g
2022-02-27Spreadsheet: Add Range(s).first() functionsu9g
2022-02-26TextEditor: Save wrapping mode settingsthankyouverycool
2022-02-26TextEditor: Add missing syntax Alt-menu shortcutsthankyouverycool
2022-02-26Spreadsheet: Disable cut/copy if no cell is selectedFiliph Sandström
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-02-25Everywhere: Use title case for man section titlesnetworkException
2022-02-24TextEditor: Update status bar to use clickable Segmentsthankyouverycool
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21SystemMonitor: Add missing /boot/Kernel.debug unveilIdan Horowitz
2022-02-21Userland: Ask first for unsaved changes after clicking an "Open" actionKarol Kosek
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-20Spreadsheet: Remove Debug Statementu9g
2022-02-20HexEditor: Add support for handling PageUp and PageDown key eventsLiav A
2022-02-20HexEditor: Reduce code duplication when handling key down eventsLiav A
2022-02-20Spreadsheet: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-20HexEditor: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-20HexEditor: Display dirty close icon when the file is changedKarol Kosek
2022-02-19Filemanager: Only enable rename if availableSimon Danner
2022-02-18BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gmlAndreas Kling
2022-02-18Browser: Add option to open BrowserSettings from Browser :^)Maciej
2022-02-18BrowserSettings: Implement GUI for setting up content filters :^)Maciej
2022-02-18Browser: Add support for disabling content filteringMaciej
2022-02-18Browser: Implement listener for most config optionsMaciej
2022-02-18Browser: Call url_from_user_input for home URLMaciej
2022-02-18Browser: Update content filters if the config file changesMaciej
2022-02-18FontEditor: Remove listener clientthankyouverycool
2022-02-18FontEditor: Save settings for showing metadata and unicode blocksthankyouverycool
2022-02-18FontEditor: Add a search box to filter Unicode blocksthankyouverycool
2022-02-18SystemMonitor: Add proper icon to the ProcessState windowthankyouverycool
2022-02-18SystemMonitor: Don't invalidate ProcessStateModel on refreshthankyouverycool
2022-02-18Userland: Dynamically update the MonitorSettingsWidget countdown timerstijndr
2022-02-17LibGUI: JsonArrayModel update without invalidating indicesmartinfalisse
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-15Applications: Run gml-formatIdan Horowitz
2022-02-15FontEditor: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-15CharacterMap: Add a ListView to sort glyphs by their Unicode blockthankyouverycool
2022-02-15Spreadsheet: Improve 'Functions Help' buttonelectrikmilk