summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-04SystemMenu: Tweak text "About..." => "About SerenityOS"Andreas 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-04HackStudio: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-04FileManager: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-04MenuApplets: Give executable icons to some menu appletsAndreas Kling
2021-01-04LibWeb: Don't careleslly insert inline-level boxes into inline-blocksAndreas Kling
2021-01-04Kernel+LibC: Tidy up assertion failures with a dedicated syscallAndreas Kling
2021-01-04Toolchain: Disable exceptions by defaultItamar
2021-01-04crash: Remove -x and -y which do not crash (write to / read from freed memory)Linus Groh
2021-01-04LibWeb: Restart the cursor blink cycle whenever the user edits contentAndreas Kling
2021-01-04Kernel: Specify default memory order for some non-synchronizing AtomicsTom
2021-01-04AK: Add default memory order as template argument for Atomic<T>Tom
2021-01-04AK: Decorate RefCountedBase::try_ref with nodiscardTom
2021-01-04Shell: Remove debug log about child process going awayAnotherTest
2021-01-04LibLine: Don't overwrite stuff when moving origin aroundAnotherTest
2021-01-04Playground: Add help documentationBrendan Coles
2021-01-04LibGUI: Don't include invisible widgets in BoxLayout preferred sizeAndreas 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-04LibGUI: Simplify ToolBarContainer by using shrink-to-fitAndreas Kling
2021-01-04LibGUI: Add Widget shrink-to-fit layout flagAndreas Kling
2021-01-04DisplaySettings: Set "open wallpaper" button style in GMLAndreas Kling
2021-01-04LibCore: Make Core::Object::property() constAndreas Kling
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-03Meta: Rewrite the check-newlines-at-eof script in pythonEmanuele Torre
2021-01-03Calculator: Port interface to GML (#4742)Glenford Williams
2021-01-03CrashReporter: Show termination signalLinus Groh
2021-01-03Kernel+LibELF: Store termination signal in coredump ProcessInfoLinus Groh
2021-01-03SystemMonitor: Re-use the /proc/all file descriptor when updatingTom
2021-01-03ResourceGraph: Re-use the ProcFS file descriptors when updating statsTom
2021-01-03LibCore: Allow caching and reusing the ProcFS file descriptorsTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03ResourceGraph: Handle low memory situations bit betterTom
2021-01-03Kernel: Improve ProcFS behavior in low memory conditionsTom
2021-01-03Lagom: Build gml-formatLinus Groh
2021-01-03Userland: Add gml-formatLinus Groh
2021-01-03Playground: Add "Format GML" menu actionLinus Groh
2021-01-03LibGUI: Add GMLFormatterLinus Groh
2021-01-03LibGUI: Allow comment(s) before first class marker in GML parserLinus Groh
2021-01-03Kernel+Loader.so: Allow dynamic executables without an interpreterWilliam Marlow
2021-01-03ls: Use Core::File::real_path_for()Andreas Kling
2021-01-03Kernel: Fix ProcFS returning Inodes that are being deletedTom
2021-01-03LibELF: Add missing newlines at end of filesAndreas Kling
2021-01-03LibVT: Show terminal hyperlink targets as tooltipsAndreas Kling
2021-01-03LibGUI: Hide the tooltip if widget with open tooltip unsets itAndreas Kling
2021-01-03LibVT: Make terminal hyperlinks double-click-to-activateAndreas Kling