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-07-25
LibGUI: Make Checkbox constructor protected
kleines Filmröllchen
2022-07-24
LibGUI: Properly handle range selections in ColumnsView
networkException
2022-07-24
LibGUI: Move range selection calculations into separate function
networkException
2022-07-24
LibGUI: Alphabetize CMake sources
networkException
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-19
LibGUI: Remove wrong casts in TextDocument.cpp
Lucas CHOLLET
2022-07-19
LibGUI: Add TextDocument::take_line(size_t line_index)
Lucas CHOLLET
2022-07-19
LibGUI: Add a default virtual destructor to virtual classes
Lucas CHOLLET
2022-07-19
LibGUI: Add VerticalDirection::operator!
Lucas CHOLLET
2022-07-15
LibGUI: Apply more padding to text on tabs
networkException
2022-07-15
LibGUI: Sync ColorPicker's color slider with other color widgets
CodeforEvolution
2022-07-15
LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditor
Lucas CHOLLET
2022-07-15
LibGUI: Add a helper for VerticalDirection
Lucas CHOLLET
2022-07-15
LibGUI: Explicitly default initialize class members
Lucas CHOLLET
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-07-14
LibGUI: Allow specifying the mouse buttons able to press down a button
networkException
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-07-10
LibGUI: Disallow selection identation in readonly text editors
networkException
2022-07-10
LibGUI: Allow deleting text editor indent selections in non tab cases
networkException
2022-07-09
Applications: Add a new NetworkSettings application
Maciej
2022-07-08
LibGUI: Unindent selected text on shift+tab press
huttongrabiel
2022-07-08
LibGUI: Indent selected text on tab press
huttongrabiel
2022-07-08
LibGUI: Support typing to search for ComboBox
zzLinus
2022-07-06
LibGUI: Add fallible try_push() variant to UndoStack
thankyouverycool
2022-07-05
LibGUI: Don't ignore invisible widgets during layout changes
thankyouverycool
2022-07-04
LibGUI: Notify the layout system of more relevant events in TabWidget
FrHun
2022-07-04
LibGUI: Implement calculated min/preferred sizes for TabWidget
FrHun
2022-07-04
LibGUI: Add horizontal and vertical totals to Margins
FrHun
2022-07-04
LibGUI: Notify layout system of more relevant events in Widget
FrHun
2022-07-04
LibGUI: Avoid some unneeded relayouts from layout relevant changes
FrHun
2022-07-04
LibGUI: Calculate Window min_size on show
FrHun
2022-07-01
LibGUI: Fix scrollbars not showing after updating content size
MacDue
2022-06-30
LibGUI: Add min_content_size debug property to AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add custom layout change handling to ScrollableContainerWidget
FrHun
2022-06-30
LibGUI: Fix flickering scrollbars in AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-30
LibGUI: Change Label standard preferred height to opportunistic grow
FrHun
2022-06-29
LibGUI: Add ability to calculate min_size of Window from content widget
FrHun
2022-06-29
LibGUI: Close EmojiDialog on active window change
Olivier De Cannière
2022-06-28
LibGUI: Use new layout system in InputBox
FrHun
2022-06-28
LibGUI: Use new layout system in FilePickerDialog
FrHun
2022-06-28
LibGUI+Applications: Use the new layout system in the settings screens
FrHun
2022-06-28
LibGUI: Implement new layout system for Scrollbar
FrHun
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-28
LibGUI: Grow spacers after doing layout
FrHun
[next]