summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-11LibGUI: Add shortcut for inserting new lineSnow
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-10TextEditor: Fix commenting shortcut `<Ctrl-/>`Snow
2022-12-10LibGUI: Disable corresponding Scrollbar button when reaching min or maxDragonAlex98
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-09LibGUI: Add OpacitySlider to ColorPicker dialogFrHun
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-09LibGUI: Implement vertical orientation for OpacitySliderFrHun
2022-12-09LibGUI: Register GUI icon path setters as write-onlyTimothy Flynn
2022-12-08LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets nameLucas CHOLLET
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-05LibGUI: Fix a typoCameron Youell
2022-12-04LibGUI: Swap Next and Previous button on IncrementalSearchBannerŠtěpán Balážik
2022-12-03Everywhere: Run clang-formatLinus Groh
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