summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDateLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTimeLuke Wilde
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-11-05WindowServer: Add menus to open menu stack before making them visibleAndreas Kling
2021-11-05WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()Andreas Kling
2021-11-05WindowServer: Remove redundant check in MenuManager::open_menu()Andreas Kling
2021-11-05LibJS: Adjust approximated result in year_from_time() if necessaryLinus Groh
2021-11-05LibJS: Account for leap days in year_from_time()Linus Groh
2021-11-05WindowServer: Return ShareableBitmap() on failAziz Berkay Yesilyurt
2021-11-05shot: Fix hanging due to zero sized RectAziz Berkay Yesilyurt
2021-11-04LibJS: Replace a couple of TODO()'s in Temporal with InternalErrorLinus Groh
2021-11-04LibJS: Remove TODO() from implemented code pathLinus Groh
2021-11-04SoundPlayer: Allow playback progress slider jump to cursorElyse
2021-11-04LibWeb: Convert NumberType::Integer to i64 instead of i32networkException
2021-11-04Base+LibCore: Store booleans in human-readable formatBen Wiederhake
2021-11-05LibC+LookupServer: Use u32 for the endpoint magicBen Wiederhake
2021-11-05LibC+LookupServer: Compute magic number to avoid hardcodingBen Wiederhake
2021-11-05SQLServer: Remove unnecessary magic numberBen Wiederhake
2021-11-04LibCore: Trim trailing whitespaces from ConfigFile valuesTor-björn Claesson
2021-11-04LibJS: Introduce & use FormatISOTimeZoneOffsetStringLinus Groh
2021-11-04LibJS: Move common code into RejectObjectWithCalendarOrTimeZoneLinus Groh
2021-11-04LibJS: Update ToTemporalTimeRecord to not require all propertiesLinus Groh
2021-11-04WindowServer: Reevaluate hover state after dismissing window switcherAndreas Kling
2021-11-04WindowServer: Reevaluate hover state when switching highlight windowsAndreas Kling
2021-11-04WindowServer: Rename reevaluate_hovered_window()Andreas Kling
2021-11-04LibJS: Implement Temporal.ZonedDateTime.prototype.startOfDayLuke Wilde
2021-11-03Revert "LibIPC: Use a zero-delay timer for message processing"Andreas Kling
2021-11-03LibGUI: Don't ask WindowServer to destroy windows during app teardownAndreas Kling
2021-11-03LibGUI: Add GUI::Application::in_teardown()Andreas Kling
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.roundLuke Wilde
2021-11-03LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDayLuke Wilde
2021-11-03LibWeb: Change Document.{hidden,visibilityState} spec links to HTMLLuke Wilde
2021-11-03LibGUI: ScrollableContainerWidget GML autocompleteFrHun
2021-11-03LibGUI: AbstractScrollableWidget GML/JSONFrHun
2021-11-03LibGUI: ScrollableContainerWidget respect sizeFrHun
2021-11-03LibGUI: ScrollableContainerWidget consider frameFrHun
2021-11-03LibGUI: Margins for AbstractScrollableWidgetFrHun
2021-11-03LibGUI: ToolbarContainer account for frame widthfrhun
2021-11-03LibGUI: Implement content margins for FrameFrHun
2021-11-03Applications: Remove border from GroupBox marginsFrHun
2021-11-03LibGUI: Invalidate GroupBox layout on font changeFrHun
2021-11-03LibGUI: Consider content_margins for BoxLayoutFrHun
2021-11-03LibGUI: Implement content_margins for GroupBoxFrHun
2021-11-03LibGUI: Add content marginsFrHun
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
2021-11-03LibGUI: Add utility functions to MarginsFrHun
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toJSONLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toLocaleStringLuke Wilde
2021-11-03LibJS: Implement Temporal.PlainDateTime.prototype.toStringLuke Wilde