summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23AK: Add tests for human_readable_size()Ben Wiederhake
2020-08-23AK: Print RHS and LHS in EXPECT_EQ if we canBen Wiederhake
2020-08-23test-web: Add updates from test-jsLuke
2020-08-23test-js+test-web: Clear taskbar progress on error/assertion failureLuke
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-23ThemeEditor: Use m_inactive_window_icon when painting the inactive..Emanuele Torre
2020-08-23Ext2FS: Fix build with EXT2_DEBUGAndreas Kling
2020-08-23Chess: Allow resizing Chess using resize_aspect_ratio(1,1)Peter Elliott
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-23AK: Add operator== to AK::OptionalPeter Elliott
2020-08-23Chess: Optionaly display coordinates at edge of boardPeter 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-22Kernel: Stop supporting sprintfBen Wiederhake
2020-08-22AK: Prefer snprintf over sprintfBen Wiederhake
2020-08-22Kernel: Prefer snprintf over sprintfBen Wiederhake
2020-08-22AK+Kernel: Support snprintfBen Wiederhake
2020-08-22LibC: Fix off-by-one in snprintf()Ben Wiederhake
2020-08-22LibC: Demonstrate off-by-one in current snprintfBen Wiederhake
2020-08-22Shell: Add tests for 'if'AnotherTest
2020-08-22Shell: Add 'if' expressionsAnotherTest
2020-08-22AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.asynts
2020-08-22Shell: Actually process for loop entries as a streamAnotherTest
2020-08-22Shell: Do not flatten syntactic lists in for_each_entry()AnotherTest
2020-08-22Shell: Mark AST::Background as would_execute if its subnode doesAnotherTest
2020-08-22Revert "Kernel: Switch singletons to use new Singleton class"Andreas Kling
2020-08-22Kernel: Make Process::dump_regions() sort the regions before dumpingAndreas Kling
2020-08-22Kernel: Prevent confusing silent misuse of PCI::AddressBen Wiederhake
2020-08-22AK: Prevent confusing silent misuse of Userspace<T>Ben Wiederhake
2020-08-22AK: Fix description of DistinctNumeric around operator boolBen Wiederhake
2020-08-22AK: Prevent confusing silent misuse of ByteBufferBen Wiederhake
2020-08-22AK: Demonstrate surprising ByteBuffer behaviorBen Wiederhake
2020-08-22Revert "Kernel: Move Singleton class to AK"Andreas Kling
2020-08-22Revert "Kernel: Fix regression where MemoryManager is initialized twice"Andreas Kling
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22Revert "Kernel: Copy command line to a safe place"Andreas Kling
2020-08-22Revert "Kernel: Make PhysicalPage not movable and use atomic ref counting"Andreas Kling
2020-08-22Revert "Kernel: Fix kmalloc memory corruption"Andreas Kling
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-22LibGUI: Fix crash during HackStudio application teardownAndreas Kling
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