summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-11LibGUI: Add shortcut for inserting new lineSnow
2022-12-11WindowServer: Remove unused bools in Menu::draw()thankyouverycool
2022-12-11WindowServer: Include missing visibility argument when making MenuItemthankyouverycool
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11man: Refactor with LibManual and Core::Streamkleines Filmröllchen
2022-12-11Help: Fix search query parsingkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines Filmröllchen
2022-12-11LibManual: Refactor SectionNode in preparation for subsectionskleines Filmröllchen
2022-12-11Help+LibManual: Move non-UI-specific manual handling to LibManualkleines Filmröllchen
2022-12-11sql: Support running the sql REPL on LagomTimothy Flynn
2022-12-11LibSQL: Support launching a singleton SQLServer instance for Lagom hostsTimothy Flynn
2022-12-11SQLServer: Re-use already opened SQL::Database objectsTimothy Flynn
2022-12-11LibIPC: Add a hook to MultiServer to inform owners of new clientsTimothy Flynn
2022-12-11LibCore: Add a standard path for runtime communication filesTimothy Flynn
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-10TextEditor: Fix commenting shortcut `<Ctrl-/>`Snow
2022-12-10LibGUI: Disable corresponding Scrollbar button when reaching min or maxDragonAlex98
2022-12-10LibWeb: Use start-of-line in hit test of position directly to the leftAndreas Oppebøen
2022-12-10LibWeb: Use correct end-of-fragment node index for HitTestResultAndreas Oppebøen
2022-12-10Magnifier: Add a manual to Help menu and propagate construction errorsthankyouverycool
2022-12-10Magnifier: Standardize File menuthankyouverycool
2022-12-10WindowServer: Update checked state of m_window_menu_always_on_top_itemthankyouverycool
2022-12-10Magnifier: Remove always_on_top_actionthankyouverycool
2022-12-10LibCompress: Port GzipDecompressor to `Core::Stream`Tim Schumacher
2022-12-10LibCore: Add a wrapper for adapting Core::Stream to AK::InputStreamTim Schumacher
2022-12-10LibWeb: Allow creating Lengths from CSSPixelsSam Atkins
2022-12-10LibWeb: Use ceilf() instead of ceil() for float valuesSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()Sam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb: Rename some variables to avoid shadowingSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10KeyboardSettings: Disable "activate keymap" button if keymap is activeArda Cinar
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-10LibWeb: Remove unused StyleProperties::length_or_fallback functionKarol Kosek
2022-12-10LibWeb: Support special border width identifiersKarol Kosek
2022-12-10LibJS: Rename same_value_non_{numeric => number}() and handle BigIntsLinus Groh
2022-12-10LibJS: Add spec comments to Value::invoke_internal()Linus Groh
2022-12-10LibJS: Add spec comments to is_less_than()Linus Groh
2022-12-10LibJS: Add spec comments to is_strictly_equal()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_non_numeric()Linus Groh
2022-12-10LibJS: Add spec comments to same_value_zero()Linus Groh
2022-12-10LibJS: Add spec comments to same_value()Linus Groh
2022-12-10LibJS: Add spec comments to ordinary_has_instance()Linus Groh
2022-12-10LibJS: Add spec comments to instance_of()Linus Groh
2022-12-10LibJS: Add spec comments to exp{,_double}()Linus Groh
2022-12-10LibJS: Add spec comments to mod()Linus Groh
2022-12-10LibJS: Add spec comments to div()Linus Groh