summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-22MenuApplets: Add a mini calendar to Clock appletthankyouverycool
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-22LibCore: Fix spelling for month of "August"thankyouverycool
2020-08-22Base: Add new Calendar iconsthankyouverycool
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-22test-js: Print parse error if test-common.js fails to parseNico Weber
2020-08-22LibJS: Allow conversion from Symbol to String via explicit String() callNico Weber
2020-08-22Userland: Use TestSuite.h in test-compress.asynts
2020-08-22AK: Make some tweaks in TestSuite.h.asynts
2020-08-22AK: Remove <chrono> requirement from TestSuite.h.asynts
2020-08-22AK: Remove exceptions from TestSuite.h.asynts
2020-08-22AK: Move include <AK/TestSuite.h> to the top.asynts
2020-08-22AK: Remove test case that doesn't test anything.asynts
2020-08-22Kernel: Fix kmalloc memory corruptionTom
2020-08-22Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-22Kernel: Copy command line to a safe placeTom
2020-08-22AK: Get rid of make_singleton functionTom
2020-08-22Kernel: Fix regression where MemoryManager is initialized twiceTom
2020-08-22Kernel: Move Singleton class to AKTom
2020-08-22Meta: Add missing license header to ThemeEditorItamar
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
2020-08-22HackStudio: Add icons for "step in" and "step out"Itamar
2020-08-22TextEditor: Increase padding in ruler widthItamar
2020-08-22HackStudio: Move debugger actions to a toolbar in the debug widgetItamar
2020-08-21ThemeEditor: Tweak the main UI layoutAndreas Kling
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