summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-14LibGUI: Share code for finding an Action by ShortcutZaggy1024
2022-11-09LibGUI: Shift+Tab unindents lineJulian Eigmüller
2022-11-07LibGUI: Fix a typoMike Akers
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-05LibGUI: Hold down Alt when clicking TreeView to expand full subtreeEaston Pillay
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-30LibGUI: Update buttons' text/tooltips in Action::set_textZaggy1024
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-25LibGUI: Fix EditingEngine Shift + Up/Down highlight behaviorskelegorg
2022-10-25LibGUI: Don't show the command palette action in the command palettedemostanis
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-10-25LibGUI: Add CommonActions::make_command_palette_action()demostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
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