index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Build: Remove two unnecessary CXXFLAGS
Andreas Kling
2020-07-24
AK: Add a couple more helper templates to StdLibExtras
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
PixelPaint: Add GUI for editing layer names :^)
Andreas Kling
2020-07-23
PixelPaint: Tidy up the LayerPropertiesWidget GUI layout a bit :^)
Andreas Kling
2020-07-23
PixelPaint: Don't hit test non-visible layers
Andreas Kling
2020-07-23
PixelPaint: Add a GUI for editing opacity and visibility of layers
Andreas Kling
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
PixelPaint: Scope tool actions to the containing window
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
Browser: Focus input text field in JS console by default
Nico Weber
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
UserspaceEmulator: XLAT BX should not check full EBX shadow bits
Andreas Kling
2020-07-22
LibWeb: Assert we're parsing a fragment on fragment cases
Luke
2020-07-21
UserspaceEmulator: Tweak some output strings
Andreas Kling
2020-07-21
LibC: Make sure malloc chunks are 8-byte aligned
Andreas Kling
2020-07-21
UserspaceEmulator: Include flag taint state in dump output
Andreas Kling
2020-07-21
UserspaceEmulator: Use the base address of instructions in backtraces
Andreas Kling
2020-07-21
UserspaceEmulator: Add a newline before uninitialized op warnings
Andreas Kling
2020-07-21
UserspaceEmulator: Show file and line numbers in backtraces :^)
Andreas Kling
2020-07-21
UserspaceEmulator: Remove unnecessary local getpid() caches
Andreas Kling
2020-07-21
LibC: Add a cache for getpid()
Andreas Kling
2020-07-21
UserspaceEmulator: Don't hardcode the amount of thread-local data
Andreas Kling
[next]