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-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
2022-10-25
LibGUI: Don't show the command palette action in the command palette
demostanis
2022-10-25
LibGUI: Remove Window::set_blocks_command_palette()
demostanis
2022-10-25
LibGUI: Add CommonActions::make_command_palette_action()
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-19
LibGUI: Insert first displayed emoji on return
Etienne Rodriguez
2022-10-14
Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version
kleines Filmröllchen
2022-10-14
Base: Launch Clipboard at session start-up
Lucas CHOLLET
2022-10-13
LibGUI+WindowServer: Add Window::set_always_on_top()
demostanis
2022-10-12
LibGUI: Delete from current position to end of line in VimEditingEngine
huttongrabiel
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-11
WindowServer+LibGUI: Shrink window edge resize hot-spots
Mart G
2022-10-06
LibGUI: Consider spacing for Toolbar overflow calculation
FrHun
2022-10-06
LibGUI: Include overflow button in overflow calculation only when shown
FrHun
2022-10-06
LibGUI: Make Breadcrumbbar resizable below current size
FrHun
2022-10-06
LibGUI: Add option to move Toolbar items to overflow menu in groups
FrHun
2022-10-04
LibGUI: Shade Weekends in a slightly different background color
Tobias Christiansen
2022-10-04
LibGUI: Teach Calendar about the new Config Items
Tobias Christiansen
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-30
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
Andreas Kling
2022-09-29
Calendar: Only accept Calendar notifications
implicitfield
2022-09-29
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
Sam Atkins
2022-09-26
LibGUI: Make "Home" key behavior comfier on wrapped lines :^)
Sam Atkins
2022-09-25
LibGUI: Add Model::unsafe_create_index()
Andreas Kling
2022-09-24
LibGUI: Update calculated_min_size() for TextEditor
thankyouverycool
2022-09-24
LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size()
thankyouverycool
2022-09-24
LibGUI: Don't draw Scrollbar button triangles if they'd be off-center
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for StackWidget
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for ListView
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for AbstractScrollableWidget
thankyouverycool
2022-09-22
LibGUI: Hide unnecessary Scrollbars in ComboBox windows
thankyouverycool
2022-09-22
LibGUI: Update ListView content size on relevant layout changes
thankyouverycool
2022-09-22
LibGUI: Apply horizontal padding evenly for ListView items
thankyouverycool
2022-09-22
LibGUI: Allow setting max visible items for ComboBoxes
thankyouverycool
2022-09-22
LibGUI: Don't show empty ComboBox windows
thankyouverycool
2022-09-22
LibGUI: Make ListView item_count() public
thankyouverycool
2022-09-22
LibGUI: Don't open windows for editable ComboBoxes when typing
thankyouverycool
2022-09-22
LibGUI: Reset Windows as visible for timer purposes on show()
thankyouverycool
2022-09-22
LibGUI: Always activate ComboBox ListView selections on MouseUp
thankyouverycool
[next]