summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-24LibGUI: Fix an unsightly pixel glitch in bottom-side tabsAndreas Kling
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23LibJS: Implement Date.getUTC*Nico Weber
2020-08-23LibJS: Move datetime access out of DatePrototypeNico Weber
2020-08-23LibLine: Correct weird arrow up/down behaviourAnotherTest
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23LibGUI: Remove spacing between day labels in Calendarthankyouverycool
2020-08-23LibC: Make localtime() and gmtime() handle years before 1970Nico Weber
2020-08-23LibC: Slightly tweak tm_to_timeNico Weber
2020-08-23LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4Nico Weber
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-23LibGfx: Add TextAlignment::BottomRightPeter Elliott
2020-08-23LibCrypto: Don't cause errors when function unusedBen Wiederhake
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-22LibC+Userland: Prefer snprintf over sprintfBen Wiederhake
2020-08-22LibC: Fix off-by-one in snprintf()Ben Wiederhake
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-22LibGUI: Fix crash during HackStudio application teardownAndreas Kling
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-22LibCore: Fix spelling for month of "August"thankyouverycool
2020-08-22LibC: Make mktime() and timegm() handle years before 1970Nico Weber
2020-08-22test-js: Sometimes include more details for failuresNico Weber
2020-08-22LibJS: Allow conversion from Symbol to String via explicit String() callNico Weber
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
2020-08-22TextEditor: Increase padding in ruler widthItamar
2020-08-21LibGUI: Add ComboBox::selected_index()Andreas Kling
2020-08-21LibGfx: Use an enumerator macro for color rolesAndreas Kling
2020-08-21LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() APIAndreas Kling
2020-08-21LibJS: Implement Date's string constructorNico Weber
2020-08-21LibJS: Implement Date.parse()Nico Weber
2020-08-21LibWeb: InProcessWebView::selected_text() should use the focused frameAndreas Kling
2020-08-21LibWeb: Make selection state recomputation implicitAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-21LibLine: Do not ignore Ctrl-C when buffer is emptyAnotherTest
2020-08-21LibJS: Parser refactored to use constexpr precedence tableMuhammad Zahalqa
2020-08-21LibLine: Handle interrupts/window size changes internallyAnotherTest
2020-08-21LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editorsAnotherTest
2020-08-21LibJS: Implement Date.valueOf()Nico Weber
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest
2020-08-21LibChess: Shrink Chess::Piece from 8 bytes to 1 byteAndreas Kling
2020-08-21ChessEngine: Add ChessEnginePeter Elliott
2020-08-21Chess: Add support for UCI enginesPeter Elliott
2020-08-21LibChess: Add UCIEndpoint for writing UCI chess enginesPeter Elliott
2020-08-21LibChess: Fix the ability to counter check with another checkPeter Elliott
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott
2020-08-21LibCore: Add File::{stdin, stdout, stderr}()Peter Elliott
2020-08-21LibJS: Implement Date.prototype.toISOString()Nico Weber
2020-08-21LibJS: Implement Date.UTC()Nico Weber