summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: Return instead of throwing on unknown enums in attribute settersLuke 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-29Kernel/USB: Use proper error codes for UHCI transfersb14ckcat
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-29Toolchain: Update Platform files to match those in upstream cmakeAndrew Kaster
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-29Meta: Add a security policySam Atkins
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-28Base: Add manpages for new layout systemFrHun
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
2022-06-28LibGUI: Add effective and calculated sizes to WidgetFrHun
2022-06-28LibGUI: Change preferred_size in Layout to new layout systemFrHun
2022-06-28LibGUI: Add min_size to LayoutFrHun
2022-06-28LibGUI: Use preferred_size to emulate old is_shrink_to_fitFrHun
2022-06-28LibGUI: Add preferred_size to WidgetFrHun
2022-06-28LibGUI: Introduce UIDimension propertiesFrHun
2022-06-28LibGUI: Use UIDimension in place of int in WidgetFrHun