summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2021-01-08FileManager: Remove extra semicolon added by mistake.Emanuele Torre
2021-01-08FileManager: Allow drag&drop onto breadcrumb bar directories :^)Andreas Kling
2021-01-08Utilities: Add a disk space usage analyzation program.Mart G
2021-01-06LibWeb: Rename Element::resolved_style() => specified_css_values()Andreas Kling
2021-01-06KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.Davide Carella
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-05SystemMonitor: Beef up CPU and memory graphsTom
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2021-01-05TextEditor: Change 'Find regex' shortcut to Ctrl+Shift+RRok Povsic
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04Browser: Make the about menu item look a little nicerAndreas Kling
2021-01-04FileManager: Refer to self as "File Manager" (not "FileManager")Andreas Kling
2021-01-04DisplaySettings: Refer to app as "Display Settings"Andreas Kling
2021-01-04FileManager: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-04Spreadsheet: Tweak documentation window layout slightlyAndreas Kling
2021-01-04Spreadsheet: Tidy up cell formatting dialog a bitAndreas Kling
2021-01-04Spreadsheet: Simplify conditional formatting property tab GMLAndreas Kling
2021-01-04Terminal: Use shrink-to-fit in the settings windowAndreas Kling
2021-01-04DisplaySettings: Use shrink-to-fit to simplify GMLAndreas Kling
2021-01-04DisplaySettings: Set "open wallpaper" button style in GMLAndreas Kling
2021-01-03Calculator: Port interface to GML (#4742)Glenford Williams
2021-01-03CrashReporter: Show termination signalLinus Groh
2021-01-03SystemMonitor: Re-use the /proc/all file descriptor when updatingTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some filesEmanuele Torre
2021-01-03CrashReporter: Make the window resizableAndreas Kling
2021-01-03FontEditor: Add help documentationBrendan Coles
2021-01-03Browser: Tell LaunchServer we only want to show the downloads directoryAndreas Kling
2021-01-03Revert "Terminal: Tell LaunchServer we only need to open "Help""Andreas Kling
2021-01-03Terminal: Tell LaunchServer we only need to open "Help"Andreas Kling
2021-01-03Help: Support loading help page by file path as command line argumentBrendan Coles
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02Spreadsheet: Drop all references to example windows when closing themAnotherTest
2021-01-02Spreadsheet: Avoid OOB access and use-after-move in selectionAnotherTest
2021-01-02Help: Add a "Home" action to the toolbar :^)Andreas Kling
2021-01-02Help: Rename manual section 1 to "User programs"Andreas Kling
2021-01-02Help: Add a simple index pageAndreas Kling
2021-01-02Help: Rename "Tree" tab to "Browse"Andreas Kling
2021-01-02FileManager: Make properties windows non-modalAndreas Kling
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2021-01-01PixelPaint: Remove hand-rolled type information in favor of RTTIAndreas Kling
2021-01-01DisplaySettings: Remove `root_widget()` from DisplaySettingsJesse Buhagiar
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2021-01-01Terminal: Tweak "Find" menu item -> "Find..."Andreas Kling
2021-01-01FileManager: Hide unnecessary scrollbars in DirectoryViewAndreas Kling
2021-01-01FileManager: Defer setting FileSystemModel root path in DirectoryViewAndreas Kling
2021-01-01Terminal: Make the settings window modalAndreas Kling