dfighter1985
|
dfdda1bb9c
|
Mark file modified even when using the context menu.
|
2014-08-27 20:25:30 +02:00 |
|
dfighter1985
|
9abe02c29b
|
Implemented rename context menu.
|
2014-08-27 20:24:05 +02:00 |
|
dfighter1985
|
a0cea7b755
|
Now logging changes.
|
2014-08-27 19:22:10 +02:00 |
|
dfighter1985
|
ed2d1f6711
|
Load log into the log tab.
|
2014-08-27 17:37:53 +02:00 |
|
dfighter1985
|
f6ab5efdbb
|
Don't disable the log tab!
|
2014-08-27 17:34:26 +02:00 |
|
dfighter1985
|
034fb06921
|
Implement 'delete array entry' context menu command.
|
2014-08-27 16:23:16 +02:00 |
|
dfighter1985
|
8088dabb89
|
Implemented 'append array entry' context menu
|
2014-08-27 01:14:49 +02:00 |
|
dfighter1985
|
8653280bbb
|
Crash fixes related to Georges array size changing.
|
2014-08-20 23:36:53 +02:00 |
|
dfighter1985
|
c1fa51f6c2
|
Added support for creating arrays.
|
2014-08-20 23:18:16 +02:00 |
|
dfighter1985
|
f53473f632
|
Initialize CFormItem fields...
|
2014-08-20 19:57:16 +02:00 |
|
dfighter1985
|
7131a962ee
|
When reaching 0 array size, delete the array node.
|
2014-08-20 18:22:20 +02:00 |
|
dfighter1985
|
5929987381
|
Save from the file menu too.
|
2014-08-19 01:57:20 +02:00 |
|
dfighter1985
|
f9d92d6d6b
|
We can now drag elements, they will disappear and whatnot, but at least they can be dragged!
|
2014-04-21 19:30:33 +02:00 |
|
dfighter1985
|
d365189cd7
|
Refactored input event handling a bit.
|
2014-04-20 21:41:57 +02:00 |
|
dfighter1985
|
62e425a18a
|
Merge default.
|
2014-04-19 21:53:29 +02:00 |
|
dfighter1985
|
beffa4d49e
|
Making GCC happy.
|
2013-05-15 01:54:35 +02:00 |
|
dfighter1985
|
0b08f18d61
|
Editbox should now create it's text when added.
|
2013-05-11 02:40:55 +02:00 |
|
dfighter1985
|
df281b1019
|
Inconsistent line ending style, according to VS. How it managed to do this is a mystery tho.
|
2013-05-10 22:35:04 +02:00 |
|
dfighter1985
|
6c3d300753
|
Added some defaults.
|
2013-05-10 22:29:47 +02:00 |
|
dfighter1985
|
4717f03b3a
|
The editor probably shouldn't crash when adding textbutton widget.
|
2013-05-10 02:10:18 +02:00 |
|
dfighter1985
|
80720c0137
|
Make sure to apply the changes, when changing properties.
|
2013-05-10 00:55:23 +02:00 |
|
dfighter1985
|
7ecea68385
|
Forgot to set the parent.
|
2013-05-10 00:28:29 +02:00 |
|
dfighter1985
|
871fed3e12
|
When adding a new widget, the correct widget is now instantiated. Also added some checks.
|
2013-05-09 23:57:48 +02:00 |
|
dfighter1985
|
954bb6a533
|
Some more work for widget adding support. Basically the system works, just need to make sure the proper widget is instantiated, and the defaults are loaded ( so it shows up ).
|
2013-05-09 05:53:14 +02:00 |
|
dfighter1985
|
80c6617ccc
|
Added some more checks, signal and slots related to widget adding.
|
2013-05-05 05:49:35 +02:00 |
|
dfighter1985
|
1e84771ba0
|
Added GUI for widget adding.
|
2013-05-05 04:58:15 +02:00 |
|
dfighter1985
|
038aa26e84
|
Merged default.
|
2013-05-04 22:28:31 +02:00 |
|
dfighter1985
|
f36affd576
|
Merged default
|
2013-05-03 02:07:38 +02:00 |
|
dfighter1985
|
3403be9a77
|
Merging default.
|
2013-03-12 07:17:04 +01:00 |
|
dfighter1985
|
8959b635c2
|
Merged upstream changes.
|
2013-03-12 06:11:50 +01:00 |
|
dfighter1985
|
8f195bdbe2
|
FIXED: Deleting the CViewText of CCtrlTextButton should no longer lead to crashes.
|
2013-03-10 00:56:27 +01:00 |
|
dfighter1985
|
80adabbab2
|
MODIFIED: Ups, missed this.
|
2013-03-09 22:31:51 +01:00 |
|
dfighter1985
|
9f65dc5d2b
|
FIXED: Widgets will no longer get stuck in the widget hierarchy tree, when deleting their parent.
|
2013-03-09 22:02:31 +01:00 |
|
dfighter1985
|
91d0ed861b
|
FIXED: It's not nice to leak memory.
|
2013-03-09 20:58:53 +01:00 |
|
dfighter1985
|
0637f74779
|
MODIFIED: Preliminary support for a little cleanup when removing a widget from it's parent group ( for example when moving the widget ).
|
2013-03-08 06:28:52 +01:00 |
|
dfighter1985
|
5bd77c58b5
|
MODIFIED: Widgets derived from CInterfaceGroup should now be deleted too properly.
|
2013-03-08 06:07:21 +01:00 |
|
dfighter1985
|
bf53503fc1
|
MODIFIED: Draw the highlight of the currently selected widget in editor mode.
|
2013-03-07 06:01:33 +01:00 |
|
dfighter1985
|
d84b4dcf14
|
MODIFIED: collapse the widget hierarchy tree and remove the widget from it when it's deleted. Also clear the widget properties panel.
|
2013-03-03 03:49:56 +01:00 |
|
dfighter1985
|
b054ea1462
|
MODIFIED: Somehow I left this here, and it prevented viewtexts from being selected.
|
2013-03-03 00:54:22 +01:00 |
|
dfighter1985
|
7935256164
|
MODIFIED: Text buttons will now delete their text too when being deleted.
|
2013-03-02 23:27:17 +01:00 |
|
dfighter1985
|
64bc3e40a5
|
MODIFIED: GUI Editor can now delete widgets.
|
2013-03-02 06:57:40 +01:00 |
|
dfighter1985
|
117563a7f1
|
MODIFIED: When selecting a widget in the central widget, the hierarchy tree should now be updated as well.
|
2013-03-02 03:24:22 +01:00 |
|
dfighter1985
|
02dbaec3dd
|
MODIFIED: Update property browser when selecting in the central widget.
|
2013-02-23 06:55:19 +01:00 |
|
dfighter1985
|
dcad62844b
|
MODIFIED: Views can now be selected too from the central widget.
|
2013-02-23 00:13:44 +01:00 |
|
dfighter1985
|
93de10c56d
|
Merged default
|
2013-02-22 04:15:10 +01:00 |
|
dfighter1985
|
bbb47d9b2e
|
Merged default
|
2013-02-18 13:22:03 +01:00 |
|