index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-20
LibGfx: Add a Line class and a Rect<T>::RelativeLocation class
Tom
2021-06-20
LibCore: Call optional did_construct() method when constucting objects
Ali Mohammad Pur
2021-06-20
FlappyBug: Add missing component declaration
Linus Groh
2021-06-20
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
Linus Groh
2021-06-20
LibJS: Consistently make prototype the last argument in Object ctors
Linus Groh
2021-06-20
LibJS: Implement the OrdinaryCreateFromConstructor() abstract operation
Linus Groh
2021-06-20
LibJS: Implement the GetPrototypeFromConstructor() abstract operation
Linus Groh
2021-06-20
LibJS: Implement the GetFunctionRealm() abstract operation
Linus Groh
2021-06-20
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
Linus Groh
2021-06-20
LaunchServer: Correctly open file URLs with line numbers
Adam Hodgen
2021-06-20
Kernel: Allow VGA-capable graphics adapters to exist with legacy VGA
Tom
2021-06-20
FlappyBug: Add cloud and sky graphics
Mim Hufford
2021-06-20
FlappyBug: Add new graphics and tweak colors
Mim Hufford
2021-06-20
FlappyBug: Add an input cooldown after game over
Mim Hufford
2021-06-20
FlappyBug: Keep track of score and highscore
Mim Hufford
2021-06-20
FlappyBug: Start obstacles off the screen
Mim Hufford
2021-06-20
FlappyBug: Make the obstacle gap position random
Mim Hufford
2021-06-20
FlappyBug: Introduce a new Flappy Bug game
Mim Hufford
2021-06-20
AK: Reimplement any_of in terms of find_if
Lenny Maiorani
2021-06-20
LibCoreDump: Don't subtract one from the first stack frame's EIP
Gunnar Beutner
2021-06-20
Ports: Add libpng to dependencies of dosbox-staging
breakgimme
2021-06-20
LibWasm: Remove empty AbstractMachine/Interpreter.cpp
Linus Groh
2021-06-19
LibSQL: Database layer
Jan de Visser
2021-06-19
LibSQL: Hash index implementation for the SQL storage layer
Jan de Visser
2021-06-19
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
Jan de Visser
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser
2021-06-19
LibSymbolication+Utilities: Show inlined functions for bt
Gunnar Beutner
2021-06-19
LibJS: Add the Number.prototype.toFixed method
Idan Horowitz
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-19
LibCrypto+LibTLS: Split and move test suite into Tests directory
Peter Bocan
2021-06-19
LibDebug: Convert LibDebug to east-const style
Itamar
2021-06-19
LibCoreDump: Include source locations of inlined functions in backtrace
Itamar
2021-06-19
LibDebug: Add DebugInfo::get_source_position_with_inlines
Itamar
2021-06-19
LibDebug: Add DwarfInfo::get_cached_die_at_offset
Itamar
2021-06-19
LibDebug:: Add DwarfInfo::get_die_at_address
Itamar
2021-06-19
LibDebug: Add caches of DIE objects to DwarfInfo
Itamar
2021-06-19
LibDebug: Store optional parent_offset in Dwarf::DIE objects
Itamar
2021-06-19
LibDebug: Add AttributeForm field to Dwarf::AttributeValue
Itamar
2021-06-19
LibCoreDump: Use "eip - 1" when creating backtrace entries
Itamar
2021-06-19
AK: Add RedBlackTree::find_largest_not_above_iterator
Itamar
2021-06-19
LibDebug: Add LineProgram::get_directory_and_file(size_t)
Itamar
2021-06-19
LibDebug: Move Dwarf::LineProgram into Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Store LibDebug objects on the heap & make them non-copyable
Itamar
2021-06-19
LibDebug: Move Dwarf::AttributeValue to a separate file
Itamar
2021-06-19
LibDebug: Move get_die_at_offset to Dwarf::CompilationUnit
Itamar
2021-06-19
LibDebug: Remove unused DebugInfo::for_each_source_position
Itamar
2021-06-19
LibDebug: Fix typo in DebugInfo::get_source_position
Itamar
[next]