summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-26LibWeb: Determine the origin when navigating across documentsMacDue
2022-08-25LibJS: Accept and ignore calendar annotation in Instant stringsLuke Wilde
2022-08-25LibJS: Avoid calling ToString on calendar when calendarName is "never"Luke Wilde
2022-08-25Base: Add more emojiXexxa
2022-08-25Base: Improve emojiXexxa
2022-08-25LibJS: Guard IntegerIndexedElementSet with receiver checkTimothy Flynn
2022-08-25LibJS: Always access RegExp flags by its "flags" propertyTimothy Flynn
2022-08-25LibJS: Fix spec steps and links for RegExp set notation proposalTimothy Flynn
2022-08-25LibTimeZone: Fix tests when ENABLE_TIME_ZONE_DATABASE_DOWNLOAD is OFFTimothy Flynn
2022-08-25LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFFTimothy Flynn
2022-08-25Base: Add more emojiXexxa
2022-08-25Base: Add more emojiXexxa
2022-08-25LibWeb: Begin formatting the gridmartinfalisse
2022-08-25LibWeb: Parse grid-column and grid-row CSS valuesmartinfalisse
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementShorthandStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackSizeStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacement for grid-[column/row]-[start/end]martinfalisse
2022-08-25LibWeb: Add GridTrackSize class for grid-template-*martinfalisse
2022-08-25LibWeb: Add GridFormattingContextmartinfalisse
2022-08-25LibWeb: Parse grid display valuemartinfalisse
2022-08-25Base: Add display grid test pagemartinfalisse
2022-08-25Base: Add the -h/--hide-window option to the Eyes manpageMacDue
2022-08-25Eyes: Add an option to show/hide the window frameMacDue
2022-08-25PixelPaint: Reduce verbosity of crop to content featurefaxe1008
2022-08-25Applications: Use modeless windows in some appsthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-08-25WindowServer: Default to Desktop when picking a new active windowthankyouverycool
2022-08-25WindowServer: Invalidate new and previous active input window framesthankyouverycool
2022-08-25WindowServer: Restore modal chains from the Taskbar and Switcherthankyouverycool
2022-08-25WindowServer: Use nearest modeless window for modal Taskbar rectsthankyouverycool
2022-08-25WindowServer: Don't move child windows in unison with their parentsthankyouverycool
2022-08-25WindowServer: Don't let modals minimize themselvesthankyouverycool
2022-08-25WindowServer: Replace modal stacks with modal chainsthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25WindowServer: Add modeless_ancestor() helperthankyouverycool
2022-08-25WindowServer: Remove m_unmaximized_rect from Windowthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25WindowServer: Remove nudge_into_desktop() from Windowthankyouverycool
2022-08-25WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManagerthankyouverycool
2022-08-25WindowServer: Get taskbar height from TaskbarWindow directlythankyouverycool
2022-08-25LibGUI: Remember size and position of hidden Windowsthankyouverycool
2022-08-25Apps+Demos+Dialogs: Remove unnecessary minimum window sizesthankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24LibCrypto: Implement a (mostly) proper to_double for UnsignedBigIntegerdavidot
2022-08-24LibCrypto: Make a VERIFY a static_assert since it only uses constantsdavidot