index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-12-11
man: Refactor with LibManual and Core::Stream
kleines Filmröllchen
2022-12-11
Help: Fix search query parsing
kleines Filmröllchen
2022-12-11
Help+LibManual: Move all manpage path handling to LibManual
kleines Filmröllchen
2022-12-11
LibManual: Refactor SectionNode in preparation for subsections
kleines Filmröllchen
2022-12-11
Help+LibManual: Move non-UI-specific manual handling to LibManual
kleines Filmröllchen
2022-12-11
sql: Support running the sql REPL on Lagom
Timothy Flynn
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-11
SQLServer: Re-use already opened SQL::Database objects
Timothy Flynn
2022-12-11
LibIPC: Add a hook to MultiServer to inform owners of new clients
Timothy Flynn
2022-12-11
LibCore: Add a standard path for runtime communication files
Timothy Flynn
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
SpaceAnalyzer: Consolidate the node context menus
Andreas Kling
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-10
LibGUI: Disable corresponding Scrollbar button when reaching min or max
DragonAlex98
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
Magnifier: Add a manual to Help menu and propagate construction errors
thankyouverycool
2022-12-10
Magnifier: Standardize File menu
thankyouverycool
2022-12-10
WindowServer: Update checked state of m_window_menu_always_on_top_item
thankyouverycool
2022-12-10
Magnifier: Remove always_on_top_action
thankyouverycool
2022-12-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-10
LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream
Tim Schumacher
2022-12-10
LibWeb: Allow creating Lengths from CSSPixels
Sam Atkins
2022-12-10
LibWeb: Use ceilf() instead of ceil() for float values
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb: Rename some variables to avoid shadowing
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
KeyboardSettings: Disable "activate keymap" button if keymap is active
Arda Cinar
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-10
LibWeb: Remove unused StyleProperties::length_or_fallback function
Karol Kosek
2022-12-10
LibWeb: Support special border width identifiers
Karol Kosek
2022-12-10
LibJS: Rename same_value_non_{numeric => number}() and handle BigInts
Linus Groh
2022-12-10
LibJS: Add spec comments to Value::invoke_internal()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_less_than()
Linus Groh
2022-12-10
LibJS: Add spec comments to is_strictly_equal()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_non_numeric()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value_zero()
Linus Groh
2022-12-10
LibJS: Add spec comments to same_value()
Linus Groh
2022-12-10
LibJS: Add spec comments to ordinary_has_instance()
Linus Groh
2022-12-10
LibJS: Add spec comments to instance_of()
Linus Groh
2022-12-10
LibJS: Add spec comments to exp{,_double}()
Linus Groh
2022-12-10
LibJS: Add spec comments to mod()
Linus Groh
2022-12-10
LibJS: Add spec comments to div()
Linus Groh
2022-12-10
LibJS: Add spec comments to mul()
Linus Groh
2022-12-10
LibJS: Add spec comments to sub()
Linus Groh
2022-12-10
LibJS: Add spec comments to add()
Linus Groh
2022-12-10
LibJS: Add spec comments to unsigned_right_shift()
Linus Groh
[next]