LiVES
3.0.2
|
#include "main.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include "callbacks.h"
#include "interface.h"
#include "paramwindow.h"
#include "merge.h"
#include "support.h"
#include "omc-learn.h"
Functions | |
void | multitrack_preview_clicked (LiVESButton *, livespointer user_data) |
void | mt_change_disp_tracks_ok (LiVESButton *, livespointer user_data) |
void | add_suffix_check (LiVESBox *box, const char *ext) |
void | show_playbar_labels (int clipno) |
double | lives_ce_update_timeline (int frame, double x) |
pointer position in timeline More... | |
void | update_timer_bars (int posx, int posy, int width, int height, int which) |
draw the timer bars More... | |
void | redraw_timer_bars (double oldx, double newx, int which) |
paint a damage region More... | |
void | draw_little_bars (double ptrtime, int which) |
void | widget_add_preview (LiVESWidget *widget, LiVESBox *for_preview, LiVESBox *for_button, LiVESBox *for_deint, int preview_type) |
for fileselector preview More... | |
xprocess * | create_threaded_dialog (char *text, boolean has_cancel, boolean *td_had_focus) |
xprocess * | create_processing (const char *text) |
lives_clipinfo_t * | create_clip_info_window (int audio_channels, boolean is_mt) |
LiVESWidget * | create_encoder_prep_dialog (const char *text1, const char *text2, boolean opt_resize) |
LiVESWidget * | create_info_error_dialog (lives_dialog_t info_type, const char *text, LiVESWindow *transient, int mask, boolean is_blocking) |
text_window * | create_text_window (const char *title, const char *text, LiVESTextBuffer *textbuffer) |
_insertw * | create_insert_dialog (void) |
LiVESWidget * | create_opensel_dialog (void) |
_entryw * | create_location_dialog (void) |
_entryw * | create_rename_dialog (int type) |
void | on_liveinp_advanced_clicked (LiVESButton *button, livespointer user_data) |
LiVESWidget * | create_combo_dialog (int type, LiVESList *list) |
LiVESWidget * | create_cdtrack_dialog (int type, livespointer user_data) |
aud_dialog_t * | create_audfade_dialog (int type) |
_commentsw * | create_comments_dialog (lives_clip_t *sfile, char *filename) |
LIVES_INLINE void | chooser_response (LiVESWidget *widget, int response, livespointer udata) |
char * | choose_file (const char *dir, const char *fname, char **const filt, LiVESFileChooserAction act, const char *title, LiVESWidget *extra_widget) |
LiVESWidget * | choose_file_with_preview (const char *dir, const char *title, char **const filt, int filesel_type) |
LIVES_GLOBAL_INLINE LiVESWidget * | make_autoreload_check (LiVESHBox *hbox, boolean is_active) |
_entryw * | create_cds_dialog (int type) |
boolean | do_layout_recover_dialog (void) |
LiVESWidget * | create_cleardisk_advanced_dialog (void) |
LiVESTextView * | create_output_textview (void) |
void | do_keys_window (void) |
void | do_mt_keys_window (void) |
autolives_window * | autolives_pre_dialog (void) |
const lives_special_aspect_t * | add_aspect_ratio_button (LiVESSpinButton *sp_width, LiVESSpinButton *sp_height, LiVESBox *box) |
lives_remote_clip_request_t * | run_youtube_dialog (void) |
boolean | youtube_select_format (lives_remote_clip_request_t *req) |
EXPOSE_FN_DECL (expose_msg_area, widget) | |
EXPOSE_FN_END LIVES_GLOBAL_INLINE void | msg_area_scroll_to_end (LiVESWidget *widget, LiVESAdjustment *adj) |
void | msg_area_scroll (LiVESAdjustment *adj, livespointer userdata) |
boolean | on_msg_area_scroll (LiVESWidget *widget, LiVESXEventScroll *event, livespointer user_data) |
const lives_special_aspect_t* add_aspect_ratio_button | ( | LiVESSpinButton * | sp_width, |
LiVESSpinButton * | sp_height, | ||
LiVESBox * | box | ||
) |
void add_suffix_check | ( | LiVESBox * | box, |
const char * | ext | ||
) |
autolives_window* autolives_pre_dialog | ( | void | ) |
char* choose_file | ( | const char * | dir, |
const char * | fname, | ||
char **const | filt, | ||
LiVESFileChooserAction | act, | ||
const char * | title, | ||
LiVESWidget * | extra_widget | ||
) |
LiVESWidget* choose_file_with_preview | ( | const char * | dir, |
const char * | title, | ||
char **const | filt, | ||
int | filesel_type | ||
) |
LIVES_INLINE void chooser_response | ( | LiVESWidget * | widget, |
int | response, | ||
livespointer | udata | ||
) |
aud_dialog_t* create_audfade_dialog | ( | int | type | ) |
_entryw* create_cds_dialog | ( | int | type | ) |
LiVESWidget* create_cdtrack_dialog | ( | int | type, |
livespointer | user_data | ||
) |
LiVESWidget* create_cleardisk_advanced_dialog | ( | void | ) |
lives_clipinfo_t* create_clip_info_window | ( | int | audio_channels, |
boolean | is_mt | ||
) |
LiVESWidget* create_combo_dialog | ( | int | type, |
LiVESList * | list | ||
) |
_commentsw* create_comments_dialog | ( | lives_clip_t * | sfile, |
char * | filename | ||
) |
LiVESWidget* create_encoder_prep_dialog | ( | const char * | text1, |
const char * | text2, | ||
boolean | opt_resize | ||
) |
LiVESWidget* create_info_error_dialog | ( | lives_dialog_t | info_type, |
const char * | text, | ||
LiVESWindow * | transient, | ||
int | mask, | ||
boolean | is_blocking | ||
) |
_insertw* create_insert_dialog | ( | void | ) |
_entryw* create_location_dialog | ( | void | ) |
LiVESWidget* create_opensel_dialog | ( | void | ) |
LiVESTextView* create_output_textview | ( | void | ) |
xprocess* create_processing | ( | const char * | text | ) |
_entryw* create_rename_dialog | ( | int | type | ) |
text_window* create_text_window | ( | const char * | title, |
const char * | text, | ||
LiVESTextBuffer * | textbuffer | ||
) |
void do_keys_window | ( | void | ) |
boolean do_layout_recover_dialog | ( | void | ) |
void do_mt_keys_window | ( | void | ) |
void draw_little_bars | ( | double | ptrtime, |
int | which | ||
) |
EXPOSE_FN_DECL | ( | expose_msg_area | , |
widget | |||
) |
double lives_ce_update_timeline | ( | int | frame, |
double | x | ||
) |
pointer position in timeline
LIVES_GLOBAL_INLINE LiVESWidget* make_autoreload_check | ( | LiVESHBox * | hbox, |
boolean | is_active | ||
) |
void msg_area_scroll | ( | LiVESAdjustment * | adj, |
livespointer | userdata | ||
) |
EXPOSE_FN_END LIVES_GLOBAL_INLINE void msg_area_scroll_to_end | ( | LiVESWidget * | widget, |
LiVESAdjustment * | adj | ||
) |
void mt_change_disp_tracks_ok | ( | LiVESButton * | , |
livespointer | user_data | ||
) |
void multitrack_preview_clicked | ( | LiVESButton * | , |
livespointer | user_data | ||
) |
void on_liveinp_advanced_clicked | ( | LiVESButton * | button, |
livespointer | user_data | ||
) |
boolean on_msg_area_scroll | ( | LiVESWidget * | widget, |
LiVESXEventScroll * | event, | ||
livespointer | user_data | ||
) |
void redraw_timer_bars | ( | double | oldx, |
double | newx, | ||
int | which | ||
) |
paint a damage region
lives_remote_clip_request_t* run_youtube_dialog | ( | void | ) |
void show_playbar_labels | ( | int | clipno | ) |
void update_timer_bars | ( | int | posx, |
int | posy, | ||
int | width, | ||
int | height, | ||
int | which | ||
) |
draw the timer bars
void widget_add_preview | ( | LiVESWidget * | widget, |
LiVESBox * | for_preview, | ||
LiVESBox * | for_button, | ||
LiVESBox * | for_deint, | ||
int | preview_type | ||
) |
for fileselector preview
boolean youtube_select_format | ( | lives_remote_clip_request_t * | req | ) |