#include "gitkrincludes.h"
Include dependency graph for gitk-renderer-text/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-text/gitkrrenderer.c.
|
renders the display depending on currently active context(s) and node
Definition at line 20 of file gitk-renderer-text/gitkrrenderer.c. References GitkDialog::changed, cur_context, gitk_dialog_list, gitk_err, 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 59 of file gitk-renderer-text/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_intro, gitk_log_outro, 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 47 of file gitk-renderer-text/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 137 of file gitk-renderer-text/gitkrrenderer.c. References ret. |