]> www.fi.muni.cz Git - evince.git/commit
Add debugging helpers
authorMarco Pesenti Gritti <marco@gnome.org>
Mon, 7 Feb 2005 21:11:11 +0000 (21:11 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 7 Feb 2005 21:11:11 +0000 (21:11 +0000)
commit16ebda50ec3b3ab96d9bbc3c8e8522b269ef1191
tree9ce47e72252a664162bf858188190b26114a737e
parentc27987b5463e16a8a860e643db2091bbb1ce1628
Add debugging helpers

2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>

        * Makefile.am:
        * configure.ac:
        * doc/debugging.txt:
        * lib/.cvsignore:
        * lib/Makefile.am:
        * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
        (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
        (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
        * lib/ev-debug.h:

        Add debugging helpers

        * ps/Makefile.am:
        * ps/ps-document.c: (set_up_page), (start_interpreter),
        (stop_interpreter), (document_load), (ps_document_next_page),
        (ps_document_goto_page), (ps_document_set_page_size),
        (ps_document_widget_event), (ps_document_render):
        * shell/Makefile.am:
        * shell/ev-view.c: (expose_bin_window):
        * shell/main.c: (main):

        Add some logs
13 files changed:
ChangeLog
Makefile.am
configure.ac
doc/debugging.txt [new file with mode: 0644]
lib/.cvsignore [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/ev-debug.c [new file with mode: 0644]
lib/ev-debug.h [new file with mode: 0644]
ps/Makefile.am
ps/ps-document.c
shell/Makefile.am
shell/ev-view.c
shell/main.c