summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06Ports: Update Python to 3.9.4Linus Groh
2021-04-06Kernel/PCI: Disable ECAM method by defaultLiav A
2021-04-06Kernel/Storage: Wait a few microseconds after selecting the IDE driveLiav A
2021-04-06Kernel/PCI + CPU: Allow to access unaligned dataLiav A
2021-04-06Kernel/PCI: Don't expose virtual addresses on the kernel logLiav A
2021-04-06LibJS: Support mapFn argument of Array.fromtuqqu
2021-04-06FontEditor: Convert to GML and add new edit commands to GlyphEditorthankyouverycool
2021-04-06FontEditor: Inherit GlyphMapWidget from ScrollableWidgetthankyouverycool
2021-04-06LibGUI: Add autosize to CheckBoxthankyouverycool
2021-04-06LibGUI:: Let open/save specify starting directory in FilePickerthankyouverycool
2021-04-06Base: Add icons for a few apps and filetypesthankyouverycool
2021-04-06LibCpp: Add TemplatizedNameItamar
2021-04-06LanguageServers/Cpp: Refactor logic of find declarationItamar
2021-04-06LibCpp: Introduce DummyASTNodeItamar
2021-04-06LibCpp: Parse C-Style parse expressionsItamar
2021-04-06LibCpp: Parse "arrow" operatorItamar
2021-04-06LibCpp: Parse braced initialization listItamar
2021-04-06LibCpp: Parse empty for loopsItamar
2021-04-06LibCpp: Parse sizeof() expressionItamar
2021-04-06LibCpp: Handle 'struct' prefix before a typeItamar
2021-04-06LibCpp: Parse Bitwise & Logical Or & And operatorsItamar
2021-04-06LibCpp: Parse C++ cast expressionsItamar
2021-04-06LibCpp: Support parsing templatized function callsItamar
2021-04-06LibCpp: Support parsing '!=" operatorItamar
2021-04-06LibCpp: Parse character literalsItamar
2021-04-06LibCpp: Add AST::NameItamar
2021-04-06LibCpp: Parse templatized typesItamar
2021-04-06LibCpp: Parse nullptr literalItamar
2021-04-06LibCpp: Support parsing binary "==" OperatorItamar
2021-04-06LibCpp: Support parsing function qualifiersItamar
2021-04-06LibCpp: Support parsing empty return statementsItamar
2021-04-06LibCpp: Parse variable declarations in global scopeItamar
2021-04-06LibGUI: Fix typo in AutocompleteBox::showItamar
2021-04-06LibCpp: Fix null dereference in IfStatement::declarations()Itamar
2021-04-06LanguageServers/Cpp: Don't include declarations bellow the current lineItamar
2021-04-06LibWeb: Use the new "ensure_pre_insertion_validity" in the HTML document parserLuke
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-04-06LibWeb: Support the "ImplementedAs" IDL attribute on functionsLuke
2021-04-06LibWeb: Add non-inclusive variants of subtree traversalLuke
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
2021-04-06LibWeb: Strip out the mutation event logic from TreeNodeLuke
2021-04-06LibWeb: Only prepare scripts on insertion if they're not parser insertedLuke
2021-04-06LibWeb: Make the node mutation event functions spec compliantLuke
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-06LibGUI: Tweak order of common location buttons in FilePickerAndreas Kling
2021-04-06LibGUI: Make FilePicker's common location buttons checkableAndreas Kling
2021-04-06LibGUI: Add shortcuts to common locations in GUI::FilePickerAndreas Kling
2021-04-06Kernel: Don't crash if unable to map ramdisk inside kernel address spaceJean-Baptiste Boric
2021-04-06Kernel: Fix KUBSAN crash with RamdiskDeviceJean-Baptiste Boric
2021-04-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling