summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Forward.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2020-12-31LibGUI: Add a new GUI::OpacitySlider widget :^)Andreas Kling
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-17LibGUI: Add WidgetClassRegistration to Forward.hAndreas Kling
2020-08-16LibGUI: Add ModelIndex::data(ModelRole)Andreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-07-24LibGUI: Break up Window::event() into many smaller functionsAndreas Kling
2020-07-23LibGUI: Add {Horizontal,Vertical}Slider to the forwarding headerAndreas Kling
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-25LibGUI: Add ToolBar and ToolBarContainer to Forward.hAndreas Kling
2020-02-24LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"Andreas Kling
2020-02-23LibGUI: Reduce header dependencies of ComboBoxAndreas Kling
2020-02-23LibGUI: Add some missing widget classes to Forward.hAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling