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
Age
Commit message (
Expand
)
Author
2021-09-21
LibPDF: Rely on default-constructor of Variant
Ben Wiederhake
2021-09-21
LibIMAP: Remove unused Variant option
Ben Wiederhake
2021-09-20
WindowServer: Apply screen scaling when getting bitmap around cursor
David Isaksson
2021-09-20
LibWeb: Resolve 'inherit' property-value somewhat
Tobias Christiansen
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-09-20
LibGfx: Add optional bilinear filtering to draw_scaled_bitmap()
Sam Atkins
2021-09-20
LibC+DynamicLoader: Store the auxiliary vector address at startup
Itamar
2021-09-20
LibWeb: Implement <script src> execution for non-blocking scripts
Andreas Kling
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-20
LibWeb: Pop entire stack of open elements at the end of parsing
Andreas Kling
2021-09-20
LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)
Andreas Kling
2021-09-20
LibWeb: Use Document::realm() in HTMLScriptElement::prepare_script()
Andreas Kling
2021-09-20
WidgetGallery: Crop animated cursors
Karol Kosek
2021-09-20
WidgetGallery+MouseSettings: Use LexicalPath::basename()
Karol Kosek
2021-09-20
WidgetGallery: Simplify cursor change code
Karol Kosek
2021-09-20
LibGUI: Update the window cursor if it was provided as a bitmap
Karol Kosek
2021-09-20
LibC: Spec compliant IN6_IS_ADDR_V4MAPPED
Kenneth Myhra
2021-09-20
LibPDF: Replace Value class by AK::Variant
Ben Wiederhake
2021-09-20
LibPDF: Extract reference bitpacking into dedicated class
Ben Wiederhake
2021-09-20
LibPDF: Move inline function definition
Ben Wiederhake
2021-09-20
LibPDF: Break weird dependency cycle
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers in Value.h
Ben Wiederhake
2021-09-20
LibPDF: Fix math error in comments
Ben Wiederhake
2021-09-20
LibPDF: Switch to automatic ref counting, fix memory leak
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers to XRefTable.h
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers to Reader.h
Ben Wiederhake
2021-09-20
LibPDF: Add missing headers to Forward.h
Ben Wiederhake
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-20
AK+LibC: Remove SERENITY_LIBC_BUILD guard around `<initializer_list>`
Andrew Kaster
2021-09-20
Shell: Make ArgsParser not exit on failure in builtin_exit()
Ali Mohammad Pur
2021-09-19
LibWeb: Give InlineNodes borders :^)
Sam Atkins
2021-09-19
LibWeb: Move border-painting code out of Box
Sam Atkins
2021-09-19
LibGfx: Add per-side overloads of Rect::inflate() and ::shrink()
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes a box-shadow :^)
Sam Atkins
2021-09-19
LibWeb: Give InlineNodes a background
Sam Atkins
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move InlineNode background code from `paint_fragment` -> `paint`
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-09-19
LibWeb: Stop painting backgrounds for TextNodes
Sam Atkins
2021-09-19
LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()
Andreas Kling
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
LibWeb: Add missing #include to MainThreadVM.h
Andreas Kling
2021-09-19
LibWeb: Add HTML::Task::Source::PostedMessage
Andreas Kling
2021-09-19
AudioApplet: Refactor window resizing
David Isaksson
2021-09-19
AudioApplet: Get values from AudioServer instead of the config file
David Isaksson
2021-09-19
AudioApplet: Make sure to set the internal volume on slider change
David Isaksson
2021-09-19
AudioApplet: Round the volume to the nearest integer
David Isaksson
2021-09-19
AudioApplet: Update the volume slider on update from audio server
David Isaksson
2021-09-19
LibGUI: Add option to disable on_change call for sliders set_value()
David Isaksson
[next]