summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-05AK: Remove debug spam in SharedBuffer::create_from_shbuf_id()Andreas Kling
2020-07-05WebContent: Add double buffering to the WebContentViewAndreas Kling
2020-07-05WebContent: Coalesce pending paint events to reduce overdrawAndreas Kling
2020-07-05Shell: Do not remove more than 2 dashes from the option being completedAnotherTest
2020-07-05Userland+MenuApplets: Replace two more fork/exec with posix_spawnNico Weber
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-05Meta: Do not run shellcheck on our Shell's scriptsAnotherTest
2020-07-05Shell: Add some testsAnotherTest
2020-07-05Shell: Initial support for 'option' completionsAnotherTest
2020-07-05Shell: Add a 'setopt' builtinAnotherTest
2020-07-05Shell: Show descriptions about syntax errorsAnotherTest
2020-07-05Shell: Allow a command sequence to be delimited by newlinesAnotherTest
2020-07-05Shell: Build as part of Lagom as wellAnotherTest
2020-07-05Shell: Mark And and Or nodes as execute nodesAnotherTest
2020-07-05Shell: Provide completions to Tilde and its Juxtaposition.AnotherTest
2020-07-05Shell: Allow commands in variables, and properly substitute them on useAnotherTest
2020-07-05Shell: Parse a pipe sequence inside $(...)AnotherTest
2020-07-05Shell: Expand Juxtaposition of lists to list productsAnotherTest
2020-07-05Shell: Do not try to recreate a command from a list of args in timeAnotherTest
2020-07-05Shell: Read and evaluate an init file on startAnotherTest
2020-07-05Shell: Use ArgsParser for argument parsingAnotherTest
2020-07-05Shell: Add the alias builtin and resolve aliasesAnotherTest
2020-07-05Shell: Switch to a new parser and ASTAnotherTest
2020-07-05LibCore: Stop select()'ing after an interrupt if a quit was requestedAnotherTest
2020-07-05WebContent: Use available size for bitmap (#2701)Kevin Meyer
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-07-05Kernel: Fix .. directory entry at mount point handling a littleSergey Bugaev
2020-07-05Kernel: Make sure to drop region with interrupts enabledSergey Bugaev
2020-07-05AK: Make Vector::unstable_remove() return the removed valueSergey Bugaev
2020-07-05Kernel: Fix KBufferBuilder::append()Sergey Bugaev
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Illustrate multi- vs single-process diffs in documentationAndreas Kling
2020-07-04WebContent: Give the WebContentView a proper GUI::Frame look :^)Andreas Kling
2020-07-04WebContent: Translate mouse event coordinates into content spaceAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Add a little text file I drew of the server/client classesAndreas Kling
2020-07-04TextEditor: Allow turning off the preview modeAndreas Kling
2020-07-04Base: Remove /home/anon/myfile.txtAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04SystemMonitor: Change default update frequency to 3 secondsAndreas Kling
2020-07-04LibGUI: Sort FileSystemModel alphabetically internallyAndreas Kling
2020-07-04Base: Set a reasonable HoverHighlight color in Redmond themeAndreas Kling
2020-07-04LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()Andreas Kling
2020-07-04SystemMonitor: New 16x16 icon in the same style as TerminalAndreas Kling
2020-07-04Taskbar: Don't wrap minimized window titles in []Andreas Kling