summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-10-19LibGUI: Insert first displayed emoji on returnEtienne Rodriguez
2022-10-14Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Versionkleines Filmröllchen
2022-10-14Base: Launch Clipboard at session start-upLucas CHOLLET
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-12LibGUI: Delete from current position to end of line in VimEditingEnginehuttongrabiel
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-10-06LibGUI: Consider spacing for Toolbar overflow calculationFrHun
2022-10-06LibGUI: Include overflow button in overflow calculation only when shownFrHun
2022-10-06LibGUI: Make Breadcrumbbar resizable below current sizeFrHun
2022-10-06LibGUI: Add option to move Toolbar items to overflow menu in groupsFrHun
2022-10-04LibGUI: Shade Weekends in a slightly different background colorTobias Christiansen
2022-10-04LibGUI: Teach Calendar about the new Config ItemsTobias Christiansen
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-30LibCore+LibGUI: Make it fast to check if a Core::Object is a WidgetAndreas Kling
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-26LibGUI: Make "Home" key behavior comfier on wrapped lines :^)Sam Atkins
2022-09-25LibGUI: Add Model::unsafe_create_index()Andreas Kling
2022-09-24LibGUI: Update calculated_min_size() for TextEditorthankyouverycool
2022-09-24LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()thankyouverycool
2022-09-24LibGUI: Don't draw Scrollbar button triangles if they'd be off-centerthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for StackWidgetthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for ListViewthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for AbstractScrollableWidgetthankyouverycool
2022-09-22LibGUI: Hide unnecessary Scrollbars in ComboBox windowsthankyouverycool
2022-09-22LibGUI: Update ListView content size on relevant layout changesthankyouverycool
2022-09-22LibGUI: Apply horizontal padding evenly for ListView itemsthankyouverycool
2022-09-22LibGUI: Allow setting max visible items for ComboBoxesthankyouverycool
2022-09-22LibGUI: Don't show empty ComboBox windowsthankyouverycool
2022-09-22LibGUI: Make ListView item_count() publicthankyouverycool
2022-09-22LibGUI: Don't open windows for editable ComboBoxes when typingthankyouverycool
2022-09-22LibGUI: Reset Windows as visible for timer purposes on show()thankyouverycool
2022-09-22LibGUI: Always activate ComboBox ListView selections on MouseUpthankyouverycool
2022-09-22LibGUI: Block ComboBox windows from using CommandPalettethankyouverycool
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add setting to choose default viewOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20Calendar: Support preferred first day of the weekOlivier De Cannière
2022-09-20LibGUI: Use fuzzy matching when searching for emoji by nameTimothy Flynn
2022-09-20LibGUI: Fire Show/Hide events when adding/removing widget from treeAndreas Kling
2022-09-16LibGUI: Load emoji icons for EmojiInputDialog through Gfx::EmojiTimothy Flynn
2022-09-16LibGUI: Defer loading emoji icons until their first paint eventTimothy Flynn
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11LibGUI: Implement rubber band selection in table viewnetworkException
2022-09-11LibGUI: Limit column view rubber band rect to widget inner rectnetworkException
2022-09-11LibGUI: Properly limit the icon view rubber band rect to the widgetnetworkException
2022-09-11LibGUI: Support emoji with multiple code points in EmojiInputDialogTimothy Flynn
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-11LibGUI: Use discovered emoji files as the EmojiInputDialog button iconsTimothy Flynn