1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/DevTools/HackStudio
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
..
CppLexer.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CppLexer.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
CursorTool.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
CursorTool.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Editor.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Editor.h LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
EditorWrapper.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
EditorWrapper.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
FindInFilesWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
FindInFilesWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
FormEditorWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
FormEditorWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
FormWidget.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
FormWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
Locator.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Locator.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
main.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
ProcessStateWidget.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
ProcessStateWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
Project.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
Project.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ProjectFile.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ProjectFile.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
TerminalWrapper.cpp LibC: Add posix_openpt(), grantpt() and unlockpt() 2020-02-05 21:17:41 +01:00
TerminalWrapper.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
Tool.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Tool.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
WidgetTool.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
WidgetTool.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
WidgetTreeModel.cpp LibDraw: Put all classes in the Gfx namespace 2020-02-06 11:56:38 +01:00
WidgetTreeModel.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00