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
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-02-05
LibSQL: Implement a DESCRIBE TABLE statement
Mahmoud Mandour
2022-02-05
LibSQL: Avoid signed arithmetic in `IntegerImpl::compare`
Mahmoud Mandour
2022-02-05
LibJS+LibRegex: Don't repeat regex match in regexp_exec()
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-04
LibJS: Rename variables to 'calendarLike' in a couple of places
Linus Groh
2022-02-04
LibJS: Remove '-000000' check from ParseTemporalYearMonthString
Linus Groh
2022-02-04
LibJS: Update fallibility of ParseISODateTime in spec comments
Linus Groh
2022-02-04
LibCoredump: Add stack frame entry even if there is no object info
Maciej
2022-02-04
LibCoredump: Fix use-after-free in Backtrace::object_info_for_region()
Maciej
2022-02-04
LibJS: Explicitly handle invalid Date objects in UTC time setters
Timothy Flynn
2022-02-04
LibJS: Explicitly handle invalid Date objects in local time setters
Timothy Flynn
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Allow calc() in opacity
Sam Atkins
2022-02-04
LibWeb+Base: Enable calc() for font-weight property :^)
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
2022-02-04
LibWeb: Implement CalculationResult type for calc() results
Sam Atkins
2022-02-04
LibWeb: Resolve type of calc() expressions at parse-time
Sam Atkins
2022-02-04
LibWeb: Combine the two sets of calc() operator enums
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-02-03
LibGUI: Allow widgets to opt-out from showing the command palette
Sam Atkins
2022-02-03
LibWeb: Expose KeyboardEvent's constructor on the window object
Andreas Kling
2022-02-03
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-02-03
LibWeb: Add Document.hasFocus() stub
Andreas Kling
2022-02-03
LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()
Andreas Kling
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2022-02-03
LibGUI: Add a const accessor to ImageWidget's bitmap
Timothy Flynn
2022-02-03
LibGUI: Forward declare ImageWidget
Timothy Flynn
2022-02-03
LibTimeZone: Parse and generate time zone coordinate data
Timothy Flynn
2022-02-03
LibGUI: Set a fixed width for the SettingsWindow reset-to-default button
Timothy Flynn
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-02-03
LibWeb: Implement TransformationStyleValue::to_string()
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Make StyleValue::to_string() output valid CSS
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-02-02
LibJS: Consider calls of parse_iso_date_time() fallible
Linus Groh
2022-02-02
LibWeb: Don't verify that a dimension unit isn't whitespace
Sam Atkins
2022-02-02
LibJS: Reject '-000000' as extended year
Linus Groh
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-02-01
LibGUI: Allow only one CommandPalette at once to be opened
Maciej
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
[next]