summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-02Kernel: Release scheduler_lock in ptrace once we know tracee is stoppedItamar
2021-01-02Base: Add Terminal man page documentationBrendan Coles
2021-01-02LibGUI: CommonActions: Add make_help_action common actionBrendan Coles
2021-01-02Playground: Enable automatic autocomplete in the editorAnotherTest
2021-01-02LibGUI: Add an optional "automatic" autocomplete feature to TextEditorAnotherTest
2021-01-02Kernel: Allocate profiling memory upfrontTom
2021-01-02Build + LibC: Enable -fstack-protector-strong in user spaceBrian Gianforcaro
2021-01-02LibWeb: When collapsing margins, consider border box heightsAndreas Kling
2021-01-02LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocksAndreas Kling
2021-01-02Calculator: Add app-calculator.png 32x32 iconBrendan Coles
2021-01-02Help: Add a simple index pageAndreas Kling
2021-01-02LibMarkdown: Parse horizontal rulesAndreas Kling
2021-01-02Help: Rename "Tree" tab to "Browse"Andreas Kling
2021-01-02LibGUI: Allow widget sibling navigation with arrow keysAndreas Kling
2021-01-02Playground: Use pledge()Linus Groh
2021-01-02Playground: Add "Help" menu with "About" actionLinus Groh
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke