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-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
AudioServer: removed AS prefix from class and file names
sppmacd
2020-06-12
LibWeb: Handle negative values when collapsing vertical margins
Andreas Kling
2020-06-12
LibWeb: Implement very basic margin collapsing
Andreas Kling
2020-06-12
LibIPC: Use create_single_shot to construct timer
Kevin Meyer
2020-06-12
AK: Remove useless casts
Sergey Bugaev
2020-06-12
AK: Ensure RefCounted types are never copied or moved
Sergey Bugaev
2020-06-12
AK: Assert refcount doesn't overflow
Sergey Bugaev
2020-06-12
AK: Switch RefCounted to atomic refcounting
Sergey Bugaev
2020-06-12
AK: Use unsigned int for refcount
Sergey Bugaev
2020-06-12
AK: Ensure we never use OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-12
MenuApplets: Fix using OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-12
Calendar: Fix using OwnPtr<> with RefCounted types
Sergey Bugaev
2020-06-12
AK: ALWAYS_INLINE most Atomic<T> methods
Sergey Bugaev
2020-06-12
AK: Fix missing ptrdiff_t in non-Serenity builds
Sergey Bugaev
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
AK: URL should urldecode data: URL payloads
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
Base: Put the ACID2 test on the browser bookmarks bar :^)
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-09
Base: Document new SystemServer abilities
Sergey Bugaev
[next]