summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-15HackStudio: Add "commit" and "refresh" actions to Git widgetItamar
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-15LibCore: Add command() utility functionsItamar
2020-09-15Ports: Add default .gitconfig for Git portItamar
2020-09-15LibGUI: Fix to ComboBox fields activationpkotzbach
2020-09-15Shell: Add some sections on the manpage about `match'AnotherTest
2020-09-15Shell: Add some tests for 'match'AnotherTest
2020-09-15Shell: Add 'match' expressionsAnotherTest
2020-09-15Shell: Make Parser::expect() revert the offset when matching failsAnotherTest
2020-09-15Shell: Make Node::resolve_as_list(nullptr) resolve to a 'pure' reprAnotherTest
2020-09-15FileSystem: Use OutputMemoryStream instead of BufferStream.asynts
2020-09-15AK: Add OutputMemoryStream::fill_to_end.asynts
2020-09-15AK: Re-add OutputMemoryStream for static buffers only.asynts
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-15Kernel: Use Userspace<> for sys$writevNico Weber
2020-09-15LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-wordNico Weber
2020-09-15LibVT: Use xterm modifier scheme for tilde keys tooNico Weber
2020-09-15LibLine: Support Alt + Arrow left/rightNico Weber
2020-09-15LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keysNico Weber
2020-09-15LibLine: Parse CSI parameters and immediatesNico Weber
2020-09-14Kernel: Handle safe_memcpy/safe_memset/safe_strnlen faults in irq handlersTom
2020-09-14Meta: Add Paul Scharnofske to the contributors list :^)Andreas Kling
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-14LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)pkotzbach
2020-09-14Meta: Include .json files in the Qt Creator refresh scriptAndreas Kling
2020-09-14Browser: Move the basic Tab UI skeleton to JSON GUIAndreas Kling
2020-09-14Browser: Set tab text alignment from JSON GUIAndreas Kling
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-14Browser: Generate the main browser window UI from JSON :^)Andreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-09-14Shell: Allow builtins and functions as conditions for 'if'AnotherTest
2020-09-14Shell: Complete named function parameters inside the function bodyAnotherTest
2020-09-14Shell: Add documentation for functionsAnotherTest
2020-09-14Shell: Add some tests for functionsAnotherTest
2020-09-14Shell: Add support for functionsAnotherTest
2020-09-14Shell: Use a subshell instead of explicitly calling a shell binary in a testAnotherTest
2020-09-14Shell: Add support for $0,$1,...AnotherTest
2020-09-14Meta: Make the text-to-cpp-string thingy pass shellcheckAndreas Kling
2020-09-14LibGUI: Add registration for GUI::TabWidgetAndreas Kling
2020-09-14Build+TextEditor: Add a compile_json_gui() CMake helperAndreas Kling
2020-09-14TextEditor: Move the find/replace buttons to JSON GUIAndreas Kling
2020-09-14LibGUI: Use Core::Object::set_property() to handle JSON GUI propertiesAndreas Kling
2020-09-14TextEditor: Set initial widget visibilities from JSONAndreas Kling
2020-09-14LibGUI: Allow setting widget visibility from JSON GUI specAndreas Kling
2020-09-14TextEditor: Move the "find" and "replace" widget containers to JSON GUIAndreas Kling
2020-09-14LibGUI: Complain about malformed "layout" values in JSON GUIAndreas Kling
2020-09-14LibCore: Include object names in Object::dump_tree() outputAndreas Kling
2020-09-14TextEditor: Move the main window UI to JSONAndreas Kling
2020-09-14Meta: Add helper for generating a C++ string from a text fileAndreas Kling
2020-09-14LibGUI: Start building a way to instantiate GUI from JSONAndreas Kling