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
/
Libraries
Age
Commit message (
Expand
)
Author
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-04
LibGUI: Paint the GroupBox title with left alignment
Andreas Kling
2023-03-03
LibWeb: Make Window.screen a replaceable attribute
Luke Wilde
2023-03-03
LibGUI: Compute syntax-highlighted visual text spans using float rects
Timothy Flynn
2023-03-03
LibWeb: Add some folding regions to HTML syntax highlighter
Sam Atkins
2023-03-03
LibSyntax: Expose folding regions from ProxyHighlighterClient
Sam Atkins
2023-03-03
LibWeb: Add folding regions to CSS syntax highlighter
Sam Atkins
2023-03-03
LibCpp: Add folding regions to syntax highlighters
Sam Atkins
2023-03-03
LibGUI: Add folding regions to INI syntax highlighter
Sam Atkins
2023-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-03-03
LibWeb/Fetch: Store Response error message as a String{,View} variant
Linus Groh
2023-03-03
LibGfx: Draw checkbox check in the center of the checkbox rect
Andreas Kling
2023-03-03
LibGUI: Make CheckBox height adapt to the current font size
Andreas Kling
2023-03-03
LibGUI: Make RadioButton height adapt to the current font size
Andreas Kling
2023-03-03
LibGUI: Round up font sizes in various widget size calculations
Andreas Kling
2023-03-03
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
Andreas Kling
2023-03-03
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
Linus Groh
2023-03-03
LibWeb/MimeSniff: Port MimeType to new String
Linus Groh
2023-03-03
LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()
Linus Groh
2023-03-03
LibWeb/XHR: Fix blob type in XMLHttpRequest::response()
Linus Groh
2023-03-03
LibWeb/Fetch: Port infrastructure to new String
Linus Groh
2023-03-03
LibWeb/Fetch: Port JS interfaces to new String
Linus Groh
2023-03-03
LibWeb: Update generated code in Bindings/FetchMethod.cpp
Linus Groh
2023-03-03
LibIDL: Use OrderedHash{Table,Map} to store Enumeration values
Linus Groh
2023-03-02
LibGfx: Handle multi-code point emoji widths when drawing text runs
Timothy Flynn
2023-03-02
LibGfx: Handle multi-code point emoji when computing scaled glyph width
Timothy Flynn
2023-03-02
LibPDF: Detect CFF encodings with supplements
Rodrigo Tobar
2023-03-02
LibPDF: Increase argument stack for Type1FontPrograms
Rodrigo Tobar
2023-03-02
LibPDF: Improve Type2 hint counting
Rodrigo Tobar
2023-03-02
LibPDF: Don't crash when a font hasn't been loaded yet
Rodrigo Tobar
2023-03-02
LibPDF: Prevent crashes when loading XObject streams
Rodrigo Tobar
2023-03-02
LibPDF: Improve error support for Filter class
Rodrigo Tobar
2023-03-02
LibGfx+LibWeb: Propagate OOM when appending CanvasGradient color stops
MacDue
2023-03-02
LibGfx+LibWeb: Propagate OOM when creating PaintStyles
MacDue
2023-03-01
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
Liav A
2023-03-01
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
Liav A
2023-03-01
LibWeb: Port URL and URLSearchParams to new String
Kenneth Myhra
2023-03-01
LibWeb: Store all members of WebIDL::ExceptionOr<T> in a single Variant
Timothy Flynn
2023-03-01
LibJS: Use a Variant instead of two Optionals for ThrowCompletionOr
Linus Groh
2023-03-01
LibJS: Make string_to_number() return double instead of Optional<Value>
Linus Groh
2023-03-01
LibGfx+LibUnicode: Support specifying the path to search for emoji
Timothy Flynn
2023-03-01
LibWeb: Delete entire grapheme clusters on backspace/delete key presses
Timothy Flynn
2023-03-01
LibWeb: Skip over grapheme clusters on left/right arrow key presses
Timothy Flynn
2023-03-01
LibWeb: Convert Web::DOM::Position::to_deprecated_string to String
Timothy Flynn
2023-03-01
LibGUI: Give SeparatorWidget a minimum size
Sam Atkins
2023-03-01
LibJS: Make int_part a double in StringPrototype::to_string
Luke Wilde
2023-03-01
LibWeb: Bail FrameLoader's load callbacks if associated BC is discarded
Luke Wilde
2023-03-01
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
Ali Mohammad Pur
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
[next]