index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-15
AK: Add fill() method to Span.
asynts
2020-08-15
AK: Add copy_to() and move_to() methods to AK::Span.
asynts
2020-08-15
AK: Add bytes() method to FixedArray.
asynts
2020-08-15
AK: Remove incorrect static assert in Span.h.
asynts
2020-08-15
Chess: Add new ways to draw.
Peter Elliott
2020-08-15
Chess: Add the 'stelar7' piece set
Peter Elliott
2020-08-15
Chess: Add pawn promotion to any piece
Peter Elliott
2020-08-15
Chess: Add En-passant
Peter Elliott
2020-08-15
Chess: Add menu options for setting board theme and piece set
Peter Elliott
2020-08-15
Chess: Highlight last move
Peter Elliott
2020-08-15
Chess: Add win/draw conditions, and display them.
Peter Elliott
2020-08-15
Chess: Add legal move checking
Peter Elliott
2020-08-15
Chess: Add basic ChessWidget and ugly piece set
Peter Elliott
2020-08-15
Meta: Lint for duplicate endpoint IDs
Ben Wiederhake
2020-08-15
Meta: Document QtCreator auto-format and compiler kits
Ben Wiederhake
2020-08-15
Shell: Add some tests for builtin redirection
AnotherTest
2020-08-15
Shell: Allow redirections and pipes on builtins
AnotherTest
2020-08-15
HackStudio: Silence make output when checking if make is present
Matus Ferech
2020-08-15
HackStudio: Use Core::ArgsParser for path to workspace
Matus Ferech
2020-08-15
LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click
Nico Weber
2020-08-15
LibGUI: Remove reference captures of stack variables in ProcessChooser
Nico Weber
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
Travis: Toolchain only depends on headers, not impls
Ben Wiederhake
2020-08-15
Travis: Don't use Python 2, clarify reason of reinstall
Ben Wiederhake
2020-08-15
LibDebug: Fix DebugSession teardown
Itamar
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
Base: Modify "little" project
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-15
HackStudio: Change singlestepping logic in the debugger
Itamar
2020-08-15
LibDebug: Assert that we can read the executable of the debugee
Itamar
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
Meta: Don't require setting SERENITY_ROOT for refresh script
Ben Wiederhake
2020-08-15
SystemMonitor: ProcessStack is now ThreadStack
Ben Wiederhake
2020-08-15
SystemServer: Adjust assertion+comment for new dup2() behavior
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
WindowServer: Minimize the modal stack when minimizing from frame
Tom
2020-08-15
LibGUI: Add a timer in ProcessChooser to get processes for every 1000ms
Uma Sankar
2020-08-15
LibC: bsearch fix for large arrays (#3138)
Muhammad Zahalqa
2020-08-15
Toolchain: Update README to point to the current build instructions
Luke
2020-08-15
Kernel: Briefly resume stopped threads when being killed
Tom
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-15
LibGUI: When focusing a TextEditor via keyboard, select all contents
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-15
LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widget
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-15
LibWeb: Pass non-accepted keydown events to PageView's base class
Andreas Kling
[prev]
[next]