summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTreeView.h
AgeCommit message (Expand)Author
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-22LibGUI: Rename GAbstractColumnView to GAbstractTableViewSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-15LibGUI: Fix GTreeView not showing the context menuAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-12-12LibGUI: Add context_menu_event to GTreeViewTommy Nguyen
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-07GTreeView: Make double-clicking toggle openable itemsAndreas Kling
2019-08-18GTreeView: Support multiple root-level itemsAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling