Victor Levasseur
5ca471c246
Improve test on the name of renamed objects/groups (and also when setting an object/group global)
...
Improve warning message when another object/group with the same name is found
2015-04-12 00:40:37 +02:00
Florian Rival
a5e9f4bdec
Added action to de/activate mouse simulation with touch events. Refactoring and MacOS adaptations.
2015-03-15 17:34:49 +13:00
Florian Rival
e7fcb2e3de
Fixed libPNG warnings in ObjectsEditor and factored lists rendering by using ObjectListDialogsHelper
2015-03-15 14:41:05 +13:00
Florian Rival
b2a3ec44a4
Tweaked CMakeLists.txt and some files for MacOS compilation
2015-03-07 12:15:08 +13:00
Victor Levasseur
0e92ebfd4a
Remove boost
2015-01-20 18:29:55 +01:00
Victor Levasseur
c8879a20db
Replace boost::to_upper/to_upper_copy with gd::StrUppercase
2015-01-19 20:26:01 +01:00
Victor Levasseur
851379a9de
Some fixes to build GDevelop with wxWidgets built with std containers
2014-12-28 20:54:36 +01:00
Florian Rival
e5989571ee
Version bump and little wording changes
2014-12-21 22:49:40 +01:00
Florian Rival
efa64b6505
Allow adding objects to a group using a dedicated dialog in Objects Editor
2014-12-21 22:08:57 +01:00
Florian Rival
ee303a5f7a
Ensure only appropriate ribbon buttons are enabled in Objects Editor
2014-12-21 21:38:47 +01:00
Victor Levasseur
abdfd08806
Some improvements to the objects list
2014-12-21 12:01:47 +01:00
Victor Levasseur
293c008eed
Move only the item when setting a group global
...
Various fixes
2014-12-20 17:51:09 +01:00
Victor Levasseur
0d1521f791
Do not refresh the object list when set an object global
2014-12-14 21:49:48 +01:00
Victor Levasseur
ff170070ce
Disable up/down buttons when a group is selected
2014-12-12 00:13:56 +01:00
Victor Levasseur
2379aa086c
Fix being unable to delete an object from a global group
2014-12-12 00:00:59 +01:00
Victor Levasseur
8d335c571a
Fix a bug when refreshing the ObjectsEditor
2014-12-09 06:48:33 +01:00
Victor Levasseur
a707b51c41
Can create a group by dragging an object on "Groups" tree item
2014-12-07 11:55:11 +01:00
Victor Levasseur
c519c26787
Fix a bug when renaming the same object multiple times
2014-12-07 11:13:05 +01:00
Victor Levasseur
8310853fd9
Make some items not editable
2014-12-06 18:48:04 +01:00
Victor Levasseur
e4dd9d1df2
Remove the group dialog
2014-12-06 18:36:56 +01:00
Victor Levasseur
891d055695
Hide the confirmation message when deleting an object from a group (in ObjectsEditor)
2014-12-06 18:35:26 +01:00
Victor Levasseur
227d5daa78
Some fixes
2014-12-06 16:44:19 +01:00
Victor Levasseur
8d8cb27d24
Add menu to delete objects from groups
...
Fix compilation failure on Travis CI
2014-12-06 16:29:01 +01:00
Victor Levasseur
92bc85775c
Can drag&drop objects into groups
...
Add thumbnails in the ObjectListDialogsHelper
2014-12-06 15:48:19 +01:00
Victor Levasseur
1c32a2501c
Separate objects and groups in ObjectEditor and ChooseObjectDialog
2014-12-06 11:57:28 +01:00
Victor Levasseur
8a3a26e9c6
Global objects are now shown in bold
2014-12-06 10:51:15 +01:00
Victor Levasseur
882069c415
Fix "Add object" ribbon button opening edition window
2014-10-10 21:06:03 +02:00
Florian Rival
6eb53bb0db
Fix new object badly renamed on wxGTK after being inserted in an ObjectsEditor.
2014-10-07 22:45:06 +02:00
Florian Rival
a5408d21fd
Fixed typos, removed useless debug messages.
2014-08-08 22:58:21 +02:00
Florian Rival
81ca49d98a
Aspect ratio can now be preserved for HTML5 games (fullscreen activated or not).
...
Renamed GetLayoutCount to GetLayoutsCount.
2014-05-30 02:41:17 +02:00
Florian Rival
a63cb3ef8f
Instructions "manipulated type" of standard extensions are now set in GDCore.
...
Fixed serialization of some classes.
Fixed serializer JSON saving and added loading from JSON.
Exposed gd::Serializer::From/ToJSON to embind.
Added more visible buttons to add automatisms to objects in the IDE.
2014-05-08 16:12:55 +02:00
Florian Rival
fb02721bf9
All singletons now have a Get method instead of GetInstance.
...
Exposed more methods to embind.
2014-04-21 17:49:34 +02:00
Florian
31d9147350
Adapted to changes in GDCore.
...
git-svn-id: svn://localhost@1246 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-02-06 20:03:52 +00:00
Florian
78cdbdc4bd
Adapted dialogs to use gd::SkinHelper for their icons.
...
git-svn-id: svn://localhost@1243 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-02-04 16:23:22 +00:00
Florian
d55cbf3234
Ensure that the main editor keep the focus when leaving the editor of an object.
...
Fixed HelpViewerDlg toolbar not shown on Linux and badly displayed text in Credits dialog.
git-svn-id: svn://localhost@1232 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-12-29 01:07:24 +00:00
Florian
3c54e9ed12
Improved BugReport dialog (Report sent using a http request and autosaves of opened files are open after closing the dialog).
...
GD now warns the user when closing a project where changes have been made.
Tweaks for Ubuntu in ChoixAction/Condition and other dialogs.
Update CMakeLists.txt to use GTK3 on Linux.
git-svn-id: svn://localhost@1230 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-12-27 17:44:10 +00:00
Florian
08b248da00
Added tooltip to ribbon buttons.
...
git-svn-id: svn://localhost@1207 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-10-31 16:58:18 +00:00
Florian
652a68cb52
Fixed some links and added metadata for Google Analytics in the URLs.
...
git-svn-id: svn://localhost@1191 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-09-29 13:47:37 +00:00
Florian
36ffd3f45e
Added support for nested groups in ChoixAction/ChoixCondition.
...
Fixed rename not working in ObjectsEditor on Linux.
git-svn-id: svn://localhost@1178 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-09-11 13:51:07 +00:00
Florian
121e3b8868
Fixed crash when opening "Other properties" of an object in an external layout editor.
...
git-svn-id: svn://localhost@1169 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-08-22 14:55:09 +00:00
Florian
1e25bbd9d6
Fixed ObjectsEditor move up/down.
...
git-svn-id: svn://localhost@1153 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-31 13:15:08 +00:00
Florian
813f94a994
Forgot to enable drag'n'drop from ObjectsEditor.
...
Minor changes.
git-svn-id: svn://localhost@1147 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-22 12:08:54 +00:00
Florian
4c45b35186
New objects editor, where everything is listed in single list.
...
git-svn-id: svn://localhost@1146 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-21 21:48:04 +00:00