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-21
LibWeb: Make selection state recomputation implicit
Andreas Kling
2020-08-21
LibWeb: Remember the selection state of each LayoutNode
Andreas Kling
2020-08-21
LibLine: Do not ignore Ctrl-C when buffer is empty
AnotherTest
2020-08-21
IPCCompiler: Fix formatting mishap after GenericLexer change
Nico Weber
2020-08-21
LibJS: Parser refactored to use constexpr precedence table
Muhammad Zahalqa
2020-08-21
ResourceGraph: Keep the graph inside the GUI::Frame rect
Andreas Kling
2020-08-21
LibLine: Handle interrupts/window size changes internally
AnotherTest
2020-08-21
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
AnotherTest
2020-08-21
LibJS: Implement Date.valueOf()
Nico Weber
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-21
IPCCompiler: Use GenericLexer
Nico Weber
2020-08-21
Shell: Make 'for' loops read their input as an stream
AnotherTest
2020-08-21
AK: Add Stream::offset_of(ReadonlyBytes)
AnotherTest
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-21
Meta: Add Tom (tomuta) to the contributors list :^)
Andreas Kling
2020-08-21
LibChess: Shrink Chess::Piece from 8 bytes to 1 byte
Andreas Kling
2020-08-21
ChessEngine: Add ChessEngine
Peter Elliott
2020-08-21
Chess: Add support for UCI engines
Peter Elliott
2020-08-21
LibChess: Add UCIEndpoint for writing UCI chess engines
Peter Elliott
2020-08-21
LibChess: Fix the ability to counter check with another check
Peter Elliott
2020-08-21
Chess: Refactor game logic into LibChess for use in engines
Peter Elliott
2020-08-21
Chess: Add serialization of moves and squares
Peter Elliott
2020-08-21
LibCore: Add File::{stdin, stdout, stderr}()
Peter Elliott
2020-08-21
Chess: Fix generation of promotion moves
Peter Elliott
2020-08-21
LibJS: Implement Date.prototype.toISOString()
Nico Weber
2020-08-21
LibJS: Implement Date.UTC()
Nico Weber
2020-08-21
LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...
Nico Weber
2020-08-21
LibC: Add timegm()
Nico Weber
2020-08-21
Kernel: Fix assertion when releasing contiguous memory region
Tom
2020-08-21
SystemMonitor: Add a Processors tab
Luke
2020-08-21
WindowServer: Fix MenuApplets painting
Tom
2020-08-21
LibWeb: Implement <template> parsing
Luke
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-21
Kernel: Add an atomic Singleton class
Tom
2020-08-21
2048: Make board size and target tile configurable
AnotherTest
2020-08-21
2048: Do not allow the creation of games with invalid board sizes
AnotherTest
2020-08-20
SystemServer: Minor #include cleanup in Service.cpp (#3227)
Muhammad Zahalqa
2020-08-20
LibJS: Basic implementation of most of Date's constructor arguments
Nico Weber
2020-08-20
LibCore: Comment that DateTime is in local time.
Nico Weber
2020-08-20
Kernel: Log time in addition to date in RTC startup
Nico Weber
2020-08-20
LibGfx: Support loading GIF local color maps if present :^)
Andreas Kling
2020-08-20
LibGfx: Initialize some uninitialized things in GIFLoader
Andreas Kling
2020-08-20
Kernel: Pack arguments, environment and auxiliary values better
Andreas Kling
2020-08-20
LibWeb: Crash instead of spinning if parse_drawto fails to match
Luke
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-20
AK: Remove unnecessary FIXME comments from Stream.h.
asynts
2020-08-20
AK: Rename error() to has_error() for streams.
asynts
2020-08-20
AK: Remove fatal() from InputStream.
asynts
2020-08-20
AK: Rename TestMemoryStream.cpp to TestStream.cpp.
asynts
[next]