summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-12-31Terminal: Move the settings window to GML :^)Andreas Kling
2020-12-31Piano: Quit the audio thread by checking Core::EventLoop for exitAndrew Kaster
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31PixelPaint: Use GUI::OpacitySlider for layer opacity settingsAndreas Kling
2020-12-31Terminal: Use GUI::OpacitySlider in the settings windowAndreas Kling
2020-12-31PixelPaint: Don't focus toolbox buttons on clickAndreas Kling
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30TextEditor: Switch to using GUI::FontPicker for picking editor font :^)Andreas Kling
2020-12-30Terminal: Switch to using GUI::FontPicker for choosing terminal fontAndreas Kling
2020-12-30CrashReporter: Show assertion message in backtrace, if anyLinus Groh
2020-12-30Terminal: Fix bell mode in Terminal SettingsMorc - Richard Gráčik
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30CrashReporter: Show PID from coredumpLinus Groh