Daniel Collin
|
aea6e2fc88
|
WIP on getting ColorDialog working
|
2013-01-08 23:34:57 +01:00 |
|
Daniel Collin
|
e41d53b1e0
|
Use OutputDebugString for rlog on Win32
|
2013-01-08 23:34:35 +01:00 |
|
Daniel Collin
|
0192934663
|
Some more error handling on socket errors for Win32
|
2013-01-08 23:34:17 +01:00 |
|
Daniel Collin
|
d447b13013
|
Implemented support for recent files on Win32
Closes #48
|
2013-01-08 22:08:19 +01:00 |
|
Daniel Collin
|
2b66ed4a9b
|
Implemented recent files on win32 (untested)
|
2013-01-08 21:05:19 +01:00 |
|
Daniel Collin
|
23c7b7a50f
|
Support for marking at the same time as using prev/nextkey and 8-step jumping
Closes #64
|
2013-01-08 19:06:23 +01:00 |
|
Daniel Collin
|
8257f7b713
|
Removed file added by accident
|
2013-01-08 18:50:52 +01:00 |
|
Daniel Collin
|
346fa2b6e1
|
Fixed so edit inuts (row, start/end) works on Win32
|
2013-01-08 16:09:17 +01:00 |
|
Daniel Collin
|
8eea475765
|
Added Save and ColorPick dialogs
|
2013-01-08 16:09:16 +01:00 |
|
Daniel Collin
|
d834afc75f
|
Cleanup
|
2013-01-08 16:09:15 +01:00 |
|
Daniel Collin
|
faae688c75
|
Update ogl_editor/readme.txt
|
2013-01-08 13:54:26 +01:00 |
|
Daniel Collin
|
84bc85d916
|
Update ogl_editor/readme.txt
|
2013-01-08 13:54:04 +01:00 |
|
Daniel Collin
|
d2ec0bc418
|
Update ogl_editor/readme.txt
|
2013-01-08 13:53:32 +01:00 |
|
Daniel Collin
|
e724f7525b
|
Renamed readme.md -> readme.txt
|
2013-01-08 13:50:23 +01:00 |
|
Daniel Collin
|
072d74c9c6
|
More work on Win32 keys
|
2013-01-08 13:31:07 +01:00 |
|
Daniel Collin
|
0948742922
|
Update ogl_editor/readme.md
|
2013-01-08 13:27:35 +01:00 |
|
Daniel Collin
|
54317ea4d2
|
Update ogl_editor/readme.md
|
2013-01-08 13:26:28 +01:00 |
|
Daniel Collin
|
dc52c3626a
|
Added generation of accelerator table
|
2013-01-08 12:20:31 +01:00 |
|
Daniel Collin
|
485ee6ec95
|
WIP on Win32 support
|
2013-01-08 00:12:43 +01:00 |
|
Daniel Collin
|
a93e423764
|
Added some scripts to make project generation easier
|
2013-01-08 00:12:43 +01:00 |
|
Daniel Collin
|
ced8736e1c
|
Restored missing implementation of track selection
Closes #62
|
2013-01-07 23:48:38 +01:00 |
|
Daniel Collin
|
40d399ac40
|
Fixed that selection would follow cursor
Closes #63
|
2013-01-07 23:41:24 +01:00 |
|
Daniel Collin
|
9e7818b6dd
|
Fixed crash when loading a file while demo is running
Also fixed that loading of folded that was broken.
Closes #61
|
2013-01-07 23:36:24 +01:00 |
|
Daniel Collin
|
2ff3863097
|
Added readme
|
2013-01-07 22:12:49 +01:00 |
|
Daniel Collin
|
ee04870f0c
|
Build fixes
|
2013-01-07 19:23:45 +01:00 |
|
Daniel Collin
|
9e355122a5
|
Limit edit boxes input till numbers only (fine as this is for Rocket only but shouldn't be in regular emgui (needs flag))
|
2013-01-07 17:47:38 +01:00 |
|
Daniel Collin
|
a51a821fde
|
Fixed code due to moving of emgui
|
2013-01-07 17:36:13 +01:00 |
|
Daniel Collin
|
008b6dedbe
|
Current status WIP
|
2013-01-07 17:13:34 +01:00 |
|
Daniel Collin
|
be24e30d8f
|
Menu creation WIP
|
2013-01-07 16:30:38 +01:00 |
|
Daniel Collin
|
b8169418f2
|
Fixed include paths as emgui was moved. Fixed some more stuff in tundra scripts to remove deprecated warning
|
2013-01-07 11:36:23 +01:00 |
|
Daniel Collin
|
d8ccff4aff
|
Moved tundra.lua and units.lua to ogl_editor (This is to make RocketEditor fully separated from the regular GNU Rocket codebase)
|
2013-01-07 08:41:16 +01:00 |
|
Daniel Collin
|
53361319ee
|
WIP On adding menu generation on Win32
|
2013-01-07 08:38:10 +01:00 |
|
Daniel Collin
|
7a6f085965
|
WIP on moving emgui into rocket subdir
|
2013-01-07 08:19:44 +01:00 |
|
Daniel Collin
|
5371921900
|
Regular key shouldn't abort editing of values (should be handled is invalid)
|
2013-01-06 23:46:25 +01:00 |
|
Daniel Collin
|
c37f7f57dc
|
Fixed some brokeness in border rendering
Closes #60
|
2013-01-06 23:05:51 +01:00 |
|
Daniel Collin
|
a41d354a51
|
Fixed so delete key now deletes a value when in non-editing mode
|
2013-01-06 22:59:46 +01:00 |
|
Daniel Collin
|
0a94c588c5
|
Do proper ending and cancelling of text editing
Closes #58
|
2013-01-06 22:33:50 +01:00 |
|
Daniel Collin
|
8c8995dbf0
|
Support for backspace when editing track values
Closes #57
|
2013-01-06 22:19:28 +01:00 |
|
Daniel Collin
|
251d7b146a
|
Fixed issue that adding a value wouldn't remember the current interpolation mode
Closes #56
|
2013-01-06 22:07:42 +01:00 |
|
Daniel Collin
|
b35639dfba
|
Fixed missing lines in track view
Closes #55
|
2013-01-04 19:03:29 +01:00 |
|
Daniel Collin
|
6cfd4bfe2b
|
Only create menu at startup and not every time the recent list is populated
|
2013-01-04 18:52:28 +01:00 |
|
Daniel Collin
|
ed55845ac3
|
Implemented saving of bookmarks
Closes #52
|
2013-01-04 15:24:31 +01:00 |
|
Daniel Collin
|
d84d46b35d
|
Implemented support for clearing all bookmarks (undoable)
Closes #54
|
2013-01-04 14:49:57 +01:00 |
|
Daniel Collin
|
dbbc2c7b4a
|
Implemented undo support for breakpoints
Closes #53
|
2013-01-04 14:41:41 +01:00 |
|
Daniel Collin
|
027dc6001d
|
Win32 fixes
|
2013-01-04 14:11:38 +01:00 |
|
Daniel Collin
|
2f668c14d0
|
Big refactoring of key handling and added menus for all items.
Keyboard layout is now based on the physical locations (scan/key codes) for the shortcuts instead of the actual characters.
|
2013-01-04 01:10:17 +01:00 |
|
Daniel Collin
|
ecfb900047
|
More fixes with menus and keyboard
|
2013-01-03 20:52:40 +01:00 |
|
Daniel Collin
|
30d9c79be0
|
Big WIP on keyboard handling and Menu support
|
2013-01-02 21:43:27 +01:00 |
|
Daniel Collin
|
59f0e0a875
|
Removed old submodule that isn't in use anymore
|
2013-01-01 17:39:49 +01:00 |
|
Daniel Collin
|
74bd0fba9c
|
Implemented support for unicode on Win32
Closes #51
|
2013-01-01 12:25:48 +01:00 |
|