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
Ports: Update Python to 3.9.4
Linus Groh
2021-04-06
Kernel/PCI: Disable ECAM method by default
Liav A
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
2021-04-06
Kernel/PCI + CPU: Allow to access unaligned data
Liav A
2021-04-06
Kernel/PCI: Don't expose virtual addresses on the kernel log
Liav A
2021-04-06
LibJS: Support mapFn argument of Array.from
tuqqu
2021-04-06
FontEditor: Convert to GML and add new edit commands to GlyphEditor
thankyouverycool
2021-04-06
FontEditor: Inherit GlyphMapWidget from ScrollableWidget
thankyouverycool
2021-04-06
LibGUI: Add autosize to CheckBox
thankyouverycool
2021-04-06
LibGUI:: Let open/save specify starting directory in FilePicker
thankyouverycool
2021-04-06
Base: Add icons for a few apps and filetypes
thankyouverycool
2021-04-06
LibCpp: Add TemplatizedName
Itamar
2021-04-06
LanguageServers/Cpp: Refactor logic of find declaration
Itamar
2021-04-06
LibCpp: Introduce DummyASTNode
Itamar
2021-04-06
LibCpp: Parse C-Style parse expressions
Itamar
2021-04-06
LibCpp: Parse "arrow" operator
Itamar
2021-04-06
LibCpp: Parse braced initialization list
Itamar
2021-04-06
LibCpp: Parse empty for loops
Itamar
2021-04-06
LibCpp: Parse sizeof() expression
Itamar
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
[next]