summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-06-28LibGUI: Grow spacers after doing layoutFrHun
2022-06-28LibGUI: Add read-only effective size properties for debuggingFrHun
2022-06-28LibGUI: Remove temporary compatibility measures for new layout systemFrHun
2022-06-28LibGUI: Use new layout system for BoxLayout runFrHun
2022-06-28LibGUI: Use new layout system in SplitterFrHun
2022-06-28LibGUI: Use new layout system in scrollable widgetsFrHun
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
2022-06-28LibGUI: Add effective and calculated sizes to WidgetFrHun
2022-06-28LibGUI: Change preferred_size in Layout to new layout systemFrHun
2022-06-28LibGUI: Add min_size to LayoutFrHun
2022-06-28LibGUI: Use preferred_size to emulate old is_shrink_to_fitFrHun
2022-06-28LibGUI: Add preferred_size to WidgetFrHun
2022-06-28LibGUI: Introduce UIDimension propertiesFrHun
2022-06-28LibGUI: Use UIDimension in place of int in WidgetFrHun
2022-06-28LibGUI: Add UIDimension and UISize typesFrHun
2022-06-28LibGUI: Refactor BoxLayout for minor readability improvementsFrHun
2022-06-28LibGUI: Add direction totals to MarginsFrHun
2022-06-27LibWeb/WebGL: Add WebGLRenderingContextBase.canvasLuke Wilde
2022-06-27LibWeb/WebGL: Forward the render context ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibWeb: Forward CRC2D's ref count to HTMLCanvasElementLuke Wilde
2022-06-27LibHTTP+RequestServer: Recognize more HTTP methodsLuke Wilde
2022-06-27LibWeb: Add CDATASectionLuke Wilde
2022-06-27LibJS: Check for add overflow in `DataViewConstructor`Cyber Gsus
2022-06-27LibGUI: Invert button icons only when the contrast ratio improvesHumberto Alves
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-27LibFileSystemAccessClient: Return an errno instead of a string literalLucas CHOLLET
2022-06-27FileSystemAccessServer: Manage concurrent file requestsLucas CHOLLET
2022-06-27LibCore: Avoid some successive allocations in Stream::read_all()Lucas CHOLLET
2022-06-26LibGfx: Increase cache-friendliness in FastBoxBlurFilterLenny Maiorani
2022-06-26LibWeb: Fix parsing of background-size: contain/coverMacDue
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-26LibJS: Rename filepath to filename in module related codeLinus Groh
2022-06-26LibJS: Replace enumeration macro in typed_array_species_create()Linus Groh
2022-06-26LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBaseLinus Groh
2022-06-25LibC: Implement the getsubopt functionLiav A
2022-06-24LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnitLinus Groh
2022-06-24LibJS: Refactor common option reading into the GetDifferenceSettings AOLinus Groh
2022-06-24LibJS: Mark CreateTemporalDate in AddDateTime as infallibleLinus Groh
2022-06-24LibJS: Mark CreateTemporalDate in ToRelativeTemporalObject as fallibleLinus Groh
2022-06-24LibJS: Mark some calls of CreateTemporalDate as infallibleLinus Groh
2022-06-24LibJS: Mark PlainTime.prototype.round's CreateTemporalTime infallibleLinus Groh
2022-06-24LibJS: Assert RoundISODateTime is called with values within the limitsLinus Groh
2022-06-24LibJS: Assert AddTime is called with a valid timeLinus Groh
2022-06-24LibJS: Add Number conversion in PrepareTemporalFieldsLinus Groh
2022-06-24LibJS: Add Number conversion in ZonedDateTime.prototype.getISOFields()Linus Groh
2022-06-24LibJS: Add Number conversion in AddDu/ToOrSubtractDu/FromPlainYearMonthLinus Groh
2022-06-24LibJS: Add conversion to mathematical number in ToTemporalTimeRecordLinus Groh
2022-06-24LibJS: Check for invalid epoch ns in DisambiguatePossibleInstantsLinus Groh
2022-06-24LibJS: Check for invalid epoch nanoseconds in NanosecondsToDaysLinus Groh
2022-06-24LibJS: Check for invalid epoch nanoseconds in InterpretISODateTimeOffsetLinus Groh