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
2022-09-06
LibWeb: Make TreeWalker GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NodeIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make DOMImplementation GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make MediaList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMTokenList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make NamedNodeMap GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSStyleDeclaration GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRuleList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add an "internal" JS realm & window object
Andreas Kling
2022-09-06
LibWeb: Add Bindings::LegacyPlatformObject base class
Andreas Kling
2022-09-06
LibWeb: Add PlatformObject class
Andreas Kling
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibUnicode: Generate a separate Locale enumeration for special casing
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h
Timothy Flynn
2022-09-05
LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-09-05
LibUnicode: Move CLDR data generators to a LibLocale subfolder
Timothy Flynn
2022-09-05
LibUnicode: Fully qualify use of AK::Variant in Locale.h
Timothy Flynn
2022-09-05
LibJS: Remove unused include from JS::Temporal::Calendar
Timothy Flynn
2022-09-05
LibC: Move `dlfcn_integration.h` to the `bits` directory
Tim Schumacher
2022-09-05
LibC: Reduce reliance on the dlfcn internals for `regex` functions
Tim Schumacher
2022-09-05
LibC: Remove the `LibDl` interface target
Tim Schumacher
2022-09-05
Everywhere: Fully remove the separate LibDl directory
Tim Schumacher
2022-09-05
LibDl: Move the `dlfcn` implementation to LibC
Tim Schumacher
2022-09-05
Everywhere: Refer to `dlfcn*.h` by its non-prefixed name
Tim Schumacher
2022-09-05
LibGUI: Implement basic rubber band selections in ColumnsView
networkException
2022-09-05
LibGUI: Add granular ColumnView helpers for column and index at events
networkException
2022-09-05
WebServer: Make bound socket a clickable hyperlink :^)
networkException
2022-09-05
LibVT: Handle non file urls in on hover tooltips
networkException
2022-09-04
LibGUI: Add Widgets before the ResizeCorner by default in Statusbar
FrHun
2022-09-04
Utilities/lsusb: Fix uninitialized variable error
Jesse Buhagiar
2022-09-03
PixelPaint: Introduce a vectorscope
kleines Filmröllchen
2022-09-03
LibGfx: Add AntiAliasingPainter::fill_rect
MacDue
2022-09-03
LibGfx: Add saturation modification functions to Color
kleines Filmröllchen
2022-09-03
LibGfx: Add YUV conversion functions to Color
kleines Filmröllchen
2022-09-03
LibGfx: Make Color::set_alpha constexpr
kleines Filmröllchen
2022-09-03
PixelPaint: Invoke the modified_change callback when layers change
kleines Filmröllchen
2022-09-03
PixelPaint: Extract common scope code into a generic ScopeWidget
kleines Filmröllchen
2022-09-03
PixelPaint: Specify histogram height in GML
kleines Filmröllchen
2022-09-03
LibJS: Don't use a Handle<Realm> in FinalizationRegistry
Andreas Kling
2022-09-03
LibJS: Make Handle<T> more user-friendly
Andreas Kling
2022-09-03
LibJS: Add Cell::Visitor::visit(Cell&)
Andreas Kling
2022-09-03
LibJS: Add GCPtr and NonnullGCPtr
Andreas Kling
[next]