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
2021-08-02
LibWeb: Implement CSS parsing convenience functions
Sam Atkins
2021-08-02
LibWeb: Clarify naming and publicity of CSS Parser methods
Sam Atkins
2021-08-02
LibWeb: Only dump parsed CSS stylesheet if logging is enabled
Sam Atkins
2021-08-02
LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vector
Ali Mohammad Pur
2021-08-02
LibRegex: Use a bump-allocated linked list for fork save states
Ali Mohammad Pur
2021-08-02
LibRegex: Make Fork{Jump,Stay} non-recursive
Ali Mohammad Pur
2021-08-02
LibGUI: Ensure that edit actions are disabled for password boxes
Gunnar Beutner
2021-08-02
LibGUI: Remove redundant code
Gunnar Beutner
2021-08-02
LibGUI: Add a simple GUI::PasswordInputDialog
Andreas Kling
2021-08-02
LibGUI: Register GUI::PasswordBox to make it availble in GML
Andreas Kling
2021-08-02
LibAudio: Handle stream errors in FlacLoader
Andrew Kaster
2021-08-02
LibCpp: Allow 'final' in a class declaration with inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for east const
Ali Mohammad Pur
2021-08-02
LibCpp: Allow 'override' as a function target qualifier
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing function types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow 'const' after a function's signature
Ali Mohammad Pur
2021-08-02
LibCpp: Add support for parsing reference types
Ali Mohammad Pur
2021-08-02
LibCpp: Allow virtual destructors
Ali Mohammad Pur
2021-08-02
LibCpp: Match and ignore struct/class inheritance
Ali Mohammad Pur
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
2021-08-02
LibCpp: Parse enum members with explicit values
Ali Mohammad Pur
2021-08-02
LibCpp: Parse "extern" declarations
Ali Mohammad Pur
2021-08-02
LibCpp: Accept scoped variable declarations
Ali Mohammad Pur
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-02
LibWeb: Remove unneccessary breaks from text-decoration-rendering
Tobias Christiansen
2021-08-02
LibWeb: Don't draw zero-length line for text-decoration: blink
Tobias Christiansen
2021-08-01
LibJS: Implement Temporal.Now.zonedDateTimeISO()
Linus Groh
2021-08-01
LibJS: Implement Temporal.Now.zonedDateTime()
Linus Groh
2021-08-01
LibJS: Implement Temporal.ZonedDateTime.prototype.timeZone
Linus Groh
2021-08-01
LibJS: Implement Temporal.ZonedDateTime.prototype.calendar
Linus Groh
2021-08-01
LibJS: Implement Temporal.ZonedDateTime.prototype[@@toStringTag]
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in ToTemporalDate
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in ToTemporalInstant
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in ToTemporalTimeZone
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in GetTemporalCalendarWithISODefault
Linus Groh
2021-08-01
LibJS: Handle ZonedDateTime in ToTemporalCalendar
Linus Groh
2021-08-01
LibJS: Start implementing Temporal.ZonedDateTime
Linus Groh
2021-08-01
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
Linus Groh
2021-08-01
LibJS: Implement Temporal.Calendar.from()
Linus Groh
2021-08-01
LibGfx: Fix writing PNG headers on x86_64
Gunnar Beutner
2021-08-01
LibGfx: Fix a spelling mistake in a variable name
Gunnar Beutner
2021-08-01
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
Linus Groh
2021-08-01
LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()
Linus Groh
2021-08-01
LibJS: Implement Temporal.TimeZone.from()
Linus Groh
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGfx: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
[next]