search for: gtk_tree_path_new_from_indices

Displaying 7 results from an estimated 7 matches for "gtk_tree_path_new_from_indices".

2008 May 16
4
[Bug 15958] New: "Save media as" button does nothing by default
http://bugs.freedesktop.org/show_bug.cgi?id=15958 Summary: "Save media as" button does nothing by default Product: swfdec Version: 0.6.0 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 Jan 22
0
Branch 'interpreter' - 3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_swf_decoder.c test/Makefile.am test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_tag.c test/swfedit_tag.h test/swfedit_token.c test/swfedit_token.h
.../* FIXME */ + iter->user_data = token; + iter->user_data2 = GINT_TO_POINTER (i); + return TRUE; + } +} + +static GtkTreePath * +swfedit_token_get_path (GtkTreeModel *tree_model, GtkTreeIter *iter) +{ + SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); + GtkTreePath *path = gtk_tree_path_new_from_indices (GPOINTER_TO_INT (iter->user_data2), -1); + + while (token->parent) { + guint i; + SwfeditToken *parent = token->parent; + for (i = 0; i < parent->tokens->len; i++) { + Entry *entry = &g_array_index (parent->tokens, Entry, i); + if (entry->type != SWF...
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
...+ iter->user_data = token; + iter->user_data2 = GINT_TO_POINTER (i); + return TRUE; + } +} + +static GtkTreePath * +swfedit_token_get_path (GtkTreeModel *tree_model, GtkTreeIter *iter) +{ + SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); + GtkTreePath *path = gtk_tree_path_new_from_indices (GPOINTER_TO_INT (iter->user_data2), -1); + + REPORT; + while (token->parent) { + guint i; + SwfeditToken *parent = token->parent; + for (i = 0; i < parent->tokens->len; i++) { + SwfeditTokenEntry *entry = &g_array_index (parent->tokens, SwfeditTokenE...
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...gScript *debug) -{ - GtkTreePath *path; - SwfdecDebuggerScript *script; - guint line; - - if (!swfdec_player_manager_get_interrupted (manager)) - return; - - swfdec_player_manager_get_interrupt (manager, &script, &line); - swfdec_debug_script_set_script (debug, script); - - path = gtk_tree_path_new_from_indices (line, -1); - gtk_tree_selection_select_path (gtk_tree_view_get_selection (GTK_TREE_VIEW (debug)), - path); - gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (debug), path, NULL, TRUE, 0.0, 0.5); - gtk_tree_path_free (path); -} - -static void -force_continue (SwfdecPlayerManager *manager, GPara...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...ath_append_index (new, indices[j]); } ret = swfedit_token_get_iter (GTK_TREE_MODEL (entry->value), iter, new); gtk_tree_path_free (new); @@ -218,6 +227,7 @@ swfedit_token_get_path (GtkTreeModel *tr SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); GtkTreePath *path = gtk_tree_path_new_from_indices (GPOINTER_TO_INT (iter->user_data2), -1); + REPORT; while (token->parent) { guint i; SwfeditToken *parent = token->parent; @@ -241,6 +251,7 @@ swfedit_token_get_value (GtkTreeModel *t SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); Entry *entry = &g_arra...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
.../* FIXME */ - iter->user_data = token; - iter->user_data2 = GINT_TO_POINTER (i); - return TRUE; - } -} - -static GtkTreePath * -swfedit_token_get_path (GtkTreeModel *tree_model, GtkTreeIter *iter) -{ - SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); - GtkTreePath *path = gtk_tree_path_new_from_indices (GPOINTER_TO_INT (iter->user_data2), -1); - - REPORT; - while (token->parent) { - guint i; - SwfeditToken *parent = token->parent; - for (i = 0; i < parent->tokens->len; i++) { - SwfeditTokenEntry *entry = &g_array_index (parent->tokens, SwfeditTokenEntry, i...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...+ iter->user_data = token; + iter->user_data2 = GINT_TO_POINTER (i); + return TRUE; + } +} + +static GtkTreePath * +swfedit_token_get_path (GtkTreeModel *tree_model, GtkTreeIter *iter) +{ + SwfeditToken *token = SWFEDIT_TOKEN (iter->user_data); + GtkTreePath *path = gtk_tree_path_new_from_indices (GPOINTER_TO_INT (iter->user_data2), -1); + + REPORT; + while (token->parent) { + guint i; + SwfeditToken *parent = token->parent; + for (i = 0; i < parent->tokens->len; i++) { + SwfeditTokenEntry *entry = &g_array_index (parent->tokens, SwfeditTokenE...