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
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`
Cameron Youell
2023-03-21
LibCore: Remove all unused `DeprecatedFile` functions
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibFileSystem: Create `LibFileSystem`
Cameron Youell
2023-03-21
LibCore: Add ErrorOr wrapper for `utimensat`
Cameron Youell
2023-03-21
LibGfx/OpenType: Do not preemptively return while searching for kerning
LukasACH
2023-03-21
LibGfx/OpenType: Get size of ValueRecord from PairPos valueFormat field
LukasACH
2023-03-21
LibGfx/OpenType: Move function read_value_record, add argument stream
LukasACH
2023-03-21
LibJS: Ensure Date tests can pass in any time zone by testing UTC values
Timothy Flynn
2023-03-21
LibCore: Set tm_isdst to a negative value before invoking mktime
Timothy Flynn
2023-03-21
LibWeb: Parse CSS identifiers case-insensitively
implicitfield
2023-03-21
LibWeb: Don't try to parse GPOS lookup types we don't understand yet
Andreas Kling
2023-03-21
LibGfx/OpenType: Fix typo in 'kern' table parsing
Andreas Kling
2023-03-21
LibWeb: Pass scope in ParentNode::query_selector_all
Simon Wanner
2023-03-21
LibWeb: Pass scope in ParentNode::query_selector
Simon Wanner
2023-03-21
LibWeb: Pass scope in Element::closest
Simon Wanner
2023-03-21
LibWeb: Pass scope in Element::matches
Simon Wanner
2023-03-21
LibWeb: Support the :scope pseudo class
Simon Wanner
2023-03-21
WebDriver: Activate the browser tab during the Switch To Window command
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add a WebContent IPC to activate a tab
Timothy Flynn
2023-03-21
WebDriver: Do not activate tabs created by the New Window endpoint
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-21
tar: Add partial support for XZ-compressed archives :^)
Tim Schumacher
2023-03-21
Utilities: Add an `xzcat` utility
Tim Schumacher
2023-03-21
LibCompress: Add support for XZ
Tim Schumacher
2023-03-21
LibCompress: Add support for LZMA2
Tim Schumacher
2023-03-21
LibCompress: Allow providing an external dictionary for LZMA
Tim Schumacher
2023-03-21
LibCompress: Allow appending input streams to an existing LZMA decoder
Tim Schumacher
2023-03-21
LibCompress: Refactor LZMA model property decoding into a static helper
Tim Schumacher
2023-03-21
AK: Move ConstrainedStream from LibWasm and limit discarding
Tim Schumacher
2023-03-21
Presenter: Add a "Resize to Fit Content" action
Caoimhe
2023-03-21
Presenter: Add a "View" menu
Caoimhe
2023-03-21
Presenter: Change "Full Screen" action to "Toggle Full Screen"
Caoimhe
2023-03-21
DisplaySettings: Detect if a non-default color scheme is in use
implicitfield
2023-03-21
DisplaySettings: Stop using DeprecatedString
implicitfield
2023-03-21
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
implicitfield
2023-03-21
DisplaySettings: Propagate errors in MonitorWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in MonitorSettingsWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in FontSettingsWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in EffectsSettingsWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in BackgroundSettingsWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in DesktopSettingsWidget
implicitfield
2023-03-21
DisplaySettings: Propagate errors in ThemesSettingsWidget
implicitfield
2023-03-21
LibGfx/OpenType: Extend support for GPOS glyph positioning
LukasACH
2023-03-21
VideoPlayer: Add drag and drop support
Junior Rantila
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2023-03-21
LibGfx: Use premultiplied alpha when scaling images
Tim Ledbetter
2023-03-20
LibWeb: Support more length types in SVG width/height attributes
Michiel
2023-03-20
LibLine: Unify the is-empty flag in Style::unify_with() as well
Ali Mohammad Pur
[next]