index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2022-11-30
LibGfx+LibGUI: Use constant for line spacing instead of magic number
lanmonster
2022-11-29
LibGUI: Setup IncrementalSearchBanners for TextEditors
thankyouverycool
2022-11-29
LibGUI: Add IncrementalSearchBanner
thankyouverycool
2022-11-29
LibGUI: Add Banner concept to AbstractScrollableWidget
thankyouverycool
2022-11-27
TextEditor: Add keyboard shortcut to (un)comment a range of lines
Kyle Lanmon
2022-11-27
TextEditor: Add UndoCommands for commenting and uncommenting lines
Kyle Lanmon
2022-11-27
TextEditor: Add utility to keep a range of text within a line
Kyle Lanmon
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-26
LibGUI: Propagate changing an action's text to its associated buttons
Timothy Flynn
2022-11-26
LibGUI: Allow buttons to control the behavior when their text changes
Timothy Flynn
2022-11-26
Revert "LibGUI: Update buttons' text/tooltips in Action::set_text"
Timothy Flynn
2022-11-19
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
thankyouverycool
2022-11-19
LibGUI: Don't search ComboBox Windows when holding a mod key
thankyouverycool
2022-11-19
LibGUI: Always close() Dialogs no matter the execution result
thankyouverycool
2022-11-19
LibGUI: Remove redundant event handling in EmojiInputDialog
thankyouverycool
2022-11-19
LibGUI: Paint text selections as active in Popups
thankyouverycool
2022-11-19
LibGUI: Set focus proxy for CommandPalette's TableView
thankyouverycool
2022-11-19
LibGUI: Let Widgets track their focus proxy delegators
thankyouverycool
2022-11-19
LibGUI+Taskbar+Applets+Applications: Set various windows as Popups
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-19
LibGUI+WindowServer: Remove InputPreemptor concept
thankyouverycool
2022-11-19
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
thankyouverycool
2022-11-19
LibGUI: Use move_cursor() API for AutocompleteProvider
thankyouverycool
2022-11-19
LibGUI: Use WindowType:Autocomplete for AutocompleteProvider
thankyouverycool
2022-11-19
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
thankyouverycool
2022-11-19
LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidget
thankyouverycool
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-19
LibGUI: Add CommonMenus
thankyouverycool
2022-11-19
LibGUI: Add fallible try_create_checkable() Action
thankyouverycool
2022-11-19
LibGUI: Add ColorFilterer class
thankyouverycool
2022-11-19
LibGUI: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-11-19
LibGUI: Display shortcut text for Alt Graph modifier
thankyouverycool
2022-11-16
LibGUI: Allow more programmatic control over GUI::InputBox
Timothy Flynn
2022-11-16
LibGUI: Add GUI::Dialog to the LibGUI forwarding header
Timothy Flynn
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-11-09
LibGUI: Shift+Tab unindents line
Julian Eigmüller
2022-11-07
LibGUI: Fix a typo
Mike Akers
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-05
LibGUI: Hold down Alt when clicking TreeView to expand full subtree
Easton Pillay
2022-11-02
LibGUI+WindowServer: Allow programatically minimizing windows
Timothy Flynn
2022-11-01
LibGUI+WindowServer: Create and broadcast an event when a window moves
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-10-26
LibGUI: Make sure combobox list windows can't be moved
Gunnar Beutner
2022-10-25
LibGUI: Fix EditingEngine Shift + Up/Down highlight behavior
skelegorg
[next]