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-13
LibJS: Add JSON.parse
Matthew Olsson
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-13
Kernel: KeyboardDevice, remove char mapping logic
Hüseyin ASLITÜRK
2020-06-13
Kernel: Process, replace internal data type to CharacterMapData
Hüseyin ASLITÜRK
2020-06-13
LibKeyboard: Move character map from Kernel to LibKeyboard
Hüseyin ASLITÜRK
2020-06-13
Application: KeyboardMapper, make button to like a real key
Hüseyin ASLITÜRK
2020-06-13
Base: Add numpad keys to keymap files
Hüseyin ASLITÜRK
2020-06-13
LibWeb: Sort matched style rules by specificity, document order
Andreas Kling
2020-06-13
LibWeb: Fix broken Specificity::operator==
Andreas Kling
2020-06-13
LibWeb: Include selector pseudo-class in style sheet dumps
Andreas Kling
2020-06-13
LibWeb: Simplify Node::is_link()
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-13
LibWeb: More work on table layout
Andreas Kling
2020-06-13
LibWeb: Allow url("foo") and url('foo') in CSS background-image values
Andreas Kling
2020-06-13
LibWeb: Add "colspan" to HTML::AttributeNames
Andreas Kling
2020-06-13
LibWeb: Add LayoutTableCell::colspan()
Andreas Kling
2020-06-12
LibWeb: First cut of extremely naive table row layout
Andreas Kling
2020-06-12
LibWeb: Turn <table width> into the CSS width property
Andreas Kling
2020-06-12
LibWeb: Turn <td bgcolor> into background-color
Andreas Kling
2020-06-12
LibWeb: Add "bgcolor" to HTML::AttributeNames
Andreas Kling
2020-06-12
LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window
Andreas Kling
2020-06-12
Browser: Be a little bit smarter about interpretering command line URLs
Andreas Kling
2020-06-12
LibCore: Add Core::File::real_path_for()
Andreas Kling
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
[next]