summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-21ThemeEditor: Set window icon and titleAndreas Kling
2020-08-21ThemeEditor: Allow editing of theme colors one at a timeAndreas Kling
2020-08-21LibGUI: Add ComboBox::selected_index()Andreas Kling
2020-08-21LibGfx: Use an enumerator macro for color rolesAndreas Kling
2020-08-21ThemeEditor: Start working on a window theme editor :^)Andreas 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-21Kernel: Fix reading RTCNico 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-21IPCCompiler: Fix formatting mishap after GenericLexer changeNico Weber
2020-08-21LibJS: Parser refactored to use constexpr precedence tableMuhammad Zahalqa
2020-08-21ResourceGraph: Keep the graph inside the GUI::Frame rectAndreas Kling
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-21IPCCompiler: Use GenericLexerNico Weber
2020-08-21Shell: Make 'for' loops read their input as an streamAnotherTest
2020-08-21AK: Add Stream::offset_of(ReadonlyBytes)AnotherTest
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest
2020-08-21Meta: Add Tom (tomuta) to the contributors list :^)Andreas Kling
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-21Chess: Add serialization of moves and squaresPeter Elliott
2020-08-21LibCore: Add File::{stdin, stdout, stderr}()Peter Elliott
2020-08-21Chess: Fix generation of promotion movesPeter 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-21Kernel: Fix assertion when releasing contiguous memory regionTom
2020-08-21SystemMonitor: Add a Processors tabLuke
2020-08-21WindowServer: Fix MenuApplets paintingTom
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-08-21Kernel: Add an atomic Singleton classTom
2020-08-212048: Make board size and target tile configurableAnotherTest
2020-08-212048: Do not allow the creation of games with invalid board sizesAnotherTest
2020-08-20SystemServer: Minor #include cleanup in Service.cpp (#3227)Muhammad Zahalqa
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-20Kernel: Log time in addition to date in RTC startupNico Weber