obs-studio/obs
jp9000 dcde1dcf2a Implemented adding sources to scenes via GUI
Sources can now be added to scenes via user interface.  It's a little
convoluted because everything has to work through OBS signals to ensure
that plugins/etc can modify the scenes/sources exernally.

  Also, when switching scenes, it will properly list sources for the
scene you changed to.
2014-01-04 13:53:36 -07:00
..
forms create a sizing callback for the preview panel specifically, apparently on macos the window size isn't guaranteed to be the size it's set to in the main window size handler 2013-12-31 07:10:47 -07:00
CMakeLists.txt add infrastructure for app bundle target and unmark as advanced 2013-12-30 20:52:44 +01:00
makefile.am GLX implementation and *nix-specific file handling implementation 2014-01-02 18:20:58 -06:00
obs-app.cpp update API and implement preliminary ability to add sources to scenes 2013-12-30 06:56:39 -07:00
obs-app.hpp update API and implement preliminary ability to add sources to scenes 2013-12-30 06:56:39 -07:00
platform-osx.mm added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
platform-windows.cpp added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
platform-x11.cpp fix check_path not using path variable 2014-01-03 23:22:49 +01:00
platform.hpp added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
settings-basic-general.cpp added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
settings-basic-video.cpp renamed some window files to ensure they sort a bit better 2013-12-28 21:51:18 -07:00
settings-basic.cpp fixed project file settings for those renamed files and fixed a typo 2013-12-28 21:53:38 -07:00
settings-basic.hpp finish up preliminary settings stuff 2013-12-18 12:09:20 -07:00
settings.hpp finish up preliminary settings stuff 2013-12-18 12:09:20 -07:00
window-basic-main.cpp Implemented adding sources to scenes via GUI 2014-01-04 13:53:36 -07:00
window-basic-main.hpp Implemented adding sources to scenes via GUI 2014-01-04 13:53:36 -07:00
window-basic-settings.cpp added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
window-basic-settings.hpp added name dialog code, moved 'using namespace std;' out of headers and into source files 2013-12-29 04:40:53 -07:00
window-namedialog.cpp fix warnings in window-namedialog and mark methods as override 2014-01-01 04:06:59 +01:00
window-namedialog.hpp fix warnings in window-namedialog and mark methods as override 2014-01-01 04:06:59 +01:00
wx-subclass.cpp Added preliminary settings window form 2013-12-10 11:21:34 -07:00
wx-subclass.hpp add settings data for general page, query available languages 2013-12-12 21:47:42 -07:00
wx-wrappers.cpp remove duplicate lines and reformat for 80 columns limit 2014-01-03 01:50:36 +01:00
wx-wrappers.hpp Added WX_UTF8 macro 2014-01-04 13:50:16 -07:00