summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-30ThemeEditor: Fix layout for new layout systemFrHun
2022-06-30Spreadsheet: Use new layout systemFrHun
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-29Terminal: Repair resizingFrHun
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-29Calender: Add ability to set the time of day for an eventAndrew Dykema
2022-06-28Playground: Rename the application to GMLPlaygroundLinus Groh
2022-06-28pls: Implement support for `--preserve-env`Tim Schumacher
2022-06-28pls: Don't rely on `getenv` to find `TERM`Tim Schumacher
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
2022-06-28LibGUI: Grow spacers after doing layoutFrHun
2022-06-28LibGUI: Add read-only effective size properties for debuggingFrHun
2022-06-28LibGUI: Remove temporary compatibility measures for new layout systemFrHun
2022-06-28LibGUI: Use new layout system for BoxLayout runFrHun
2022-06-28LibGUI: Use new layout system in SplitterFrHun
2022-06-28LibGUI: Use new layout system in scrollable widgetsFrHun
2022-06-28NotificationServer: Remove usages of deprecated implicit ui conversionsFrHun
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun