summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-06-30LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructorLinus Groh
2022-06-30LibWeb: Fix background images not showing till scrolling/repaintMacDue
2022-06-30LibJS/Bytecode: End the for variable scope at the start of its end blockLuke Wilde
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-06-30LibJS/Bytecode: Make for, do/while and while always switch to end blockLuke Wilde
2022-06-30LibC: Align _ctype_ to newlib's implementationAndrew Kaster
2022-06-30LibGfx: Use ZlibCompressor for compressing PNG filesKarol Kosek
2022-06-30LibCompress: Implement a Zlib compressorKarol Kosek
2022-06-30LibCompress: Use newly created Zlib header structure when decompressingKarol Kosek
2022-06-30LibCompress: Add Zlib header structureKarol Kosek
2022-06-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
2022-06-30LibC: Implement `wcswidth`Tim Schumacher
2022-06-30LibC: Stub out `brk` and `sbrk`Tim Schumacher
2022-06-30LibELF: Store the full file path in DynamicObjectTim Schumacher
2022-06-30LibGUI: Add min_content_size debug property to AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add custom layout change handling to ScrollableContainerWidgetFrHun
2022-06-30LibGUI: Fix flickering scrollbars in AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add layout change propagation to WidgetFrHun
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-30LibGUI: Change Label standard preferred height to opportunistic growFrHun
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb: Fix off-by-one shadow position on non-integer positioned boxesMacDue
2022-06-30LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadowsMacDue
2022-06-30LibWeb: Switch to using StackBlurFilter for shadow paintingMacDue
2022-06-30LibGfx: Add StackBlurFilter, an efficient almost gaussian blurMacDue
2022-06-29LibWeb: Print unhandled rejections the same way as unhandled exceptionsLuke Wilde
2022-06-29LibWeb: Use CSO if running script is null in HostPromiseRejectionTrackerLuke Wilde
2022-06-29LibWeb: Store PromiseRejectionEvent::m_reason in a JS::HandleLuke Wilde
2022-06-29LibWeb: Move ClassicScript::m_settings_object into the Script baseLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-06-29LibGUI: Add ability to calculate min_size of Window from content widgetFrHun
2022-06-29LibJS: Add tests cases for %TypedArray%.prototype.toSorted functionObinna Ikeh
2022-06-29LibJS: Add %TypedArray%.prototype.toSortedObinna Ikeh
2022-06-29LibJS: Implement element comparison function for typed arraysObinna Ikeh
2022-06-29LibJS: Use null-prototype objects in a few more places in TemporalLinus Groh
2022-06-29LibJS: Fix production for time zone name in time zone stringsLinus Groh
2022-06-29LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTimeLinus Groh
2022-06-29LibJS: Mark BalanceDuration as infallible in DifferenceISODateTimeLinus Groh
2022-06-29LibJS: Replace one use of BalanceISODate with CreateISODateRecordLinus Groh
2022-06-29LibJS: Assert DifferenceISODateTime is called with valid datetime valuesLinus Groh
2022-06-29LibJS: Replace guaranteed zero [[Days]] field with constant zeroLinus Groh
2022-06-29LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTimeLinus Groh
2022-06-29LibGUI: Close EmojiDialog on active window changeOlivier De Cannière
2022-06-28LibGUI: Use new layout system in InputBoxFrHun
2022-06-28LibGUI: Use new layout system in FilePickerDialogFrHun
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-28LibGUI: Implement new layout system for ScrollbarFrHun
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun