index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-08-22
HackStudio: Implement "Step Over" debugging action
Itamar
2020-08-22
HackStudio: Implement "Step Out" debugging action
Itamar
2020-08-22
TextEditor: Increase padding in ruler width
Itamar
2020-08-21
LibGUI: Add ComboBox::selected_index()
Andreas Kling
2020-08-21
LibGfx: Use an enumerator macro for color roles
Andreas Kling
2020-08-21
LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API
Andreas Kling
2020-08-21
LibJS: Implement Date's string constructor
Nico Weber
2020-08-21
LibJS: Implement Date.parse()
Nico Weber
2020-08-21
LibWeb: InProcessWebView::selected_text() should use the focused frame
Andreas Kling
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
LibJS: Parser refactored to use constexpr precedence table
Muhammad Zahalqa
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
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
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
LibCore: Add File::{stdin, stdout, stderr}()
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
LibWeb: Implement <template> parsing
Luke
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
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
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
LibELF: Ignore PT_GNU_STACK headers
Andreas Kling
2020-08-20
LibLine: Initialize the search editor when entering search
AnotherTest
2020-08-19
LibGUI: Use StringBuilder::join() in Shortcut::to_string()
Andreas Kling
2020-08-19
LibHTTP: Fix processing terminating chunk
Tom
2020-08-19
LibGfx: Small improvement for DisjointRectSet::shatter
Tom
2020-08-18
WindowServer+LibVT: Convert some dbgprintf() to dbg()
Sergey Bugaev
2020-08-18
LibWeb: Implement Element.innerText
Nico Weber
2020-08-18
LibWeb: Simplify Node::text_content()
Nico Weber
2020-08-18
LibLine: Make actual_rendered_string_metrics() static
AnotherTest
2020-08-18
LibLine: Setup the keybindings after initialisation
AnotherTest
2020-08-18
LibGfx: Add convenience helpers for Rect
Tom
2020-08-18
LibGfx: Add convenience method Point::constrained
Tom
2020-08-18
LibGfx: Add a few convenience methods to DisjointRectSet
Tom
2020-08-18
LibLine: Allow the user to override (or add) keybinds in the config file
AnotherTest
[next]