obs-studio/obs
jp9000 73baaa59e9 (API Change) Unsquish libobs (base) names
Previous names:             New names:
-----------------------------------------------------------
obs_view_setsource          obs_view_set_source
obs_view_getsource          obs_view_get_source
obs_source_getdisplayname   obs_source_get_display_name
obs_source_getwidth         obs_source_get_width
obs_source_getheight        obs_source_get_height
obs_filter_getparent        obs_filter_get_parent
obs_filter_gettarget        obs_filter_get_target
obs_source_filter_setorder  obs_source_filter_set_order
obs_source_getsettings      obs_source_get_settings
obs_source_getname          obs_source_get_name
obs_source_setname          obs_source_set_name
obs_source_setvolume        obs_source_set_volume
obs_source_getvolume        obs_source_get_volume
obs_scene_getsource         obs_scene_get_source
obs_scene_fromsource        obs_scene_from_source
obs_scene_findsource        obs_scene_find_source
obs_output_getdisplayname   obs_output_get_display_name
obs_output_getname          obs_output_get_name
obs_encoder_getname         obs_encoder_get_name
obs_service_getdisplayname  obs_service_get_display_name
obs_service_getname         obs_service_get_name
2014-08-08 11:04:46 -07:00
..
data Instruct translators where to go to translate 2014-07-27 01:47:59 -07:00
dist Add .desktop file for obs on linux 2014-08-05 21:15:31 +02:00
forms Add obs icon and set it as window icon. 2014-07-31 22:29:33 +02:00
CMakeLists.txt Install desktop file and application icon on linux 2014-08-05 21:15:45 +02:00
display-helpers.hpp Ensure sizes passed to OBS are actual pixel sizes 2014-04-16 22:39:05 +02:00
obs-app.cpp Make application quit on main window close 2014-07-23 00:02:13 -07:00
obs-app.hpp Make application quit on main window close 2014-07-23 00:02:13 -07:00
platform-osx.mm Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform-windows.cpp Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform-x11.cpp Move config values from the commandline to obsconfig.h 2014-07-26 14:07:14 +02:00
platform.hpp Add platform specific locale priority enumeration 2014-07-13 19:10:39 +02:00
properties-view.cpp Add OBS_TEXT_MULTILINE for text obs properties 2014-07-21 04:31:19 +02:00
properties-view.hpp Add color property implementation 2014-07-21 04:31:19 +02:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Adjust OBSErrorBox severity 2014-07-13 15:23:26 +02:00
qt-wrappers.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
volume-control.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
volume-control.hpp Workaround for audio meter widget getting stuck 2014-07-23 19:56:36 +03:00
window-basic-main.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-main.hpp (API Change) Rename order_movement 2014-08-08 11:04:43 -07:00
window-basic-preview.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-preview.hpp UI: Add scene editing 2014-06-15 20:33:13 -07:00
window-basic-properties.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-properties.hpp Fix crash when closing windows via the X title bar button 2014-04-17 17:20:00 +02:00
window-basic-settings.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-settings.hpp Use locale (name) enumeration helper in basic settings window 2014-07-13 19:10:39 +02:00
window-basic-source-select.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-source-select.hpp Don't use "type" of source, use "id" of source 2014-08-08 10:50:24 -07:00
window-basic-status-bar.cpp Change "kbp/s" to "kb/s" 2014-07-07 22:06:06 -07:00
window-basic-status-bar.hpp Implement status bar 2014-07-06 17:36:46 -07:00
window-basic-transform.cpp (API Change) Unsquish libobs (base) names 2014-08-08 11:04:46 -07:00
window-basic-transform.hpp UI: Add scene editing 2014-06-15 20:33:13 -07:00
window-license-agreement.cpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-license-agreement.hpp Add license agreement dialog 2014-07-13 11:40:47 -07:00
window-log-reply.cpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-log-reply.hpp Add help menu with log file uploading 2014-05-18 17:44:10 -07:00
window-main.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-namedialog.cpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00
window-namedialog.hpp Auto suggest scene and source names. 2014-05-12 15:01:51 -04:00