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-24
LibGUI: Fix an unsightly pixel glitch in bottom-side tabs
Andreas Kling
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-08-23
LibJS: Implement Date.getUTC*
Nico Weber
2020-08-23
LibJS: Move datetime access out of DatePrototype
Nico Weber
2020-08-23
LibLine: Correct weird arrow up/down behaviour
AnotherTest
2020-08-23
LibGfx+WindowServer: Simplify notification window frame theming
Andreas Kling
2020-08-23
LibGUI: Remove spacing between day labels in Calendar
thankyouverycool
2020-08-23
LibC: Make localtime() and gmtime() handle years before 1970
Nico Weber
2020-08-23
LibC: Slightly tweak tm_to_time
Nico Weber
2020-08-23
LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4
Nico Weber
2020-08-23
LibGUI+WindowServer: Add resize_aspect_ratio()
Peter Elliott
2020-08-23
LibGfx: Add TextAlignment::BottomRight
Peter Elliott
2020-08-23
LibCrypto: Don't cause errors when function unused
Ben Wiederhake
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-22
LibC+Userland: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
LibC: Fix off-by-one in snprintf()
Ben Wiederhake
2020-08-22
LibGUI+WindowServer: Remove ResizeEvent::old_size()
Andreas Kling
2020-08-22
LibGUI: Fix crash during HackStudio application teardown
Andreas Kling
2020-08-22
LibGUI+Calendar: Make Calendar a common widget in LibGUI
thankyouverycool
2020-08-22
LibCore: Fix spelling for month of "August"
thankyouverycool
2020-08-22
LibC: Make mktime() and timegm() handle years before 1970
Nico Weber
2020-08-22
test-js: Sometimes include more details for failures
Nico Weber
2020-08-22
LibJS: Allow conversion from Symbol to String via explicit String() call
Nico Weber
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
[next]