Wxwidgets graphics plugin
commitb497bd7ed6b918366a108298058a598c33bee983
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 5 Nov 2011 18:46:18 +0000 (5 20:46 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 5 Nov 2011 18:46:18 +0000 (5 20:46 +0200)
treedef790da6cd2311f4f6fccd8a56f0ec0b152e8b4
parent7b3fc13b224fc320663698ca913687a807cb053b
Wxwidgets graphics plugin

As opposed to SDL graphics plugin, this has full GUI.
33 files changed:
Makefile
generic/coroutine.cpp [new file with mode: 0644]
generic/coroutine.hpp [new file with mode: 0644]
manual.lyx
platform/wxwidgets/main-wxwidgets.cpp [new file with mode: 0644]
platform/wxwidgets/src/authorseditor.cpp [new file with mode: 0644]
platform/wxwidgets/src/authorseditor.hpp [new file with mode: 0644]
platform/wxwidgets/src/axeseditor.cpp [new file with mode: 0644]
platform/wxwidgets/src/axeseditor.hpp [new file with mode: 0644]
platform/wxwidgets/src/callrom.cpp [new file with mode: 0644]
platform/wxwidgets/src/callrom.hpp [new file with mode: 0644]
platform/wxwidgets/src/common.cpp [new file with mode: 0644]
platform/wxwidgets/src/common.hpp [new file with mode: 0644]
platform/wxwidgets/src/emufn.cpp [new file with mode: 0644]
platform/wxwidgets/src/emufn.hpp [new file with mode: 0644]
platform/wxwidgets/src/filenamebox.cpp [new file with mode: 0644]
platform/wxwidgets/src/filenamebox.hpp [new file with mode: 0644]
platform/wxwidgets/src/keyentry.cpp [new file with mode: 0644]
platform/wxwidgets/src/keyentry.hpp [new file with mode: 0644]
platform/wxwidgets/src/labelcombobox.cpp [new file with mode: 0644]
platform/wxwidgets/src/labelcombobox.hpp [new file with mode: 0644]
platform/wxwidgets/src/messages_window.cpp [new file with mode: 0644]
platform/wxwidgets/src/messages_window.hpp [new file with mode: 0644]
platform/wxwidgets/src/project_select_window.cpp [new file with mode: 0644]
platform/wxwidgets/src/project_select_window.hpp [new file with mode: 0644]
platform/wxwidgets/src/rom_patch_window.cpp [new file with mode: 0644]
platform/wxwidgets/src/rom_patch_window.hpp [new file with mode: 0644]
platform/wxwidgets/src/rom_select_window.cpp [new file with mode: 0644]
platform/wxwidgets/src/rom_select_window.hpp [new file with mode: 0644]
platform/wxwidgets/src/settingseditor.cpp [new file with mode: 0644]
platform/wxwidgets/src/settingseditor.hpp [new file with mode: 0644]
platform/wxwidgets/src/status_window.cpp [new file with mode: 0644]
platform/wxwidgets/src/status_window.hpp [new file with mode: 0644]