summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-11-30LibGfx+LibGUI: Use constant for line spacing instead of magic numberlanmonster
2022-11-29LibGUI: Setup IncrementalSearchBanners for TextEditorsthankyouverycool
2022-11-29LibGUI: Add IncrementalSearchBannerthankyouverycool
2022-11-29LibGUI: Add Banner concept to AbstractScrollableWidgetthankyouverycool
2022-11-27TextEditor: Add keyboard shortcut to (un)comment a range of linesKyle Lanmon
2022-11-27TextEditor: Add UndoCommands for commenting and uncommenting linesKyle Lanmon
2022-11-27TextEditor: Add utility to keep a range of text within a lineKyle Lanmon
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-11-26LibGUI: Propagate changing an action's text to its associated buttonsTimothy Flynn
2022-11-26LibGUI: Allow buttons to control the behavior when their text changesTimothy Flynn
2022-11-26Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"Timothy Flynn
2022-11-19LibGUI: Disallow shortcut propagation in Blocking modals and Popupsthankyouverycool
2022-11-19LibGUI: Don't search ComboBox Windows when holding a mod keythankyouverycool
2022-11-19LibGUI: Always close() Dialogs no matter the execution resultthankyouverycool
2022-11-19LibGUI: Remove redundant event handling in EmojiInputDialogthankyouverycool
2022-11-19LibGUI: Paint text selections as active in Popupsthankyouverycool
2022-11-19LibGUI: Set focus proxy for CommandPalette's TableViewthankyouverycool
2022-11-19LibGUI: Let Widgets track their focus proxy delegatorsthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-19LibGUI: Use move_cursor() API for AutocompleteProviderthankyouverycool
2022-11-19LibGUI: Use WindowType:Autocomplete for AutocompleteProviderthankyouverycool
2022-11-19LibGUI+WindowServer: Add WindowType:Autocomplete and helpersthankyouverycool
2022-11-19LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidgetthankyouverycool
2022-11-19LibGUI+Applications: Allow GlyphMapWidget's set_font() to failthankyouverycool
2022-11-19LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidgetthankyouverycool
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibGUI: Add CommonMenusthankyouverycool
2022-11-19LibGUI: Add fallible try_create_checkable() Actionthankyouverycool
2022-11-19LibGUI: Add ColorFilterer classthankyouverycool
2022-11-19LibGUI: Allow adding previously constructed menus to Menubarthankyouverycool
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-11-19LibGUI: Display shortcut text for Alt Graph modifierthankyouverycool
2022-11-16LibGUI: Allow more programmatic control over GUI::InputBoxTimothy Flynn
2022-11-16LibGUI: Add GUI::Dialog to the LibGUI forwarding headerTimothy Flynn
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
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