summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-04-05LibGUI: Use normalized TextRange for early empty string checkMaciej Zygmanowski
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-05LibRegex: Make sure there are as many group matches as actual matchesAnotherTest
2021-04-05LibRegex: Consider named capture groups as normal capture groups tooAnotherTest
2021-04-05LibRegex: Reset capture group indices when resetting parser stateAnotherTest
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-04-04LibWeb: Convert ButtonBox to be a LabelableNodeTimothy Flynn
2021-04-04LibWeb: Convert CheckBox to be a LabelableNodeTimothy Flynn
2021-04-04LibWeb: Protect RadioButton and TextNode against mutating DOMTimothy Flynn
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04LibGfx: Avoid float->double->float when converting from linear to gammaOleg Sikorskiy
2021-04-04LibC: Added strtoimax() and strtoumax()Manuel Palenzuela
2021-04-04LibWeb: Remove document_setter from Window.documentLuke
2021-04-04LibWeb: Convert RadioButton to be a LabelableNodeTimothy Flynn
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn
2021-04-04LibWeb: Add "Label" to be the layout node for HTMLLabelElementTimothy Flynn
2021-04-04LibWeb: Do not assume grouped radio buttons have the same parentTimothy Flynn
2021-04-04LibRegex: Allocate entries for all capture groups in RegexResultAnotherTest
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Add NI_MAXHOST and NI_MAXSERV constantsJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-04-03LibGfx: Use integer version of Bresenham's algorithm.Oleg Sikorskiy
2021-04-03LibC: Fix FILE::flush() passing bogus arguments to lseek()Andreas Kling
2021-04-03LibGUI: Don't try to paint items in model-less IconView :^)Andreas Kling
2021-04-03LibWeb: Defer creation of subframes until host element is connectedAndreas Kling
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-04-03LibWeb: Implement XMLHttpRequest.statusLinus Groh
2021-04-03LibWeb: Make XMLHttpRequest.open() work with relative URLsLinus Groh
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-04-03LibWeb: Set Constructor.name and Prototype.constructor of generated interfacesLinus Groh
2021-04-03LibJS: Log any exception, not just the ones with a JS::Error valueLinus Groh
2021-04-03LibJS: Fix returning from try statementLinus Groh
2021-04-03LibJS: Keep RegExp.exec() results in correct orderLinus Groh
2021-04-03LibJS: ArrayBuffer.prototype.sliceJamie Mansfield
2021-04-03LibWeb: Add support for HTML input type=radioTimothy Flynn
2021-04-03LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheetAndreas Kling
2021-04-03LibWeb: Add a FrameHostElement for frame/iframe common functionalityAndreas Kling
2021-04-03LibKeyboard: Mark CharacterMap::get_char as constLiav A
2021-04-03LibWeb: Support rendering background images with 'background-repeat'Timothy Flynn
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-04-03LibCrypto: Avoid overly big allocs in intermediate ModularPower resultsAnotherTest
2021-04-03LibTLS: Make the TLS connection options user-configurableAnotherTest
2021-04-03LibTLS: Remove long-outdated comment that no longer makes senseAnotherTest
2021-04-03LibTLS: Move TLS extensions to a separate 'extensions' structAnotherTest
2021-04-02LibGUI: Subtract layout margin when placing items along secondary axisAndreas Kling
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh