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-12-12
LibGUI+TextEditor: Add a relative line number option for TextEditor
Snow
2022-12-11
LibGUI: Add shortcut for inserting new line
Snow
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
TextEditor: Fix commenting shortcut `<Ctrl-/>`
Snow
2022-12-10
LibGUI: Disable corresponding Scrollbar button when reaching min or max
DragonAlex98
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-09
LibGUI: Add OpacitySlider to ColorPicker dialog
FrHun
2022-12-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-09
LibGUI: Implement vertical orientation for OpacitySlider
FrHun
2022-12-09
LibGUI: Register GUI icon path setters as write-only
Timothy Flynn
2022-12-08
LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name
Lucas CHOLLET
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-12-04
LibGUI: Swap Next and Previous button on IncrementalSearchBanner
Štěpán Balážik
2022-12-03
Everywhere: Run clang-format
Linus Groh
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
[next]