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-04-06
LibCpp: Handle 'struct' prefix before a type
Itamar
2021-04-06
LibCpp: Parse Bitwise & Logical Or & And operators
Itamar
2021-04-06
LibCpp: Parse C++ cast expressions
Itamar
2021-04-06
LibCpp: Support parsing templatized function calls
Itamar
2021-04-06
LibCpp: Support parsing '!=" operator
Itamar
2021-04-06
LibCpp: Parse character literals
Itamar
2021-04-06
LibCpp: Add AST::Name
Itamar
2021-04-06
LibCpp: Parse templatized types
Itamar
2021-04-06
LibCpp: Parse nullptr literal
Itamar
2021-04-06
LibCpp: Support parsing binary "==" Operator
Itamar
2021-04-06
LibCpp: Support parsing function qualifiers
Itamar
2021-04-06
LibCpp: Support parsing empty return statements
Itamar
2021-04-06
LibCpp: Parse variable declarations in global scope
Itamar
2021-04-06
LibGUI: Fix typo in AutocompleteBox::show
Itamar
2021-04-06
LibCpp: Fix null dereference in IfStatement::declarations()
Itamar
2021-04-06
LanguageServers/Cpp: Don't include declarations bellow the current line
Itamar
2021-04-06
LibWeb: Use the new "ensure_pre_insertion_validity" in the HTML document parser
Luke
2021-04-06
LibWeb: Make the node mutation algorithms more spec compliant
Luke
2021-04-06
LibWeb: Support the "ImplementedAs" IDL attribute on functions
Luke
2021-04-06
LibWeb: Add non-inclusive variants of subtree traversal
Luke
2021-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-04-06
LibWeb: Strip out the mutation event logic from TreeNode
Luke
2021-04-06
LibWeb: Only prepare scripts on insertion if they're not parser inserted
Luke
2021-04-06
LibWeb: Make the node mutation event functions spec compliant
Luke
2021-04-06
LibWeb: Add ProcessingInstruction node
Luke
2021-04-06
LibGUI: Tweak order of common location buttons in FilePicker
Andreas Kling
2021-04-06
LibGUI: Make FilePicker's common location buttons checkable
Andreas Kling
2021-04-06
LibGUI: Add shortcuts to common locations in GUI::FilePicker
Andreas Kling
2021-04-06
Kernel: Don't crash if unable to map ramdisk inside kernel address space
Jean-Baptiste Boric
2021-04-06
Kernel: Fix KUBSAN crash with RamdiskDevice
Jean-Baptiste Boric
2021-04-06
Minesweeper: Fix UI layout and focus behavior
Andreas Kling
2021-04-06
FileManager: Set the default menu item in desktop context menus
Andreas Kling
2021-04-06
SystemMonitor: Highlight kernel processes a bit better in SystemMonitor
Andreas Kling
2021-04-06
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
Andreas Kling
2021-04-06
Ports: Add flatbuffers library (#6050)
Arthur Mendes
2021-04-06
LibWeb: Remove nodes from their old parent in appendChild/insertBefore
Andreas Kling
2021-04-06
LibWeb: Sever parent/child connections in ~TreeNode()
Andreas Kling
2021-04-06
LibWeb: Remove duplicated code in TreeNode::remove_child()
Andreas Kling
2021-04-06
LibWeb: Support the :last-of-type CSS selector :^)
Andreas Kling
2021-04-06
LibWeb: Support the :first-of-type CSS selector :^)
Andreas Kling
2021-04-06
Ports: Added a Super-Mario clone port.
Manuel Palenzuela
2021-04-06
Documentation: Add link to network booting guide to install guide
Dan MacDonald
2021-04-06
Documentation: Update supported NICs and mention network boot support within ...
Dan MacDonald
2021-04-06
DHCPClient: Retry DISCOVER for interfaces that fail
AnotherTest
2021-04-06
Ports: Added an oksh port
Manuel Palenzuela
2021-04-05
LibGfx: Move underline closer to text in draw_ui_text()
Andreas Kling
2021-04-05
SystemMonitor: Add Alt shortcuts for top-level menus
Andreas Kling
2021-04-05
FileManager: Add Alt shortcuts for top-level menus
Andreas Kling
2021-04-05
Browser: Add Alt shortcuts for top-level menus
Andreas Kling
2021-04-05
WindowServer: Select first item when opening a menu via Alt shortcut
Andreas Kling
[next]