24 Commits

Author SHA1 Message Date
palana
38160ee2e9 Show IDC_INFO only when necessary
Checking the video encoder should be sufficient, as long as noone adds
a audio encoding only mode
2014-07-16 14:34:22 +02:00
palana
9a9deb5d4c Remove shader cache
This should eliminate all problems users had with corrupted shader cache files

API users who need non-blocking compilation of shaders are encouraged to use the
new async API
2014-03-11 18:25:03 +01:00
palana
fd2eaca19d Swap order of base resolution edit boxes for RTL locales in video settings 2014-02-28 16:59:01 +01:00
palana
7c3e22349b Add aspect ratio display to video settings 2014-02-27 20:07:35 +01:00
palana
02024ffcca Remove a whole bunch of tabs ...
Someone make Visual Studio remember that OBS1 uses spaces
2014-02-26 15:53:50 +01:00
palana
f4ed09778e Add RTL-aware wrappers for DialogBox and CreateDialog
This makes previous RTL-changes (except for OBSMessageBox) obsolete
2014-02-26 07:07:13 +01:00
palana
618c1489c7 Add LocaleIsRTL API call 2014-02-25 14:24:32 +00:00
jp9000
f4ba6c736a Fix tooltips for right-to-left languages 2014-02-24 18:27:25 -07:00
palana
f04be6e35a Revert "Sanitized shader cache handling"
This reverts commit 6857c19ba7fe6f3ee7e495433d65171243c7eb50.
2013-12-06 18:37:50 +01:00
palana
6857c19ba7 Sanitized shader cache handling
Store blobs per graphics adapter (name) and only delete corrupted cache
files (instead of nuking "all" cache files while ignoring plugin cache
files from third party plugins).
Also log corrupted cache files
2013-12-06 18:00:00 +01:00
Richard Stanway
4b91daa38e Destroy shader cache when changing video adapter 2013-12-06 14:23:15 +01:00
HomeWorld
1e4220935c Don't enable/disable aero on win8+ 2013-09-10 07:50:10 +03:00
jp9000
ab5e0ff485 set lower fps limit to 1 fps 2013-09-03 09:25:19 -07:00
jp9000
8fd7282cb8 Added a "projector" mode to allow outputting the preview to a separate screen at the same time as the main window (differs from fullscreen preview in that you can do it to a separate monitor while still having the main OBS window open) 2013-09-02 17:34:36 -07:00
HomeWorld
68a8ee95b8 Log dwm/bitrate changes at runtime 2013-07-27 17:58:12 +03:00
Richard Stanway
08e1ac51ef Make Aero warning more annoying when using monitor capture.
Allow disabling of Aero at runtime.
2013-06-14 01:51:40 -04:00
jp9000
dd9bd2f75c Added the ability for settings panes to have a "defaults" button, added the button to the "Advanced" section 2013-04-18 08:00:34 -07:00
Eric
3c474250ae Enable the Apply button after changing Device in video settings. 2013-04-15 18:17:05 +02:00
jp9000
5f417936d3 Added "Video adapter" selection option to video settings 2013-04-10 21:18:00 -07:00
Richard Stanway
9aceaadbcc Some small code cleanups via static analysis (cppcheck) 2013-04-04 03:20:02 -04:00
jp9000
3cd334b61e Added bicubic and lanczos downscale shaders, optimized existing bilinear downscale shaders 2013-03-20 17:10:05 -07:00
Lucas Murray
6b9b671a3d Use SettingsPane for the noise gate settings; Remove HINSTANCE from
the SettingsPane API as it's not needed
2013-03-16 20:01:19 +08:00
Lucas Murray
b2a1b533c3 Added a SetChangedSettings() method to SettingsPane 2013-03-16 18:34:40 +08:00
Lucas Murray
439f55ae39 Ported video settings to SettingsPane 2013-03-16 17:30:29 +08:00