summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-03LibELF: Support relocating weak symbols against global librariesWilliam Marlow
2021-01-03Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinkerWilliam Marlow
2021-01-03man: Rename manual section 1 to "User programs"Brendan Coles
2021-01-03Shell: Implement a 'source' builtinAnotherTest
2021-01-03Shell: Show a snippet of what caused the error (if possible)AnotherTest
2021-01-03Shell: Give commands and globs a source positionAnotherTest
2021-01-03Shell: Move AST::create() into the header and use itAnotherTest
2021-01-03TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some filesEmanuele Torre
2021-01-03LibGfx+Ports: Add missing newlines at the end of file.Emanuele Torre
2021-01-03Meta: Add a script that makes sure files end in a newline.Emanuele Torre
2021-01-03FuzzJs: If the program successfully parsed, try running itLuke
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2021-01-03LibWeb: Convert a bunch of String::format() => String::formatted()Andreas Kling
2021-01-03CrashReporter: Make the window resizableAndreas Kling
2021-01-03FontEditor: Add help documentationBrendan Coles
2021-01-03ProtocolServer: Add some debug log output for failed downloadsAndreas Kling
2021-01-03Demos: add CatDog (Neko clone)TheMorc
2021-01-03Browser: Tell LaunchServer we only want to show the downloads directoryAndreas Kling
2021-01-03LaunchServer+LibDesktop: Add ability to allow URL without handlerAndreas 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