summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-02-05LibJS: Remove the JS_TRACK_ZOMBIE_CELLS optiondavidot
2022-02-05LibSQL: Implement a DESCRIBE TABLE statementMahmoud Mandour
2022-02-05LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`Mahmoud Mandour
2022-02-05LibJS+LibRegex: Don't repeat regex match in regexp_exec()Ali Mohammad Pur
2022-02-05LibRegex+LibJS: Avoid searching for more than one match in JS RegExpsAli Mohammad Pur
2022-02-04LibJS: Rename variables to 'calendarLike' in a couple of placesLinus Groh
2022-02-04LibJS: Remove '-000000' check from ParseTemporalYearMonthStringLinus Groh
2022-02-04LibJS: Update fallibility of ParseISODateTime in spec commentsLinus Groh
2022-02-04LibCoredump: Add stack frame entry even if there is no object infoMaciej
2022-02-04LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()Maciej
2022-02-04LibJS: Explicitly handle invalid Date objects in UTC time settersTimothy Flynn
2022-02-04LibJS: Explicitly handle invalid Date objects in local time settersTimothy Flynn
2022-02-04LibWeb: Implement CalculatedStyleValue::to_string()Sam Atkins
2022-02-04LibWeb: Distinguish between Integer and Number calc() valuesSam Atkins
2022-02-04LibWeb: Allow calc() in opacitySam Atkins
2022-02-04LibWeb+Base: Enable calc() for font-weight property :^)Sam Atkins
2022-02-04LibWeb: Add resolving calc() to a number/integer/percentageSam Atkins
2022-02-04LibWeb: Allow percentage tokens again when parsing calc()Sam Atkins
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-02-04LibWeb: Refactor calc() resolution logic using CalculationResultSam Atkins
2022-02-04LibWeb: Implement CalculationResult type for calc() resultsSam Atkins
2022-02-04LibWeb: Resolve type of calc() expressions at parse-timeSam Atkins
2022-02-04LibWeb: Combine the two sets of calc() operator enumsSam Atkins
2022-02-04LibWeb: Replace Length::set_calculated_style() with ::make_calculated()Sam Atkins
2022-02-04LibWeb: Move calc()-resolution code from Length to CalculatedStyleValueSam Atkins
2022-02-04LibWeb: Make debug logging of resource load errors red instead of greenAndreas Kling
2022-02-03LibGUI: Allow widgets to opt-out from showing the command paletteSam Atkins
2022-02-03LibWeb: Expose KeyboardEvent's constructor on the window objectAndreas Kling
2022-02-03LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()Andreas Kling
2022-02-03LibWeb: Add barebones CanvasGradient objectAndreas Kling
2022-02-03LibWeb: Add Document.hasFocus() stubAndreas Kling
2022-02-03LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()Andreas Kling
2022-02-03AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>Andreas Kling
2022-02-03LibGUI: Add a const accessor to ImageWidget's bitmapTimothy Flynn
2022-02-03LibGUI: Forward declare ImageWidgetTimothy Flynn
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-02-03LibGUI: Set a fixed width for the SettingsWindow reset-to-default buttonTimothy Flynn
2022-02-03LibC: Add IN6_IS_ADDR_LINKLOCAL to in.hBrian Gianforcaro
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03LibWeb: Implement TransformationStyleValue::to_string()Sam Atkins
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-02-03LibWeb: Make StyleValue::to_string() output valid CSSSam Atkins
2022-02-03LibWeb: Move non-trivial StyleValue to_string() methods to cpp fileSam Atkins
2022-02-02LibJS: Consider calls of parse_iso_date_time() fallibleLinus Groh
2022-02-02LibWeb: Don't verify that a dimension unit isn't whitespaceSam Atkins
2022-02-02LibJS: Reject '-000000' as extended yearLinus Groh
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool