index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-05-09
LibGfx: Implement GIFImageDecoderPlugin animation methods
Peter Nelson
2020-05-09
LibGfx: Optimise LZWDecoder
Peter Nelson
2020-05-09
LibWeb: Add support for animated images to HTMLImageElement
Peter Nelson
2020-05-09
LibGfx: Add support for animated images to ImageDecoder{Plugin}
Peter Nelson
2020-05-09
LibGfx: Add new methods to Font to avoid embedded values in FontEditor
Hüseyin ASLITÜRK
2020-05-08
LibWeb: Implement "text-transform: {upper,lower}case"
Linus Groh
2020-05-08
LibWeb: Generate a new list item marker on every layout
Andreas Kling
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnection
Andreas Kling
2020-05-08
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
Andreas Kling
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
2020-05-08
LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)
AnotherTest
2020-05-08
LibJS: Add Array.of()
Linus Groh
2020-05-08
LibJS: Add Array.isArray()
Linus Groh
2020-05-08
LibJS: Support multiple arguments in Array constructor
Linus Groh
2020-05-08
LibJS: Add Value::is_integer()
Linus Groh
2020-05-08
LibGfx: Revert #2154 and properly handle simple polygons
AnotherTest
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGfx: Handle filling complex shapes better
AnotherTest
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
2020-05-08
LibCore: DesktopServices, open fonts with FontEditor
Hüseyin ASLITÜRK
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-07
LibDebug: Miscellaneous fixes from #2097
Itamar
2020-05-07
LibELF: Add Image::Section::wrapping_byte_buffer
Itamar
2020-05-07
LibC: Log calls to getrusage
Itamar
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-05-07
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
Linus Groh
2020-05-07
LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers
Andreas Kling
2020-05-07
LibX86: Rename build0FSlash() to build_0f_slash()
Linus Groh
2020-05-07
LibJS: Fix shellcheck warnings in Tests/run-tests
Emanuele Torre
2020-05-07
LibTLS: Verify server certificate expiry date
AnotherTest
2020-05-07
LibCore: Add a primitive comparison function to DateTime
AnotherTest
2020-05-06
LibWeb: Add hook when a link is middle clicked
FalseHonesty
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Simplify a Value type check in Object::to_string()
Andreas Kling
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-06
LibGfx: Implement filling paths
AnotherTest
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-05
LibWeb: Expose the ProtocolClient inside ResourceLoader as an API
Andreas Kling
2020-05-05
LibCore: Add a standard downloads directory (~/Downloads)
Andreas Kling
2020-05-05
LibWeb: Add hook when context menu is requested by right-clicking link
Andreas Kling
2020-05-05
LibGfx: Add missing FloatRect function implementations
Andreas Kling
[next]