ladybird/Libraries/LibGUI
Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace
I started adding things to a Draw namespace, but it somehow felt really
wrong seeing Draw::Rect and Draw::Bitmap, etc. So instead, let's rename
the library to LibGfx. :^)
2020-02-06 11:56:38 +01:00
..
GAboutDialog.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAboutDialog.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractButton.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractButton.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractTableView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractTableView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAbstractView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAction.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GAction.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GActionGroup.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GActionGroup.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GApplication.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GApplication.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GBoxLayout.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GBoxLayout.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GButton.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GButton.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GCheckBox.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GCheckBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GClipboard.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GClipboard.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GColorPicker.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GColorPicker.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GColumnsView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GColumnsView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GComboBox.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GComboBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GCommand.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GCommand.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GDesktop.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GDesktop.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GDialog.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GDialog.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GDragOperation.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GDragOperation.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GEvent.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFilePicker.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFilePicker.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GFileSystemModel.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFileSystemModel.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFontDatabase.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFontDatabase.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFrame.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GFrame.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GGroupBox.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GGroupBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GIcon.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GIcon.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GInputBox.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GInputBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GItemView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GItemView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GJsonArrayModel.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GJsonArrayModel.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GLabel.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GLabel.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GLayout.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GLayout.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GLazyWidget.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GLazyWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GListView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GListView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GMargins.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GMenu.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GMenu.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GMenuBar.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GMenuBar.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GMenuItem.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GMenuItem.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GMessageBox.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GMessageBox.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GModel.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GModel.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GModelEditingDelegate.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GModelIndex.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GModelSelection.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GModelSelection.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GPainter.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GPainter.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GProgressBar.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GProgressBar.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GRadioButton.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GRadioButton.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GResizeCorner.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GResizeCorner.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GScrollableWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GScrollableWidget.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GScrollBar.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GScrollBar.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GShortcut.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GShortcut.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSlider.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GSlider.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GSortingProxyModel.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSortingProxyModel.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSpinBox.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSpinBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSplitter.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GSplitter.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GStackWidget.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GStackWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GStatusBar.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GStatusBar.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTableView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTableView.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTabWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTabWidget.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTextBox.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTextBox.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTextDocument.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTextDocument.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTextEditor.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTextEditor.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTextPosition.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTextRange.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GToolBar.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GToolBar.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GTreeView.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GTreeView.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GUndoStack.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GUndoStack.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
GVariant.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GVariant.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWidget.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWindow.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWindow.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWindowServerConnection.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
GWindowServerConnection.h LibIPC: Put all classes in the IPC namespace and remove the leading I 2020-02-05 19:57:18 +01:00
GWindowType.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
Makefile LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00