summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Makefile
AgeCommit message (Expand)Author
2020-01-22LibGUI: Rename GAbstractColumnView to GAbstractTableViewSergey Bugaev
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-10LibGUI: Add GColumnsViewSergey Bugaev
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-13LibGUI: Add a GAbstractColumnView base class for GTableViewAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-11-30LibGUI: Add GUndoStack and GCommand classesAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling
2019-10-02LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI'sAndreas Kling
2019-09-07LibGUI: Add GModelSelection to help implementing multiple-select viewsAndreas Kling
2019-09-02LibGUI: Add GAboutDialog, a simple way to show a nice about box in appsAndreas Kling
2019-08-10LibGUI: Add GJsonArrayModel, a simple JSON-data-file-as-GModel helperAndreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-09LibGUI: Add GActionGroup, a way to group a bunch of GActions.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