summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling
2021-04-06FileManager: Set the default menu item in desktop context menusAndreas Kling
2021-04-06SystemMonitor: Highlight kernel processes a bit better in SystemMonitorAndreas Kling
2021-04-06Kernel+LibCore: Note whether a process is kernel mode in /proc/allAndreas Kling
2021-04-06LibWeb: Remove nodes from their old parent in appendChild/insertBeforeAndreas Kling
2021-04-06LibWeb: Sever parent/child connections in ~TreeNode()Andreas Kling
2021-04-06LibWeb: Remove duplicated code in TreeNode::remove_child()Andreas Kling
2021-04-06LibWeb: Support the :last-of-type CSS selector :^)Andreas Kling
2021-04-06LibWeb: Support the :first-of-type CSS selector :^)Andreas Kling
2021-04-06DHCPClient: Retry DISCOVER for interfaces that failAnotherTest
2021-04-05LibGfx: Move underline closer to text in draw_ui_text()Andreas Kling
2021-04-05SystemMonitor: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05FileManager: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05Browser: Add Alt shortcuts for top-level menusAndreas Kling