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-06-12
LibIPC: Use create_single_shot to construct timer
Kevin Meyer
2020-06-12
LibWeb: Remove absolutely positioned elements from the normal flow
Andreas Kling
2020-06-12
LibWeb: Remove absolute positioning logic from LayoutReplaced
Andreas Kling
2020-06-12
LibWeb: Add basic support for position:fixed
Andreas Kling
2020-06-12
LibWeb: Whine about unrecognized CSS properties in debug log
Andreas Kling
2020-06-12
LibWeb: Rename BoxModelMetrics::full_margin() => margin_box()
Andreas Kling
2020-06-12
LibWeb: Some improvements to absolute positioning
Andreas Kling
2020-06-12
LibWeb: Include class names in layout tree dumps
Andreas Kling
2020-06-12
LibIPC: Actually use the new Core::Timer::restart() I just added
Andreas Kling
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
2020-06-11
LibCore: Fix typo in Forward.h
Andreas Kling
2020-06-11
LibCore: Add Timer::restart() convenience API
Andreas Kling
2020-06-11
LibGfx: Return paint_button() earlier and replace overdrawn rect
thankyouverycool
2020-06-11
LibGfx: Fail PNG decoding on invalid scanline filter
Andreas Kling
2020-06-11
LibGfx: Minor tweaks in PNG decoder
Andreas Kling
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-10
LibGfx: Return correct color for palette.hover_highlight()
thankyouverycool
2020-06-10
LibWeb: Don't try to expand shorthands from non-string CSS values
Andreas Kling
2020-06-10
LibGfx: Visual enhancement to buttons
thankyouverycool
2020-06-10
LibGfx: Use size_t for the Streamer offset and sizes
Andreas Kling
2020-06-10
LibWeb: Expand "background: url()" into "background-image: url()"
Andreas Kling
2020-06-10
LibWeb: Expand 2-part border-width shorthand CSS properties
Andreas Kling
2020-06-10
LibWeb: Apply style rules in order of specificity (kinda)
Andreas Kling
2020-06-10
LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties
Andreas Kling
2020-06-10
LibWeb: Ignore backslashes (\) in attribute selectors
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-10
LibWeb: Constrain block height by the max-height if specified
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-10
LibWeb: Fix parser interpreting """ as """
Andreas Kling
2020-06-10
LibGfx: Add FloatSize::to_int_size()
Andreas Kling
2020-06-09
LibWeb: Add LayoutTableRowGroup to implement display: table-row-group
Andreas Kling
2020-06-09
LibWeb: Add some iteration helpers to LayoutNode
Andreas Kling
2020-06-08
LibC: Don't assert on unknown mode character in fopen()
Andreas Kling
2020-06-08
LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)
Andreas Kling
2020-06-08
LibC: Add IPPORT_RESERVED and IPPORT_USERRESERVED
Andreas Kling
2020-06-08
LibC: Add ws_xpixel and ws_ypixel members to struct winsize
Andreas Kling
2020-06-08
LibWeb: Unbreak favicon notifications after Page refactoring
Andreas Kling
2020-06-08
LibWeb: Remove unnecessary on_foo hooks from Frame
Andreas Kling
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
Andreas Kling
2020-06-08
LibJS: Pass GlobalObject& to AST node execute() functions
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-08
LibJS+js: Support getting last value from "_" variable
Linus Groh
2020-06-08
LibCore: Make sure to disable notifiers when closing a socket
Sergey Bugaev
2020-06-08
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
Sergey Bugaev
2020-06-08
LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object()
Andreas Kling
2020-06-08
LibJS: Always keep a reference to the global object in Shape
Andreas Kling
2020-06-08
LibJS: BigInts and Symbols values are cells and the GC needs this info
Andreas Kling
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
[next]