Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
Commit message (Collapse)AuthorAgeFilesLines
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-184-689/+1
| | | | Fixes bug #592785
* Add GtkInfoBar to cut-n-paste (renamed to avoid conflicts)Carlos Garcia Campos2009-09-184-1/+1369
|
* [build] Use AM_V_GEN to make custom commands silentJavier Jardón2009-07-222-6/+6
| | | | See bug #585355 for details
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-122-10/+6
| | | | Solves bgo#585355
* [build] Build fixes before releaseNickolay V. Shmyrev2009-06-151-0/+235
| | | | | | * Reference docs fix due to moved stock icons * Added mixing source file * Added --disable-nautlus to distcheck flags because of permission issue
* Add missing \Christian Persch2009-06-141-1/+1
|
* Only use eggdesktopfile for the xsmp backendChristian Persch2009-06-141-7/+9
|
* Make smclient optionalChristian Persch2009-06-111-26/+31
| | | | | | Add --with-smclient configure option, and conditionalise the code. Use --without-smclient to disable smclient. Smclient is disabled by default on hildon platform.
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-122-6/+10
|
* [build] Little typo fixNickolay V. Shmyrev2009-04-301-1/+1
| | | | Fixes the build issue introduced by the last commit
* [libegg] Resync with libegg to remove deprecated GTK+ symbolsJavier Jardón2009-04-301-3/+19
| | | | Fixes GNOME bug #580556
* Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source()Dan Winship2009-04-081-3/+10
| | | | | | | | | | | 2009-04-08 Dan Winship <danw@gnome.org> * cut-n-paste/smclient/eggsmclient-xsmp.c (save_state): Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source() returns a URI, not a filename. svn path=/trunk/; revision=3585
* RemovedCarlos Garcia Campos2009-04-084-883/+1
| | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/evmountoperation/*: Removed * po/POTFILES.in: * shell/Makefile.am: * shell/ev-print-operation.c: * shell/ev-window.c: (window_open_file_copy_ready_cb), (ev_window_cmd_help_contents), (launch_action), (launch_external_uri): Bump GTK+ requirement to 2.14. svn path=/trunk/; revision=3584
* Update smclient from libegg master.Christian Persch2009-03-242-12/+22
| | | | | | | | | * cut-n-paste/smclient/eggdesktopfile.c: (egg_desktop_file_launchv), (egg_set_desktop_file): * cut-n-paste/smclient/eggsmclient.c: (egg_sm_client_get_option_group): Update smclient from libegg master. svn path=/trunk/; revision=3557
* Fix smclient libs on cycgwin. See bug #339172.Carlos Garcia Campos2009-02-091-5/+2
| | | | | | | | | | | 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-053-8/+377
| | | | | | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.c: * cut-n-paste/smclient/eggsmclient-win32.c: * shell/main.c: Make session manager code compile for w32. These changes have been taken from upstream libegg. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3416
* Make screensaver code compile for w32. These changes have been copied fromHib Eris2009-02-051-6/+43
| | | | | | | | | | | 2009-02-05 Hib Eris <hib@hiberis.nl> * cut-n-paste/totem-screensaver/totem-scrsaver.c: Make screensaver code compile for w32. These changes have been copied from upstream totem. See bug #339172. svn path=/trunk/; revision=3415
* Whitespace removedNickolay V. Shmyrev2009-02-021-1/+1
| | | | svn path=/trunk/; revision=3407
* Remove the old tooltips code and use G_DEFINE_TYPE().Carlos Garcia Campos2009-02-011-104/+13
| | | | | | | | | | | 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/zoom-control/ephy-zoom-control.c: (ephy_zoom_control_finalize), (ephy_zoom_control_class_init): Remove the old tooltips code and use G_DEFINE_TYPE(). svn path=/trunk/; revision=3402
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * evince-document.pc.in: Renamed from evince-backend.pc.in. * libdocument/Makefile.am: Renamed library to libevdocument.la. * libview/Makefile.am: * shell/Makefile.am: * backend/*/Makefile.am: Adapt to changed library name. * libdocument/Makefile.am: * libview/Makefile.am: Change the installed headers path to match the directory names in SVN. * evince-document.h: * evince-view.h: Add single headers. Bug #568227. * libdocument/*.h: * libview/*.h: Add single headers guards. * libview/Makefile.am: * libdocument/Makefile.am: * backend/*/Makefile.am: * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can still include individual headers. * properties/Makefile.am: * properties/ev-properties-main.c: * properties/ev-properties-view.h: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: Include only evince-document.h. * libdocument/Makefile.am: * libview/Makefile.am: Generate type builtins from all installed headers. * libdocument/ev-link-action.[ch]: * libdocument/ev-link-dest.[ch]: * libdocument/ev-transition-effect.[ch]: * libview/ev-view.[ch]: Remove handcoded type builtins. * libdocument/Makefile.am: * evince-document.h: Add ev-document-factory.h to the public headers. svn path=/trunk/; revision=3381
* Sync EggToolbarEditor with libegg.Nickolay V. Shmyrev2009-01-234-34/+68
| | | | | | | | | | | | | | | | | | | 2009-01-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/egg-editable-toolbar.c (drag_begin_cb), (drag_end_cb), (configure_item_tooltip), (new_separator_pixbuf): * cut-n-paste/toolbar-editor/egg-toolbar-editor.c (egg_toolbar_editor_disconnect_model), (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init), (egg_toolbar_editor_finalize): * cut-n-paste/toolbar-editor/egg-toolbar-editor.h: * cut-n-paste/toolbar-editor/eggmarshalers.list: Sync EggToolbarEditor with libegg. svn path=/trunk/; revision=3377
* Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.Carlos Garcia Campos2009-01-187-14/+7
| | | | | | | | | | | | | 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/*/Makefile.am: * libdocument/Makefile.am: Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code. svn path=/trunk/; revision=3352
* Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the closeCarlos Garcia Campos2008-12-272-2/+9
| | | | | | | | | | | | 2008-12-27 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/gedit-message-area/gedit-message-area.[ch]: Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the close button. Add a function to get the contents of the message area. svn path=/trunk/; revision=3307
* Add GimpCellRendererToggle from gimp slightly modified to fit our needs.Carlos Garcia Campos2008-11-155-1/+623
| | | | | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]: * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list: Add GimpCellRendererToggle from gimp slightly modified to fit our needs. svn path=/trunk/; revision=3266
* Removes unused code.Nickolay V. Shmyrev2008-11-123-491/+0
| | | | | | | | | | | | 2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/eggtreemultidnd.c: * cut-n-paste/toolbar-editor/eggtreemultidnd.h: Removes unused code. svn path=/trunk/; revision=3263
* Updated from the libegg, see bug #559432 for details.Nickolay V. Shmyrev2008-11-111-1/+4
| | | | | | | | | | | | 2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/eggtreemultidnd.c (egg_tree_multi_drag_motion_event): Updated from the libegg, see bug #559432 for details. svn path=/trunk/; revision=3262
* Makes menu label translatable. Fixes bug #559129.Nickolay V. Shmyrev2008-11-041-1/+1
| | | | | | | | | | | 2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item): Makes menu label translatable. Fixes bug #559129. svn path=/trunk/; revision=3256
* Bug 558064 – build with single includesChristian Persch2008-10-2714-61/+13
| | | | svn path=/trunk/; revision=3240
* Update smclient from libegg trunk.Christian Persch2008-10-274-133/+270
| | | | svn path=/trunk/; revision=3239
* Fix memory leak.Carlos Garcia Campos2008-08-311-0/+1
| | | | | | | | | | | 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/smclient/eggsmclient-xsmp.c: (sm_client_xsmp_set_initial_properties): Fix memory leak. svn path=/trunk/; revision=3133
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-318-1/+3632
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.[ch]: * cut-n-paste/smclient/eggsmclient-private.h: * cut-n-paste/smclient/eggsmclient-xsmp.c: * cut-n-paste/smclient/eggsmclient.[ch]: EggSMClient copied from libegg * libdocument/ev-file-helpers.c: (ev_dot_dir): * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_load_session), (smclient_save_state_cb), (smclient_quit_cb), (ev_application_init_session), (ev_application_shutdown), (ev_application_init): * shell/main.c: (main): Use EggSMClient instead of gnome-client and remove libgnome and libgnomeui dependencies. svn path=/trunk/; revision=3130
* Sync with current GTK+.Carlos Garcia Campos2008-08-111-2/+12
| | | | | | | | | | 2008-08-11 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/evmountoperation/ev-mount-operation.c: Sync with current GTK+. svn path=/trunk/; revision=3102
* Add evmountoperation to subdirs list.Carlos Garcia Campos2008-04-171-1/+1
| | | | | | | | | | 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/Makefile.am: Add evmountoperation to subdirs list. svn path=/trunk/; revision=3010
* Add missing Makefile.am fileCarlos Garcia Campos2008-04-171-0/+11
| | | | svn path=/trunk/; revision=3008
* Add GtkMountOperation (renamed to avoid conflicts) to be able to openCarlos Garcia Campos2008-04-162-0/+863
| | | | | | | | | | | | | | | 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/evmountoperation/ev-mount-operation.[ch]: * shell/Makefile.am: * shell/ev-window.c: (ev_window_load_remote_failed), (mount_volume_ready_cb), (window_open_file_copy_ready_cb): Add GtkMountOperation (renamed to avoid conflicts) to be able to open documents in remote locations that are not mounted. svn path=/trunk/; revision=3007
* RemovedCarlos Garcia Campos2008-01-261-10/+0
| | | | | | | | | | | | | | | 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/totem-screensaver/totem-scrsaver.c: (screensaver_disable_x11): * shell/Makefile.am: * shell/xdg-user-dir-lookup.c: Removed * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout): * shell/ev-view.c: (ev_view_presentation_transition_start): * shell/ev-window.c: (ev_window_cmd_file_open), (ev_window_cmd_save_as), (presentation_set_timeout): Remove #ifdefs that are no longer needed. svn path=/trunk/; revision=2861
* Simplify image format selection on save.Nickolay V. Shmyrev2008-01-155-1440/+1
| | | | | | | | | | | | | | | | | | | | | | | 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/fileformatchooser/Makefile.am: * cut-n-paste/fileformatchooser/egg-macros.h: * cut-n-paste/fileformatchooser/eggfileformatchooser.c: * cut-n-paste/fileformatchooser/eggfileformatchooser.h: * shell/Makefile.am: * shell/ev-utils.c: (file_chooser_dialog_add_writable_pixbuf_formats), (get_gdk_pixbuf_format_by_extension): * shell/ev-utils.h: * shell/ev-window.c: (ev_window_error_message), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as): Simplify image format selection on save. svn path=/trunk/; revision=2827
* Allow exporting images in any format supported by GdkPixbuf. Fixes bugCarl-Anton Ingmarsson2007-12-305-1/+1440
| | | | | | | | | | | | | | | | 2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/fileformatchooser/Makefile.am: * cut-n-paste/fileformatchooser/egg-macros.h: * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]: * shell/Makefile.am: * shell/ev-window.c: (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as): Allow exporting images in any format supported by GdkPixbuf. Fixes bug #500209. svn path=/trunk/; revision=2791
* Include config.h. Bug #504721.Christian Persch2007-12-282-0/+2
| | | | | | | | 2007-12-28 Christian Persch <chpe@gnome.org> * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787
* Use a message area instead of a popup dialog for error notifications.Carlos Garcia Campos2007-12-024-1/+683
| | | | | | | | | | | | | | | | | | | | 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/gedit-message-area/Makefile.am: * cut-n-paste/gedit-message-area/gedit-message-area.[ch]: * shell/Makefile.am: * shell/ev-message-area.[ch]: * shell/ev-window.c: (ev_window_set_message_area), (ev_window_error_message_response_cb), (ev_window_error_message), (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb), (image_save_dialog_response_cb), (ev_attachment_popup_cmd_open_attachment), (attachment_save_dialog_response_cb), (ev_window_set_document), (ev_window_init): Use a message area instead of a popup dialog for error notifications. Fixes bug #337495. svn path=/trunk/; revision=2757
* RemovedCarlos Garcia Campos2007-10-2612-3755/+1
| | | | | | | | | | | | | | | | 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/recent-files/*: Removed * help/reference/Makefile.am: * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init): * shell/ev-window.c: (ev_window_add_recent), (ev_window_setup_recent), (ev_window_dispose), (ev_window_init): Bump requirements to gtk+ 2.10.0 and remove egg-recent code. svn path=/trunk/; revision=2722
* Fix multihead problems in toolbar editor. Fixes bug #382055.Carlos Garcia Campos2007-08-112-6/+15
| | | | | | | | | | | 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (set_drag_cursor): * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (configure_item_cursor), (new_pixbuf_from_widget): Fix multihead problems in toolbar editor. Fixes bug #382055. svn path=/trunk/; revision=2617
* Fix memory leak.Carlos Garcia Campos2007-07-291-0/+3
| | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): Fix memory leak. svn path=/trunk/; revision=2595
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-291-2/+12
| | | | | | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/totem-screensaver/totem-scrsaver.c: (screensaver_disable_x11): * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout): * shell/ev-window.c: (presentation_set_timeout): * shell/ev-view.c: (ev_view_presentation_transition_start): Use g_timeout_add_seconds instead of g_timeout_add when available. svn path=/trunk/; revision=2594
* Fix build with gtk+ >= 2.11.5 due to gtktooltips deprecation. Fixes bugCarlos Garcia Campos2007-07-111-0/+6
| | | | | | | | | | 2007-07-11 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/zoom-control/ephy-zoom-control.c: * shell/eggfindbar.c: (egg_find_bar_init): Fix build with gtk+ >= 2.11.5 due to gtktooltips deprecation. Fixes bug #455667 svn path=/trunk/; revision=2571
* removedJaap Haitsma2007-07-036-124/+46
| | | | | | | | | | | | | | | 2007-07-03 Jaap Haitsma <jaap@haitsma.org> * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added This script also updates itself from libegg * cut-n-paste/toolbar-editor/egg*: Run update-toolbareditor-from-libegg.sh so we are in sync again with libegg svn path=/trunk/; revision=2545
* new script to keep in sync with toolbareditor in libeggJaap Haitsma2007-07-015-21/+139
| | | | | | | | | | | | | | | 2007-07-01 Jaap Haitsma <jaap@haitsma.org> * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: new script to keep in sync with toolbareditor in libegg * cut-n-paste/toolbar-editor/*: Run update-toolbareditor-from-libegg so we are in sync again. Fixes bug #452850. svn path=/trunk/; revision=2533
* Fixes zoom level factors. See bug #408119 for details.Nickolay V. Shmyrev2007-05-091-2/+3
| | | | | | | | | | | 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/zoom-control/ephy-zoom.h: Fixes zoom level factors. See bug #408119 for details. svn path=/trunk/; revision=2447
* Add missing chain to parent class methods. Fixes bug #433128.Nickolay V. Shmyrev2007-04-291-0/+2
| | | | | | | | | | | | | | | | | | | | 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_finalize): * properties/ev-properties-view.c: (ev_properties_view_dispose): * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize): * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize), (ev_pixbuf_cache_dispose): * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose): * shell/ev-tooltip.c: (ev_tooltip_dispose): Add missing chain to parent class methods. Fixes bug #433128. svn path=/trunk/; revision=2428
* Reorganize source tree.Nickolay V. Shmyrev2007-01-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * Makefile.am: * backend/Makefile.am: * backend/comics/Makefile.am: * backend/djvu/Makefile.am: * backend/dvi/Makefile.am: * backend/ev-async-renderer.c: * backend/ev-async-renderer.h: * backend/ev-attachment.c: * backend/ev-attachment.h: * backend/ev-backend-marshal.c: * backend/ev-document-factory.c: * backend/ev-document-factory.h: * backend/ev-document-find.c: * backend/ev-document-find.h: * backend/ev-document-fonts.c: * backend/ev-document-fonts.h: * backend/ev-document-images.c: * backend/ev-document-images.h: * backend/ev-document-info.h: * backend/ev-document-links.c: * backend/ev-document-links.h: * backend/ev-document-misc.c: * backend/ev-document-misc.h: * backend/ev-document-security.c: * backend/ev-document-security.h: * backend/ev-document-thumbnails.c: * backend/ev-document-thumbnails.h: * backend/ev-document-transition.c: * backend/ev-document-transition.h: * backend/ev-document.c: * backend/ev-document.h: * backend/ev-file-exporter.c: * backend/ev-file-exporter.h: * backend/ev-image.c: * backend/ev-image.h: * backend/ev-link-action.c: * backend/ev-link-action.h: * backend/ev-link-dest.c: * backend/ev-link-dest.h: * backend/ev-link.c: * backend/ev-link.h: * backend/ev-render-context.c: * backend/ev-render-context.h: * backend/ev-selection.c: * backend/ev-selection.h: * backend/impress/Makefile.am: * backend/pdf/Makefile.am: * backend/pixbuf/Makefile.am: * backend/ps/Makefile.am: * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed), (ps_document_widget_event), (setup_pixmap), (setup_page), (input), (start_interpreter), (stop_interpreter), (document_load), (ps_document_next_page), (render_page): * backend/tiff/Makefile.am: * comics/Makefile.am: * comics/comics-document.c: * comics/comics-document.h: * configure.ac: * cut-n-paste/zoom-control/ephy-zoom-control.c: * djvu/Makefile.am: * djvu/djvu-document-private.h: * djvu/djvu-document.c: * djvu/djvu-document.h: * djvu/djvu-links.c: * djvu/djvu-links.h: * djvu/djvu-text-page.c: * djvu/djvu-text-page.h: * djvu/djvu-text.c: * djvu/djvu-text.h: * dvi/Makefile.am: * dvi/dvi-document.c: * dvi/dvi-document.h: * dvi/fonts.c: * dvi/fonts.h: * dvi/mdvi-lib/Makefile.am: * dvi/mdvi-lib/afmparse.c: * dvi/mdvi-lib/afmparse.h: * dvi/mdvi-lib/bitmap.c: * dvi/mdvi-lib/bitmap.h: * dvi/mdvi-lib/color.c: * dvi/mdvi-lib/color.h: * dvi/mdvi-lib/common.c: * dvi/mdvi-lib/common.h: * dvi/mdvi-lib/defaults.h: * dvi/mdvi-lib/dvimisc.c: * dvi/mdvi-lib/dviopcodes.h: * dvi/mdvi-lib/dviread.c: * dvi/mdvi-lib/files.c: * dvi/mdvi-lib/font.c: * dvi/mdvi-lib/fontmap.c: * dvi/mdvi-lib/fontmap.h: * dvi/mdvi-lib/fontsrch.c: * dvi/mdvi-lib/gf.c: * dvi/mdvi-lib/hash.c: * dvi/mdvi-lib/hash.h: * dvi/mdvi-lib/list.c: * dvi/mdvi-lib/mdvi.h: * dvi/mdvi-lib/pagesel.c: * dvi/mdvi-lib/paper.c: * dvi/mdvi-lib/paper.h: * dvi/mdvi-lib/pk.c: * dvi/mdvi-lib/private.h: * dvi/mdvi-lib/setup.c: * dvi/mdvi-lib/sp-epsf.c: * dvi/mdvi-lib/special.c: * dvi/mdvi-lib/sysdeps.h: * dvi/mdvi-lib/t1.c: * dvi/mdvi-lib/tfm.c: * dvi/mdvi-lib/tfmfile.c: * dvi/mdvi-lib/tt.c: * dvi/mdvi-lib/util.c: * dvi/mdvi-lib/vf.c: * dvi/pixbuf-device.c: * dvi/pixbuf-device.h: * impress/Makefile.am: * impress/common.h: * impress/document.c: * impress/f_oasis.c: * impress/f_oo13.c: * impress/iksemel.c: * impress/iksemel.h: * impress/imposter.h: * impress/impress-document.c: * impress/impress-document.h: * impress/internal.h: * impress/r_back.c: * impress/r_draw.c: * impress/r_geometry.c: * impress/r_gradient.c: * impress/r_style.c: * impress/r_text.c: * impress/render.c: * impress/render.h: * impress/zip.c: * impress/zip.h: * lib/Makefile.am: * lib/ev-debug.c: * lib/ev-debug.h: * lib/ev-file-helpers.c: * lib/ev-file-helpers.h: * lib/ev-gui.c: * lib/ev-gui.h: * lib/ev-tooltip.c: * lib/ev-tooltip.h: * libdocument/Makefile.am: * libdocument/ev-file-helpers.c: * pdf/Makefile.am: * pdf/ev-poppler.cc: * pdf/ev-poppler.h: * pixbuf/Makefile.am: * pixbuf/pixbuf-document.c: * pixbuf/pixbuf-document.h: * properties/Makefile.am: * ps/Makefile.am: * ps/gsdefaults.c: * ps/gsdefaults.h: * ps/gsio.c: * ps/gsio.h: * ps/gstypes.h: * ps/ps-document.c: * ps/ps-document.h: * ps/ps.c: * ps/ps.h: * shell/Makefile.am: * shell/ev-application.h: * shell/ev-sidebar-links.c: * shell/ev-sidebar-links.h: * shell/ev-utils.c: (ev_gui_sanitise_popup_position), (ev_gui_menu_position_tree_selection): * shell/ev-utils.h: * shell/ev-view.c: (ev_view_finalize): * shell/ev-window.c: * shell/main.c: (main): * thumbnailer/Makefile.am: * tiff/Makefile.am: * tiff/tiff-document.c: * tiff/tiff-document.h: * tiff/tiff2ps.c: * tiff/tiff2ps.h: Reorganize source tree. svn path=/trunk/; revision=2197