gboolean dt_history_paste_on_list(const GList *list)
Definition history_actions.c:258
int dt_history_load_and_apply(const int32_t imgid, gchar *filename, int history_only)
Definition history_actions.c:369
gboolean dt_history_copy(int32_t imgid)
Definition history_actions.c:213
gboolean dt_history_paste_parts_on_list(const GList *list)
Definition history_actions.c:300
int dt_history_load_and_apply_on_image(int32_t imgid, gchar *filename, int history_only)
Definition history_actions.c:375
gboolean dt_history_delete_on_list(const GList *list, gboolean undo)
Definition history_actions.c:419
gboolean dt_history_paste_on_image(const int32_t imgid)
Definition history_actions.c:253
gboolean dt_history_style_on_image(const int32_t imgid, const char *name, const gboolean duplicate)
Definition history_actions.c:462
gboolean dt_history_paste_parts_prepare(void)
Definition history_actions.c:264
gboolean dt_history_copy_and_paste_on_image(const int32_t imgid, const int32_t dest_imgid, GList *ops, const gboolean copy_full, const dt_history_merge_strategy_t mode)
Definition history_actions.c:189
int dt_history_load_and_apply_on_list(gchar *filename, const GList *list)
Definition history_actions.c:380
int dt_history_compress_on_list(const GList *imgs)
Definition history_actions.c:328
gboolean dt_history_copy_parts(int32_t imgid)
Definition history_actions.c:225
gboolean dt_history_paste_parts_on_image(const int32_t imgid)
Definition history_actions.c:295
void dt_history_compress_on_image(const int32_t imgid)
Definition history_actions.c:323
gboolean dt_history_style_on_list(const GList *list, const char *name, const gboolean duplicate)
Definition history_actions.c:477
dt_history_merge_strategy_t
Definition history_merge.h:33