summaryrefslogtreecommitdiff
path: root/source/Asura.Editor
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor')
-rw-r--r--source/Asura.Editor/controls/binding/_button.cpp (renamed from source/Asura.Editor/widgets/binding/_button.cpp)0
-rw-r--r--source/Asura.Editor/controls/button.cpp (renamed from source/Asura.Editor/widgets/button.cpp)0
-rw-r--r--source/Asura.Editor/controls/button.h (renamed from source/Asura.Editor/widgets/button.h)0
-rw-r--r--source/Asura.Editor/controls/checkbox.cpp (renamed from source/Asura.Editor/widgets/checkbox.cpp)0
-rw-r--r--source/Asura.Editor/controls/checkbox.h (renamed from source/Asura.Editor/widgets/checkbox.h)0
-rw-r--r--source/Asura.Editor/controls/hslider.cpp (renamed from source/Asura.Editor/widgets/hslider.cpp)0
-rw-r--r--source/Asura.Editor/controls/hslider.h (renamed from source/Asura.Editor/widgets/hslider.h)0
-rw-r--r--source/Asura.Editor/controls/hvslider.cpp (renamed from source/Asura.Editor/widgets/hvslider.cpp)0
-rw-r--r--source/Asura.Editor/controls/hvslider.h (renamed from source/Asura.Editor/widgets/hvslider.h)0
-rw-r--r--source/Asura.Editor/controls/label.cpp (renamed from source/Asura.Editor/widgets/label.cpp)0
-rw-r--r--source/Asura.Editor/controls/label.h (renamed from source/Asura.Editor/widgets/label.h)0
-rw-r--r--source/Asura.Editor/controls/panel.cpp (renamed from source/Asura.Editor/widgets/panel.cpp)0
-rw-r--r--source/Asura.Editor/controls/panel.h (renamed from source/Asura.Editor/widgets/panel.h)0
-rw-r--r--source/Asura.Editor/controls/progress.cpp (renamed from source/Asura.Editor/widgets/progress.cpp)0
-rw-r--r--source/Asura.Editor/controls/progress.h (renamed from source/Asura.Editor/widgets/progress.h)0
-rw-r--r--source/Asura.Editor/controls/radio_button.cpp (renamed from source/Asura.Editor/widgets/radio_button.cpp)0
-rw-r--r--source/Asura.Editor/controls/radio_button.h (renamed from source/Asura.Editor/widgets/radio_button.h)0
-rw-r--r--source/Asura.Editor/controls/textbox.cpp (renamed from source/Asura.Editor/widgets/textbox.cpp)0
-rw-r--r--source/Asura.Editor/controls/textbox.h (renamed from source/Asura.Editor/widgets/textbox.h)0
-rw-r--r--source/Asura.Editor/controls/vslider.cpp (renamed from source/Asura.Editor/widgets/vslider.cpp)0
-rw-r--r--source/Asura.Editor/controls/vslider.h (renamed from source/Asura.Editor/widgets/vslider.h)0
-rw-r--r--source/Asura.Editor/controls/widget.h (renamed from source/Asura.Editor/widgets/widget.h)0
22 files changed, 0 insertions, 0 deletions
diff --git a/source/Asura.Editor/widgets/binding/_button.cpp b/source/Asura.Editor/controls/binding/_button.cpp
index fbae64f..fbae64f 100644
--- a/source/Asura.Editor/widgets/binding/_button.cpp
+++ b/source/Asura.Editor/controls/binding/_button.cpp
diff --git a/source/Asura.Editor/widgets/button.cpp b/source/Asura.Editor/controls/button.cpp
index 97de284..97de284 100644
--- a/source/Asura.Editor/widgets/button.cpp
+++ b/source/Asura.Editor/controls/button.cpp
diff --git a/source/Asura.Editor/widgets/button.h b/source/Asura.Editor/controls/button.h
index 14cd041..14cd041 100644
--- a/source/Asura.Editor/widgets/button.h
+++ b/source/Asura.Editor/controls/button.h
diff --git a/source/Asura.Editor/widgets/checkbox.cpp b/source/Asura.Editor/controls/checkbox.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/checkbox.cpp
+++ b/source/Asura.Editor/controls/checkbox.cpp
diff --git a/source/Asura.Editor/widgets/checkbox.h b/source/Asura.Editor/controls/checkbox.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/checkbox.h
+++ b/source/Asura.Editor/controls/checkbox.h
diff --git a/source/Asura.Editor/widgets/hslider.cpp b/source/Asura.Editor/controls/hslider.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/hslider.cpp
+++ b/source/Asura.Editor/controls/hslider.cpp
diff --git a/source/Asura.Editor/widgets/hslider.h b/source/Asura.Editor/controls/hslider.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/hslider.h
+++ b/source/Asura.Editor/controls/hslider.h
diff --git a/source/Asura.Editor/widgets/hvslider.cpp b/source/Asura.Editor/controls/hvslider.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/hvslider.cpp
+++ b/source/Asura.Editor/controls/hvslider.cpp
diff --git a/source/Asura.Editor/widgets/hvslider.h b/source/Asura.Editor/controls/hvslider.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/hvslider.h
+++ b/source/Asura.Editor/controls/hvslider.h
diff --git a/source/Asura.Editor/widgets/label.cpp b/source/Asura.Editor/controls/label.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/label.cpp
+++ b/source/Asura.Editor/controls/label.cpp
diff --git a/source/Asura.Editor/widgets/label.h b/source/Asura.Editor/controls/label.h
index 1d053f8..1d053f8 100644
--- a/source/Asura.Editor/widgets/label.h
+++ b/source/Asura.Editor/controls/label.h
diff --git a/source/Asura.Editor/widgets/panel.cpp b/source/Asura.Editor/controls/panel.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/panel.cpp
+++ b/source/Asura.Editor/controls/panel.cpp
diff --git a/source/Asura.Editor/widgets/panel.h b/source/Asura.Editor/controls/panel.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/panel.h
+++ b/source/Asura.Editor/controls/panel.h
diff --git a/source/Asura.Editor/widgets/progress.cpp b/source/Asura.Editor/controls/progress.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/progress.cpp
+++ b/source/Asura.Editor/controls/progress.cpp
diff --git a/source/Asura.Editor/widgets/progress.h b/source/Asura.Editor/controls/progress.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/progress.h
+++ b/source/Asura.Editor/controls/progress.h
diff --git a/source/Asura.Editor/widgets/radio_button.cpp b/source/Asura.Editor/controls/radio_button.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/radio_button.cpp
+++ b/source/Asura.Editor/controls/radio_button.cpp
diff --git a/source/Asura.Editor/widgets/radio_button.h b/source/Asura.Editor/controls/radio_button.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/radio_button.h
+++ b/source/Asura.Editor/controls/radio_button.h
diff --git a/source/Asura.Editor/widgets/textbox.cpp b/source/Asura.Editor/controls/textbox.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/textbox.cpp
+++ b/source/Asura.Editor/controls/textbox.cpp
diff --git a/source/Asura.Editor/widgets/textbox.h b/source/Asura.Editor/controls/textbox.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/textbox.h
+++ b/source/Asura.Editor/controls/textbox.h
diff --git a/source/Asura.Editor/widgets/vslider.cpp b/source/Asura.Editor/controls/vslider.cpp
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/vslider.cpp
+++ b/source/Asura.Editor/controls/vslider.cpp
diff --git a/source/Asura.Editor/widgets/vslider.h b/source/Asura.Editor/controls/vslider.h
index e69de29..e69de29 100644
--- a/source/Asura.Editor/widgets/vslider.h
+++ b/source/Asura.Editor/controls/vslider.h
diff --git a/source/Asura.Editor/widgets/widget.h b/source/Asura.Editor/controls/widget.h
index 9ffd1fb..9ffd1fb 100644
--- a/source/Asura.Editor/widgets/widget.h
+++ b/source/Asura.Editor/controls/widget.h