summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-20WindowServer: Fix artifacts after window resize in some casesTom
2021-06-20WindowServer: Constrain rendering windows to one screen in some casesTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-20LibGfx: Add a Line class and a Rect<T>::RelativeLocation classTom
2021-06-20LibCore: Call optional did_construct() method when constucting objectsAli Mohammad Pur
2021-06-20FlappyBug: Add missing component declarationLinus Groh
2021-06-20LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructorsLinus Groh
2021-06-20LibJS: Consistently make prototype the last argument in Object ctorsLinus Groh
2021-06-20LibJS: Implement the OrdinaryCreateFromConstructor() abstract operationLinus Groh
2021-06-20LibJS: Implement the GetPrototypeFromConstructor() abstract operationLinus Groh
2021-06-20LibJS: Implement the GetFunctionRealm() abstract operationLinus Groh
2021-06-20LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs thereLinus Groh
2021-06-20LaunchServer: Correctly open file URLs with line numbersAdam Hodgen
2021-06-20Kernel: Allow VGA-capable graphics adapters to exist with legacy VGATom
2021-06-20FlappyBug: Add cloud and sky graphicsMim Hufford
2021-06-20FlappyBug: Add new graphics and tweak colorsMim Hufford
2021-06-20FlappyBug: Add an input cooldown after game overMim Hufford
2021-06-20FlappyBug: Keep track of score and highscoreMim Hufford
2021-06-20FlappyBug: Start obstacles off the screenMim Hufford
2021-06-20FlappyBug: Make the obstacle gap position randomMim Hufford
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford
2021-06-20AK: Reimplement any_of in terms of find_ifLenny Maiorani
2021-06-20LibCoreDump: Don't subtract one from the first stack frame's EIPGunnar Beutner
2021-06-20Ports: Add libpng to dependencies of dosbox-stagingbreakgimme
2021-06-20LibWasm: Remove empty AbstractMachine/Interpreter.cppLinus Groh
2021-06-19LibSQL: Database layerJan de Visser
2021-06-19LibSQL: Hash index implementation for the SQL storage layerJan de Visser
2021-06-19LibSQL: BTree index, Heap, and Meta objects for SQL Storage layerJan de Visser
2021-06-19LibSQL: Basic dynamic value classes for SQL Storage layerJan de Visser
2021-06-19LibSymbolication+Utilities: Show inlined functions for btGunnar Beutner
2021-06-19LibJS: Add the Number.prototype.toFixed methodIdan Horowitz
2021-06-19AK: Add support for keeping trailing zeros in fixed precision floatsIdan Horowitz
2021-06-19LibCrypto+LibTLS: Split and move test suite into Tests directoryPeter Bocan
2021-06-19LibDebug: Convert LibDebug to east-const styleItamar
2021-06-19LibCoreDump: Include source locations of inlined functions in backtraceItamar
2021-06-19LibDebug: Add DebugInfo::get_source_position_with_inlinesItamar
2021-06-19LibDebug: Add DwarfInfo::get_cached_die_at_offsetItamar
2021-06-19LibDebug:: Add DwarfInfo::get_die_at_addressItamar
2021-06-19LibDebug: Add caches of DIE objects to DwarfInfoItamar
2021-06-19LibDebug: Store optional parent_offset in Dwarf::DIE objectsItamar
2021-06-19LibDebug: Add AttributeForm field to Dwarf::AttributeValueItamar
2021-06-19LibCoreDump: Use "eip - 1" when creating backtrace entriesItamar
2021-06-19AK: Add RedBlackTree::find_largest_not_above_iteratorItamar
2021-06-19LibDebug: Add LineProgram::get_directory_and_file(size_t)Itamar
2021-06-19LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnitItamar
2021-06-19LibDebug: Store LibDebug objects on the heap & make them non-copyableItamar
2021-06-19LibDebug: Move Dwarf::AttributeValue to a separate fileItamar
2021-06-19LibDebug: Move get_die_at_offset to Dwarf::CompilationUnitItamar
2021-06-19LibDebug: Remove unused DebugInfo::for_each_source_positionItamar
2021-06-19LibDebug: Fix typo in DebugInfo::get_source_positionItamar