Home
last modified time | relevance | path

Searched refs:stored_event_list (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h804 weed_event_t *stored_event_list; ///< stored mt -> clip editor member
H A Dmultitrack.c5780 if (mainw->stored_event_list) { in set_values_from_defs()
5911 if (mainw->stored_event_list) event_list_free(mainw->stored_event_list); in stored_event_list_free_all()
5912 mainw->stored_event_list = NULL; in stored_event_list_free_all()
5930 (!mainw->stored_event_list || !get_first_event(mainw->stored_event_list))) return TRUE; in check_for_layout_del()
5933 (mainw->stored_event_list && in check_for_layout_del()
9186 if (mainw->stored_event_list) { in used_in_current_layout()
11159 if (mainw->stored_event_list) { in on_multitrack_activate()
11160 event_list = mainw->stored_event_list; in on_multitrack_activate()
11189 if (mainw->stored_event_list) { in on_multitrack_activate()
11190 mainw->stored_event_list = NULL; in on_multitrack_activate()
[all …]
H A Devents.c2264 if (mainw->stored_event_list) lives_widget_set_no_show_all(hbox, TRUE); in events_rec_dialog()
5318 if (mainw->stored_event_list && mainw->stored_event_list_changed) { in deal_with_render_choice()
5324 if (mainw->stored_event_list || mainw->sl_undo_mem) { in deal_with_render_choice()
H A Dcallbacks.c212 if (mainw->stored_event_list || mainw->sl_undo_mem) { in lives_exit()
1656 if (mainw->stored_event_list && mainw->stored_event_list_changed) {
2175 if (mainw->stored_event_list && mainw->stored_event_list_changed) {
5391 if (mainw->stored_event_list && mainw->stored_event_list_changed) {
H A Dsaveplay.c6468 if ((mainw->multitrack && mainw->multitrack->event_list) || mainw->stored_event_list)
6543 if ((mainw->multitrack && mainw->multitrack->event_list) || mainw->stored_event_list)
H A Dpreferences.c2356 if ((mainw->multitrack && mainw->multitrack->event_list) || mainw->stored_event_list) in apply_prefs()
2361 if ((mainw->multitrack && mainw->multitrack->event_list) || mainw->stored_event_list) in apply_prefs()
H A Dutils.c3650 if (mainw->stored_event_list || mainw->sl_undo_mem) { in remove_layout_files()
H A Dinterface.c4387 if ((mainw->multitrack && mainw->multitrack->changed) || (mainw->stored_event_list && in create_cds_dialog()
H A Dmain.c1391 mainw->stored_event_list = NULL; in lives_init()