summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWidget.cpp
AgeCommit message (Expand)Author
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-22LibGUI: Don't assert in ~GWidgetClassRegistrationAndrew Kaster
2019-12-20LibGUI: GWidget::drop_event() should ignore the event by defaultAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-11-11LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"Andreas Kling
2019-11-10GWidget: Fix accidentally ignored set_relative_rect() with empty sizeAndreas Kling
2019-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-10-26LibGUI: Make GWindow drive relayout and do it recursivelyAndreas Kling
2019-10-23GWidget: On second thought, don't assert on negative sizes in rectsAndreas Kling
2019-10-23LibGUI: GTabWidget should not set children to have negative sizeAndreas Kling
2019-10-02GWidget: Dispatch Show and Hide events when widget visibility changesAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-17GWidget: Add a flag to ignore greediness in GWidget::hit_test()Andreas Kling
2019-09-01LibGUI: Add a way for GWidgets to do custom layout on child hide/showAndreas Kling
2019-09-01LibGUI: Add a way for GWidget subclasses to learn that the font changedAndreas Kling
2019-08-19LibGUI: Implement save_to(JsonObject&) for GWindow and GWidgetAndreas Kling
2019-08-03GWidget: Implement set_backcolor() and set_forecolor()Andreas Kling
2019-07-27GWidget: Add set_size_policy(Orientation, Policy).Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-11GWidget: Make set_font() take either Font* or Font&.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling