#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-phone/gitkrrenderer.c:
Go to the source code of this file.
Functions | |
void | gitkr_render (void) |
renders the display depending on currently active context(s) and node | |
GitkDialogPtr | gitkr_select_context (void) |
display context selection and let the user select a context | |
GitkDialogPtr | gitkr_set_context (void) |
count active contexts; immeditely select context, if there is only one active, or let the user choose one | |
gchar * | strapp (gchar *src1, gchar *src2) |
append a string to another |
Definition in file gitk-renderer-phone/gitkrrenderer.c.
|
renders the display depending on currently active context(s) and node
Definition at line 20 of file gitk-renderer-phone/gitkrrenderer.c. References capi_incoming_connected, capi_text_output(), capiinfo, GitkDialog::changed, cur_context, ftinfo, gitk_dialog_list, gitk_log, gitk_log_intro, gitk_log_outro, GitkDialogPtr, gitkr_dialog_generate_layout(), gitkr_dialog_output_layout(), and gitkr_set_context(). |
Here is the call graph for this function:
|
display context selection and let the user select a context
Definition at line 77 of file gitk-renderer-phone/gitkrrenderer.c. References context_selection_dialog, gitk_context_set_current(), gitk_dialog_free(), gitk_dialog_hide(), gitk_dialog_list, gitk_dialog_new_from_string(), gitk_dialog_show(), gitk_log, GITK_NS_URL, GitkDialogPtr, gitkr_cxpath_get_string(), I18N_NS_URL, strapp(), and xpath_get_dialog_name. |
Here is the call graph for this function:
|
count active contexts; immeditely select context, if there is only one active, or let the user choose one
Definition at line 65 of file gitk-renderer-phone/gitkrrenderer.c. References cur_context, gitk_context_activate(), GitkDialogPtr, and gitkr_select_context(). |
Here is the call graph for this function:
|
append a string to another
Definition at line 152 of file gitk-renderer-phone/gitkrrenderer.c. References ret. |