summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibHTTP: Use 'close' as the default value for Connection in HTTP/1.0Idan Horowitz
2022-10-01LibJS: Store symbols in a Handle inside PropertyKeyIdan Horowitz
2022-10-01LibJS: Include Environment.h directly in ClassFieldDefinition.hIdan Horowitz
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-10-01LibCore: Add documents_directory() to StandardPathsthankyouverycool
2022-10-01LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()thankyouverycool
2022-10-01LibConfig+ConfigServer: Make remove_key() synchronousthankyouverycool
2022-10-01LibJS: Align Instructions as void* and roundup variably sized ones sizesHendiadyoin1
2022-10-01LibJS: Handle argument spreading in the bytecode vmHendiadyoin1
2022-10-01LibJS: Add support for SpreadExpressions in array literals for bytecodeHendiadyoin1
2022-10-01LibJS: Switch to array-calls in the bytecode vmHendiadyoin1
2022-10-01LibJS: Allow SpreadExpressions to generate bytecodeHendiadyoin1
2022-09-30LibWeb: Apply :enabled pseudo class to only certain elementsLuke Wilde
2022-09-30LibWeb: Implement :enabled and :disabled pseudo classes to specLuke Wilde
2022-09-30LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabledLuke Wilde
2022-09-30LibCore+LibGUI: Make it fast to check if a Core::Object is a WidgetAndreas Kling
2022-09-29LibWeb: Never claim that flex containers create a BFCAndreas Kling
2022-09-29LibWeb: Fix bogus comparison when measuring if a float can fitAndreas Kling
2022-09-29LibWeb: Don't draw only-translated stacking contexts via bitmapAndreas Kling
2022-09-29LibWeb: Don't round fragment widths while accumulating in LineBuilderAndreas Kling
2022-09-29LibWeb: Resolve cross-axis flex item margins in the common caseAndreas Kling
2022-09-29LibWeb: Create flex items for empty generated boxesAndreas Kling
2022-09-29LibWeb: Make PercentageOr<T>::contains_percentage() handle more casesAndreas Kling
2022-09-29LibWeb: Add AvailableSpace.cpp to CMakeLists.txtAndreas Kling
2022-09-29LibWeb: Fix crash in get_response_mime_type()Andreas Kling
2022-09-29LibWeb: Add missing null checks in Layout::Node::set_needs_display()Andreas Kling
2022-09-29LibWeb: Add a helper for calculating the stretch-fit width of a boxAndreas Kling
2022-09-29LibWeb: Add CSS::Size::to_string() and an AK::Formatter for itAndreas Kling
2022-09-29LibWeb: Don't force layout when scrolling to non-existent anchorAndreas Kling
2022-09-29LibWeb: Make FormattingContext::run() take available space as inputAndreas Kling
2022-09-29LibWeb: Add CSS::Size::make_px(float) convenience helperAndreas Kling
2022-09-29LibC: Allow detection of supported locales through setlocaleimplicitfield
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-29LibWeb: Rename an origin's protocol to origin schemenetworkException
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28LibWeb: Make Markdown images shrink-to-fit by defaultSam Atkins
2022-09-28LibMarkdown: Allow extra content to be inserted into HTML output's headSam Atkins
2022-09-28LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursorsSam Atkins
2022-09-28LibTimeZone: Do not use tzname to determine the current time zoneTimothy Flynn
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27LibCore: Allow the setgroups wrapper to be used on LagomLucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET