summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-11-02LibGUI: Don't suggest widgets inside layoutsthislooksfun
2021-11-02LibGUI: Abstract out some duplicated logic for suggesting propertiesthislooksfun
2021-11-02LibGUI: Make sure that children are actually widgetsthislooksfun
2021-11-02LibGUI: Dynamically process layouts from GML filesthislooksfun
2021-11-02LibGUI: Use fuzzy matching for GML suggestionsthislooksfun
2021-11-02LibGUI: Add myself to the copyright headerthislooksfun
2021-11-02LibGUI: Suggest 'layout' even before the user starts typingthislooksfun
2021-11-02LibGUI: Remove unused checkthislooksfun
2021-11-02LibGUI: Automatically append ': ' after autocompleted GML propertiesthislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02HackStudio+LibGUI: Handle #include quotes and brackets in the enginethislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun
2021-11-02LibGUI: Replace the already typed text when autocompletingthislooksfun
2021-11-02LibGUI: Show autocomplete for Layout propertiesthislooksfun
2021-11-02LibGUI: Match layout classes even after you start typingthislooksfun
2021-11-02LibGUI: Correctly suggest layout classesthislooksfun
2021-11-02LibGUI: Remove unnecessary curly bracesthislooksfun
2021-11-02LibGUI: Register layouts with inheritancethislooksfun
2021-11-02LibGUI: Register GUI::Layoutthislooksfun
2021-11-02LibCore+LibGUI: Make ObjectClassRegistration::construct() nullablethislooksfun
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-31LibGUI: Support using a bitmap as override cursorMarco Cutecchia
2021-10-30LibGUI: Focus next tab after closing active tabNoah Haasis
2021-10-28LibGUI: Add MetricRole and PathRole to GUI::VariantSam Atkins
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-23LibGUI: Don't force flush pending paints whenever mouse movesAndreas Kling
2021-10-23LibGUI: Repaint buttons immediately on mouse up/down eventsAndreas Kling
2021-10-23LibGUI: Add Widget::repaint() to force an immediate repaintAndreas Kling
2021-10-23LibGUI: Use move semantics in GUI::MultiPaintEventAndreas Kling
2021-10-23LibGUI: Make exclusive button group act as a single focusable unitAndreas Kling
2021-10-23LibGUI: Add GUI::KeyEvent::is_arrow_key()Andreas Kling
2021-10-23LibGUI: Mark GUI::RadioButton as "checkable"Andreas Kling
2021-10-21LibGUI: Don't paint TextEditor selection in non-focused widgetsAndreas Kling
2021-10-21LibGUI: Use the new GUI::Tray widget in GUI::FilePickerAndreas Kling
2021-10-21LibGUI: Add a GUI::Tray widget for the FilePicker common locationsAndreas Kling
2021-10-21LibGUI: Make toolbar buttons non-focusable by defaultAndreas Kling
2021-10-21LibGUI: Make links only clickable where the text isBen Wiederhake
2021-10-21LibGUI: Move GUI::FocusPolicy to its own header & add explainer commentAndreas Kling
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-10-21LibGUI: Convert ItemListModel's Display Role to string during searchKarol Kosek
2021-10-17LibGUI: Don't render placeholders as secretPeter Elliott
2021-10-17LibGUI: Remember the maximized value if a window hasn't been created yetKarol Kosek
2021-10-15LibGUI: Make Ctrl-Right at the end of a span workBen Wiederhake
2021-10-15LibGUI: Don't update selection twice after Ctrl-RightBen Wiederhake
2021-10-15LibGUI: Make Ctrl-Shift-Home/-End work againBen Wiederhake
2021-10-15LibGUI: Convert always-valid pointer to referenceBen Wiederhake
2021-10-08Libraries: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-10-06LibGUI: Add missing headersBen Wiederhake