summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15AK: Add fill() method to Span.asynts
2020-08-15AK: Add copy_to() and move_to() methods to AK::Span.asynts
2020-08-15AK: Add bytes() method to FixedArray.asynts
2020-08-15AK: Remove incorrect static assert in Span.h.asynts
2020-08-15Chess: Add new ways to draw.Peter Elliott
2020-08-15Chess: Add the 'stelar7' piece setPeter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Highlight last movePeter Elliott
2020-08-15Chess: Add win/draw conditions, and display them.Peter Elliott
2020-08-15Chess: Add legal move checkingPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott
2020-08-15Meta: Lint for duplicate endpoint IDsBen Wiederhake
2020-08-15Meta: Document QtCreator auto-format and compiler kitsBen Wiederhake
2020-08-15Shell: Add some tests for builtin redirectionAnotherTest
2020-08-15Shell: Allow redirections and pipes on builtinsAnotherTest
2020-08-15HackStudio: Silence make output when checking if make is presentMatus Ferech
2020-08-15HackStudio: Use Core::ArgsParser for path to workspaceMatus Ferech
2020-08-15LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" clickNico Weber
2020-08-15LibGUI: Remove reference captures of stack variables in ProcessChooserNico Weber
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15Travis: Toolchain only depends on headers, not implsBen Wiederhake
2020-08-15Travis: Don't use Python 2, clarify reason of reinstallBen Wiederhake
2020-08-15LibDebug: Fix DebugSession teardownItamar
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15Base: Modify "little" projectItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-15HackStudio: Change singlestepping logic in the debuggerItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-08-15Kernel: Fix behaviour of PT_TRACEME in ptraceItamar
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15Meta: Don't require setting SERENITY_ROOT for refresh scriptBen Wiederhake
2020-08-15SystemMonitor: ProcessStack is now ThreadStackBen Wiederhake
2020-08-15SystemServer: Adjust assertion+comment for new dup2() behaviorAndreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-15WindowServer: Minimize the modal stack when minimizing from frameTom
2020-08-15LibGUI: Add a timer in ProcessChooser to get processes for every 1000msUma Sankar
2020-08-15LibC: bsearch fix for large arrays (#3138)Muhammad Zahalqa
2020-08-15Toolchain: Update README to point to the current build instructionsLuke
2020-08-15Kernel: Briefly resume stopped threads when being killedTom
2020-08-15LibWeb: Only paint focus outline when browser window has focusAndreas Kling
2020-08-15LibGUI: When focusing a TextEditor via keyboard, select all contentsAndreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-15LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widgetAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Pass non-accepted keydown events to PageView's base classAndreas Kling