Home
last modified time | relevance | path

Searched refs:sep_win (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dsaveplay.c2395 || (mainw->fs && (!mainw->sep_win))) && (cfile->frames > 0 ||
2400 if ((!mainw->sep_win || (!mainw->faded && (prefs->sepwin_type != SEPWIN_TYPE_STICKY)))
2493 if (mainw->sep_win) {
2530 if (!mainw->foreign && !mainw->sep_win) {
2534 if (!mainw->sep_win && !mainw->foreign) {
2551 if (mainw->fs && !mainw->sep_win && cfile->frames > 0) {
2611 mainw->sep_win) ||
2612 (mainw->vpp && mainw->sep_win && !(mainw->vpp->capabilities & VPP_LOCAL_DISPLAY))) &&
3147 if (mainw->sep_win) add_to_playframe();
H A Dgui.c139 …if (LIVES_IS_PLAYING && mainw->fs && (!mainw->sep_win || ((widget_opts.monitor == prefs->play_moni… in expose_sim()
149 …if (LIVES_IS_PLAYING && mainw->fs && (!mainw->sep_win || ((widget_opts.monitor == prefs->play_moni… in expose_eim()
445 mainw->double_size = mainw->sep_win = FALSE; in create_LiVES()
3226 if (mainw->sep_win) { in fade_background()
3367 if (CURRENT_CLIP_HAS_VIDEO && !mainw->sep_win) { in unfade_background()
4266 …if (mainw->fs && mainw->playing_file == -2 && mainw->sep_win && prefs->sepwin_type == SEPWIN_TYPE_… in _resize_play_window()
H A Dcallbacks.c491 if (mainw->sep_win && (LIVES_IS_PLAYING || prefs->sepwin_type == SEPWIN_TYPE_STICKY)) { in lives_exit()
7874 if (!mainw->multitrack && !mainw->sep_win) {
7878 if (mainw->sep_win) {
7897 if (mainw->sep_win) {
8049 …ives_check_menu_item_set_active(LIVES_CHECK_MENU_ITEM(mainw->multitrack->sepwin), !mainw->sep_win);
8050 lives_check_menu_item_set_active(LIVES_CHECK_MENU_ITEM(mainw->sepwin), mainw->sep_win);
8051 } else lives_check_menu_item_set_active(LIVES_CHECK_MENU_ITEM(mainw->sepwin), !mainw->sep_win);
8059 mainw->sep_win = !mainw->sep_win;
8070 if (mainw->sep_win) {
8083 if (mainw->sep_win) make_play_window();
[all …]
H A Dmainwindow.h761 boolean sep_win; member
H A Dlbindings.c529 if (mainw->sep_win != sint->setting) in call_set_sepwin()
553 if (mainw->sep_win != sint->setting) in call_set_fullscreen_sepwin()
H A Dmain.c5667 …if (LIVES_IS_PLAYING && mainw->fs && (!mainw->sep_win || ((prefs->gui_monitor == prefs->play_monit… in load_start_image()
5939 …if (LIVES_IS_PLAYING && mainw->fs && (!mainw->sep_win || ((prefs->gui_monitor == prefs->play_monit… in load_end_image()
9096 if ((mainw->sep_win && !prefs->show_playwin) || (!mainw->sep_win && !prefs->show_gui)) {
9110 if (mainw->fs && !mainw->ext_playback && (!mainw->multitrack || mainw->sep_win)) {
H A Dliblives.cpp695 return mainw->sep_win; in sepWin()
H A Dutils.c4175 osepwin = mainw->sep_win; in prepare_to_play_foreign()
4181 mainw->sep_win = FALSE; in prepare_to_play_foreign()
H A Dmultitrack.c3250 boolean sep_win = mainw->sep_win; in mt_show_current_frame() local
3264 mainw->sep_win = FALSE; in mt_show_current_frame()
3268 mainw->sep_win = sep_win; in mt_show_current_frame()
7143 …win = lives_standard_check_menu_item_new_with_label(_("Play in _Separate Window"), mainw->sep_win); in multitrack()
9318 lives_check_menu_item_set_active(LIVES_CHECK_MENU_ITEM(mainw->sepwin), mainw->sep_win); in multitrack_delete()
9519 if (prefs->sepwin_type == SEPWIN_TYPE_STICKY && mainw->sep_win) { in multitrack_delete()
H A Dosc.c2699 if (!mainw->sep_win) { in lives_osc_cb_fssepwin_enable()
2715 if (mainw->sep_win) { in lives_osc_cb_fssepwin_disable()
H A Dpreferences.c1092 if (mainw->sep_win) { in pref_factory_int()
1102 if (mainw->sep_win) { in pref_factory_int()
H A Dplugins.c1434 …if (LIVES_IS_PLAYING && mainw->fs && mainw->sep_win) lives_window_fullscreen(LIVES_WINDOW(mainw->p… in vid_playback_plugin_exit()