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-07-25
test-web: Add ability to change page mid-test
Luke
2020-07-25
LibGfx: Add a generic Matrix variant
AnotherTest
2020-07-25
LibGfx: Add Matrix4x4::elements() getters
AnotherTest
2020-07-24
LibWeb: Use [Reflect] for Element.id and Element.className :^)
Andreas Kling
2020-07-24
LibWeb: Allow specifying a custom attribute name for [Reflect]
Andreas Kling
2020-07-24
LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)
Andreas Kling
2020-07-24
LibWeb: Add HTMLImageElement.src and HTMLImageElement.alt
Andreas Kling
2020-07-24
LibWeb: Add code generation for reflecting IDL attributes
Andreas Kling
2020-07-24
LibGUI: Break up Window::event() into many smaller functions
Andreas Kling
2020-07-23
Lagom: Add LibGemini, LibGfx
Nico Weber
2020-07-23
Browser: Escape JS source operators for HTML display in console
Nico Weber
2020-07-23
LibGfx: Add an "opacity" argument to Painter::draw_scaled_bitmap()
Andreas Kling
2020-07-23
LibGUI: Add {Horizontal,Vertical}Slider to the forwarding header
Andreas Kling
2020-07-23
LibGUI: Make window-parented actions actually scoped to the window
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-23
LibGUI: Fix build after renaming Image => ImageWidget
Andreas Kling
2020-07-23
LibWeb: Add a helper for creating a fake (start tag) HTML token
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-23
LibWeb: Add tests for atob() and btoa()
Nico Weber
2020-07-23
LibWeb+test-web: Create test-web program, add doctype test
Luke
2020-07-23
TextEditor: Jump to word break when deleting and holding Ctrl modifier
Sasan Hezarkhani
2020-07-23
LibJS: Add tests for bitwise & and ^
Nico Weber
2020-07-23
LibC: Remove duplicate gs touch during gettid()/getpid() fast path
Brian Gianforcaro
2020-07-22
LibWeb: Make btoa() and atob() correctly handle values between 128 and 255
Nico Weber
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-22
LibJS: Fix \x escapes of bytes with high bit set
Nico Weber
2020-07-22
LibTextCodec: Simplify Latin1Decoder::to_utf8
Nico Weber
2020-07-22
LibGUI: Remove unnecessary LibHTTP #include
AnotherTest
2020-07-22
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
Nico Weber
2020-07-22
LibJS: Implement String.prototype.charCodeAt
Nico Weber
2020-07-22
LibWeb: Replaced elements had backwards application of intrinsic ratio
Andreas Kling
2020-07-22
LibWeb: Set the intrinsic width/height of <img> instead of hacking it
Andreas Kling
2020-07-22
LibWeb: Parse "width" and "height" presentation attributes on <img>
Andreas Kling
2020-07-22
LibWeb: Add a dedicated function for parsing HTML length values
Andreas Kling
2020-07-22
LibWeb: Assert we're parsing a fragment on fragment cases
Luke
2020-07-21
LibC: Make sure malloc chunks are 8-byte aligned
Andreas Kling
2020-07-21
LibC: Add a cache for getpid()
Andreas Kling
2020-07-21
LibDebug: Put DWARF debug logging spam behind DEBUG_SPAM
Andreas Kling
2020-07-21
AudioServer: Give the AudioClient a way to keep track of the main mix volume
Benoît Lormeau
2020-07-21
LibC: Notify UserspaceEmulator about malloc *after* scrubbing
Andreas Kling
2020-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-21
LibTLS: Reschedule the timeout if we're too slow
AnotherTest
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
2020-07-21
LibPThread: Make pthread_exit a noreturn function
Muhammad Zahalqa
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-20
LibGUI: Use ControlBoxButtons in SpinBox and ComboBox
thankyouverycool
2020-07-20
LibGUI: Add ControlBoxButton to LibGUI
thankyouverycool
2020-07-19
LibGUI: Show the special home directory icon in GUI::FilePicker
Andreas Kling
2020-07-19
LibGUI: Show a special icon for the home directory in FileSystemModel
Andreas Kling
[next]