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
2022-06-30
LibC: Implement `wcswidth`
Tim Schumacher
2022-06-30
LibC: Stub out `brk` and `sbrk`
Tim Schumacher
2022-06-30
LibELF: Store the full file path in DynamicObject
Tim Schumacher
2022-06-30
Base: Sort the default content list in ascending order
Luke Wilde
2022-06-30
Base: Add 300+ ads and trackers to the default content filter list
Luke Wilde
2022-06-30
PixelPaint: Omit file extension in tab/editor titles
Lennon Donaghy
2022-06-30
PixelPaint: Use image title as default filename for "save as"
Lennon Donaghy
2022-06-30
Spreadsheet: Make conditional-formatting condition-list scrollable
FrHun
2022-06-30
LibGUI: Add min_content_size debug property to AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add custom layout change handling to ScrollableContainerWidget
FrHun
2022-06-30
LibGUI: Fix flickering scrollbars in AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-30
ThemeEditor: Fix layout for new layout system
FrHun
2022-06-30
Spreadsheet: Use new layout system
FrHun
2022-06-30
LibGUI: Change Label standard preferred height to opportunistic grow
FrHun
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
MacDue
2022-06-30
LibWeb: Fix off-by-one shadow position on non-integer positioned boxes
MacDue
2022-06-30
LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadows
MacDue
2022-06-30
LibWeb: Switch to using StackBlurFilter for shadow painting
MacDue
2022-06-30
LibGfx: Add StackBlurFilter, an efficient almost gaussian blur
MacDue
2022-06-30
AK: Add AK::ceil(float) and AK::ceil_log2(integer)
MacDue
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-06-29
LibWeb: Use CSO if running script is null in HostPromiseRejectionTracker
Luke Wilde
2022-06-29
LibWeb: Store PromiseRejectionEvent::m_reason in a JS::Handle
Luke Wilde
2022-06-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-29
LibWeb: Return instead of throwing on unknown enums in attribute setters
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-29
Terminal: Repair resizing
FrHun
2022-06-29
LibGUI: Add ability to calculate min_size of Window from content widget
FrHun
2022-06-29
Kernel/USB: Use proper error codes for UHCI transfers
b14ckcat
2022-06-29
LibJS: Add tests cases for %TypedArray%.prototype.toSorted function
Obinna Ikeh
2022-06-29
LibJS: Add %TypedArray%.prototype.toSorted
Obinna Ikeh
2022-06-29
LibJS: Implement element comparison function for typed arrays
Obinna Ikeh
2022-06-29
Toolchain: Update Platform files to match those in upstream cmake
Andrew Kaster
2022-06-29
LibJS: Use null-prototype objects in a few more places in Temporal
Linus Groh
2022-06-29
LibJS: Fix production for time zone name in time zone strings
Linus Groh
2022-06-29
LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Mark BalanceDuration as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Replace one use of BalanceISODate with CreateISODateRecord
Linus Groh
2022-06-29
LibJS: Assert DifferenceISODateTime is called with valid datetime values
Linus Groh
2022-06-29
LibJS: Replace guaranteed zero [[Days]] field with constant zero
Linus Groh
2022-06-29
LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTime
Linus Groh
2022-06-29
Meta: Add a security policy
Sam Atkins
2022-06-29
LibGUI: Close EmojiDialog on active window change
Olivier De Cannière
2022-06-29
Calender: Add ability to set the time of day for an event
Andrew Dykema
2022-06-28
Playground: Rename the application to GMLPlayground
Linus Groh
2022-06-28
pls: Implement support for `--preserve-env`
Tim Schumacher
2022-06-28
pls: Don't rely on `getenv` to find `TERM`
Tim Schumacher
[next]