summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-07-13LibGUI: Add an auto-repeat interval to GAbstractButton.Andreas Kling
2019-07-11GGroupBox: Allow constructing these without an initial text.Andreas Kling
2019-07-11GSlider: Make the knob width proportional to the range, if in that mode (#288)Lawrence Manning
2019-07-11GWidget: Make set_font() take either Font* or Font&.Andreas Kling
2019-07-11GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.Andreas Kling
2019-07-11GLabel: Make set_icon() take a GraphicsBitmap*.Andreas Kling
2019-07-11LibGUI: Remove use of copy_ref().Andreas Kling
2019-07-10GWidget: Add "set_autofill" as an alias for set_fill_with_background_color.Andreas Kling
2019-07-10GWidget: Add placeholder setters for the backcolor/forecolor properties.Andreas Kling
2019-07-09LibGUI: Add GActionGroup, a way to group a bunch of GActions.Andreas Kling
2019-07-09GAction: Remove "custom_data" and the related convenience constructors.Andreas Kling
2019-07-08Kernel: Have the open() syscall take an explicit path length parameter.Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-07GStackWidget: Add a notification hook for when the active widget changes.Andreas Kling
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling