summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-03LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServerAndreas Kling
2021-01-03LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditorsAndreas Kling
2021-01-03LibGUI: Improve up/down arrow behavior in TextEditor with wrappingAndreas Kling
2021-01-03Help: Support loading help page by file path as command line argumentBrendan Coles
2021-01-03LibGUI: Make the autocomplete box window a child of its editor's windowAnotherTest
2021-01-03Playground: Improve the autocompleted suggestionsAnotherTest
2021-01-03LibGUI: Stop the automatic autocomplete timer when typing whitespaceAnotherTest
2021-01-03LibGUI: Register the various BoxLayoutsAnotherTest
2021-01-03LibCore: Add a way to check if a property is readonlyAnotherTest
2021-01-03AK: Add String{,View}::is_whitespace()AnotherTest
2021-01-03LibGUI: Add missing properties to Widget gmlGlenford Williams
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2021-01-03LibWeb: Fully implement end tag parsing in foreign contentLuke
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2021-01-02NotificationServer: Reposition notifications on screen resolution changeLaria Carolin Chabowski
2021-01-02Shell: Stop running the backgrounding testAnotherTest
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02Kernel: Ignore TLB flush requests for user addresses of other processesTom
2021-01-02Kernel: If a VMObject is shared, broadcast page remappingsTom
2021-01-02Revert "Kernel: Allocate shared memory regions immediately"Tom
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-02Kernel: Allocate shared memory regions immediatelyAndreas Kling
2021-01-02Kernel: Pass "shared" flag to Region constructorAndreas Kling
2021-01-02LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWVAndreas Kling
2021-01-02LibGfx: Add Gfx::Bitmap::create_shareable(format, size)Andreas Kling
2021-01-02LibC: Randomize the stack check cookie value on initializationBrian Gianforcaro
2021-01-02Kernel: Fix bad VMObject iteration in sys$purge()Andreas Kling
2021-01-02Kernel: Enable -fstack-protector-strong (again)Brian Gianforcaro