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
2021-04-04
LibWeb: Convert ButtonBox to be a LabelableNode
Timothy Flynn
2021-04-04
LibWeb: Convert CheckBox to be a LabelableNode
Timothy Flynn
2021-04-04
LibWeb: Protect RadioButton and TextNode against mutating DOM
Timothy Flynn
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
LibGfx: Avoid float->double->float when converting from linear to gamma
Oleg Sikorskiy
2021-04-04
LibC: Added strtoimax() and strtoumax()
Manuel Palenzuela
2021-04-04
LibWeb: Remove document_setter from Window.document
Luke
2021-04-04
LibWeb: Convert RadioButton to be a LabelableNode
Timothy Flynn
2021-04-04
LibWeb: Defer mouse events from TextNode to Label
Timothy Flynn
2021-04-04
LibWeb: Add "Label" to be the layout node for HTMLLabelElement
Timothy Flynn
2021-04-04
LibWeb: Do not assume grouped radio buttons have the same parent
Timothy Flynn
2021-04-04
LibRegex: Allocate entries for all capture groups in RegexResult
AnotherTest
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Add NI_MAXHOST and NI_MAXSERV constants
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-04-04
LibWeb: Implement the Screen interface
Linus Groh
2021-04-04
LibWeb+WebContent: Keep track of screen rect
Linus Groh
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-04-04
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
Linus Groh
2021-04-03
LibGfx: Use integer version of Bresenham's algorithm.
Oleg Sikorskiy
2021-04-03
LibC: Fix FILE::flush() passing bogus arguments to lseek()
Andreas Kling
2021-04-03
LibGUI: Don't try to paint items in model-less IconView :^)
Andreas Kling
2021-04-03
LibWeb: Defer creation of subframes until host element is connected
Andreas Kling
2021-04-03
LibWeb: Implement XMLHttpRequest.getResponseHeader()
Linus Groh
2021-04-03
LibWeb: Implement XMLHttpRequest.status
Linus Groh
2021-04-03
LibWeb: Make XMLHttpRequest.open() work with relative URLs
Linus Groh
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-04-03
LibWeb: Set Constructor.name and Prototype.constructor of generated interfaces
Linus Groh
2021-04-03
LibJS: Log any exception, not just the ones with a JS::Error value
Linus Groh
2021-04-03
LibJS: Fix returning from try statement
Linus Groh
2021-04-03
LibJS: Keep RegExp.exec() results in correct order
Linus Groh
2021-04-03
LibJS: ArrayBuffer.prototype.slice
Jamie Mansfield
2021-04-03
LibWeb: Add support for HTML input type=radio
Timothy Flynn
2021-04-03
LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheet
Andreas Kling
2021-04-03
LibWeb: Add a FrameHostElement for frame/iframe common functionality
Andreas Kling
2021-04-03
LibKeyboard: Mark CharacterMap::get_char as const
Liav A
2021-04-03
LibWeb: Support rendering background images with 'background-repeat'
Timothy Flynn
2021-04-03
LibWeb: Store computed CSS value of background-repeat
Timothy Flynn
2021-04-03
LibCrypto: Avoid overly big allocs in intermediate ModularPower results
AnotherTest
2021-04-03
LibTLS: Make the TLS connection options user-configurable
AnotherTest
2021-04-03
LibTLS: Remove long-outdated comment that no longer makes sense
AnotherTest
2021-04-03
LibTLS: Move TLS extensions to a separate 'extensions' struct
AnotherTest
2021-04-02
LibGUI: Subtract layout margin when placing items along secondary axis
Andreas Kling
2021-04-02
LibJS: Use empty value for Reference unresolvable state, not undefined
Linus Groh
2021-04-02
LibJS: Move 'typeof' string functionality from AST to Value
Linus Groh
2021-04-02
LibGUI: Always outline selected date and paint today's date bold
thankyouverycool
2021-04-02
LibGUI+Calendar: Inherit from Frame class
thankyouverycool
2021-04-02
LibWeb: Add a line box fragment for <br> nodes
Timothy Flynn
2021-04-02
LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selector
Andreas Kling
2021-04-02
LibJS: Implement most of String.prototype.replace
Timothy Flynn
[next]