obs-studio/obs
jp9000 e8044d0868 Use only one widget for preview
Modify the obs_display API so that it always uses an orthographic
projection that is the size of the display, rather than OBS' base size.
Having it do an orthographic projection to OBS' base size was silly
because it meant that everything would be skewed if you wanted to draw
1:1 in the display.  This deoes mean that the callbacks must handle
resizing the images, but it's worth it to ensure 1:1 draw sizes.

As for the preview widget, instead of making some funky widget within
widget that resizes, it's just going to be a widget within the entire
top layout.  Also changed the preview padding color to gray.
2014-03-07 10:19:03 -07:00
..
forms Use only one widget for preview 2014-03-07 10:19:03 -07:00
CMakeLists.txt Move CPack win32 generator from NSIS to WIX 2014-02-02 22:38:21 +01:00
obs-app.cpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
obs-app.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
platform-osx.mm Remove unnecessary distinction between 32bit and 64bit on osx 2014-01-25 20:39:09 +01:00
platform-windows.cpp Adjust file finding functions to also search the install root dir on Windows 2014-01-26 02:04:37 +01:00
platform-x11.cpp Restructure installation and package generation 2014-01-25 19:13:33 +01:00
platform.hpp Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
qt-wrappers.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
window-basic-main.cpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
window-basic-main.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
window-basic-settings.cpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-basic-settings.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-main.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-namedialog.cpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00
window-namedialog.hpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00