summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-07-25LibGUI: Make Checkbox constructor protectedkleines Filmröllchen
2022-07-24LibGUI: Properly handle range selections in ColumnsViewnetworkException
2022-07-24LibGUI: Move range selection calculations into separate functionnetworkException
2022-07-24LibGUI: Alphabetize CMake sourcesnetworkException
2022-07-19LibGUI: Add MoveLineUpOrDownCommandLucas CHOLLET
2022-07-19LibGUI: Remove wrong casts in TextDocument.cppLucas CHOLLET
2022-07-19LibGUI: Add TextDocument::take_line(size_t line_index)Lucas CHOLLET
2022-07-19LibGUI: Add a default virtual destructor to virtual classesLucas CHOLLET
2022-07-19LibGUI: Add VerticalDirection::operator!Lucas CHOLLET
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException
2022-07-15LibGUI: Sync ColorPicker's color slider with other color widgetsCodeforEvolution
2022-07-15LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditorLucas CHOLLET
2022-07-15LibGUI: Add a helper for VerticalDirectionLucas CHOLLET
2022-07-15LibGUI: Explicitly default initialize class membersLucas CHOLLET
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
2022-07-14LibGUI: Allow specifying the mouse buttons able to press down a buttonnetworkException
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-10LibGUI: Disallow selection identation in readonly text editorsnetworkException
2022-07-10LibGUI: Allow deleting text editor indent selections in non tab casesnetworkException
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-08LibGUI: Unindent selected text on shift+tab presshuttongrabiel
2022-07-08LibGUI: Indent selected text on tab presshuttongrabiel
2022-07-08LibGUI: Support typing to search for ComboBoxzzLinus
2022-07-06LibGUI: Add fallible try_push() variant to UndoStackthankyouverycool
2022-07-05LibGUI: Don't ignore invisible widgets during layout changesthankyouverycool
2022-07-04LibGUI: Notify the layout system of more relevant events in TabWidgetFrHun
2022-07-04LibGUI: Implement calculated min/preferred sizes for TabWidgetFrHun
2022-07-04LibGUI: Add horizontal and vertical totals to MarginsFrHun
2022-07-04LibGUI: Notify layout system of more relevant events in WidgetFrHun
2022-07-04LibGUI: Avoid some unneeded relayouts from layout relevant changesFrHun
2022-07-04LibGUI: Calculate Window min_size on showFrHun
2022-07-01LibGUI: Fix scrollbars not showing after updating content sizeMacDue
2022-06-30LibGUI: Add min_content_size debug property to AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add custom layout change handling to ScrollableContainerWidgetFrHun
2022-06-30LibGUI: Fix flickering scrollbars in AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add layout change propagation to WidgetFrHun
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-30LibGUI: Change Label standard preferred height to opportunistic growFrHun
2022-06-29LibGUI: Add ability to calculate min_size of Window from content widgetFrHun
2022-06-29LibGUI: Close EmojiDialog on active window changeOlivier De Cannière
2022-06-28LibGUI: Use new layout system in InputBoxFrHun
2022-06-28LibGUI: Use new layout system in FilePickerDialogFrHun
2022-06-28LibGUI+Applications: Use the new layout system in the settings screensFrHun
2022-06-28LibGUI: Implement new layout system for ScrollbarFrHun
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-28LibGUI: Grow spacers after doing layoutFrHun