1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:25:10 +00:00
serenity/Libraries/LibGUI
Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C
I've been wanting to do this for a long time. It's time we start being
consistent about how this stuff works.

The new convention is:

- "LibFoo" is a userspace library that provides the "Foo" namespace.

That's it :^) This was pretty tedious to convert and I didn't even
start on LibGUI yet. But it's coming up next.
2020-02-02 15:15:30 +01:00
..
GAboutDialog.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAboutDialog.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAbstractButton.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAbstractButton.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAbstractTableView.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAbstractTableView.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAbstractView.cpp LibGUI: Only consider starting a drag from an already selected item 2020-01-28 15:08:27 +01:00
GAbstractView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GAction.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GAction.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GActionGroup.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GActionGroup.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GApplication.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GApplication.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GBoxLayout.cpp LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 2020-02-02 15:09:48 +01:00
GBoxLayout.h LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 2020-02-02 15:09:48 +01:00
GButton.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GButton.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCheckBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCheckBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GClipboard.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GClipboard.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GColorPicker.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GColorPicker.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GColumnsView.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
GColumnsView.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
GComboBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GComboBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCommand.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GCommand.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDesktop.cpp LibGUI: Save current wallpaper setting to WindowManager.ini. 2020-02-02 15:08:37 +01:00
GDesktop.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GDialog.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GDialog.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GDragOperation.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GDragOperation.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GEvent.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFilePicker.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFilePicker.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFileSystemModel.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFileSystemModel.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFontDatabase.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GFontDatabase.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFrame.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GFrame.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GGroupBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GGroupBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GIcon.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GIcon.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GInputBox.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GInputBox.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GItemView.cpp LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GItemView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GJsonArrayModel.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GJsonArrayModel.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLabel.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLabel.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLayout.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLayout.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLazyWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GLazyWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GListView.cpp LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GListView.h LibGUI: Move most of mouse event handling to GAbstractView 2020-01-22 21:22:23 +01:00
GMargins.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenu.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenu.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GMenuBar.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuItem.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMenuItem.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GMessageBox.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GMessageBox.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GModel.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModel.h LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GModelEditingDelegate.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelIndex.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelSelection.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GModelSelection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPainter.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GPainter.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GProgressBar.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GProgressBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GRadioButton.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GRadioButton.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GResizeCorner.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GResizeCorner.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GScrollableWidget.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GScrollableWidget.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GScrollBar.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GScrollBar.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GShortcut.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GShortcut.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSlider.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GSlider.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GSortingProxyModel.cpp LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GSortingProxyModel.h LibGUI: Let GModel specify the drag data type 2020-01-22 21:22:23 +01:00
GSpinBox.cpp LibGUI: Use clamp() is various places 2020-01-20 13:17:16 +01:00
GSpinBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GSplitter.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GSplitter.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GStackWidget.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GStackWidget.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GStatusBar.cpp LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 2020-02-02 15:09:48 +01:00
GStatusBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTableView.cpp LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTableView.h LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTabWidget.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTabWidget.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTextBox.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextBox.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextDocument.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTextDocument.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTextEditor.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTextEditor.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GTextPosition.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTextRange.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GToolBar.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GToolBar.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GTreeView.cpp LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GTreeView.h LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00
GUndoStack.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GUndoStack.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GVariant.cpp LibGUI: Add 64-bit signed integer support to GVariant 2020-01-27 10:55:10 +01:00
GVariant.h LibGUI: Add 64-bit signed integer support to GVariant 2020-01-27 10:55:10 +01:00
GWidget.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GWidget.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GWindow.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GWindow.h LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GWindowServerConnection.cpp LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
GWindowServerConnection.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
GWindowType.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Makefile LibGUI: Rename GAbstractColumnView to GAbstractTableView 2020-01-22 21:22:23 +01:00