summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-04-05WindowServer: Select first item when opening a menu via Alt shortcutAndreas Kling
2021-04-05Terminal: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05WindowServer: Support Alt+Character menu shortcuts :^)Andreas Kling
2021-04-05LibGfx: Add Gfx::Painter::draw_ui_text()Andreas Kling
2021-04-05LibJS: Let Object::get_own_properties() return both strings and symbolsLinus Groh
2021-04-05LibJS: Add Object::get_enumerable_own_property_names() and use itLinus Groh
2021-04-05LibJS: Remove this_object parameter from get/put own property functionsLinus Groh
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-05LibWeb: Support "pseudo" CSS propertiesTimothy Flynn
2021-04-05LibWeb: Move painting of background images to common locationTimothy Flynn
2021-04-05Taskbar: Use GUI::Button::set_menu() for the start menu button :^)Andreas Kling
2021-04-05LibGUI: Add ability to assign a menu to a GUI::ButtonAndreas Kling