gboolean dt_history_paste_on_list(const GList *list, gboolean undo)
Definition common/history.c:942
gboolean dt_history_copy(int32_t imgid)
Definition common/history.c:912
void dt_history_hash_read(const int32_t imgid, dt_history_hash_values_t *hash)
Definition common/history.c:801
dt_history_hash_t
Definition history.h:35
@ DT_HISTORY_HASH_CURRENT
Definition history.h:38
@ DT_HISTORY_HASH_BASIC
Definition history.h:36
@ DT_HISTORY_HASH_AUTO
Definition history.h:37
@ DT_HISTORY_HASH_MIPMAP
Definition history.h:39
void dt_history_hash_set_mipmap(const int32_t imgid)
Definition common/history.c:864
void dt_history_hash_write(const int32_t imgid, dt_history_hash_values_t *hash)
Definition common/history.c:777
char * dt_history_item_as_string(const char *name, gboolean enabled)
Definition common/history.c:193
gboolean dt_history_check_module_exists(int32_t imgid, const char *operation, gboolean enabled)
Definition common/history.c:603
void dt_history_truncate_on_image(const int32_t imgid, const int32_t history_end)
Definition common/history.c:467
GList * dt_history_duplicate(GList *hist)
Definition dev_history.c:413
gboolean dt_history_delete_on_list(const GList *list, gboolean undo)
Definition common/history.c:999
int dt_history_load_and_apply(int32_t imgid, gchar *filename, int history_only)
Definition common/history.c:146
void dt_history_hash_write_from_history(const int32_t imgid, const dt_history_hash_t type)
Definition common/history.c:719
gboolean dt_history_paste_parts_on_list(const GList *list, gboolean undo)
Definition common/history.c:965
char * dt_history_get_items_as_string(int32_t imgid)
Definition common/history.c:248
void dt_history_delete_on_image_ext(int32_t imgid, gboolean undo)
Definition common/history.c:60
gboolean dt_history_hash_is_mipmap_synced(const int32_t imgid)
Definition common/history.c:841
void dt_history_delete_on_image(int32_t imgid)
Definition common/history.c:140
int dt_history_load_and_apply_on_list(gchar *filename, const GList *list)
Definition common/history.c:179
GList * dt_history_get_items(int32_t imgid, gboolean enabled)
Definition common/history.c:198
int dt_history_compress_on_list(const GList *imgs)
Definition common/history.c:522
gboolean dt_history_copy_parts(int32_t imgid)
Definition common/history.c:925
void dt_history_item_free(gpointer data)
Definition common/history.c:39
void dt_history_compress_on_image(const int32_t imgid)
Definition common/history.c:330
GtkTreeView * items
Definition history.h:55
GList * selops
Definition history.h:54
gboolean copy_iop_order
Definition history.h:58
int copied_imageid
Definition history.h:56
gboolean full_copy
Definition history.h:57
int auto_apply_len
Definition history.h:47
int basic_len
Definition history.h:45
guint8 * basic
Definition history.h:44
guint8 * auto_apply
Definition history.h:46
guint8 * current
Definition history.h:48
int current_len
Definition history.h:49
guint num
Definition history.h:99
gchar * op
Definition history.h:100
gchar * name
Definition history.h:101
gboolean enabled
Definition history.h:102