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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-06-30
LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructor
Linus Groh
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
LibJS/Bytecode: End the for variable scope at the start of its end block
Luke Wilde
2022-06-30
Everywhere: Use my fairly new and shiny serenityos.org email :^)
Kenneth Myhra
2022-06-30
LibJS/Bytecode: Make for, do/while and while always switch to end block
Luke Wilde
2022-06-30
LibC: Align _ctype_ to newlib's implementation
Andrew Kaster
2022-06-30
LibGfx: Use ZlibCompressor for compressing PNG files
Karol Kosek
2022-06-30
LibCompress: Implement a Zlib compressor
Karol Kosek
2022-06-30
LibCompress: Use newly created Zlib header structure when decompressing
Karol Kosek
2022-06-30
LibCompress: Add Zlib header structure
Karol Kosek
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-06-30
FileSystemAccessServer: Call window stealing functions sync
MacDue
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
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
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-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: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-29
LibGUI: Add ability to calculate min_size of Window from content widget
FrHun
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
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
LibGUI: Close EmojiDialog on active window change
Olivier De Cannière
2022-06-28
LibGUI: Use new layout system in InputBox
FrHun
2022-06-28
LibGUI: Use new layout system in FilePickerDialog
FrHun
2022-06-28
LibGUI+Applications: Use the new layout system in the settings screens
FrHun
2022-06-28
LibGUI: Implement new layout system for Scrollbar
FrHun
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
[next]