summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-08-21LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...Nico Weber
2020-08-21LibC: Add timegm()Nico Weber
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-20LibJS: Basic implementation of most of Date's constructor argumentsNico Weber
2020-08-20LibCore: Comment that DateTime is in local time.Nico Weber
2020-08-20LibGfx: Support loading GIF local color maps if present :^)Andreas Kling
2020-08-20LibGfx: Initialize some uninitialized things in GIFLoaderAndreas Kling
2020-08-20LibWeb: Crash instead of spinning if parse_drawto fails to matchLuke
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20LibELF: Ignore PT_GNU_STACK headersAndreas Kling
2020-08-20LibLine: Initialize the search editor when entering searchAnotherTest
2020-08-19LibGUI: Use StringBuilder::join() in Shortcut::to_string()Andreas Kling
2020-08-19LibHTTP: Fix processing terminating chunkTom
2020-08-19LibGfx: Small improvement for DisjointRectSet::shatterTom
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-18LibLine: Make actual_rendered_string_metrics() staticAnotherTest
2020-08-18LibLine: Setup the keybindings after initialisationAnotherTest
2020-08-18LibGfx: Add convenience helpers for RectTom
2020-08-18LibGfx: Add convenience method Point::constrainedTom
2020-08-18LibGfx: Add a few convenience methods to DisjointRectSetTom
2020-08-18LibLine: Allow the user to override (or add) keybinds in the config fileAnotherTest