]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Document that this returns either NULL and fills in error, or non-NULL.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
4         that this returns either NULL and fills in error, or non-NULL. Use a
5         local GError so we can reliably check it.
6
7 2009-02-14  Christian Persch  <chpe@gnome.org>
8
9         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
10         content type to get the description, not the MIME type.
11
12 2009-02-14  Christian Persch  <chpe@gnome.org>
13
14         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
15         in @error on failure. Also, since this is exported in public APIs,
16         cope with the passed-in GError** being NULL.
17
18 2009-02-13  Christian Persch  <chpe@gnome.org>
19
20         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
21         safety.
22         (get_mime_type_from_data): Return the MIME type, not the content type.
23
24 2009-02-13  Christian Persch  <chpe@gnome.org>
25
26         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
27         the input stream.
28
29 2009-02-13  Christian Persch  <chpe@gnome.org>
30
31         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
32         all errors upwards.
33
34 2009-02-13  Christian Persch  <chpe@gnome.org>
35
36         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
37         more bytes from buffer than were read from the file.
38
39 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
40
41         * properties/ev-properties-view.c (set_property):
42         
43         Fixes bug #571787.
44
45 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/eggfindbar.c: (egg_find_bar_init):
48
49         Use gtk_tool_button_set_use_underline() for next/previous buttons
50         so that the underline is used for the mnemonic. Fixes bug #571547.
51         
52 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-window.c: (setup_document_from_metadata),
55         (setup_sidebar_from_metadata), (setup_document_from_metadata),
56         (setup_view_from_metadata), (ev_window_set_document),
57         (ev_window_load_job_cb), (ev_window_reload_job_cb),
58         (ev_window_reload_remote), (ev_window_init):
59
60         Do not use metadata when reloading the document, so that the
61         window is not resized when reloading. See bugs #571051 and
62         #304249.
63         
64 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * configure.ac:
67         * cut-n-paste/smclient/Makefile.am:
68
69         Fix smclient libs on cycgwin. See bug #339172.
70         
71 2009-02-08  Christian Persch  <chpe@gnome.org>
72
73         * configure.ac:
74         * libdocument/Makefile.am:
75         * libview/Makefile.am: Add experimental introspection support.
76         Disabled by default; use --enable-introspection to enable it.
77         Bug #569083.
78
79 2009-02-08  Christian Persch  <chpe@gnome.org>
80
81         * libview/Makefile.am: Link libevdocument.la to libevview.la.
82
83 2009-02-05  Christian Persch  <chpe@gnome.org>
84
85         * backend/comics/comics-document.c: (comics_document_load):
86         * backend/djvu/djvu-document.c: (djvu_document_load):
87         * backend/dvi/dvi-document.c: (dvi_document_load):
88         * backend/impress/impress-document.c: (impress_document_load):
89         * backend/pdf/ev-poppler.cc:
90         * libdocument/ev-document-factory.c: (get_document_from_uri),
91         (ev_document_factory_get_document):
92         * shell/ev-print-operation.c:
93         (ev_print_operation_export_print_dialog_response_cb): Use
94         g_set_error_literal now that we depend on glib 2.18.
95
96 2009-02-05  Hib Eris  <hib@hiberis.nl>
97
98         * shell/ev-application.c:
99
100         Include gdkx.h only with X11. See bug #339172.
101         
102 2009-02-05  Hib Eris  <hib@hiberis.nl>
103
104         * backend/pdf/pdfdocument.evince-backend.in:
105
106         Add application/x-ext-pdf mime type for pdf backend. See bug
107         #339172.
108         
109 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * configure.ac:
112         * cut-n-paste/smclient/Makefile.am:
113         * cut-n-paste/smclient/eggdesktopfile.c:
114         * cut-n-paste/smclient/eggsmclient-win32.c:
115         * shell/main.c:
116
117         Make session manager code compile for w32. These changes have been
118         taken from upstream libegg. Based on patch by Hib Eris. See bug
119         #339172.
120         
121 2009-02-05  Hib Eris  <hib@hiberis.nl>
122
123         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
124
125         Make screensaver code compile for w32. These changes have been
126         copied from upstream totem. See bug #339172.
127         
128 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * configure.ac:
131         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
132
133         Make use of GConf optional. Based on patch by Hib Eris. See bug
134         #339172.
135         
136 2009-02-04  Christian Persch  <chpe@gnome.org>
137
138         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
139         evince gettext domain, so i18n works in the library.
140
141         * properties/ev-properties-main.c: (nautilus_module_initialize):
142         Remove extra bindtextdomain call.
143
144 2009-02-04  Christian Persch  <chpe@gnome.org>
145
146         * backend/comics/comics-document.c:
147         * backend/djvu/djvu-document.c:
148         * backend/dvi/dvi-document.c:
149         * backend/impress/impress-document.c:
150         * backend/pdf/ev-poppler.cc:
151         * backend/pixbuf/pixbuf-document.c:
152         * backend/ps/ev-spectre.c:
153         * backend/tiff/tiff-document.c:
154         * libdocument/ev-attachment.c:
155         * libdocument/ev-document-factory.c:
156         * libview/ev-jobs.c:
157         * libview/ev-view-accessible.c:
158         * libview/ev-view.c:
159         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
160         gi18n.h.
161
162 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * NEWS:
165         * configure.ac:
166
167         Update for release 2.25.90
168         
169 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * cut-n-paste/zoom-control/ephy-zoom-control.c:
172         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
173
174         Remove the old tooltips code and use G_DEFINE_TYPE().
175         
176 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * configure.ac:
179         * help/reference/Makefile.am:
180         * help/reference/libdocument/Makefile.am:
181         * help/reference/libdocument/libevdocument-docs.sgml:
182         * help/reference/libdocument/libevdocument.types:
183         * help/reference/libdocument/version.xml.in:
184         * help/reference/libview/Makefile.am:
185         * help/reference/libview/libevview-docs.sgml:
186         * help/reference/libview/libevview.types:
187         * help/reference/libview/version.xml.in:
188         * help/reference/shell/Makefile.am:
189         * help/reference/shell/evince-docs.sgml:
190         * help/reference/shell/evince.types:
191         * help/reference/shell/tmpl/dummy.sgml:
192         * help/reference/shell/version.xml.in:
193
194         Split API documentation into libdocument, libview and
195         shell. Required gtk-doc files has been added, but API docs still
196         need to be completed and improved. Fixes bug #568465.
197         
198 2009-02-01  Christian Persch  <chpe@gnome.org>
199
200         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
201
202 2009-02-01  Christian Persch  <chpe@gnome.org>
203
204         * backend/Makefile.am:
205         A backend/backend.symbols:
206         * configure.ac: Only export the backend module entry point. Bug
207         #569998.
208
209 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/eggfindbar.c: (egg_find_bar_init):
212
213         Add mnemonics to buttons in search bar. Fixes bug #569212.
214         
215 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
216         
217         * shell/ev-print-operation.c:
218         (ev_print_operation_export_print_dialog_response_cb):
219
220         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
221         
222 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
225
226         Clamp top/bottom values of destinations to make sure they are not
227         bigger than the page height. Fixes bug #569327.
228         
229 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * libdocument/ev-debug.h:
232
233         Fix build when debug mode is disabled.
234         
235 2009-01-30  Christian Persch  <chpe@gnome.org>
236
237         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
238         this return TRUE only if any backends were loaded, so the ev_init()
239         function works as documented.
240
241 2009-01-30  Christian Persch  <chpe@gnome.org>
242
243         * evince-document.h:
244         * libdocument/Makefile.am:
245         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
246         #569117.
247
248         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
249         * libdocument/ev-backends-manager.h:
250         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
251         * libdocument/ev-debug.h:
252         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
253         (_ev_file_helpers_shutdown):
254         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
255         private.
256
257         * properties/ev-properties-main.c: (nautilus_module_initialize),
258         (nautilus_module_shutdown):
259         * shell/main.c: (main):
260         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
261         init/shutdown method.
262
263 2009-01-29  Christian Persch  <chpe@gnome.org>
264
265         * shell/main.c: (option_version_cb): Add --version which was lost in
266         the libgnome removal. Bug #562869.
267
268 2009-01-26  Christian Persch  <chpe@gnome.org>
269
270         * shell/ev-application.c: (ev_application_register_service),
271         (ev_application_shutdown):
272         * shell/main.c: (main): Move metadata manager initialisation and
273         shutdown into EvApplication. Follow-up from bug #569120.
274
275 2009-01-26  Christian Persch  <chpe@gnome.org>
276
277         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
278         copy the string twice. Bug #569231.
279
280 2009-01-26  Christian Persch  <chpe@gnome.org>
281
282         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
283         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
284         * libdocument/ev-file-helpers.h:
285         * shell/ev-application.c: (ev_application_shutdown),
286         (ev_application_init), (ev_application_screensaver_disable),
287         (ev_application_save_print_settings),
288         (ev_application_set_page_setup):
289         * shell/ev-application.h:
290         * shell/ev-metadata-manager.c: (load_values),
291         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
292         shell, since it shouldn't be public API. Bug #569120.
293
294         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
295         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
296
297 2009-01-25  Christian Persch  <chpe@gnome.org>
298
299         Bug 569082 – use versioned directory for backends
300
301         * configure.ac: Define ev_binary_version and backenddir.
302         * evince-document.pc.in: Add backenddir variable.
303         * libdocument/Makefile.am:
304         * backend/*/Makefile.am: Remove backenddir definition, so it picks
305         up the one from configure.
306
307 2009-01-25  Christian Persch  <chpe@gnome.org>
308
309         * configure.ac:
310         * evince-document.pc.in: Renamed from evince-backend.pc.in.
311         * libdocument/Makefile.am: Renamed library to libevdocument.la.
312         * libview/Makefile.am:
313         * shell/Makefile.am:
314         * backend/*/Makefile.am: Adapt to changed library name.
315
316         * libdocument/Makefile.am:
317         * libview/Makefile.am: Change the installed headers path to match
318         the directory names in SVN.
319
320         * evince-document.h:
321         * evince-view.h: Add single headers. Bug #568227.
322
323         * libdocument/*.h:
324         * libview/*.h: Add single headers guards.
325
326         * libview/Makefile.am:
327         * libdocument/Makefile.am:
328         * backend/*/Makefile.am:
329         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
330         still include individual headers.
331
332         * properties/Makefile.am:
333         * properties/ev-properties-main.c:
334         * properties/ev-properties-view.h:
335         * thumbnailer/Makefile.am:
336         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
337
338         * libdocument/Makefile.am:
339         * libview/Makefile.am: Generate type builtins from all installed headers.
340         * libdocument/ev-link-action.[ch]:
341         * libdocument/ev-link-dest.[ch]:
342         * libdocument/ev-transition-effect.[ch]:
343         * libview/ev-view.[ch]: Remove handcoded type builtins.
344
345         * libdocument/Makefile.am:
346         * evince-document.h: Add ev-document-factory.h to the public headers.
347
348 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * shell/ev-sidebar-page.c:
351
352         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
353         #568228.
354         
355 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * libdocument/ev-document.h:
358
359         Add EV_DEFINE_INTERFACE macro.
360         
361         * libdocument/ev-async-renderer.c:
362         * libdocument/ev-document-find.c:
363         * libdocument/ev-document-fonts.c:
364         * libdocument/ev-document-forms.c:
365         * libdocument/ev-document-images.c:
366         * libdocument/ev-document-layers.c:
367         * libdocument/ev-document-links.c:
368         * libdocument/ev-document-security.c:
369         * libdocument/ev-document-thumbnails.c:
370         * libdocument/ev-document-transition.c:
371         * libdocument/ev-document.c:
372         * libdocument/ev-file-exporter.c:
373         * libdocument/ev-selection.c:
374
375         Use EV_DEFINE_INTERFACE macro to define interfaces in
376         libdocument. See bug #568228.
377         
378 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * libdocument/ev-document.[ch]:
381
382         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
383         #568228.
384         
385 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
388         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
389         (new_separator_pixbuf):
390         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
391         (egg_toolbar_editor_disconnect_model),
392         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
393         (egg_toolbar_editor_finalize):
394         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
395         * cut-n-paste/toolbar-editor/eggmarshalers.list:
396         
397         Sync EggToolbarEditor with libegg.
398
399 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
400
401         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
402         When saving a file, using the default permissions for the user/system,
403         respecting umask and any setgid bit on the directory. Uses the new
404         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
405         Bug #568593.
406         
407 2009-01-21  Christian Persch  <chpe@gnome.org>
408
409         * configure.ac:
410         * libdocument/Makefile.am:
411         * libview/Makefile.am: Add libtool versioning to libevbackend and
412         libevview. Bug #568229.
413
414 2009-01-21  Christian Persch  <chpe@gnome.org>
415
416         * Makefile.am:
417         * configure.ac:
418         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
419
420 2009-01-21  Christian Persch  <chpe@gnome.org>
421
422         * configure.ac:
423         * libdocument/Makefile.am:
424         A libdocument/ev-version.h.in: Add version defines and version check
425         macro. Bug #568224.
426
427 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
428
429         * shell/ev-sidebar-links.c
430         * shell/ev-print-operation.c:
431         * shell/ev-history.c:
432         * shell/ev-file-monitor.c:
433         * shell/ev-window.c:
434         * shell/ev-password-view.c:
435         * shell/ev-sidebar-thumbnails.c:
436         * shell/ev-sidebar-attachments.c:
437         * libview/ev-pixbuf-cache.c:
438         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
439         Bug #568386.
440
441 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
442
443         * libdocument/ev-document-info.h:
444
445         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
446         
447 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
448
449         * libview/Makefile.am:
450
451         Install ev-job-scheduler.h. See bug #567790.
452         
453 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
454
455         * libdocument/Makefile.am:
456
457         Install ev-backends-manager.h and
458         ev-document-type-builtins.h. Fixes bug #567787.
459         
460 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * NEWS:
463         * configure.ac:
464
465         Update for release 2.25.5
466         
467 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * libview/ev-view.c: (ev_view_drag_data_get):
470
471         Fix second parameter passed to gtk_selection_data_set_uris(), 
472         it expects a gchar **.
473         
474 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
475
476         * libdocument/Makefile.am:
477         * libdocument/ev-document-info.h:
478         * libdocument/ev-document-type-builtins.c.template:
479         * libdocument/ev-document-type-builtins.h.template:
480         * libdocument/ev-document.c: (ev_document_info_get_type),
481         (ev_document_info_copy):
482
483         Make EvDocumentInfo and enums definded in ev-document-info.h
484         GTypes. Fixes bug #567789.
485         
486 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
487
488         * shell/main.c (arguments_parse): Fix for a minor code typo.
489
490 2009-01-18  Christian Persch  <chpe@gnome.org>
491
492         * help/reference/Makefile.am:
493         * help/reference/evince.types: Fix the API docs build. Bug #568171.
494
495 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
496
497         * libview/Makefile.am:
498         * libview/ev-view-type-builtins.c.template:
499         * libview/ev-view-type-builtins.h.template:
500
501         Make EvJobPriority a proper GType. Fixes bug #567788.
502         
503 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * configure.ac:
506         * cut-n-paste/*/Makefile.am:
507         * libdocument/Makefile.am:
508
509         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
510         code.
511         
512 2009-01-18  Christian Persch  <chpe@gnome.org>
513
514         * libview/ev-view.c: (ev_view_drag_data_get),
515         (ev_view_drag_motion), (ev_view_update_primary_selection),
516         (clear_link_selected):
517         * shell/ev-sidebar-attachments.c:
518         (ev_sidebar_attachments_drag_data_get),
519         (ev_sidebar_attachments_get_property),
520         (ev_sidebar_attachments_init):
521         * shell/ev-window.c: Update drag handling code to use the
522         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
523         hardcoding the targets lists. Bug #558084.
524         
525 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * libdocument/Makefile.am:
528         * libdocument/ev-backend-marshal.c:
529         * libdocument/ev-backend-marshalers.list:
530         * libdocument/ev-document.c:
531
532         Remove unused marshalers stuff from libdocument.
533         
534 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * po/POTFILES.in:
537
538         Update for the current source tree.
539         
540 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * configure.ac:
543         * Makefile.am:
544         * libdocument/Makefile.am:
545         * libview/Makefile.am:
546         * libview/ev-job-scheduler.[ch]:
547         * libview/ev-jobs.[ch]:
548         * libview/ev-page-cache.[ch]:
549         * libview/ev-pixbuf-cache.[ch]:
550         * libview/ev-timeline.[ch]:
551         * libview/ev-transition-animation.[ch]:
552         * libview/ev-view-accessible.[ch]:
553         * libview/ev-view-marshal.list:
554         * libview/ev-view.[ch]:
555         * shell/Makefile.am:
556
557         Move EvView specific code to a libeviview library so that it can
558         be embbeded in other applications. Based on patches by Tomeu
559         Vizoso. Fixes bug #567751.
560         
561 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
564         * shell/ev-window.c: (ev_window_load_job_cb),
565         (ev_window_load_job_cb), (ev_window_open_uri),
566         (ev_window_reload_local), (ev_window_dispose):
567
568         Remove dest, mode and search_string from EvJobLoad since they are
569         not really needed by the job, but for the window.
570         
571 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-view.c: (ev_view_drag_data_received),
574         (ev_view_class_init), (ev_view_init):
575         * shell/ev-window.c: (ev_window_drag_data_received),
576         (ev_window_class_init), (ev_window_init):
577
578         Make the whole EvWindow the destination of a drag and drop
579         operation.
580         
581 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-window.c: (window_open_file_copy_progress_cb):
584
585         Add missing brakets around the percentage in progress
586         messages. See bug #567910.
587         
588 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-application.c: (ev_application_open_window),
591         (ev_application_open_uri_at_dest):
592
593         Do no use gdk_x11_* when not available. Based on patch by Hib
594         Eris, see bug #339172.
595         
596 2009-01-16  Hib Eris  <hib@hiberis.nl>
597
598         * configure.ac:
599         * properties/ev-properties-view.c:
600         (ev_properties_view_format_date):
601
602         Check for localtime_r. See bug #339172.
603         
604 2009-01-16  Hib Eris  <hib@hiberis.nl>
605
606         * shell/main.c:
607
608         Include gdkx only for dbus support. See bug #339172.
609         
610 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
611
612         * shell/ev-view.c: (ev_view_set_zoom_for_size):
613
614         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
615         #567785.
616         
617 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-window.c: (reload_remote_copy_progress_cb),
620         (window_save_file_copy_progress_cb):
621
622         Use brakets around the percentage in progress messages. See bug
623         #567910.
624         
625 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-window.c: (reload_remote_copy_ready_cb):
628
629         Fix typo in error message. See bug #567910.
630         
631 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-window.c: (ev_window_cmd_file_close_window):
634
635         Fix mnemonic conflict. Fixes bug #567937.
636         
637 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
638
639         * NEWS:
640         * configure.ac:
641
642         Update for release 2.25.4
643         
644 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
645
646         * configure.ac:
647         
648         GLib version requirement bumped to 2.18 due to g_set_error_literal.
649         Thanks to Christian Spurk.
650
651 2008-12-31  Hib Eris  <hib@hiberis.nl>
652         
653         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
654
655         Fix mime type handling.
656         
657 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * po/POTFILES.in:
660
661         Add ev-print-operation.c.
662         
663 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * shell/ev-window.c: (ev_window_clear_progress_idle),
666         (reset_progress_idle), (ev_window_show_progress_message),
667         (ev_window_reset_progress_cancellable),
668         (ev_window_progress_response_cb), (show_loading_progress),
669         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
670         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
671         (show_reloading_progress), (reload_remote_copy_ready_cb),
672         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
673         (show_saving_progress), (window_save_file_copy_ready_cb),
674         (window_save_file_copy_progress_cb), (ev_window_save_remote),
675         (ev_window_dispose):
676
677         Show progress information when loading/saving remote files. Fixes
678         bug #370958.
679         
680 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
683
684         Show better warning message when temp file cannot be deleted.
685         
686 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-window.c: (image_save_dialog_response_cb):
689
690         Fix saving images to remote locations.
691         
692 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-application.[ch]: (ev_application_shutdown),
695         (ev_application_get_print_settings_file),
696         (ev_application_save_print_settings),
697         (ev_application_get_print_settings),
698         (ev_application_set_print_settings),
699         (ev_application_get_page_setup), (ev_application_set_page_setup):
700         * shell/ev-window.c: (ev_window_save_print_page_setup),
701         (ev_window_load_print_page_setup_from_metadata),
702         (ev_window_print_page_setup_done_cb),
703         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
704         (ev_window_cmd_preview_print):
705
706         Remember page setup options too. Paper size is globally remembered
707         while page margins are stored per document in metadata file. Fixes
708         bugs #525185 and #349102.
709         
710 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * shell/ev-print-operation.c:
713         (ev_print_operation_export_print_dialog_response_cb):
714
715         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
716         
717 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
718
719         * shell/ev-print-operation.c: (export_cancel),
720         (export_job_cancelled), (ev_print_operation_export_begin),
721         (ev_print_operation_export_cancel):
722         * shell/ev-window.c: (ev_window_print_cancel),
723         (ev_window_print_update_pending_jobs_message),
724         (ev_window_print_operation_done),
725         (ev_window_print_operation_status_changed),
726         (print_jobs_confirmation_dialog_response),
727         (ev_window_cmd_file_close_window):
728
729         Show a confirmation dialog when there are pending print jobs while
730         closing the main window. Fixes bug #480964.
731         
732 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
735         (ev_print_operation_get_job_name),
736         (ev_print_operation_get_status),
737         (ev_print_operation_get_progress),
738         (ev_print_operation_update_status),
739         (ev_print_operation_export_get_job_name), (clamp_ranges),
740         (get_first_and_last_page), (ev_print_operation_export_run_next),
741         (print_job_finished), (export_print_done), (export_job_cancelled),
742         (update_progress), (export_print_page),
743         (ev_print_operation_export_begin),
744         (ev_print_operation_export_print_dialog_response_cb),
745         (ev_print_operation_export_run),
746         (ev_print_operation_export_cancel),
747         (ev_print_operation_export_class_init):
748         * shell/ev-window.c:
749         (ev_window_print_update_pending_jobs_message),
750         (ev_window_print_operation_done),
751         (ev_window_print_progress_response_cb),
752         (ev_window_print_operation_status_changed),
753         (ev_window_print_operation_begin_print), (ev_window_print_range),
754         (ev_window_dispose):
755
756         Show progress information when printing. Fixes bug #482770.
757         
758 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/Makefile.am:
761         * shell/ev-progress-message-area.[ch]:
762         * shell/ev-message-area.[ch]: (ev_message_area_init),
763         (ev_message_area_set_image_from_stock):
764
765         Add EvProgressMessageArea derived from EvMessageArea to show
766         progress information in the message area. 
767         
768 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
771
772         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
773         close button. Add a function to get the contents of the message
774         area.
775         
776 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/Makefile.am:
779         * shell/ev-print-operation.[ch]:
780         * shell/ev-jobs.[ch]: (ev_job_export_init),
781         (ev_job_export_dispose), (ev_job_export_run),
782         (ev_job_export_class_init), (ev_job_export_new),
783         (ev_job_export_set_page):
784         * shell/ev-window.c: (ev_window_print_operation_done),
785         (ev_window_print_range), (ev_window_dispose):
786
787         First step of the printing system rework. EvJobPrint has been
788         replaced by EvJobExport so that every page is scheduled to be
789         exported in a thread instead of scheduling the whole printing
790         process. This way the gui is responsive during printing.
791         
792 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * shell/ev-window.c: (setup_size_from_metadata),
795         (ev_window_load_print_settings_from_metadata):
796
797         Fix memory leaks.
798         
799 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * libdocument/ev-document.c: (ev_document_get_type):
802
803         Add GObject type as prerequisite to EvDocument interface so that
804         document instances can be used as GObjects.
805         
806 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/ev-view.c: (jump_to_find_result):
809
810         Only jump the the location of the find result for the first match
811         when searching. It drastically improves the performance when
812         searching. Bug catched and fixed by Michael Hunold. Fixes bug
813         #564774.
814         
815 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * properties/ev-properties-main.c: (ev_properties_get_pages):
818         * properties/ev-properties-view.[ch]:
819         (ev_properties_view_dispose), (ev_properties_view_class_init),
820         (ev_properties_view_set_info), (ev_properties_view_new):
821         * shell/ev-properties-dialog.[ch]:
822         (ev_properties_dialog_set_document):
823         * shell/ev-window.c: (ev_window_setup_document),
824         (ev_window_cmd_file_properties):
825
826         Add document URI to properties page. Fixes bug #555376.
827         
828 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * configure.ac:
831         * data/Makefile.am:
832         * data/evince-password.glade: Removed
833         * data/evince-properties.glade: Removed
834         * properties/ev-properties-view.c:
835         (ev_properties_view_class_init), (set_property),
836         (ev_properties_view_set_info), (ev_properties_view_init):
837         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
838         (font_cell_data_func), (ev_properties_fonts_init):
839
840         Remove Glade dependency.
841         
842 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * backend/comics/comics-document.c: (comics_document_load):
845
846         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
847         
848 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * NEWS:
851         * configure.ac:
852
853         Update for release 2.25.2
854         
855 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * configure.ac:
858         * shell/Makefile.am:
859         * shell/ev-keyring.[ch]:
860         * shell/ev-password.[ch]: Removed
861         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
862         (ev_password_view_class_init), (ev_password_view_clicked_cb),
863         (ev_password_view_init), (ev_password_view_set_uri),
864         (ev_password_dialog_got_response),
865         (ev_password_dialog_remember_button_toggled),
866         (ev_password_dialog_entry_changed_cb),
867         (ev_password_dialog_entry_activated_cb),
868         (ev_password_view_ask_password), (ev_password_view_get_password),
869         (ev_password_view_get_password_save_flags),
870         (ev_password_view_new):
871         * shell/ev-window.c: (ev_window_password_view_unlock),
872         (ev_window_load_job_cb), (ev_window_close_dialogs),
873         (ev_window_init):
874
875         Rework the password view. When the password is in the keyring it's
876         used automatically without showing the password dialog and it's  
877         only stored in the keyring when we are sure it's correct. The
878         password dialog has been reworked too, in order to make it
879         more hig compliant and consistent with the GTK+ dialog used in
880         gtkmountoperation. Fixes bug #562496. 
881         
882 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * backend/comics/comics-document.c: (comics_document_load):
885
886         Do not trust file extensions when getting the command needed to
887         uncompress comic documents. Fixes bug #562143.
888         
889 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * libdocument/ev-document-factory.c: (get_document_from_uri),
892         (ev_document_factory_get_document):
893         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
894         (get_mime_type_from_data), (ev_file_get_mime_type):
895
896         Move mime-type functions from document-facrory to file-helpers so
897         that it can be reused.
898         
899 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
902         (window_open_file_copy_ready_cb), (ev_window_reload_local),
903         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
904         (ev_window_reload_remote), (ev_window_reload_document):
905
906         Add support for reloading remote documents. Fixes bug #555399.
907         
908 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-view.c: (ev_view_find_previous):
911
912         Make sure find_result is never < 0 which causes a crash while
913         searching. Fixes bug #558377.
914         
915 2008-11-19  Marek Kašík <mkasik@redhat.com>
916
917         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
918         (ev_pixbuf_cache_get_selection_surface):
919         
920         Fixes crash on fast scrolling with simultaneous text selection.
921
922 2008-11-19  Marek Kašík <mkasik@redhat.com>
923
924         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
925         * shell/ev-window.c (launch_external_uri):
926         
927         Fixes assertion fail on selecting text. See bug #561393.
928
929 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/Makefile.am:
932         * shell/ev-jobs.[ch]: (ev_job_layers_init),
933         (ev_job_layers_dispose), (ev_job_layers_run),
934         (ev_job_layers_class_init), (ev_job_layers_new):
935         * shell/ev-sidebar-layers.[ch]:
936         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
937         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
938         (ev_view_reload_page), (ev_view_reload):
939         * shell/ev-window.c: (setup_sidebar_from_metadata),
940         (ev_window_sidebar_current_page_changed_cb),
941         (sidebar_layers_visibility_changed), (ev_window_init):
942
943         Add layers support.
944         
945 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * data/icons/22x22/actions/Makefile.am:
948         * data/icons/22x22/actions/eye.png:
949         * shell/ev-stock-icons.[ch]:
950         
951         Add eye icon from gimp to hide/show layers.
952         
953 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * configure.ac:
956         * cut-n-paste/Makefile.am:
957         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
958         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
959         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
960
961         Add GimpCellRendererToggle from gimp slightly modified to fit our
962         needs. 
963         
964 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * configure.ac:
967         * backend/pdf/ev-poppler.cc:
968
969         Implement layers interface in PDF backend.
970         
971 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * libdocument/Makefile.am:
974         * libdocument/ev-document-layers.[ch]:
975         * libdocument/ev-layer.[ch]:
976
977         Add optional content (layers) interface.
978         
979 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
980
981         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
982         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
983
984         Removes unused code.
985
986 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * NEWS:
989         * configure.ac:
990
991         Update for 2.25.1 release
992
993 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-window.c:
996
997         Fix build with GTK+ < 2.14
998
999 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1000
1001         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1002         
1003         Makes menu label translatable. Fixes bug #559129.
1004
1005 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1006
1007         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1008         (t1_transform_font):
1009         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1010         
1011         More renames of warning to mdvi_warning in follow up to the
1012         fix of the bug #553369. Fix for the bug #559257 by
1013         Tuxce <tuxce.net@gmail.com>.
1014         
1015 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-application.c: (ev_application_init_session):
1018         * shell/main.c: (main):
1019
1020         Move the egg_set_desktop_file() call to main and remove
1021         gtk_window_set_default_icon_name() since it's already called by
1022         egg_set_desktop_file()
1023         
1024 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1027
1028         Initialize GError to NULL.
1029         
1030 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1033         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1034         (ev_window_preview_print_finished), (launch_action):
1035
1036         Do not use popup dialogs to show error messages anymore, use the
1037         message area instead.
1038         
1039 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-window.c: (ev_window_error_message),
1042         (ev_window_warning_message), (ev_window_set_document),
1043         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1044         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1045         (ev_window_cmd_help_contents), (launch_external_uri),
1046         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1047         (ev_attachment_popup_cmd_open_attachment),
1048         (attachment_save_dialog_response_cb):
1049
1050         Use a message format (with printf()-style) in
1051         ev_window_error_message and ev_window_warning_message.
1052
1053 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * shell/ev-window.c: (ev_window_error_message),
1056         (ev_window_warning_message), (ev_window_set_document),
1057         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1058         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1059         (ev_window_cmd_help_contents), (launch_external_uri),
1060         (image_save_dialog_response_cb),
1061         (ev_attachment_popup_cmd_open_attachment),
1062         (attachment_save_dialog_response_cb):
1063
1064         Change ev_window_error_message and ev_window_warning_message to
1065         receive a EvWindow instead of a GtkWindow. It's more consistent
1066         and avoids unneeded casts.
1067         
1068 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-window.c: (ev_window_cmd_help_contents):
1071
1072         Use gtk_show_uri() when availale to display help contents.
1073         
1074 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * configure.ac:
1077         * backend/pdf/ev-poppler.cc:
1078         * properties/ev-properties-view.c:
1079         * shell/Makefile.am:
1080         * shell/ev-tooltip.[ch]: Removed
1081         * shell/ev-view-private.h
1082         * shell/eggfindbar.c:
1083         * shell/ev-application.c:
1084         * shell/ev-open-recent-action.c:
1085         * shell/ev-sidebar-thumbnails.c:
1086         * shell/ev-view.c:
1087         * shell/ev-window.c:
1088
1089         Bump GTK+ requirement to 2.12.
1090         
1091 2008-10-27 Christian Persch <chpe@gnome.org>
1092
1093         * backend/djvu/djvu-document.c
1094         * backend/dvi/cairo-device.c
1095         * cut-n-paste/evmountoperation/ev-mount-operation.h
1096         * cut-n-paste/gedit-message-area/gedit-message-area.h
1097         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1098         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1099         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1100         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1101         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1102         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1103         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1104         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1105         * cut-n-paste/zoom-control/ephy-zoom-action.c
1106         * cut-n-paste/zoom-control/ephy-zoom-action.h
1107         * cut-n-paste/zoom-control/ephy-zoom-control.c
1108         * cut-n-paste/zoom-control/ephy-zoom-control.h
1109         * libdocument/ev-async-renderer.h
1110         * libdocument/ev-document-factory.c
1111         * libdocument/ev-document-misc.h
1112         * libdocument/ev-image.h
1113         * libdocument/ev-selection.h
1114         * shell/ev-properties-fonts.h
1115         * shell/ev-stock-icons.h
1116         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1117         directly. Bug #558064.
1118
1119 2008-10-27 Christian Persch <chpe@gnome.org>
1120
1121         * cut-and-paste/smclient/*: Update from libegg.
1122
1123 2008-10-27 Christian Persch <chpe@gnome.org>
1124
1125         * backend/djvu/djvu-document.c
1126         * backend/ps/ev-spectre.c
1127         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1128
1129 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1130
1131         * shell/ev-view.c (ev_view_change_page),
1132         (ev_view_transition_animation_finish),
1133         (ev_view_transition_animation_cancel), (page_changed_cb),
1134         (ev_view_set_presentation), (ev_view_next_page),
1135         (ev_view_previous_page):
1136         
1137         Cancel the animation without scheduling transition start
1138         and proceed to the next page to fix bug #516749.
1139
1140 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * NEWS:
1143         * configure.ac:
1144
1145         Update for release 2.24.1
1146         
1147 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1150
1151         Disable toggle function of F5 when in presentation mode. Patch by
1152         Dave Neary. Fixes bug #556162.
1153         
1154 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1157         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1158         (ev_sidebar_thumbnails_fill_model),
1159         (ev_sidebar_thumbnails_refresh),
1160         (ev_sidebar_thumbnails_set_document):
1161
1162         Instead of using only one loading icon for thumbnails based on the
1163         size of the first page, create an icon for every different page
1164         size. Fixes bug #556264.
1165         
1166 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1169
1170         Fix memory leak.
1171         
1172 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1173
1174         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1175
1176         Removes bad prefixes from window title. Patch by 
1177         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1178         
1179 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * shell/ev-window.c: (launch_external_uri):
1182
1183         Do not consider mailto links as http uris. Fixes bug #555801.
1184         
1185 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1188
1189         Fix memory leak. Fixes bug #555134.
1190         
1191 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1194
1195         Emit the job finished signal when the job is handled before the
1196         page_ready callback.
1197         
1198 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * shell/ev-window.c: (launch_action):
1201
1202         Use GdkAppLaunchContext when available to launch external
1203         applications.
1204         
1205 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * shell/ev-window.c: (launch_action):
1208
1209         Fix launching external applications for launch actions which seems
1210         to be broken since the gio port. Fixes bug #554500.
1211         
1212 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * backend/dvi/Makefile.am:
1215         * backend/dvi/cairo-device.c:
1216         * backend/dvi/dvi-document.c:
1217         * backend/dvi/mdvi-lib/Makefile.am:
1218
1219         Fix several compile warnings in the dvi backend.
1220         
1221 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * backend/dvi/mdvi-lib/common.h:
1224         * backend/dvi/mdvi-lib/dviread.c:
1225         * backend/dvi/mdvi-lib/font.c:
1226         * backend/dvi/mdvi-lib/fontmap.c:
1227         * backend/dvi/mdvi-lib/fontsrch.c:
1228         * backend/dvi/mdvi-lib/gf.c:
1229         * backend/dvi/mdvi-lib/pagesel.c:
1230         * backend/dvi/mdvi-lib/pk.c:
1231         * backend/dvi/mdvi-lib/sp-epsf.c:
1232         * backend/dvi/mdvi-lib/special.c:
1233         * backend/dvi/mdvi-lib/tfm.c:
1234         * backend/dvi/mdvi-lib/tfmfile.c:
1235         * backend/dvi/mdvi-lib/util.c:
1236         * backend/dvi/mdvi-lib/vf.c:
1237
1238         Rename error as mdvi_error to avoid symbol conflicts with the libc
1239         error. Rename also message, crash, fatal and warning for
1240         consistency. Fixes bug #553369.
1241         
1242 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * backend/dvi/dvi-document.c: (dvi_document_load):
1245
1246         Fix memory leak.
1247         
1248 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * backend/dvi/dvi-document.c:
1251
1252         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1253         G_IMPLEMENT_INTERFACE.
1254         
1255 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1258
1259         Make sure copy_job_page_and_selection_to_job_info is always called
1260         before copy_job_to_job_info. Fixes bug #552382.
1261         
1262 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * NEWS:
1265         * configure.ac:
1266
1267         Update for release 2.24.0
1268         
1269 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (launch_external_uri):
1272
1273         Use GdkAppLaunchContext when available to launch external uris.
1274         
1275 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (launch_external_uri):
1278
1279         Use the message area to show errors when lauching external uris
1280         instead of a popup window.
1281         
1282 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-window.c: (launch_external_uri):
1285
1286         Assume invalid uris are http uris. Fixes bug #552071.
1287         
1288 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * NEWS:
1291         * configure.ac:
1292
1293         Update for release 2.23.92.
1294         
1295 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/eggfindbar.c: (egg_find_bar_class_init):
1298
1299         Allow page scrolling with PageUp/PageDown keys when find bar is
1300         active. Fixes bug #529833.
1301         
1302 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * shell/ev-view-private.h:
1305         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1306         (ev_view_scroll), (ev_view_class_init):
1307         * shell/ev-view-accessible.c:
1308         (ev_view_accessible_action_do_action):
1309         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1310         (ev_window_cmd_scroll_backward):
1311
1312         Use GtkScrollType instead of EvScrollType.
1313         
1314 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1315
1316         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1317         
1318         Patch for case unsensitive page label match by Michael Lee.
1319         See bug #550136.
1320         
1321         * shell/ev-page-action.c (create_tool_item):    
1322         * test/Makefile.am:
1323         * test/test1.py:
1324         * test/test4.py:
1325         * test/test5.py:
1326         
1327         Added test for the above and updated other tests.
1328
1329 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (image_save_dialog_response_cb):
1332
1333         Do not append the file extension twice when saving an image.
1334         
1335 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1338
1339         Remove an invalid ifdef.
1340         
1341 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-view.c: (ev_view_motion_notify_event):
1344
1345         Make sure the cursor is correctly restored after showing the right
1346         click menu.
1347         
1348 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1351         (ev_attachment_open):
1352         * shell/ev-sidebar-attachments.c:
1353         (ev_sidebar_attachments_button_press):
1354         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1355
1356         Use GdkAppLaunchContext when available to open attachments.
1357         
1358 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1361
1362         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1363         by Eric Piel.
1364         
1365 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-application.c: (ev_application_get_media_keys):
1368         * shell/ev-media-player-keys.[ch]:
1369         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1370         (ev_media_player_keys_grab_keys),
1371         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1372         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1373         * shell/ev-window.[ch]: (ev_window_dispose),
1374         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1375         (ev_window_init):
1376
1377         Clean up the media player keys stuff.
1378         
1379 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * NEWS:
1382         * configure.ac:
1383
1384         Update for release 2.23.91.
1385         
1386 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1389         (sm_client_xsmp_set_initial_properties):
1390
1391         Fix memory leak.
1392         
1393 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-application.c: (ev_application_open_window),
1396         (ev_application_open_uri_at_dest):
1397
1398         Make sure evince starts up in the right workspace when resuming a
1399         previous session.
1400         
1401 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * shell/ev-application.[ch]: (ev_application_open_window),
1404         (ev_application_add_icon_path_for_screen),
1405         (ev_application_open_uri_at_dest):
1406
1407         Fix window manager warnings shown in ~/.xsession-errors
1408         
1409 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * configure.ac:
1412         * cut-n-paste/Makefile.am:
1413         * cut-n-paste/smclient/Makefile.am:
1414         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1415         * cut-n-paste/smclient/eggsmclient-private.h:
1416         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1417         * cut-n-paste/smclient/eggsmclient.[ch]:
1418
1419         EggSMClient copied from libegg
1420
1421         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1422         * shell/Makefile.am:
1423         * shell/ev-application.[ch]: (ev_application_load_session),
1424         (smclient_save_state_cb), (smclient_quit_cb),
1425         (ev_application_init_session), (ev_application_shutdown),
1426         (ev_application_init):
1427         * shell/main.c: (main):
1428
1429         Use EggSMClient instead of gnome-client and remove libgnome and
1430         libgnomeui dependencies.
1431         
1432 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/main.c: (main):
1435
1436         Remove gnome_authentication_manager_init.
1437         
1438 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * shell/ev-view.c: (ev_view_goto_window_create):
1441
1442         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1443         since it's now deprecated.
1444         
1445 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * backend/djvu/Makefile.am:
1448         * backend/djvu/djvu-document-private.h:
1449         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1450         (djvu_document_find_iface_init):
1451         * backend/djvu/djvu-text-page.[ch]:
1452         * backend/djvu/djvu-text.[ch]: Removed
1453         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1454         (pdf_document_find_iface_init):
1455         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1456         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1457         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1458         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1459         (ev_job_find_has_results), (ev_job_find_get_results):
1460         * shell/ev-view-private.h:
1461         * shell/ev-view.[ch]: (ev_view_expose_event),
1462         (highlight_find_results), (ev_view_finalize),
1463         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1464         (ev_view_set_document), (ev_view_find_get_n_results),
1465         (ev_view_find_get_result), (jump_to_find_result),
1466         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1467         (ev_view_find_previous), (ev_view_find_search_changed),
1468         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1469         * shell/ev-window.c: (ev_window_update_actions),
1470         (page_changed_cb), (ev_window_setup_document),
1471         (ev_window_update_find_status_message),
1472         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1473         (ev_window_clear_find_job), (find_bar_close_cb),
1474         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1475         (ev_window_dispose), (ev_window_init):
1476
1477         Rework find interface. The find logic has been moved from backends
1478         to the shell avoiding a lot of duplicated code in the backends and
1479         making easier to implement the find interface in the backends.
1480         
1481 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * backend/pdf/ev-poppler.cc:
1484         (pdf_document_thumbnails_get_dimensions):
1485
1486         Make sure thumbnail size returned by the PDF is actually
1487         valid. Fixes bug #548462.
1488         
1489 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * shell/ev-window.c: (ev_window_setup_document),
1492         (ev_window_set_document), (ev_window_dispose):
1493
1494         Remove the idle function for setting the document up when the
1495         window is destroyed. Fixes bug #549163.
1496         
1497 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1500         (ev_job_attachments_dispose), (ev_job_attachments_run),
1501         (ev_job_attachments_class_init), (ev_job_attachments_new):
1502         * shell/ev-sidebar-attachments.c:
1503         (ev_sidebar_attachments_set_document):
1504
1505         Add a new job to get the attachments in a thread with the document
1506         lock held. Fixes bug #548653.
1507         
1508 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1511         (tiff_document_document_iface_init):
1512
1513         Implement document_get_page_label in tiff backend.
1514         
1515 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * backend/tiff/tiff-document.c: (tiff_document_render):
1518
1519         Handle document orientation in tiff backend. Fixes bug #548444.
1520         
1521 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1524
1525         Do not crash when adjustment page size is 0. Fixes bug #547440.
1526         
1527 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1530
1531         Sync with current GTK+.
1532         
1533 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1534
1535         * configure.ac:
1536         
1537         Update for release 2.23.6.
1538
1539 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1542         (ev_job_load_set_password):
1543         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1544         * shell/ev-window.c: (password_dialog_response),
1545         (ev_window_load_job_cb):
1546
1547         Fix loading encrypted documents since I broke it with the jobs
1548         rework.
1549         
1550 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * NEWS:
1553
1554         Update NEWS for 2.23.6 release.
1555         
1556 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1557
1558         * backend/impress/impress-document.c:
1559         * backend/impress/render.h:
1560         * libdocument/ev-document-factory.c:
1561         * libdocument/ev-document-factory.h:
1562         * libdocument/ev-document-links.h:
1563         * libdocument/ev-document-misc.c:
1564         * libdocument/ev-document-misc.h:
1565         * properties/ev-properties-main.c:
1566         * properties/ev-properties-view.c:
1567         * properties/ev-properties-view.h:
1568         * shell/eggfindbar.c:
1569         * shell/eggfindbar.h:
1570         * shell/ev-application.c:
1571         * shell/ev-application.h:
1572         * shell/ev-jobs.h:
1573         * shell/ev-message-area.h:
1574         * shell/ev-navigation-action.c:
1575         * shell/ev-navigation-action.h:
1576         * shell/ev-open-recent-action.c:
1577         * shell/ev-open-recent-action.h:
1578         * shell/ev-page-action-widget.c:
1579         * shell/ev-page-action.c:
1580         * shell/ev-page-action.h:
1581         * shell/ev-page-cache.h:
1582         * shell/ev-password-view.h:
1583         * shell/ev-password.h:
1584         * shell/ev-pixbuf-cache.h:
1585         * shell/ev-properties-fonts.c:
1586         * shell/ev-sidebar-attachments.c:
1587         * shell/ev-sidebar-links.c:
1588         * shell/ev-sidebar-links.h:
1589         * shell/ev-sidebar-thumbnails.c:
1590         * shell/ev-sidebar-thumbnails.h:
1591         * shell/ev-sidebar.c:
1592         * shell/ev-sidebar.h:
1593         * shell/ev-stock-icons.c:
1594         * shell/ev-tooltip.h:
1595         * shell/ev-view.c:
1596         * shell/ev-view.h:
1597         * shell/ev-window.c:
1598         * shell/ev-window.h:
1599         * shell/main.c:
1600
1601         More #include cleanups. Again: reordering, single gtk.h
1602         includes and other stuff.
1603
1604 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1605
1606         * shell/eggfindbar.c:
1607         * shell/ev-application.c:
1608         * shell/ev-message-area.c:
1609         * shell/ev-navigation-action.c:
1610         * shell/ev-open-recent-action.c:
1611         * shell/ev-page-action-widget.c:
1612         * shell/ev-page-action.c:
1613         * shell/ev-password-view.c:
1614         * shell/ev-properties-dialog.c:
1615         * shell/ev-properties-fonts.c:
1616         * shell/ev-sidebar-attachments.c:
1617         * shell/ev-sidebar-page.c:
1618         * shell/ev-sidebar-thumbnails.c:
1619         * shell/ev-stock-icons.c:
1620         * shell/ev-tooltip.c:
1621         * shell/ev-view.c:
1622         * shell/ev-window.c:
1623         * shell/main.c:
1624
1625         Cleanup many #include statements: reorder so that a
1626         generic-to-specific order is used, use single gtk.h
1627         includes, and some other cleanups.
1628
1629 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-jobs.h:
1632
1633         Add gio header.
1634         
1635 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1638         (ev_document_fc_mutex_trylock):
1639         * shell/Makefile.am:
1640         * shell/ev-job-queue.[ch]:
1641         * shell/ev-job-scheduler.[ch]:
1642         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1643         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1644         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1645         (ev_job_failed_from_error), (ev_job_succeeded),
1646         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1647         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1648         (ev_job_links_class_init), (ev_job_render_init),
1649         (notify_page_ready), (ev_job_render_page_ready),
1650         (ev_job_render_run), (ev_job_render_class_init),
1651         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1652         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1653         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1654         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1655         (ev_job_save_dispose), (ev_job_save_run),
1656         (ev_job_save_class_init), (ev_job_print_init),
1657         (ev_job_print_dispose), (ev_job_print_run),
1658         (ev_job_print_class_init):
1659         * shell/ev-page-cache.c:
1660         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1661         (check_job_size_and_unref), (move_one_job),
1662         (copy_job_to_job_info), (add_job),
1663         (ev_pixbuf_cache_add_jobs_if_needed):
1664         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1665         (job_fonts_finished_cb), (job_fonts_updated_cb),
1666         (ev_properties_fonts_set_document):
1667         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1668         (ev_sidebar_links_set_document):
1669         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1670         (ev_sidebar_thumbnails_set_document),
1671         (ev_sidebar_thumbnails_clear_job):
1672         * shell/ev-view-private.h:
1673         * shell/ev-view.c:
1674         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1675         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1676         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1677         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1678         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1679         (ev_window_reload_document), (ev_window_clear_save_job),
1680         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1681         (ev_window_clear_print_job), (ev_window_print_job_cb),
1682         (ev_window_print_dialog_response_cb):
1683         * shell/main.c: (main):
1684
1685         Rework the jobs system in order to make it simpler and more
1686         extensible. It allows to run jobs in the main loop instead of
1687         using a thread when it's appropriate like the fonts job. Now it's
1688         also possible to cancel jobs that are currently running. 
1689         
1690 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * libdocument/ev-debug.c: (profile_init):
1693
1694         Create the hash table also when profiling service is enabled for
1695         all sections.
1696         
1697 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1700         (ev_profiler_stop):
1701         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1702         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1703         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1704         (ev_job_print_run):
1705         * shell/main.c: (main):
1706
1707         Add a profile mode available when debug is enabled. Add profilers
1708         in ev-jobs.
1709         
1710 2008-07-23  Götz Waschk <waschk@mandriva.org>
1711
1712         * configure.ac: Correctly build desktop file. Fixes
1713         bug #544237.
1714
1715 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1716
1717         * configure.ac:
1718         
1719         Update for release 2.23.5.
1720
1721 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * NEWS:
1724
1725         Update NEWS for 2.23.5 release.
1726         
1727 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * shell/ev-window.c: (ev_window_state_event),
1730         (ev_window_class_init):
1731
1732         Intercept window manager's fullscreen request in order to run/stop
1733         fullscreen mode. Fixes bug #493541.
1734         
1735 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1738
1739         Restart the job search when the find bar is opened for the second
1740         time. Fixes bug #531956.
1741         
1742 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1745         (get_document_from_uri):
1746
1747         Make sure we always return a valid error struct when
1748         get_document_from_uri fails. Fixes nautilus crash, see bug
1749         #542548.
1750         
1751 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1752
1753         * libdocument/ev-transition-effect.c
1754         (ev_transition_effect_type_get_type),
1755         (ev_transition_effect_alignment_get_type),
1756         (ev_transition_effect_direction_get_type):
1757         
1758         Fixes bug #542924. Makes enums static to fix Solaris build.
1759
1760 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-view.c: (ev_view_key_press_event):
1763
1764         Add '.' keybinding for blanking the screen in presentation
1765         mode. Fixes bug #542001.
1766         
1767 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * libdocument/ev-document-misc.c:
1770         (ev_document_misc_pixbuf_from_surface):
1771
1772         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1773         #540950.
1774         
1775 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1776
1777         * backend/comics/comics-document.c (comics_document_load):
1778         * backend/comics/comicsdocument.evince-backend.in:
1779         * configure.ac:
1780         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1781         
1782         Added support for 7-zip based cb7 comic book. Patch by
1783         Kartik Rustagi. Fixes bug #532312.
1784
1785 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1786
1787         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1788         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1789         Fixes bug #539972.
1790
1791 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1792
1793         * shell/Makefile.am:
1794         * shell/ev-application.c (ev_application_init),
1795         (ev_application_get_media_keys):
1796         * shell/ev-application.h:
1797         * shell/ev-marshal.list:
1798         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1799         (proxy_destroy), (on_media_player_key_pressed),
1800         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1801         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1802         * shell/ev-media-player-keys.h:
1803         * shell/ev-window.c (ev_window_go_previous_page),
1804         (ev_window_go_next_page), (ev_window_go_first_page),
1805         (ev_window_go_last_page), (ev_window_start_presentation),
1806         (ev_window_dispose), (view_actions_focus_in_cb):
1807         * shell/ev-window.h: When building with D-Bus support, listen
1808         for multimedia key events from gnome-settings-daemon. This allows
1809         to go to the next/previous/first/last pages using, respectively,
1810         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1811         a presentation. Fixes bug #539971.
1812
1813 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1814
1815         * configure.ac:
1816         
1817         Update for release 2.23.4.
1818
1819 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * NEWS:
1822
1823         Update news for 2.23.4 release.
1824         
1825 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1828         * shell/ev-sidebar-thumbnails.c:
1829         (ev_sidebar_thumbnails_set_loading_icon),
1830         (ev_sidebar_thumbnails_refresh):
1831         * shell/ev-window.c: (ev_window_error_message),
1832         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1833         (ev_window_set_document):
1834
1835         Do not crash opening documents with no pages and show a warning
1836         message in the message area. Fixes bugs #537574 and #171588.
1837         
1838 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/Makefile.am:
1841         * shell/ev-file-monitor.[ch]:
1842         * shell/ev-window.c: (ev_window_document_changed),
1843         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1844         (ev_window_reload_job_cb), (ev_window_open_uri),
1845         (ev_window_reload_document), (ev_window_cmd_view_reload),
1846         (ev_window_dispose):
1847
1848         Automaticly reload the document when the file has changed on
1849         disk. Bug #304249.
1850         
1851 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1852
1853         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1854         * libdocument/ev-image.c: (ev_image_save_tmp):
1855         * libdocument/ev-module.c: (ev_module_load):
1856         * shell/ev-application.c: (ev_application_shutdown),
1857         (ev_application_get_print_settings):
1858         * shell/ev-sidebar-attachments.c:
1859         (ev_sidebar_attachments_button_press),
1860         (ev_sidebar_attachments_drag_data_get):
1861         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1862         (ev_window_print_finished), (ev_window_print_send),
1863         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1864         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1865         (ev_window_cmd_preview_print):
1866         * shell/main.c: (load_files_remote):
1867         Fix some build warnings under GCC 4.3.0. (#537535).
1868
1869 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-jobs.c: (ev_job_render_dispose):
1872
1873         Fix a crash in debug mode. Patch by Daniel M German.
1874         
1875 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * shell/ev-window.c:
1878
1879         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1880         
1881 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-window.c: (ev_window_print_send),
1884         (ev_window_do_preview_print):
1885
1886         Use the window title as print job name instead of just
1887         "evince-print". Fixes bug #534493.
1888         
1889 2008-05-19  Frederic Peters  <fpeters@0d.be>
1890
1891         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1892         Bug #533897.
1893
1894 2008-05-19  Frederic Peters  <fpeters@0d.be>
1895
1896         * help/reference/Makefile.am: added missing libevmountoperation to
1897         gtkdoc-scanobj libraries.  Bug #533896.
1898
1899 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1900
1901         * properties/ev-properties-view.c (get_default_user_units):
1902         Fixes check for default units string translation. Bug #533323.
1903
1904 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1905
1906         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1907         be an iks_free(). Fix an array overflow in the XML parser that
1908         would occur whenever the number of attributes in a tag was greater
1909         than 0 and divisible by 6. Fixes GNOME bug #530852.
1910
1911 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * backend/djvu/djvu-document-private.h:
1914         * backend/djvu/djvu-links.c:
1915         * backend/djvu/djvu-text.c:
1916         * backend/djvu/djvu-document.c: (djvu_handle_events),
1917         (djvu_wait_for_message), (djvu_document_load),
1918         (document_get_page_size), (djvu_document_render),
1919         (djvu_document_thumbnails_get_thumbnail),
1920         (djvu_document_file_exporter_end):
1921
1922         Make sure load job doesn't finish successfully when the document
1923         is not successfully decoded by libdjvu. Fixes bug #530202.
1924         
1925 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * libdocument/Makefile.am:
1929         * libdocument/ev-debug.[ch]:
1930         * libdocument/ev-document.c:
1931         * shell/ev-jobs.c: (ev_job_links_dispose),
1932         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1933         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1934         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1935         (ev_job_render_page_ready), (ev_job_render_run),
1936         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1937         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1938         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1939         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1940         (ev_job_print_new), (ev_job_print_run):
1941         * shell/main.c: (main):
1942
1943         Add debug mode based on gedit code. Add debug messages in
1944         ev-jobs.
1945         
1946 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * libdocument/ev-document-factory.c: (get_document_from_uri):
1949
1950         Fix memory leak.
1951         
1952 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1953
1954         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1955         (get_mime_type_from_data), (get_document_from_uri),
1956         (ev_document_factory_get_document):
1957         
1958         Improved error message about file opening failture.
1959         Bug #529129.
1960
1961 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1962
1963         * data/evince-toolbar.xml:
1964         
1965         Allow to add SaveAs to toolbar.
1966
1967 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1968
1969         * shell/ev-view-private.h:
1970         * shell/ev-view.[ch]: (ev_view_button_release_event),
1971         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1972         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1973         (ev_view_update_primary_selection), (clear_link_selected),
1974         (ev_view_copy_link_address):
1975         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1976
1977         Update also the primary selection when copying a link
1978         address. Fixes bug #520855.
1979         
1980 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * libdocument/ev-document-factory.c: (get_document_from_uri):
1983
1984         Use the pixbuf backend only when the mime type is not supported by
1985         any of the other backend so that tiff documents, for instance, are
1986         handled by the tiff backend instead of the pixbuf backend. fixes
1987         bug #520290.
1988         
1989 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * cut-n-paste/Makefile.am:
1992
1993         Add evmountoperation to subdirs list.
1994         
1995 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * configure.ac:
1998
1999         Fix libspectre check in configure script. Fixes bug #528549.
2000         
2001 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * configure.ac:
2004         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2005         * shell/Makefile.am:
2006         * shell/ev-window.c: (ev_window_load_remote_failed),
2007         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2008
2009         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2010         open documents in remote locations that are not mounted.
2011         
2012 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2015         (bitmap_convert_msb8):
2016         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2017         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2018
2019         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2020         
2021 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2024         (ev_job_render_new), (ev_job_render_set_selection_info),
2025         (ev_job_render_run):
2026         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2027         (check_job_size_and_unref),
2028         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2029         (add_job), (ev_pixbuf_cache_get_selection_surface):
2030
2031         Create the render context needed for rendering a page in the render
2032         thread so that we don't block the main thread. Simplify
2033         EvJobRender API.
2034         
2035 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * libdocument/Makefile.am:
2038         * libdocument/ev-page.[ch]:
2039         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2040         (ev_render_context_new), (ev_render_context_set_page):
2041         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2042         (ev_form_field_finalize), (ev_form_field_class_init):
2043         * libdocument/ev-document-forms.[ch]:
2044         (ev_document_forms_get_form_fields):
2045         * libdocument/ev-document.[ch]: (ev_document_get_page),
2046         (ev_document_get_page_size), (ev_document_get_page_label):
2047         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2048         (ev_job_render_run), (ev_job_thumbnail_new),
2049         (ev_job_thumbnail_run), (ev_job_print_run):
2050         * shell/ev-page-cache.c: (ev_page_cache_new):
2051         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2052         (check_job_size_and_unref), (add_job):
2053         * shell/ev-sidebar-thumbnails.c: (add_range):
2054         * shell/ev-view.c: (ev_view_form_field_get_region),
2055         (ev_view_form_field_button_create_widget),
2056         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2057         (ev_view_handle_form_field), (ev_view_size_allocate),
2058         (get_selected_text):
2059         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2060         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2061         (pdf_document_get_page), (pdf_document_get_page_label),
2062         (pdf_document_render), (pdf_document_get_info),
2063         (pdf_document_document_iface_init),
2064         (pdf_document_thumbnails_get_thumbnail),
2065         (pdf_document_thumbnails_get_dimensions),
2066         (pdf_document_file_exporter_do_page),
2067         (pdf_selection_render_selection),
2068         (pdf_selection_get_selected_text),
2069         (pdf_selection_get_selection_region),
2070         (pdf_selection_get_selection_map),
2071         (pdf_document_forms_get_form_fields),
2072         (pdf_document_forms_form_field_text_get_text),
2073         (pdf_document_forms_form_field_text_set_text),
2074         (pdf_document_forms_form_field_button_set_state),
2075         (pdf_document_forms_form_field_button_get_state),
2076         (pdf_document_forms_form_field_choice_get_item),
2077         (pdf_document_forms_form_field_choice_get_n_items),
2078         (pdf_document_forms_form_field_choice_is_item_selected),
2079         (pdf_document_forms_form_field_choice_select_item),
2080         (pdf_document_forms_form_field_choice_toggle_item),
2081         (pdf_document_forms_form_field_choice_unselect_all),
2082         (pdf_document_forms_form_field_choice_set_text),
2083         (pdf_document_forms_form_field_choice_get_text):
2084         * backend/ps/ev-spectre.c: (ps_document_get_page),
2085         (ps_document_get_page_size), (ps_document_get_page_label),
2086         (ps_document_render), (ps_document_document_iface_init),
2087         (ps_document_file_exporter_do_page):
2088         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2089         (tiff_document_render), (tiff_document_render_pixbuf),
2090         (tiff_document_file_exporter_do_page):
2091         * backend/pixbuf/pixbuf-document.c:
2092         (pixbuf_document_get_page_size):
2093         * backend/comics/comics-document.c:
2094         (comics_document_get_page_size), (comics_document_render_pixbuf):
2095         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2096         (djvu_document_render), (djvu_selection_get_selected_text),
2097         (djvu_document_thumbnails_get_thumbnail),
2098         (djvu_document_file_exporter_do_page),
2099         (djvu_document_find_get_result):
2100         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2101         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2102         (dvi_document_thumbnails_get_thumbnail),
2103         (dvi_document_file_exporter_do_page):
2104         * backend/impress/impress-document.c:
2105         (impress_document_get_page_size),
2106         (impress_document_render_pixbuf):
2107         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2108
2109         Add EvPage so that we can hold a reference to the backend
2110         page. Form fields keep now a reference to the poppler page
2111         improving performance since we don't have to create/destroy the
2112         poppler field for every form operation. This will be needed for
2113         annotations too.
2114         
2115 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * data/evince-ui.xml:
2118         * shell/ev-window.c:
2119
2120         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2121         
2122 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * configure.ac:
2125         * backend/ps/Makefile.am:
2126
2127         Remove gs stuff from ps backend.
2128         
2129 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * configure.ac:
2132         * backend/pdf/ev-poppler.cc:
2133
2134         Bump poppler requirement to 0.8.0.
2135         
2136 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2137
2138         * NEWS:
2139         * configure.ac:
2140
2141         Update for release 2.22.1.1
2142
2143 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * configure.ac:
2146
2147         Fix build (again) when poppler version is 0.6
2148         
2149 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * backend/djvu/djvu-links.c: (build_tree):
2152
2153         Make sure link title is a valid utf8 string. Fixes bug #526517.
2154         
2155 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * configure.ac:
2158
2159         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2160         #526799.
2161         
2162 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2163
2164         * configure.ac:
2165         
2166         Update for release 2.22.1.
2167
2168 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * NEWS:
2171
2172         Update for upcoming release.
2173
2174 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * configure.ac:
2177         * backend/dvi/dvidocument.evince-backend.in:
2178
2179         Add compressed dvi to the list of supported mime types. Patch by
2180         Ed Catmur. Fixes bug #307087.
2181
2182 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2185
2186         Fix a crash when printing a range that doesn't specify the start or
2187         end page. Fixes bug #524288.
2188
2189 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-window.c: (ev_window_cmd_continuous),
2192         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2193         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2194         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2195         (ev_window_run_presentation), (ev_window_stop_presentation),
2196         (ev_window_cmd_view_presentation),
2197         (ev_window_cmd_leave_fullscreen),
2198         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2199
2200         Do not unfullscreen and fullscreen again the window when changing
2201         from fullscreen to presentation mode and vice versa. Fixes bug
2202         #524112.
2203         
2204 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2207
2208         Do not crash when thumbnail failed to render in PS backend. Fixes
2209         bug #525015.
2210         
2211 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2214         (ev_window_load_file_remote), (ev_window_open_uri):
2215
2216         Handle errors when opening remote files.
2217         
2218 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2221
2222         Only grab the focus for the current visible proxy widget. Fixes
2223         bug #521224.
2224         
2225 2008-03-30  Emil Soleyman  <emil@nishra.com>
2226
2227         * shell/ev-window.c: (launch_external_uri):
2228         
2229         Reuse g_app_info_launch_default_for_uri to
2230         save some code and fix bug #525009.
2231
2232 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2233
2234         * shell/ev-window.c (image_save_dialog_response_cb):
2235
2236         Use g_str_has_suffix. See bug #523069.
2237
2238 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * configure.ac:
2241
2242         Add a configure option to enable/diable DBus. Patch by Rémi
2243         Cardona. Fixes bug 521797.
2244
2245 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2248
2249         Fix printing in documents with rotated pages. Patch by Eugen
2250         Dedu. Fixes bug #512648.
2251         
2252 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2255         (ev_link_from_action):
2256
2257         Fix warning messages.
2258         
2259 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-window.c: (image_save_dialog_response_cb):
2262
2263         Do not append the extension to filename when saving an image
2264         if the filename alredy contains the extension. Fixes bug #523069.
2265         
2266 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-view.[ch]: (ev_view_find_cancel):
2269         * shell/ev-window.c: (find_bar_close_cb):
2270
2271         Cancel the find operation when the find bar is closed. Fixes bug
2272         #508845.
2273         
2274 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * backend/ps/psdocument.evince-backend.in:
2277
2278         Make ps backend module resident. Fixes bug #520607.
2279         
2280 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-jobs.c: (ev_job_print_run):
2283
2284         Invert collate action in order to work as expected, fix reverse
2285         printing so that it doesn't start with a blank page and fix number
2286         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2287         
2288 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2291
2292         Fix build with poppler <= 0.7.2
2293         
2294 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * libdocument/ev-document-misc.c:
2297         (ev_document_misc_surface_from_pixbuf):
2298
2299         Fix selections with poppler-splash.
2300         
2301 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * configure.ac:
2304         * backend/pdf/ev-poppler.cc:
2305
2306         Fix build with poppler >= 0.7.2
2307         
2308 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * configure.ac:
2311         
2312         Update for release 2.22.0
2313
2314 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * NEWS:
2317
2318         Update for upcoming release.
2319
2320 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2321
2322         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2323
2324         Bug 495107 – Handle print dialog responses correctly
2325
2326         Correctly handle print dialog response. Properly fixes
2327         the above mentioned bug.
2328
2329 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2332
2333         Make sure print job is only run when the print button is
2334         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2335         
2336 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * backend/pdf/pdfdocument.evince-backend.in:
2339         * libdocument/ev-backends-manager.c:
2340         (ev_backends_manager_load_backend),
2341         (ev_backends_manager_get_document):
2342         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2343
2344         Allow making backend modules resident. This is needed only for
2345         some backends like pdf to avoid registering glib types more than
2346         once.
2347         
2348 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * backend/comics/comics-document.c:
2351         * backend/djvu/djvu-document.c:
2352         * backend/impress/impress-document.c:
2353         * backend/pdf/ev-poppler.cc:
2354         * backend/pixbuf/pixbuf-document.c:
2355         * backend/ps/ev-spectre.c:
2356         * backend/ps/ps-document.c:
2357         * backend/tiff/tiff-document.c:
2358         * libdocument/ev-document.h:
2359         * properties/ev-properties-main.c:
2360
2361         Use g_type_module_add_interface instead of
2362         g_type_add_interface_static. Fixes bug #519679.
2363         
2364 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2365
2366         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2367         Added. Returns whether the animation has everything necessary to run.
2368         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2369         is ready just because it's been created. Fixes #519106.
2370         (draw_one_page): Do not show the "Loading..." text in presentation
2371         mode, there was a slim probability that this could happen.
2372
2373 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2376
2377         Duplicate mime_type string before freeing it so that it doesn't
2378         always fail when getting mime type from uri. Fixes bug #518874.
2379         
2380 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2383
2384         Fix a crash when a choice form field doesn't have any item
2385         selected. Fixes bug #518831
2386         
2387 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2388
2389         * shell/ev-window.c (ev_window_clear_temp_file):
2390         Use g_file_has_prefix instead of renamed
2391         g_file_contains_file.
2392
2393         * configure.ac:
2394         Require new glib for above change.
2395         
2396 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * libdocument/ev-image.c: (ev_image_finalize),
2399         (ev_image_save_tmp):
2400
2401         Return a real uri instead of a filename when saving an
2402         image. Fixes images drag an drop from evince to nautilus. 
2403         
2404 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/pdf/ev-poppler.cc:
2407         (pdf_document_images_get_image_mapping):
2408
2409         Return the image list in the right order. Fixes bug #516237.
2410         
2411 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2412
2413         * backend/impress/impress-document.c:
2414         (impress_document_thumbnails_get_thumbnail):
2415
2416         Remove unused variable to avoid a compiler warning.
2417
2418 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2419
2420         * configure.ac:
2421         
2422         Update for release 2.21.91.
2423
2424 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * configure.ac:
2427         * shell/Makefile.am:
2428         * shell/ev-application.[ch]:
2429         * shell/ev-sidebar-links.c:
2430         * shell/ev-utils.[ch]:
2431         * shell/ev-window.[ch]:
2432
2433         Remove libgnomeprint support. Fixes bug #512370.
2434         
2435 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2436
2437         * thumbnailer/evince-thumbnailer.c: (main):
2438
2439         Initialize glib type system before using it. Fixes bug #513934.
2440         
2441 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * properties/ev-properties-main.c:
2444
2445         Add missing #include.
2446         
2447 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * configure.ac:
2450         * backend/djvu/djvu-document.c: (djvu_document_render):
2451         * backend/tiff/tiff-document.c: (tiff_document_render):
2452
2453         Use the new cairo function cairo_format_stride_for_width when
2454         available. Fixes bug #482720.
2455
2456 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2459         (get_mime_type_from_data), (get_document_from_uri):
2460
2461         Use g_content_type_guess() only when slow is true in
2462         get_document_from_uri(). Fix several memory leaks.
2463         
2464 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2465
2466         * libdocument/ev-document-factory.c:
2467         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2468         (get_document_from_uri):
2469
2470         Use g_content_type_guess () to get mimetype for files.
2471         Bug #510401.
2472
2473 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * thumbnailer/Makefile.am:
2476
2477         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2478         
2479 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * configure.ac:
2482
2483         Fix build with --without-libgnome. Fixes bug #512771.
2484         
2485 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2486
2487         * backend/dvi/Makefile.am: Install only dvi
2488         module. Fixes bug #512718.
2489
2490 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2491
2492         * properties/ev-properties-main.c: (nautilus_module_initialize):
2493         
2494         Initialize backends in properties tab. Fixes bug
2495         #512720.
2496
2497 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2498
2499         * properties/Makefile.am: No need to link with 
2500         libraries. Fixes bug #512719.
2501
2502 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2503
2504         * NEWS:
2505         * configure.ac:
2506         
2507         Update for release 2.21.90.
2508
2509 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-window.c: (ev_window_cmd_escape):
2512
2513         Fix compile warning.
2514         
2515 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2518
2519         Fix printing in dvi backend when filename contains white
2520         espaces. Fixes bug #502839.
2521         
2522 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2525         (screensaver_disable_x11):
2526         * shell/Makefile.am:
2527         * shell/xdg-user-dir-lookup.c: Removed
2528         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2529         * shell/ev-view.c: (ev_view_presentation_transition_start):
2530         * shell/ev-window.c: (ev_window_cmd_file_open),
2531         (ev_window_cmd_save_as), (presentation_set_timeout):
2532
2533         Remove #ifdefs that are no longer needed.
2534         
2535 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-view.[ch]: (ev_view_button_release_event),
2538         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2539         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2540         (ev_window_cmd_escape):
2541
2542         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2543         
2544 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * configure.ac:
2547         * backend/comics/comics-document.c: (comics_document_load):
2548         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2549         (ev_attachment_set_property), (ev_attachment_init),
2550         (ev_attachment_save), (ev_attachment_launch_app),
2551         (ev_attachment_open):
2552         * libdocument/ev-document-factory.c: (get_document_from_uri):
2553         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2554         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2555         * shell/ev-jobs.c:
2556         * shell/ev-password.c: (ev_password_dialog_set_property),
2557         (ev_password_dialog_save_password):
2558         * shell/ev-sidebar-attachments.c:
2559         (ev_sidebar_attachments_drag_data_get):
2560         * shell/ev-window-title.c: (get_filename_from_uri):
2561         * shell/ev-window.c: (ev_window_clear_temp_file),
2562         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2563         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2564         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2565         (launch_external_uri), (image_save_dialog_response_cb),
2566         (attachment_save_dialog_response_cb):
2567         * shell/main.c: (load_files), (load_files_remote), (main):
2568         * thumbnailer/evince-thumbnailer.c: (main):
2569
2570         Port to gio and drop gnome-vfs dependency. Fixes bug
2571         #510401. Based on patch by Cosimo Cecchi.
2572         
2573 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2574
2575         * NEWS:
2576
2577         Fixed formatting inconsistencies (spaces vs. tabs)
2578
2579 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2580
2581         * shell/ev-window.c:
2582
2583         Use top/up/bottom/down arrows instead of
2584         first/left/last/right in the toolbar and menu actions.
2585         This fixes issues with RTL languages and is visually
2586         consistent with the page view. Fixes bug #170081.
2587
2588 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2589
2590         * NEWS:
2591
2592         Fixed some inaccuracies pointed out by Carlos Garcia
2593         Campos.
2594
2595 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2596
2597         * NEWS:
2598         * data/evince.schemas.in:
2599         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2600
2601         Override PDF restrictions by default. Fixes bug #382700.
2602
2603 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2604
2605         * NEWS: Updated for upcoming release
2606
2607 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2610
2611         Fix memory leak.
2612         
2613 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2614
2615         * shell/ev-window.c: (register_custom_actions):
2616         
2617         Added comment for translators
2618
2619 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * shell/ev-view.c: (ev_view_button_release_event):
2622
2623         Do not create the idle function for kinetic scrolling if we are
2624         not in a drag operation.
2625
2626 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2629         (ev_view_button_press_event), (ev_view_motion_notify_event),
2630         (ev_view_button_release_event):
2631
2632         Restore cursor after autoscrolling. Fixes bug #509958.
2633
2634 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * configure.ac:
2637         * backend/pdf/ev-poppler.cc:
2638         (pdf_document_images_get_image_mapping),
2639         (pdf_document_images_get_image),
2640         (pdf_document_document_images_iface_init):
2641         * libdocument/ev-document-images.[ch]:
2642         (ev_document_images_get_image_mapping),
2643         (ev_document_images_get_image):
2644         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2645         (ev_image_get_id), (ev_image_save_tmp):
2646         * shell/ev-jobs.c: (ev_job_render_run):
2647         * shell/ev-view.c: (ev_view_drag_data_get):
2648         * shell/ev-window.c: (image_save_dialog_response_cb),
2649         (ev_view_popup_cmd_copy_image):
2650
2651         Do not render images when rendering the page but on demand. It
2652         reduces the memory comsumption.
2653         
2654 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2655
2656         * configure.a:
2657         * shell/ev-password.c:
2658
2659         Make gnome-keyring optional. Fixes bug #509676.
2660         
2661 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-pixbuf-cache.c: (add_job):
2664
2665         Initialize include_images variable as FALSE instead of TRUE.
2666         
2667 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2668
2669         * configure.ac:
2670         * cut-n-paste/Makefile.am:
2671         * cut-n-paste/fileformatchooser/Makefile.am:
2672         * cut-n-paste/fileformatchooser/egg-macros.h:
2673         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2674         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2675         * shell/Makefile.am:
2676         * shell/ev-utils.c:
2677         (file_chooser_dialog_add_writable_pixbuf_formats),
2678         (get_gdk_pixbuf_format_by_extension):
2679         * shell/ev-utils.h:
2680         * shell/ev-window.c: (ev_window_error_message),
2681         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2682         
2683         Simplify image format selection on save.
2684
2685 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2686
2687         * shell/ev-view.c: (ev_view_scroll_event):
2688         
2689         Repair gorizontal scrolling with shift. Fixes
2690         bug #483412.
2691
2692 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2693         
2694         * MAINTAINERS:
2695
2696         Fix formatting issues.
2697         
2698 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * backend/comics/comics-document.c: (comics_regex_quote):
2701         
2702         Don't overquote special chars except of '. See bug 
2703         502500. Thanks to Tom Parker.
2704
2705 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2706
2707         * MAINTAINERS:
2708         
2709         Added Nickolay and Carlos, since they're doing most of
2710         the releases nowadays.
2711
2712 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2713
2714         * properties/Makefile.am:
2715
2716         Get the nautilus extension dir properly instead of using
2717         a hack. Fixes bug #505359.
2718
2719 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2720
2721         * properties/Makefile.am:
2722         
2723         Install nautilus extension into new place. See bug
2724         #505359. Thanks to Matthias Clasen, Brian Pepple and
2725         Damien Carbery.
2726
2727 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2728
2729         * shell/ev-window.c: (ev_window_get_recent_file_label):
2730         
2731         RTL marker in recent file list. See bug #509076.
2732
2733 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2736         * shell/ev-window.c: (image_save_dialog_response_cb):
2737
2738         Fix compile warnings due to unused variables.
2739         
2740 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * configure.ac:
2743         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2744         * backend/ps/ev-spectre.c: (ps_document_render):
2745
2746         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2747
2748 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2749
2750         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2751         (ev_transition_animation_paint): Implement "fade" effect.
2752
2753 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2754
2755         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2756         (ev_transition_animation_paint): Implement "uncover" effect.
2757
2758 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2759
2760         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2761         (ev_transition_animation_paint): Implement "cover" effect.
2762
2763 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2764
2765         * shell/ev-transition-animation.c (ev_transition_animation_push)
2766         (ev_transition_animation_paint): Implement "push" effect.
2767
2768 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2769
2770         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2771         (ev_transition_animation_paint): Implement "dissolve" effect.
2772
2773 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2774
2775         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2776         (ev_transition_animation_paint): Implement "wipe" effect.
2777
2778 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2779
2780         * shell/ev-transition-animation.c (ev_transition_animation_box)
2781         (ev_transition_animation_paint): Implement "box" effect.
2782
2783 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2784
2785         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2786         (ev_transition_animation_paint): Implement "blinds" effect.
2787
2788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2789
2790         * shell/ev-transition-animation.c (ev_transition_animation_split)
2791         (ev_transition_animation_paint): Implement "split" effect.
2792
2793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2794
2795         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2796         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2797         (ev_view_transition_animation_start) 
2798         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2799         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2800         (ev_view_next_page) (ev_view_previous_page):
2801         
2802         Use EvTransitionAnimation to drive page changes in the presentation
2803         mode, the animation will wait to start until both the origin and 
2804         destination page surfaces are available. Fixes #458460.
2805
2806         (draw_loading_text):
2807
2808         Remove workaround for bug #320352, it's now fixed properly.
2809
2810
2811 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2812
2813         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2814         will contain the implementations for page transition animations, at
2815         the moment it just has the "replace" effect.
2816         * shell/Makefile.am: Added these files to build.
2817
2818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2819
2820         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2821         animations.
2822         * shell/Makefile.am: Added these files to build.
2823
2824 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2825
2826         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2827         implementation to get_effect() in EvDocumentTransitionIface.
2828
2829 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2830
2831         * libdocument/ev-transition-effect.[ch]: New files, define a page
2832         transition effect, at the moment it maps PopplerPageTransition to a
2833         GObject.
2834         * libdocument/Makefile.am: Added these files to build.
2835         * libdocument/ev-document-transition.[ch]
2836         (ev_document_transition_get_effect): New method, gets the
2837         EvTransitionEffect returned by the interface implementation, with
2838         fallback to the "replace" effect.
2839
2840 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2841
2842         * configure.ac:
2843         * cut-n-paste/Makefile.am:
2844         * cut-n-paste/fileformatchooser/Makefile.am:
2845         * cut-n-paste/fileformatchooser/egg-macros.h:
2846         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2847         * shell/Makefile.am:
2848         * shell/ev-window.c: (image_save_dialog_response_cb),
2849         (ev_view_popup_cmd_save_image_as):
2850
2851         Allow exporting images in any format supported by
2852         GdkPixbuf. Fixes bug #500209.
2853         
2854 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/pixbuf/pixbuf-document.c:
2857
2858         More warnings fixed.
2859         
2860 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2863         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2864         * backend/djvu/djvu-text.h:
2865         * backend/tiff/tiff-document.c: (tiff_document_render):
2866
2867         Fix compile warnings.
2868         
2869 2007-12-28  Christian Persch  <chpe@gnome.org>
2870
2871         * **/*.c: Include config.h. Bug #504721.
2872
2873 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * configure.ac:
2876         * Makefile.am:
2877         * po/POTFILES.in:
2878         * backend/comics/Makefile.am:
2879         * backend/comics/comics-document.[ch]:
2880         * backend/comics/comicsdocument.evince-backend.in:
2881         * backend/djvu/Makefile.am:
2882         * backend/djvu/djvu-document.[ch]:
2883         * backend/djvu/djvudocument.evince-backend.in:
2884         * backend/dvi/Makefile.am:
2885         * backend/dvi/dvi-document.[c]:
2886         * backend/dvi/dvidocument.evince-backend.in:
2887         * backend/impress/Makefile.am:
2888         * backend/impress/impress-document.[ch]:
2889         * backend/impress/impressdocument.evince-backend.in:
2890         * backend/pdf/Makefile.am:
2891         * backend/pdf/ev-poppler.cc:
2892         * backend/pdf/ev-poppler.h:
2893         * backend/pdf/pdfdocument.evince-backend.in:
2894         * backend/pixbuf/Makefile.am:
2895         * backend/pixbuf/pixbuf-document.[ch]:
2896         * backend/pixbuf/pixbufdocument.evince-backend.in:
2897         * backend/ps/Makefile.am:
2898         * backend/ps/ev-spectre.[ch]:
2899         * backend/ps/ps-document.[ch]:
2900         * backend/ps/psdocument.evince-backend.in:
2901         * backend/tiff/Makefile.am:
2902         * backend/tiff/tiff-document.[ch]:
2903         * backend/tiff/tiffdocument.evince-backend.in:
2904         * libdocument/Makefile.am:
2905         * libdocument/ev-backends-manager.[ch]:
2906         * libdocument/ev-module.[ch]:
2907         * libdocument/ev-document.h:
2908         * libdocument/ev-document-factory.[ch]:
2909         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2910         (get_compression_from_mime_type), (get_document_from_uri),
2911         (ev_document_factory_get_document), (file_filter_add_mime_types),
2912         (ev_document_factory_add_filters):
2913         * shell/Makefile.am:
2914         * shell/ev-window-title.c: (get_filename_from_uri):
2915         * shell/main.c: (main):
2916         * thumbnailer/Makefile.am:
2917         * thumbnailer/evince-thumbnailer.c: (main):
2918
2919         Plugin system for backends. Fixes bug #351348.
2920         
2921 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2922
2923         * shell/ev-view-private.h:
2924         * shell/ev-view.c: (ev_view_drag_update_momentum),
2925         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2926         (ev_view_button_release_event), (ev_view_destroy):
2927         
2928         Kinetic scrolling implemented as requested in
2929         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2930
2931 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2932
2933         * data/evince-toolbar.xml:
2934         * data/evince-ui.xml:
2935         * shell/ev-view-private.h:
2936         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2937         (ev_view_button_press_event), (ev_view_motion_notify_event),
2938         (ev_view_button_release_event), (ev_view_init),
2939         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2940         (ev_view_set_cursor):
2941         * shell/ev-view.h:
2942         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2943         (ev_window_cmd_view_autoscroll):
2944         
2945         Autoscroll feature with the context menu. Fixes bug 
2946         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2947
2948 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2951
2952         Disconnect also page-ready signal when removing a job because the
2953         page size has changed. Thanks to kripken
2954         <kripkensteiner@gmail.com>.
2955
2956 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2957
2958         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2959         
2960         Scroll pages in page entry with mouse wheel. Fixes bug
2961         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2962
2963 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * backend/dvi/Makefile.am:
2966         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2967         (mdvi_cairo_device_init):
2968         * backend/dvi/mdvi-lib/common.h:
2969         * backend/dvi/mdvi-lib/mdvi.h:
2970         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2971         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2972         (mdvi_build_path_from_cwd):
2973
2974         Add ps specials support in dvi backend when libspectre is
2975         present. Fixes bug #386005.
2976         
2977 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * configure.ac:
2980         * backend/ps/Makefile.am:
2981         * backend/ps/ev-spectre.[ch]:
2982         
2983         Use libspectre, if available, for the ps backend. Fixes bugs
2984         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2985
2986 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2987         
2988         * backend/comics/comics-document.c: (comics_document_load):
2989         
2990         Cygwin build issue fix.
2991
2992 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * shell/ev-view.c: (ev_view_set_zoom):
2995
2996         Do not limit the minimum zoom factor when sizing mode is best bit
2997         or fit width. Fixes bug #503805.
2998         
2999 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3002         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3003         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3004         (ev_link_dest_get_property), (ev_link_dest_set_property),
3005         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3006         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3007         (ev_link_dest_new_fitr):
3008         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3009         (goto_fith_dest), (goto_xyz_dest):
3010
3011         Do not change left, top and zoom values when they are null in PDF
3012         destinations. Fixes bug #460658.
3013         
3014 2007-12-10  Christian Persch  <chpe@gnome.org>
3015
3016         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3017         (ev_view_accessible_class_init),
3018         (ev_view_accessible_idle_do_action),
3019         (ev_view_accessible_action_do_action),
3020         (ev_view_accessible_action_get_description),
3021         (ev_view_accessible_action_set_description),
3022         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3023         (ev_view_accessible_factory_init),
3024         (ev_view_accessible_factory_get_accessible_type):
3025         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3026         private data, and G_DEFINE_TYPE. Bug #502843.
3027
3028 2007-12-08  Christian Persch  <chpe@gnome.org>
3029
3030         * shell/ev-metadata-manager.c: (item_free),
3031         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3032         (value_free), (parse_value), (parseItem),
3033         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3034         (save_values): Use GSlice to allocate small amounts of memory. Bug
3035         #475972.
3036
3037 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3040
3041         Restore cursor to normal after a drag operation. Fixes bug
3042         #501603.
3043         
3044 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3045
3046         * NEWS:
3047         * configure.ac:
3048         
3049         Update for release 2.21.1
3050
3051 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * configure.ac:
3054         * cut-n-paste/gedit-message-area/Makefile.am:
3055         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3056         * shell/Makefile.am:
3057         * shell/ev-message-area.[ch]:
3058         * shell/ev-window.c: (ev_window_set_message_area),
3059         (ev_window_error_message_response_cb), (ev_window_error_message),
3060         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3061         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3062         (ev_attachment_popup_cmd_open_attachment),
3063         (attachment_save_dialog_response_cb), (ev_window_set_document),
3064         (ev_window_init):
3065
3066         Use a message area instead of a popup dialog for error
3067         notifications. Fixes bug #337495.
3068         
3069 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3070
3071         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3072         (ev_window_run_fullscreen):
3073
3074         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3075         
3076 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * ev-sidebar-thumbnails.c: (update_visible_range),
3079         (ev_sidebar_thumbnails_refresh),
3080         (ev_sidebar_thumbnails_set_document),
3081         (ev_sidebar_thumbnails_support_document):
3082
3083         Show thumbnails for documents with one page. Fixes bug #358751.
3084         
3085 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-window.c:
3088         (ev_window_load_print_settings_from_metadata),
3089         (ev_window_save_print_settings), (ev_window_print_finished),
3090         (ev_window_print_range):
3091
3092         Print settings that are specific to the document are now saved per
3093         document in the metadata file. Fixes bug #488806.
3094         
3095 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3096
3097         * backend/tiff/tiff-document.c: (tiff_document_render):
3098
3099         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3100         
3101 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-application.[ch]: (get_find_string_from_args),
3104         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3105         (ev_application_open_uri_list):
3106         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3107         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3108         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3109         (ev_window_cmd_recent_file_activate),
3110         (ev_window_open_recent_action_item_activated),
3111         (ev_window_print_send), (open_remote_link):
3112         * shell/main.c: (arguments_parse):
3113
3114         Add a command line option for search. Fixes bug #497710.
3115         
3116 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3117
3118         * shell/ev-jobs.c: (ev_job_print_new):
3119
3120         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3121         
3122 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * data/evince-toolbar.xml:
3125         * shell/Makefile.am:
3126         * shell/ev-application.c: (ev_application_init):
3127         * shell/ev-open-recent-action.[ch]:
3128         * shell/ev-window.c:
3129         (ev_window_open_recent_action_item_activated),
3130         (register_custom_actions):
3131
3132         Add an expander to the open toolbar item which pops up a dropdown
3133         menu with the recently used documents. Fixes bug #487215.
3134         
3135 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-window.c: (ev_window_open_uri),
3138         (ev_window_cmd_view_reload):
3139
3140         Do not jump to the first page when reloading by running evince
3141         from the command line. Fixes bug #490847.
3142         
3143 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3144
3145         * shell/ev-window.c: (ev_window_cmd_help_contents):
3146
3147         Plugged memory leak when help file is not found. Fixes bug
3148         #490762.
3149         
3150 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * configure.ac:
3153
3154         Enable djvu, dvi and comics backends by default. Fixes bug
3155         #437121.
3156         
3157 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * configure.ac:
3160         * cut-n-paste/Makefile.am:
3161         * cut-n-paste/recent-files/*: Removed
3162         * help/reference/Makefile.am:
3163         * shell/Makefile.am:
3164         * shell/ev-application.[ch]: (ev_application_shutdown),
3165         (ev_application_init):
3166         * shell/ev-window.c: (ev_window_add_recent),
3167         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3168
3169         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3170         
3171 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3172
3173         * shell/ev-window.c: (launch_external_uri):
3174
3175         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3176         and report error if the URL is not supported (#489910).
3177
3178 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3181         (pdf_document_file_exporter_begin_page),
3182         (pdf_document_file_exporter_end_page):
3183
3184         Fix printing with poppler splash backend. Fixes bug #489774.
3185         
3186 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3189         * shell/ev-print-job.c: (ev_print_job_class_init):
3190
3191         Fix a crash when printing with the gnome-print dialog. Fixes bug
3192         #488939.
3193         
3194 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3195
3196         * backend/pixbuf/pixbuf-document.c:
3197
3198         Fix an implicit function definition warning (#487655)
3199
3200 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-window.c:
3203
3204         Fix conflicting shortcut for view sade pane and presentation.
3205         
3206 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * backend/pdf/ev-poppler.cc:
3209         (pdf_document_file_exporter_begin_page),
3210         (pdf_document_file_exporter_do_page),
3211         (pdf_document_file_exporter_end_page),
3212         (pdf_document_file_exporter_iface_init):
3213         * libdocument/ev-file-exporter.[ch]:
3214         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3215         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3216         (ev_job_print_run):
3217
3218         When printing multiple pages per sheet in reverse option, do not
3219         invert the order of the pages in every sheet, but the order of the
3220         sheets. Do not print blank pages when page range is invalid. Fixes
3221         bugs #484857 and #485521.
3222         
3223 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3226         (ev_job_print_run):
3227         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3228
3229         Respect ranges order when printing more than one range in random
3230         order.
3231         
3232 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3233
3234         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3235         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3236
3237         Rotate also the window icon when document is rotated. Fixes bug
3238         #474681.
3239         
3240 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3243         (pdf_document_forms_get_form_fields):
3244
3245         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3246         Matthias Drochner.
3247         
3248 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * configure.ac:
3251         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3252
3253         Use poppler_page_render_for_printing() instead of
3254         poppler_page_render() if available when exporting to a ps or pdf
3255         file. Fixes bug #476627.
3256         
3257 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * shell/ev-window.c: (ev_window_run_fullscreen):
3260
3261         Do not show the toolbar in fullscreen mode if the main toolbar is
3262         not visible. Fixes bug #483048.
3263         
3264 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-view.c: (ev_view_button_press_event):
3267
3268         Give priority to form fields over images when deciding whether a
3269         button press event is over an image or form field. It allows edit
3270         form fields when they are over a background image. Fixes bug
3271         #477841.
3272         
3273 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3274
3275         * NEWS:
3276         * configure.ac:
3277         
3278         Update for release 2.20.0
3279
3280 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * backend/pdf/ev-poppler.cc:
3283
3284         Remove #ifdef HAVE_FORMS, so that forms support works again.
3285
3286 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3287
3288         * configure.ac:
3289         * data/evince.desktop.in.in:
3290         
3291         Fixes desktop file issues. See bug #473471.
3292
3293 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3296         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3297         (ev_job_queue_remove_job):
3298         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3299         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3300         * shell/ev-window.c: (ev_window_clear_save_job),
3301         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3302         (ev_window_dispose):
3303
3304         Move save a copy task to its own job so that it's carried out in a
3305         thread avoiding another lock in the main thread. Use
3306         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3307         can be saved to a pathin another file system. Fixes bug #456891.
3308         
3309 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * NEWS:
3312         * configure.ac:
3313         
3314         Update for release 2.19.92
3315
3316 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * configure.ac:
3319         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3320         (pdf_selection_get_selection_region),
3321         (pdf_selection_get_selection_map),
3322         (ev_form_field_from_poppler_field):
3323
3324         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3325         and triple click selections are enabled again now.
3326
3327 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-window.c: (ev_window_add_history):
3330
3331         Make sure not to use the history with documents not supporting
3332         links. Fixes bug #468954.
3333
3334 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-window.c: (ev_window_load_job_cb):
3337
3338         Restart the search when reloading a document with the find bar
3339         visible. Fixes bug #461962.
3340
3341 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-window.c: (setup_document_from_metadata),
3344         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3345
3346         Do not jump to the first page when reloading a document from the
3347         last page.
3348
3349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-window.c: (update_chrome_flag),
3352         (setup_sidebar_from_metadata),
3353         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3354         (ev_window_cmd_edit_find_next),
3355         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3356         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3357         (find_bar_close_cb), (view_actions_focus_in_cb):
3358
3359         Do not update visibility when changing a chrome flag so that it's
3360         possible to update several flags and update visibility only once
3361         for all of them.
3362
3363 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3366
3367         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3368         supported by gtk+. Fixes bug #460907.
3369
3370 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-view.c: (view_update_range_and_current_page):
3373
3374         Make sure current-page <= end-page in continuous mode. Fixes bug
3375         #454950.
3376
3377 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * backend/pdf/ev-poppler.cc: (build_tree):
3380
3381         Ignore outline items without a title. Fixes bug #453913.
3382
3383 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3386         (ev_view_button_release_event), (ev_view_leave_notify_event):
3387
3388         Use always drag mouse cursor during a drag operation. Fixes bug
3389         #470564.
3390
3391 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3394         (pdf_selection_get_selection_region),
3395         (pdf_selection_get_selection_map):
3396
3397         Temporarily disable double and triple selections since it depends on
3398         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3399         released and the update of the external dependency minimal version
3400         approved.
3401
3402 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3405         (pdf_document_file_exporter_do_page):
3406         * libdocument/ev-file-exporter.h:
3407         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3408         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3409
3410         Actually fix printing regressions. Remove orientation from
3411         EvPrintContext since it's redundant.
3412
3413 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3416         * backend/impress/impress-document.c:
3417         (impress_document_document_iface_init):
3418         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3419         * backend/djvu/djvu-document.c:
3420         (djvu_document_document_iface_init),
3421         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3422         * backend/tiff/tiff-document.c:
3423         (tiff_document_document_iface_init):
3424         * backend/pixbuf/pixbuf-document.c:
3425         (pixbuf_document_document_iface_init):
3426         * backend/comics/comics-document.c:
3427         (comics_document_document_iface_init):
3428         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3429         (pdf_selection_render_selection),
3430         (pdf_selection_get_selected_text),
3431         (pdf_selection_get_selection_region),
3432         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3433         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3434         (ev_selection_get_selection_region),
3435         (ev_selection_get_selection_map):
3436         * libdocument/ev-document.[ch]:
3437         * shell/ev-pixbuf-cache.[ch]: (add_job),
3438         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3439         * shell/ev-view-private.h:
3440         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3441         (ev_job_render_run):
3442         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3443         * shell/ev-view.c: (start_selection_for_event),
3444         (ev_view_button_press_event), (ev_view_drag_data_get),
3445         (ev_view_drag_data_received), (ev_view_button_release_event),
3446         (compute_new_selection_text), (compute_selections),
3447         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3448         (ev_view_primary_get_cb):
3449
3450         Add support for double and triple click selections.
3451
3452 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * NEWS:
3455         * configure.ac:
3456
3457         Update for release 2.19.4
3458
3459 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3460
3461         * shell/ev-view-private.h:
3462         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3463         (ev_view_set_highlight_search):
3464         * shell/ev-view.h:
3465         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3466         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3467         (find_bar_visibility_changed_cb):
3468         
3469         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3470
3471 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3474         (pdf_document_file_exporter_begin),
3475         (pdf_document_file_exporter_do_page):
3476         * shell/ev-jobs.c: (ev_job_print_run):
3477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3478
3479         Create always a portrait cairo surface and rotate when needed for
3480         landscape. It fixes printing problems in real printers.
3481
3482 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3485         * libdocument/ev-file-exporter.[ch]:
3486         (ev_file_exporter_get_capabilities):
3487         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3488         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3489
3490         Adjust number of pages per row according to page orientation when
3491         printing 2 or 6 pages per sheet.
3492
3493 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * shell/ev-window.c: (ev_window_print_send):
3496
3497         Reset also cups setting to 1 when printing multiple pages per
3498         sheet. Fixes bug #468853.
3499
3500 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * libdocument/ev-document-misc.c:
3503         (ev_document_misc_surface_rotate_and_scale):
3504
3505         Use directly cairo_surface_get_content() when creating a similar
3506         surface as suggested by Jeff Muizelaar. Thanks again.
3507
3508 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * backend/djvu/djvu-document.c: (djvu_document_render):
3511         * backend/tiff/tiff-document.c: (tiff_document_render):
3512         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3513         * libdocument/ev-document-misc.c:
3514         (ev_document_misc_surface_from_pixbuf),
3515         (ev_document_misc_surface_rotate_and_scale):
3516
3517         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3518         creating page surfaces. Fixes bug #453123. Thank you very much to
3519         Jeff Muizelaar <jeff@infidigm.net>.
3520
3521 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-page-cache.c: (ev_page_cache_new),
3524         (ev_page_cache_get_thumbnail_size):
3525         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3526         (ev_sidebar_thumbnails_set_loading_icon):
3527
3528         Also store in page-cache the dimensions of the thumbnails so that
3529         they can be used to create the correct loading icon in the side
3530         pane. Fixes bug #466857.
3531
3532 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * backend/pdf/ev-poppler.cc:
3535         (pdf_document_thumbnails_get_thumbnail):
3536
3537         Fix thumbnails rotation in pdf documents that include embedded 
3538         thumbnails.
3539
3540 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3541
3542         * backend/pdf/ev-poppler.cc:
3543
3544         Don't use #ifdef in macro expansion. Some compilers don't
3545         like that. Closes bug #467042.
3546
3547 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3548
3549         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3550         
3551         Fixes memory leak in djvu backend.
3552
3553 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3554
3555         * data/icons/32x32/Makefile.am:
3556         * data/icons/32x32/actions/Makefile.am:
3557         * data/icons/32x32/actions/view-page-cont.svg:
3558         * data/icons/32x32/actions/view-page-facing.svg:
3559         * data/icons/48x48/Makefile.am:
3560         * data/icons/48x48/actions/Makefile.am:
3561         * data/icons/48x48/actions/view-page-cont.svg:
3562         * data/icons/48x48/actions/view-page-facing.svg:
3563         
3564         Icons for a new sizes.
3565
3566 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3567
3568         * shell/ev-page-cache.c: (build_height_to_page),
3569         (ev_page_cache_get_height_to_page):
3570         
3571         Fixes invalid read, see bug #466401.
3572
3573 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3576         (set_drag_cursor):
3577         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3578         (configure_item_cursor), (new_pixbuf_from_widget):
3579
3580         Fix multihead problems in toolbar editor. Fixes bug #382055.
3581
3582 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * shell/ev-window.c: (ev_window_cmd_file_open),
3585         (ev_window_cmd_save_as):
3586
3587         Use g_get_user_special_dir when available instead of
3588         xdg_user_dir_lookup.
3589
3590 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * MAINTAINERS:
3593         
3594         Updated according to request on desktop-devel.
3595
3596 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3599
3600         Do not use cairo_rectangle and cairo_clip since we are
3601         not using cairo_fill but cairo_paint. Use the same cairo context
3602         for every page in the same expose event.
3603
3604 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3605
3606         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3607         leak.
3608
3609 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * configure.ac:
3612         * NEWS:
3613
3614         Release 0.9.3
3615
3616 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * libdocument/ev-document-info.h:
3619         * libdocument/ev-document.h:
3620         * shell/ev-page-action.h:
3621         * shell/ev-sidebar-links.h:
3622
3623         Fix a headers problem with ev-link
3624         
3625         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3626         * shell/ev-view-private.h:
3627         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3628         (get_link_area), (ev_view_query_tooltip),
3629         (ev_view_leave_notify_event), (ev_view_destroy),
3630         (ev_view_class_init):
3631
3632         Use new gtk tooltips when available instead of ev-tooltip.
3633         
3634 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * shell/ev-window.c: (update_chrome_visibility),
3637         (ev_window_sidebar_visibility_changed_cb):
3638
3639         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3640         
3641 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-navigation-action.c:
3644         (ev_navigation_action_history_changed),
3645         (ev_navigation_action_set_history):
3646         * shell/ev-navigation-action-widget.c:
3647         (ev_navigation_action_widget_init):
3648         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3649
3650         Fix compile warnings.
3651         
3652 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3655         (egg_editable_toolbar_dispose):
3656
3657         Fix memory leak.
3658         
3659 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3662         (screensaver_disable_x11):
3663         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3664         * shell/ev-window.c: (presentation_set_timeout):
3665         * shell/ev-view.c: (ev_view_presentation_transition_start):
3666
3667         Use g_timeout_add_seconds instead of g_timeout_add when
3668         available.
3669         
3670 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3673
3674         Set horizontal scrollbar policy to AUTOMATIC instead of
3675         NEVER. Workaround for bug #449462.
3676         
3677 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-jobs.c: (ev_job_render_page_ready):
3680
3681         Add page_ready callback to main loop with high priority and hold
3682         a reference to job during idle.
3683         
3684 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * configure.ac:
3687         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3688         (pdf_document_file_exporter_begin),
3689         (pdf_document_file_exporter_do_page),
3690         (pdf_document_file_exporter_get_capabilities):
3691         * libdocument/ev-file-exporter.h:
3692         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3693         * shell/ev-window.c: (ev_window_print_send),
3694         (ev_window_print_dialog_response_cb):
3695
3696         Allow printing multiple pages per sheet. Fixes bug #395573.
3697         
3698 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * shell/ev-view.c: (tip_from_link):
3701         
3702         Check for NULL, fixes bug #460862.
3703
3704 2007-07-29  Christian Persch  <chpe@gnome.org>
3705
3706         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3707         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3708         (ev_window_cmd_preview_print):
3709         
3710         Fixes bug #437681 - blocks while enumerating printers.
3711
3712 2007-07-29  Christian Persch  <chpe@gnome.org>
3713
3714         * shell/ev-window.c: (ev_window_screen_changed):
3715         
3716         Don't use deprecated gtk+ function. See bug #460909.
3717
3718 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * shell/ev-utils.c: (get_num_monitors):
3721         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3722
3723         Do not use display before initializing it. Remove compile
3724         warnings.
3725
3726 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3727
3728         * shell/ev-view.c: (ev_view_class_init):
3729         
3730         Unix-like hjkl bindings added. See bug #458111.
3731
3732 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3733
3734         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3735         * shell/ev-utils.h:
3736         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3737         (ev_view_update_view_size):
3738         * shell/ev-view.h:
3739         * shell/ev-window.c: (ev_window_update_actions),
3740         (setup_view_from_metadata), (ev_window_screen_changed),
3741         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3742         (zoom_control_changed_cb):
3743         * shell/ev-window.h:
3744         
3745         Reorganizes utility functions.
3746
3747 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3750         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3751         (add_job), (ev_pixbuf_cache_get_surface),
3752         (ev_pixbuf_cache_get_link_mapping),
3753         (ev_pixbuf_cache_get_image_mapping),
3754         (ev_pixbuf_cache_get_form_field_mapping),
3755         (ev_pixbuf_cache_get_text_mapping):
3756         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3757         (notify_page_ready), (ev_job_render_page_ready),
3758         (ev_job_render_run):
3759
3760         Add page_ready signal to notify that page is ready as soon as
3761         possible even if other page elements like links, forms, images or
3762         text mapping are not ready yet.
3763
3764 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3767         (dvi_document_file_exporter_do_page),
3768         (dvi_document_file_exporter_get_capabilities),
3769         (dvi_document_file_exporter_iface_init):
3770         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3771         (ps_document_file_exporter_do_page),
3772         (ps_document_file_exporter_get_capabilities),
3773         (ps_document_file_exporter_iface_init):
3774         * backend/djvu/djvu-document.c:
3775         (djvu_document_file_exporter_begin),
3776         (djvu_document_file_exporter_end),
3777         (djvu_document_file_exporter_get_capabilities),
3778         (djvu_document_file_exporter_iface_init):
3779         * backend/tiff/tiff-document.c:
3780         (tiff_document_file_exporter_begin),
3781         (tiff_document_file_exporter_get_capabilities),
3782         (tiff_document_document_file_exporter_iface_init):
3783         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3784         (pdf_document_file_exporter_do_page),
3785         (pdf_document_file_exporter_get_capabilities),
3786         (pdf_document_file_exporter_iface_init):
3787         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3788         (ev_file_exporter_get_capabilities):
3789         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3790         (idle_print_handler), (ev_print_job_print):
3791         * shell/ev-jobs.c: (ev_job_print_run):
3792         * shell/ev-window.c: (ev_window_print_send),
3793         (ev_window_print_range):
3794
3795         Use capabilities to know which options should be offered by the
3796         print dialog depending on the document backend.
3797
3798 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3801
3802         Give priority to forms over text to set the cursor.
3803
3804 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * shell/ev-view-private.h:
3807         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3808         (ev_view_leave_notify_event), (ev_view_finalize),
3809         (ev_view_get_property), (ev_view_class_init):
3810
3811         Use IBEAM cursor for text form fields and NORMAL cursor for read
3812         only fields. Remove unused status attribute.
3813
3814 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3817
3818         Update region for current selected items also for checkbox
3819         buttons, since they can behave as radio buttons when they are in a
3820         set.
3821
3822 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * configure.ac:
3825         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3826
3827         Get max length of text form fields.
3828
3829 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3832         * libdocument/ev-form-field.h:
3833         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3834
3835         Fix build with current poppler cvs head.
3836
3837 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3840         * shell/eggfindbar.c: (egg_find_bar_init):
3841
3842         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3843         deprecation. Fixes bug #455667
3844
3845 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * NEWS:
3848         * configure.ac:
3849         
3850         Update for release 0.9.2
3851
3852 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * shell/ev-view.c: (ev_view_form_field_text_save),
3855         (ev_view_form_field_choice_save):
3856
3857         Fix a crash when closing whith a form widget visible.
3858
3859 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3862
3863         Update also the region of the current selected button when
3864         clicking on another button if they are radio buttons.
3865
3866 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3869         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3870         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3871         (ev_pixbuf_cache_get_link_mapping),
3872         (ev_pixbuf_cache_get_image_mapping),
3873         (ev_pixbuf_cache_get_form_field_mapping),
3874         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3875         * shell/ev-view.c: (ev_view_form_field_get_region),
3876         (ev_view_form_field_button_create_widget),
3877         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3878         (job_finished_cb):
3879
3880         Redraw only form field region instead of the whole page when
3881         reloading a page to show changes on the form field.
3882
3883 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * shell/ev-view.c: (ev_view_form_field_choice_save):
3886
3887         Fix selection of first item in list form fields.
3888
3889 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3892         (ev_pixbuf_cache_reload_page),
3893         (ev_pixbuf_cache_get_form_field_mapping):
3894
3895         Some refactoring to avoid duplicated code.
3896
3897 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * configure.ac:
3900         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3901         (ev_form_field_from_poppler_field),
3902         (pdf_document_forms_get_form_fields),
3903         (pdf_document_forms_form_field_text_get_text),
3904         (pdf_document_forms_form_field_text_set_text),
3905         (pdf_document_forms_form_field_button_set_state),
3906         (pdf_document_forms_form_field_button_get_state),
3907         (pdf_document_forms_form_field_choice_get_item),
3908         (pdf_document_forms_form_field_choice_get_n_items),
3909         (pdf_document_forms_form_field_choice_is_item_selected),
3910         (pdf_document_forms_form_field_choice_select_item),
3911         (pdf_document_forms_form_field_choice_toggle_item),
3912         (pdf_document_forms_form_field_choice_unselect_all),
3913         (pdf_document_forms_form_field_choice_set_text),
3914         (pdf_document_forms_form_field_choice_get_text),
3915         (pdf_document_document_forms_iface_init):
3916         * libdocument/Makefile.am:
3917         * libdocument/ev-form-field.[ch]:
3918         * libdocument/ev-document-forms.[ch]:
3919         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3920         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3921         (add_job), (ev_pixbuf_cache_reload_page),
3922         (ev_pixbuf_cache_get_form_field_mapping):
3923         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3924         * shell/ev-view-private.h:
3925         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3926         (ev_view_handle_cursor_over_xy),
3927         (ev_view_get_form_field_at_location),
3928         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3929         (ev_view_form_field_button_create_widget),
3930         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3931         (ev_view_form_field_text_create_widget),
3932         (ev_view_form_field_choice_save),
3933         (ev_view_form_field_choice_changed),
3934         (ev_view_form_field_choice_create_widget),
3935         (ev_view_handle_form_field), (ev_view_size_allocate),
3936         (ev_view_realize), (draw_end_presentation_page),
3937         (ev_view_button_press_event), (ev_view_remove_all),
3938         (ev_view_motion_notify_event), (ev_view_key_press_event),
3939         (ev_view_enter_notify_event), (highlight_find_results),
3940         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3941         (ev_view_class_init), (page_changed_cb),
3942         (on_adjustment_value_changed), (ev_view_set_presentation),
3943         (merge_selection_region), (ev_view_set_cursor),
3944         (ev_view_reset_presentation_state):
3945         
3946         Merge evince-forms branch.
3947
3948 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3949
3950         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3951
3952         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3953         This script also updates itself from libegg
3954
3955         * cut-n-paste/toolbar-editor/egg*:
3956         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3957         libegg
3958
3959 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3960
3961         * shell/ev-window.c:
3962         
3963         Adds a nice icon to page action during toolbar editing.
3964         See bug #452872.
3965
3966 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3967
3968         * data/evince-toolbar.xml:
3969         * shell/ev-window.c:
3970         
3971         Let user add a presentation and fullscreen icons on toolbar.
3972         See bug #449734.
3973
3974 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3975
3976         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3977
3978         new script to keep in sync with toolbareditor in libegg
3979
3980         * cut-n-paste/toolbar-editor/*: 
3981
3982         Run update-toolbareditor-from-libegg so we are in sync again. 
3983         Fixes bug #452850.
3984         
3985
3986 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * shell/ev-sidebar-links.c: (job_finished_callback):
3989
3990         Do not connect selection changed signal more than once. Fixes bug
3991         #349433.
3992
3993 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3996
3997         Do not change sidebar chrome flag when pressing F9 key in
3998         presentation mode.
3999
4000 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * backend/pdf/ev-poppler.cc:
4003         (pdf_document_thumbnails_get_dimensions):
4004
4005         Make sure thumbnails width and height is not <= 0. Fixes a crash
4006         with some pdf documents which have really small pages.
4007
4008 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4009
4010         * shell/main.c: (main):
4011
4012         Fixes program description translation issue.
4013         Bug #450148.
4014
4015 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4016
4017         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4018
4019         Do not change current page when returning from black/white mode
4020         in presentation. Fixes bug #415032.
4021
4022 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * NEWS:
4025         * configure.ac:
4026         
4027         Update for release 0.9.1
4028
4029 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4030
4031         * backend/dvi/dvi-document.c:
4032         (dvi_document_finalize),
4033         (dvi_document_file_exporter_format_supported),
4034         (dvi_document_file_exporter_begin),
4035         (dvi_document_file_exporter_do_page),
4036         (dvi_document_file_exporter_end),
4037         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4038         
4039         PDF exporter for dvi documents. Fixes bug #441319.
4040
4041 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-window.c: (ev_window_clear_print_job):
4044
4045         Clear gtk print job when job has finished. Fixes bug #447612.
4046
4047 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-window.c: (ev_window_print_send),
4050         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4051
4052         Add preview button to print dialog. Fixes bug #445419.
4053
4054 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4055
4056         * backend/dvi/Makefile.am:
4057         * backend/dvi/pixbuf-device.[ch]: Removed
4058         * backend/dvi/cairo-device.[ch]: Added
4059         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4060         * backend/dvi/dvi-document.c: (dvi_document_load),
4061         (dvi_document_render), (dvi_document_finalize),
4062         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4063         (dvi_document_do_color_special):
4064         * libdocument/ev-document-misc.[ch]:
4065         (ev_document_misc_pixbuf_from_surface):
4066
4067         Port dvi backend to cairo and fix a problem with colors. 
4068
4069 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * shell/ev-view.c: (draw_one_page):
4072
4073         Draw only visible region.
4074
4075 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4076
4077         * backend/djvu/djvu-document.c: (djvu_document_render):
4078
4079         Fix rotation in djvu backend.
4080
4081 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4084         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4085         (ev_pixbuf_cache_get_image_mapping),
4086         (ev_pixbuf_cache_get_text_mapping):
4087
4088         Redraw view every time we have a new surface. Fixes bug #443587.
4089
4090 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * libdocument/ev-document.c: (ev_document_info_free):
4093
4094         Fix memory leaks.
4095
4096 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * backend/dvi/dvi-document.c: (dvi_document_render),
4099         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4100         * backend/impress/impress-document.c:
4101         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4102         (impress_document_render), (impress_document_document_iface_init),
4103         (impress_document_thumbnails_get_thumbnail):
4104         * backend/djvu/djvu-document-private.h:
4105         * backend/djvu/djvu-document.c: (djvu_document_render),
4106         (djvu_document_finalize), (djvu_document_document_iface_init),
4107         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4108         * backend/tiff/tiff-document.c: (tiff_document_render),
4109         (tiff_document_render_pixbuf),
4110         (tiff_document_document_iface_init):
4111         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4112         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4113         (pdf_selection_render_selection):
4114         * backend/comics/comics-document.c:
4115         (comics_document_render_pixbuf), (comics_document_render),
4116         (comics_document_document_iface_init):
4117         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4118         (pixbuf_document_document_iface_init):
4119         * libdocument/ev-document-misc.[ch]:
4120         (ev_document_misc_surface_from_pixbuf),
4121         (ev_document_misc_surface_rotate_and_scale):
4122         * libdocument/ev-document.[ch]: (ev_document_render):
4123         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4124         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4125         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4126         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4127         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4128         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4129         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4130         (render_finished_cb), (ev_job_render_run):
4131         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4132         (merge_selection_region):
4133
4134         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4135         and selections.
4136
4137 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * shell/ev-window-title.c: (ev_window_title_update):
4140
4141         Fix memory leak.
4142
4143 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-view.c: (draw_loading_text):
4146
4147         Show loading text centered. Fixes bug #433061
4148
4149 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/ev-sidebar-thumbnails.c:
4152         (ev_sidebar_thumbnails_set_loading_icon):
4153
4154         Remove a mutex in the main thread that blocks the UI in heavy
4155         documents.
4156
4157 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4160
4161         Set points_set to TRUE so that selections don't disappear after a
4162         zoom change.
4163
4164 2007-06-07  Michael Monreal  <infernux@web.de>
4165
4166         * data/icons/16x16/actions/Makefile.am:
4167         * data/icons/16x16/actions/zoom.svg:
4168         * data/icons/22x22/actions/Makefile.am:
4169         * data/icons/22x22/actions/zoom.svg:
4170         * data/icons/24x24/actions/Makefile.am:
4171         * shell/ev-stock-icons.c:
4172         * shell/ev-stock-icons.h:
4173         * shell/ev-window.c:
4174         
4175         Zoom icon artwork. See bug #444795.
4176
4177 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4178
4179         * shell/ev-metadata-manager.c: Remove extraneous function
4180         (Closes: #444386)
4181
4182 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4183
4184         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4185         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4186         (ev_metadata_manager_set), (ev_metadata_manager_save):
4187         Simplify the timeout, no need for modified anymore
4188
4189 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4190
4191         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4192         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4193         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4194         (ev_metadata_manager_save): Adapted patch from Arjan van de
4195         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4196         time, saves on power (Closes: #443851)
4197
4198 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * configure.ac:
4201         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4202         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4203
4204         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4205
4206 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * shell/ev-window.c: (ev_window_add_history):
4209
4210         Check if history is NULL
4211
4212 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * libdocument/ev-image.c: (ev_image_finalize):
4215         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4216         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4217         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4218         (ev_tmp_uri_unlink):
4219
4220         Add functions to delete temporary files created by evince in a safe
4221         way.
4222
4223         * shell/ev-window.c: (ev_window_clear_local_uri),
4224         (open_xfer_update_progress_callback),
4225         (save_xfer_update_progress_callback), (ev_window_save_remote),
4226         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4227         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4228         (attachment_save_dialog_response_cb),
4229         (ev_attachment_popup_cmd_save_attachment_as):
4230
4231         Allow saving a copy of a document, image or attachment to a remote
4232         location. Fixes bug #440754. 
4233
4234 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * configure.ac:
4237         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4238
4239         Fix build with current poppler from cvs head. 
4240
4241 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4242
4243         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4244
4245         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4246         directory exists.
4247
4248 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4249
4250         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4251         * shell/ev-window.c:
4252
4253         Change sidebar ordering. Fixes bug #439939.
4254
4255 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4256
4257         * backend/comics/Makefile.am:
4258         
4259         Fixes build with --without-libgnome.
4260
4261 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4262         
4263         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4264
4265         Update cursor and tooltip on page change and view scroll. Fixes bug
4266         #439217.
4267
4268 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4269
4270         * NEWS:
4271         * configure.ac:
4272         
4273         Update for release 0.9.0
4274
4275 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4276
4277         * backend/djvu/djvu-document-private.h:
4278         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4279         (djvu_document_finalize),
4280         (djvu_document_file_exporter_format_supported),
4281         (djvu_document_file_exporter_begin),
4282         (djvu_document_file_exporter_do_page),
4283         (djvu_document_file_exporter_end),
4284         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4285         
4286         Implemented printing with djvu. Bug #437998.
4287
4288 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * backend/impress/zip.c:
4291         Add missing ulong definition.
4292
4293         * backend/ps/ps-interpreter.c:
4294         Add missing headers.
4295
4296         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4297
4298 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4301
4302         Add missing call to parent class dispose method. 
4303
4304 2007-05-12  Ross Burton  <ross@openedhand.com>
4305
4306         * shell/main.c:
4307         Sync keybindings manually when building without libgnome
4308         (#437925).
4309
4310 2007-05-12  Ross Burton  <ross@openedhand.com>
4311
4312         * shell/ev-window.c:
4313         Respect the screen when opening help (#437866).
4314
4315 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * data/evince-ui.xml:
4318         * shell/ev-application.[ch]: (get_print_settings_from_args),
4319         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4320         (ev_application_open_uri_list):
4321         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4322         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4323         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4324         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4325         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4326         (ev_window_dispose):
4327         * shell/main.c: (arguments_parse):
4328
4329         Add print button in preview mode. Fixes bug #396475. 
4330
4331 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * cut-n-paste/zoom-control/ephy-zoom.h:
4334         
4335         Fixes zoom level factors. See bug #408119 for details.
4336
4337 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4338
4339         * backend/comics/comics-document.c: (comics_regex_quote),
4340         (extract_argv):
4341         
4342         Correctly quote symbols. Fixes crash in the bug
4343         #415370.
4344
4345 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * shell/ev-navigation-action-widget.c:
4348         (ev_navigation_action_widget_init),
4349         (ev_navigation_action_widget_class_init),
4350         (ev_navigation_action_widget_button_press_event):
4351         
4352         Connect to button-press event on correct widget. Fixes
4353         bug #431988
4354
4355 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-application.c: (ev_application_open_window),
4358         (ev_application_add_icon_path_for_screen),
4359         (ev_application_open_uri_at_dest):
4360         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4361         * shell/ev-navigation-action.c: (build_menu):
4362         
4363         Add app-specific icons to our icon theme. Fixes bug
4364         #425508.
4365
4366 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * shell/ev-history.c: (ev_history_class_init),
4369         (ev_history_add_link):
4370         * shell/ev-history.h:
4371         * shell/ev-navigation-action.c:
4372         (ev_navigation_action_history_changed),
4373         (ev_navigation_action_set_history), (build_menu),
4374         (ev_navigation_action_finalize):
4375         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4376         
4377         Make navigation action unsensitive instead of showing
4378         menu with unsensitive word. Fixes bug #417392.
4379
4380 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-application.[ch]: (ev_application_shutdown),
4383         (ev_application_get_print_settings),
4384         (ev_application_set_print_settings):
4385         * shell/ev-window.c:
4386
4387         Remember print settings. Fixes bug #349102. 
4388
4389 2007-05-08  Christian Persch  <chpe@gnome.org>
4390
4391         * configure.ac:
4392         * properties/ev-properties-view.c:
4393
4394         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4395         Bug #382438.
4396
4397 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * configure.ac:
4400         * properties/ev-properties-view.c: (ev_regular_paper_size):
4401
4402         Use gtk+ builtin paper list to identify the document's paper size.
4403         Fixes bug #382438. 
4404
4405 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * configure.ac:
4408
4409         Fix build when compiling with thumbnailer and libgnome support. 
4410
4411 2007-05-04  Ross Burton  <ross@openedhand.com>
4412
4413         * configure.ac:
4414         Add --without-libgnome, check for libgnome and libgnomeui
4415         separately, and add them to the symbols as required.
4416
4417         * libdocument/ev-file-helpers.c:
4418         When building without libgnome, use g_get_user_config_dir instead
4419         of gnome_user_dir_get.
4420
4421         * shell/ev-application.c:
4422         When building without libgnome, don't use session management.
4423
4424         * shell/main.c:
4425         When building without libgnome, don't use GnomeProgram or
4426         initialise the authentication manager.
4427
4428         This fixes #328842.
4429
4430 2007-05-04  Ross Burton  <ross@openedhand.com>
4431
4432         * shell/ev-window.c:
4433         Don't use libgnome to open help, instead call Yelp directly.
4434
4435 2007-05-04  Ross Burton  <ross@openedhand.com>
4436
4437         * shell/ev-sidebar-attachments.c:
4438         Don't use libgnome to lookup icons for MIME types, instead copy
4439         code from GTK+ to do it manually.
4440
4441 2007-05-04  Ross Burton  <ross@openedhand.com>
4442
4443         * configure.ac:
4444         Add libxml to the dependencies for SHELL_CORE (#435818).
4445
4446 2007-05-02  Ross Burton  <ross@openedhand.com>
4447
4448         * configure.ac:
4449         * Makefile.am:
4450         Add --disable-thumbnailer (#434825)
4451
4452 2007-05-02  Ross Burton  <ross@openedhand.com>
4453
4454         * shell/ev-window.c:
4455         Add missing includes, fix indentation.
4456
4457         * shell/main.c:
4458         Fix indentation.
4459
4460 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4461
4462         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4463         ev_application_open_uri_at_dest instead of ev_application_open_uri
4464         preventing new document always being opened in a new window even if there
4465         is an empty window.
4466
4467 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4470         (egg_recent_view_uimanager_finalize):
4471         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4472         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4473         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4474         (ev_pixbuf_cache_dispose):
4475         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4476         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4477         
4478         Add missing chain to parent class methods. Fixes
4479         bug #433128.
4480
4481 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4482
4483         * data/Makefile.am (update-icon-cache): Updates
4484         gtk-update-icon-cache in uninstall-hook.
4485
4486 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-window.c: (ev_window_setup_document),
4489         (ev_window_set_document), (ev_window_load_job_cb):
4490         * shell/ev-view.c: (setup_caches):
4491         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4492
4493         Start rendering pages before any other jobs. 
4494
4495 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-window.c: (ev_window_stop_fullscreen),
4498         (ev_window_stop_presentation):
4499
4500         Update chrome visibility before window unfullscreen. 
4501
4502 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4503
4504         * data/Makefile.am:
4505         * data/evince-ui.xml:
4506         * shell/ev-stock-icons.[ch]:
4507         * shell/ev-application.[ch]: (ev_application_shutdown),
4508         (ev_application_init), (ev_application_get_toolbars_model):
4509         * shell/ev-window.c: (update_chrome_visibility),
4510         (fullscreen_toolbar_setup_item_properties),
4511         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4512         (ev_window_run_presentation), (ev_window_stop_presentation),
4513         (ev_window_run_preview), (ev_window_screen_changed),
4514         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4515         (ev_window_dispose), (ev_window_init):
4516
4517         Make fullscreen toolbar always visible. Do not use egg toolbars for
4518         fullscreen and preview modes since such toolbars are not editables.
4519         Fixes bugs #300278, #338910 and #316188.  
4520
4521 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4522
4523         * shell/ev-application.c:
4524         * shell/ev-job-queue.c:
4525         * shell/ev-metadata-manager.c:
4526         * shell/ev-stock-icons.c:
4527         * shell/ev-window.c:
4528         * shell/main.c:
4529         
4530         Developers documentation updated.
4531
4532 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4533
4534         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4535
4536         Check whether uri is valid before launching it. Fixes bug #427664.
4537
4538 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-window.c:
4541
4542         Change key accelerator for Open a Copy menu entry which is in conflict
4543         with Close. Fixes bug #427321.
4544
4545 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * NEWS:
4548         * configure.ac:
4549         
4550         Update for release 0.8.1
4551
4552 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4553
4554         * shell/ev-window.c: (setup_size_from_metadata):
4555         
4556         Do not make window bigger than screen. Fixes bug 
4557         #388985.
4558
4559 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4562         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4563
4564         Use default resolution when it's not provided by document. Fixes bug
4565         #408762.
4566
4567 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * configure.ac:
4570         * thumbnailer/Makefile.am:
4571         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4572         * thumbnailer/evince-thumbnailer.schemas.in:
4573         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4574
4575         Add support for ps, eps and compressed documents thumbnails. Do not
4576         ignore size parameter. 
4577
4578 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4579
4580         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4581         (dvi_document_do_color_special):
4582         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4583
4584         Implement font color specials in the DVI backend. Fixes bug #303651.
4585
4586 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4587
4588         Fixup the previous commit:
4589
4590         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4591         * shell/xdg-user-dir-lookup.c: Make the function non-static
4592         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4593
4594 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4595
4596         * shell/ev-window.c (file_open_dialog_response_cb): Use
4597         the xdg-user-dirs DOCUMENTS folder as default folder when
4598         opening a file chooser.  (#424858)
4599
4600         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4601         xdg-user-dirs.
4602
4603 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * shell/ev-window.c: (ev_window_load_job_cb):
4606
4607         Do not setup view from metadata on preview mode. 
4608
4609 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * shell/main.c:
4612
4613         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4614
4615 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-view.c: (ev_view_primary_get_cb):
4618
4619         Check pointer != NULL before using it. Fixes bug #416841. 
4620
4621 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * NEWS:
4624         * configure.ac:
4625         
4626         Release 0.8.0
4627
4628 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4629
4630         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4631
4632         Do not render thumbnails when sidebar thumbnail page is not visible
4633         at startup. Fixes bug #416447. 
4634
4635 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4636
4637         * data/evince.desktop.in.in:
4638
4639         "Application" is not a valid category in the freedesktop specification.
4640
4641 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * libdocument/ev-file-helpers.[ch]: (compression_run),
4644         (ev_file_uncompress), (ev_file_compress):
4645         * shell/ev-window.c: (file_save_dialog_response_cb):
4646
4647         Save document compressed when saving a copy of a compressed document.
4648         Fixes bug #334542.
4649
4650 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4653
4654         Allow deleting in goto window entry in presentation mode. 
4655
4656 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4657
4658         * Makefile.am: Dist MAINTAINERS.
4659
4660 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * shell/ev-window.c: (ev_window_update_actions):
4663
4664         Fix zoom shortcut keys when searching. Fixes bug #409828.
4665
4666 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * shell/ev-window.c: (ev_window_setup_document):
4669
4670         Fix crash when loading documents with only one page. 
4671
4672 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4673
4674         * backend/dvi/dvi-document.c:
4675         (dvi_document_thumbnails_get_dimensions),
4676         (dvi_document_thumbnails_get_thumbnail):
4677         * backend/impress/impress-document.c:
4678         (impress_document_thumbnails_get_thumbnail),
4679         (impress_document_thumbnails_get_dimensions):
4680         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4681         (ps_document_thumbnails_get_dimensions):
4682         * backend/djvu/djvu-document.c:
4683         (djvu_document_thumbnails_get_dimensions),
4684         (djvu_document_thumbnails_get_thumbnail):
4685         * backend/tiff/tiff-document.c:
4686         (tiff_document_thumbnails_get_thumbnail),
4687         (tiff_document_thumbnails_get_dimensions):
4688         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4689         (pdf_document_thumbnails_get_thumbnail),
4690         (pdf_document_thumbnails_get_dimensions):
4691         * backend/comics/comics-document.c:
4692         (comics_document_thumbnails_get_thumbnail),
4693         (comics_document_thumbnails_get_dimensions):
4694         * backend/pixbuf/pixbuf-document.c:
4695         (pixbuf_document_thumbnails_get_thumbnail),
4696         (pixbuf_document_thumbnails_get_dimensions):
4697         * libdocument/ev-document-thumbnails.[ch]:
4698         (ev_document_thumbnails_get_thumbnail),
4699         (ev_document_thumbnails_get_dimensions):
4700         * libdocument/ev-document-misc.[ch]:
4701         (ev_document_misc_get_thumbnail_frame):
4702         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4703         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4704         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4705         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4706         (ev_sidebar_thumbnails_refresh):
4707         * shell/ev-window.c: (ev_window_setup_document):
4708         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4709
4710         Use an EvRenderContext for rendering thumbnails instead of a suggested
4711         width, so that different sized pages get sized proportionally.
4712
4713 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * shell/ev-view.c: (ev_view_button_press_event),
4716         (ev_view_key_press_event):
4717
4718         Fix critical warnings when there is no document loaded. 
4719
4720 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4721
4722         * shell/ev-page-action-widget.c:
4723         * shell/ev-navigation-action.c:
4724         * shell/ev-window.c:
4725
4726         Fix compile warnings. 
4727
4728 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * backend/djvu/djvu-text.h:
4731         * backend/djvu/djvu-document.c:
4732         * backend/djvu/djvu-text-page.c:
4733         * backend/djvu/djvu-links.c:
4734         * backend/djvu/djvu-text-page.h:
4735         * backend/djvu/djvu-text.c:
4736         
4737         Fix build on Mac. Fixes bug #392186. Patch by
4738         <ephraim_owns@hotmail.com>
4739
4740 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4743
4744         Restore cairo context before rendering every page when printing a PDF
4745         document into a PDF file. 
4746
4747 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * backend/ps/gstypes.h:
4750         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4751         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4752         (ps_document_thumbnails_get_thumbnail):
4753
4754         Handle PostScript page orientation. Fixes bug #318568.
4755
4756 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * backend/ps/Makefile.am:
4759         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4760         (document_load), (ps_document_load), (save_document),
4761         (save_page_list), (ps_document_get_n_pages),
4762         (ps_document_get_page_size), (ps_document_get_info),
4763         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4764         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4765         (ps_document_thumbnails_get_thumbnail),
4766         (ps_document_thumbnails_get_dimensions),
4767         (ps_document_document_thumbnails_iface_init):
4768         * backend/ps/ps.[ch]: (psgetpagebox):
4769         * backend/ps/ps-interpreter.[ch]:
4770
4771         Add support for thumbnails in ps backend. Fixes bug #164755. 
4772
4773 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * NEWS:
4776         * configure.ac:
4777         
4778         Release 0.7.2
4779
4780 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4783         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4784         (ev_window_dispose):
4785
4786         Use document thumbnail as window icon. Fixes bug #384442.
4787
4788 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4789
4790         * configure.ac:
4791
4792         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4793         duplicated adding application/x-bzpostscript instead. 
4794
4795 2007-02-11  Tom Parker  <palfrey@tevp.net>
4796
4797         * backend/ps/ps-document.c: (document_load):
4798
4799         Check return value of psscan before trying
4800         to use it. Fixes bug #372414.
4801
4802 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4805
4806         Fix invalid free in ev-page-cache. Fixes bug #404745.
4807
4808 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * test/Makefile.am:
4811         * test/test3.py:
4812         
4813         Added reload test case.
4814
4815 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * po/POTFILES.in:
4818         * backend/djvu/djvu-document.c: (djvu_document_load):
4819
4820         Check whether there are missing files in indirect multipage djvu
4821         documents. Fixes bug #361683. 
4822
4823 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * test/Makefile.am:
4826         * test/test-mime.bin:
4827         * test/test3.py:
4828         
4829         Added test for slow mime type
4830
4831 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4832
4833         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4834
4835         Add some checks and call parent_class->finalize. Fixes bug #404745.
4836
4837 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/ev-navigation-action.c: (connect_proxy):
4840         
4841         Fixes dropdown history menu. Thanks a lot Carlos!
4842
4843 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4846
4847         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4848         bug #373715.
4849
4850 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * backend/ps/ps.c: (psscan):
4853
4854         Fix memory leak. 
4855
4856 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4857
4858         * configure.ac:
4859         * libdocument/ev-file-helpers.c: 
4860
4861         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4862
4863 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4864
4865         * configure.ac:
4866         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4867         (ps_interpreter_start), (document_load), (save_document),
4868         (save_page_list):
4869         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4870         * libdocument/ev-document-factory.c:
4871         (ev_document_factory_get_from_mime), (get_document_from_uri),
4872         (free_uncompressed_uri), (ev_document_factory_get_document):
4873         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4874
4875         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4876
4877 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4878
4879         * libdocument/ev-document.h:
4880
4881         Fix typo in function name. 
4882
4883 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * backend/ps/ps-document.c: (ps_interpreter_finished),
4886         (ps_interpreter_start), (ps_interpreter_failed):
4887
4888         Handle ghostscript interpreter crashes. 
4889
4890 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4891
4892         * shell/ev-window.c: (ev_window_open_uri),
4893         (window_configure_event_cb):
4894
4895         Setup window size and position before showing it. Fixes bug #401711.
4896
4897 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * backend/ps/Makefile.am:
4900         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4901         (ps_document_dispose), (ps_document_class_init),
4902         (ps_interpreter_input), (ps_interpreter_output),
4903         (ps_interpreter_error), (setup_interpreter_env),
4904         (ps_interpreter_start), (ps_interpreter_stop),
4905         (ps_interpreter_failed), (ps_interpreter_is_ready),
4906         (check_filecompressed), (document_load), (ps_document_load),
4907         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4908         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4909         (render_page):
4910
4911         Rework ps-document. Code cleanups, remove deprecated code. 
4912
4913 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4914
4915         * shell/ev-view.c: (ev_view_button_press_event):
4916
4917         Do not start an image drag and drop operation when pointer is on 
4918         text, so that we can select text when the whole background is an
4919         image. 
4920
4921 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4922
4923         * shell/ev-window.c: (ev_window_update_actions): 
4924
4925         Disable all zoom related actions during presentation mode. 
4926
4927 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4928
4929         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4930
4931         Do not zoom in or out on presentation mode. Fixes bug #401305.
4932
4933 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4934
4935         * shell/ev-navigation-action.c: (connect_proxy),
4936         (create_menu_item), (ev_navigation_action_class_init):
4937         
4938         Correctly show menu and fix crash when navigaton 
4939         action is out of toolbar visible area.
4940
4941 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * data/Makefile.am:
4944         * data/evince.1:
4945         
4946         Added man file
4947
4948 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * help/reference/* :
4951         * configure.ac:
4952         
4953         Added gtk-doc based documentation for Evince.
4954         Still in initial state but I hope it will
4955         grow.
4956         
4957         * configure.ac:
4958         
4959         Lower dbus requirement to 0.70
4960
4961 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * shell/ev-window.c: (ev_window_add_history):
4964
4965         Fix memory leak. 
4966
4967 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4970         * shell/ev-view.h:
4971         * shell/ev-window.c: (ev_window_add_history):
4972         
4973         Correctly handle named destination links
4974
4975 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * NOTES:
4978         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4979         * backend/pdf/ev-poppler.cc:
4980         * libdocument/ev-document-links.h:
4981         * libdocument/ev-link.c: (ev_link_get_page):
4982         * libdocument/ev-link.h:
4983         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4984         (ev_history_add_link):
4985         * shell/ev-history.h:
4986         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4987         (new_history_menu_item), (build_menu):
4988         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4989         * shell/ev-sidebar-links.c: (create_loading_model),
4990         (print_section_cb), (ev_sidebar_links_construct),
4991         (fill_page_labels), (update_page_callback_foreach),
4992         (update_page_callback), (job_finished_callback):
4993         * shell/ev-view.c: (ev_view_handle_link):
4994         * shell/ev-window.c: (ev_window_find_chapter),
4995         (ev_window_add_history), (view_handle_link_cb),
4996         (history_changed_cb):
4997         
4998         Implements another history variant
4999
5000 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5001
5002         * shell/ev-window.c: (view_external_link_cb):
5003         * shell/ev-view.c: (ev_view_button_release_event):
5004
5005         Open links in new window when clicking with middle button. 
5006
5007 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * shell/ev-navigation-action.c: (new_history_menu_item):
5010         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5011         * shell/ev-view.c: (ev_view_handle_link):
5012         * shell/ev-window.c:
5013         
5014         Store link before jump, not the destination. For me it 
5015         seems like more natural history behavior.
5016
5017 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5020         (ev_navigation_action_class_init):
5021         * shell/ev-navigation-action.h:
5022         * shell/ev-page-action.c: (activate_cb):
5023         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5024         (ev_page_cache_set_current_page_history):
5025         * shell/ev-page-cache.h:
5026         * shell/ev-sidebar-thumbnails.c:
5027         (ev_sidebar_tree_selection_changed),
5028         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5029         * shell/ev-view-private.h:
5030         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5031         * shell/ev-view.h:
5032         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5033         (ev_window_setup_document), (ev_window_load_job_cb):
5034         * shell/ev-window.h:
5035         
5036         History finally works as expected.
5037
5038 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5039
5040         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5041
5042         Do not update links treeview if it doesn't have a model assigned yet. 
5043
5044 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5045
5046         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5047         (ev_sidebar_links_class_init), (update_page_callback):
5048
5049         Do not update links treeview when sidepane is not visible. 
5050
5051 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-marshal.list:
5054         * shell/ev-page-action.c: (activate_cb),
5055         (ev_page_action_class_init):
5056         * shell/ev-page-action.h:
5057         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5058         * shell/ev-window.c:
5059         
5060         Remove activate_link signal, not required.
5061
5062 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * shell/ev-navigation-action.c: (build_menu):
5065         
5066         Reorder menu items and build menu with fixed length.
5067
5068 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5069
5070         * shell/ev-view.c: (get_selected_text):
5071         
5072         Normalize text to fix ligatures problem. See bug
5073         #341947 for details.
5074
5075 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5076
5077         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5078
5079         Fix memory leak in ev-page-cache. 
5080
5081 2007-01-25  Tom Parker <palfrey@tevp.net>
5082
5083         * backend/impress/impress-document.c: (impress_document_load),
5084         (impress_document_finalize), (impress_document_init):
5085         * properties/ev-properties-main.c: (ev_properties_get_pages):
5086         
5087         Correctly handle impress document errors. Fixes nautilus
5088         crash in property page #370491.
5089
5090 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5093         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5094         (ev_job_queue_remove_job):
5095         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5096         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5097         (ev_job_load_run):
5098         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5099         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5100         (ev_window_load_job_cb), (xfer_update_progress_callback),
5101         (ev_window_open_uri), (ev_window_dispose):
5102         * shell/main.c: (main):
5103
5104         Do file transfer asynchronously in the main thread instead of
5105         synchronously in the load thread. Fixes bugs #399694, #398307 and
5106         #343542.
5107
5108 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-jobs.c: (ev_job_xfer_run):
5111
5112         Load the document with the font-config lock held. 
5113
5114 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * backend/ps/ps-document.c: (start_interpreter):
5117
5118         Fix memory leaks in ps backend. 
5119
5120 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * backend/impress/impress-document.c:
5123         (impress_document_render_pixbuf):
5124
5125         Do not acquire fontconfig lock in impress backend, since it is using
5126         the main loop for rendering. 
5127
5128 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5129
5130         * po/POTFILES.in: 
5131
5132         Remove mdvi files that shouldn't be translated. 
5133
5134 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * shell/ev-view-private.h:
5137         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5138         (ev_view_set_zoom):
5139
5140         Render "loading..." text into a cairo surface instead of directly into
5141         the window so that fontconfig lock is only needed once and UI is not
5142         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5143
5144 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5147         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5148
5149         Use icon theme associated with the window screen rather than default. 
5150
5151 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5152
5153         * configure.ac:
5154
5155         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5156
5157 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5158
5159         * data/icons/*/apps/evince.*:
5160
5161         Move Evince icons under new apps directory.
5162
5163         * data/icons/*/actions/*:
5164
5165         Add new custom themeable Evince icons: view-page-continuous, 
5166         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5167         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5168
5169         * configure.ac:
5170
5171         Add new directories to AC_CONFIG_FILES.
5172
5173         * shell/ev-stock-icons.c:
5174         * shell/ev-stock-icons.h:
5175
5176         Use new custom themeable icons.
5177
5178 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5181
5182         Do not draw white background page in presentation mode. 
5183
5184 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5185
5186         * shell/ev-view.c: Remove unused gnome-vfs include.
5187
5188 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5189
5190         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5191         
5192         Format string is corrected, fixes bug #397129.
5193
5194 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5195
5196         * shell/ev-window.c: (ev_window_setup_recent):
5197
5198         Do not include in recent menu inexistent documents. Fixes
5199         bug #339171.
5200
5201 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5202
5203         * po/POTFILES.skip: 
5204
5205         Update POTFILES.skip file according to current source tree. 
5206
5207 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * shell/ev-window.c: (file_save_dialog_response_cb):
5210
5211         Do Save a copy in atomic way. Fixes bug #328266. 
5212
5213 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5216
5217         Keep selected cell always visible in index treeview.
5218
5219 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5220         
5221         * shell/ev-view.c: (ev_view_size_allocate):
5222
5223         Restore horizontal scrollbar after switching to/from fullscreen
5224         or presentation mode. Fixes bug #331728.
5225
5226 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * shell/ev-view-private.h:
5229         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5230         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5231         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5232         (ev_view_can_zoom_out):
5233
5234         Use max and min scale values in the view iby taking dpi into account. 
5235
5236 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * configure.ac:
5239         * NEWS:
5240
5241         Release 0.7.1
5242
5243 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5244
5245         * shell/ev-window.c: (ev_window_print_send):
5246
5247         Send print job to printer with some settings set to default values,
5248         since we have already exported to a file according to such settings
5249         and they could be taken twice by some printers. 
5250
5251 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * shell/ev-jobs.c: (ev_job_xfer_run):
5254         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5255
5256         Show main window and load document with the font-config lock held. 
5257
5258 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5259
5260         * configure.ac:
5261         * shell/ev-application.c: (ev_application_register_service):
5262         * shell/main.c: (load_files_remote):
5263
5264         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5265
5266 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * doc/debugging.txt:
5269         
5270         Remove obsolete documentation.
5271
5272 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * Makefile.am:
5275         * backend/Makefile.am:
5276         * backend/comics/Makefile.am:
5277         * backend/djvu/Makefile.am:
5278         * backend/dvi/Makefile.am:
5279         * backend/ev-async-renderer.c:
5280         * backend/ev-async-renderer.h:
5281         * backend/ev-attachment.c:
5282         * backend/ev-attachment.h:
5283         * backend/ev-backend-marshal.c:
5284         * backend/ev-document-factory.c:
5285         * backend/ev-document-factory.h:
5286         * backend/ev-document-find.c:
5287         * backend/ev-document-find.h:
5288         * backend/ev-document-fonts.c:
5289         * backend/ev-document-fonts.h:
5290         * backend/ev-document-images.c:
5291         * backend/ev-document-images.h:
5292         * backend/ev-document-info.h:
5293         * backend/ev-document-links.c:
5294         * backend/ev-document-links.h:
5295         * backend/ev-document-misc.c:
5296         * backend/ev-document-misc.h:
5297         * backend/ev-document-security.c:
5298         * backend/ev-document-security.h:
5299         * backend/ev-document-thumbnails.c:
5300         * backend/ev-document-thumbnails.h:
5301         * backend/ev-document-transition.c:
5302         * backend/ev-document-transition.h:
5303         * backend/ev-document.c:
5304         * backend/ev-document.h:
5305         * backend/ev-file-exporter.c:
5306         * backend/ev-file-exporter.h:
5307         * backend/ev-image.c:
5308         * backend/ev-image.h:
5309         * backend/ev-link-action.c:
5310         * backend/ev-link-action.h:
5311         * backend/ev-link-dest.c:
5312         * backend/ev-link-dest.h:
5313         * backend/ev-link.c:
5314         * backend/ev-link.h:
5315         * backend/ev-render-context.c:
5316         * backend/ev-render-context.h:
5317         * backend/ev-selection.c:
5318         * backend/ev-selection.h:
5319         * backend/impress/Makefile.am:
5320         * backend/pdf/Makefile.am:
5321         * backend/pixbuf/Makefile.am:
5322         * backend/ps/Makefile.am:
5323         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5324         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5325         (start_interpreter), (stop_interpreter), (document_load),
5326         (ps_document_next_page), (render_page):
5327         * backend/tiff/Makefile.am:
5328         * comics/Makefile.am:
5329         * comics/comics-document.c:
5330         * comics/comics-document.h:
5331         * configure.ac:
5332         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5333         * djvu/Makefile.am:
5334         * djvu/djvu-document-private.h:
5335         * djvu/djvu-document.c:
5336         * djvu/djvu-document.h:
5337         * djvu/djvu-links.c:
5338         * djvu/djvu-links.h:
5339         * djvu/djvu-text-page.c:
5340         * djvu/djvu-text-page.h:
5341         * djvu/djvu-text.c:
5342         * djvu/djvu-text.h:
5343         * dvi/Makefile.am:
5344         * dvi/dvi-document.c:
5345         * dvi/dvi-document.h:
5346         * dvi/fonts.c:
5347         * dvi/fonts.h:
5348         * dvi/mdvi-lib/Makefile.am:
5349         * dvi/mdvi-lib/afmparse.c:
5350         * dvi/mdvi-lib/afmparse.h:
5351         * dvi/mdvi-lib/bitmap.c:
5352         * dvi/mdvi-lib/bitmap.h:
5353         * dvi/mdvi-lib/color.c:
5354         * dvi/mdvi-lib/color.h:
5355         * dvi/mdvi-lib/common.c:
5356         * dvi/mdvi-lib/common.h:
5357         * dvi/mdvi-lib/defaults.h:
5358         * dvi/mdvi-lib/dvimisc.c:
5359         * dvi/mdvi-lib/dviopcodes.h:
5360         * dvi/mdvi-lib/dviread.c:
5361         * dvi/mdvi-lib/files.c:
5362         * dvi/mdvi-lib/font.c:
5363         * dvi/mdvi-lib/fontmap.c:
5364         * dvi/mdvi-lib/fontmap.h:
5365         * dvi/mdvi-lib/fontsrch.c:
5366         * dvi/mdvi-lib/gf.c:
5367         * dvi/mdvi-lib/hash.c:
5368         * dvi/mdvi-lib/hash.h:
5369         * dvi/mdvi-lib/list.c:
5370         * dvi/mdvi-lib/mdvi.h:
5371         * dvi/mdvi-lib/pagesel.c:
5372         * dvi/mdvi-lib/paper.c:
5373         * dvi/mdvi-lib/paper.h:
5374         * dvi/mdvi-lib/pk.c:
5375         * dvi/mdvi-lib/private.h:
5376         * dvi/mdvi-lib/setup.c:
5377         * dvi/mdvi-lib/sp-epsf.c:
5378         * dvi/mdvi-lib/special.c:
5379         * dvi/mdvi-lib/sysdeps.h:
5380         * dvi/mdvi-lib/t1.c:
5381         * dvi/mdvi-lib/tfm.c:
5382         * dvi/mdvi-lib/tfmfile.c:
5383         * dvi/mdvi-lib/tt.c:
5384         * dvi/mdvi-lib/util.c:
5385         * dvi/mdvi-lib/vf.c:
5386         * dvi/pixbuf-device.c:
5387         * dvi/pixbuf-device.h:
5388         * impress/Makefile.am:
5389         * impress/common.h:
5390         * impress/document.c:
5391         * impress/f_oasis.c:
5392         * impress/f_oo13.c:
5393         * impress/iksemel.c:
5394         * impress/iksemel.h:
5395         * impress/imposter.h:
5396         * impress/impress-document.c:
5397         * impress/impress-document.h:
5398         * impress/internal.h:
5399         * impress/r_back.c:
5400         * impress/r_draw.c:
5401         * impress/r_geometry.c:
5402         * impress/r_gradient.c:
5403         * impress/r_style.c:
5404         * impress/r_text.c:
5405         * impress/render.c:
5406         * impress/render.h:
5407         * impress/zip.c:
5408         * impress/zip.h:
5409         * lib/Makefile.am:
5410         * lib/ev-debug.c:
5411         * lib/ev-debug.h:
5412         * lib/ev-file-helpers.c:
5413         * lib/ev-file-helpers.h:
5414         * lib/ev-gui.c:
5415         * lib/ev-gui.h:
5416         * lib/ev-tooltip.c:
5417         * lib/ev-tooltip.h:
5418         * libdocument/Makefile.am:
5419         * libdocument/ev-file-helpers.c:
5420         * pdf/Makefile.am:
5421         * pdf/ev-poppler.cc:
5422         * pdf/ev-poppler.h:
5423         * pixbuf/Makefile.am:
5424         * pixbuf/pixbuf-document.c:
5425         * pixbuf/pixbuf-document.h:
5426         * properties/Makefile.am:
5427         * ps/Makefile.am:
5428         * ps/gsdefaults.c:
5429         * ps/gsdefaults.h:
5430         * ps/gsio.c:
5431         * ps/gsio.h:
5432         * ps/gstypes.h:
5433         * ps/ps-document.c:
5434         * ps/ps-document.h:
5435         * ps/ps.c:
5436         * ps/ps.h:
5437         * shell/Makefile.am:
5438         * shell/ev-application.h:
5439         * shell/ev-sidebar-links.c:
5440         * shell/ev-sidebar-links.h:
5441         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5442         (ev_gui_menu_position_tree_selection):
5443         * shell/ev-utils.h:
5444         * shell/ev-view.c: (ev_view_finalize):
5445         * shell/ev-window.c:
5446         * shell/main.c: (main):
5447         * thumbnailer/Makefile.am:
5448         * tiff/Makefile.am:
5449         * tiff/tiff-document.c:
5450         * tiff/tiff-document.h:
5451         * tiff/tiff2ps.c:
5452         * tiff/tiff2ps.h:
5453         
5454         Reorganize source tree.
5455
5456 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5457
5458         * backend/ev-document-factory.c:
5459
5460         Do not include ev-poppler.h when pdf is disabled. 
5461
5462 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * configure.ac:
5465         * data/evince-ui.xml:
5466         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5467         (pdf_document_document_images_iface_init):
5468         * backend/Makefile.am:
5469         * backend/ev-document-images.[ch]:
5470         * backend/ev-image.[ch]:
5471         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5472         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5473         (ev_job_xfer_run):
5474         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5475         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5476         (ev_pixbuf_cache_get_image_mapping):
5477         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5478         (view_menu_popup_cb), (ev_window_dispose),
5479         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5480         (ev_view_popup_cmd_copy_image):
5481         * shell/ev-view-private.h:
5482         * shell/ev-view.c: (ev_view_get_image_at_location),
5483         (ev_view_do_popup_menu), (ev_view_popup_menu),
5484         (ev_view_button_press_event), (ev_view_drag_data_get),
5485         (ev_view_drag_motion), (ev_view_drag_data_received),
5486         (ev_view_motion_notify_event), (ev_view_button_release_event),
5487         (ev_view_finalize), (ev_view_class_init):
5488
5489         Add image handling support. Fixes bugs #310008 and #325047. Images
5490         selection is not supported yet. 
5491
5492 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5493
5494         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5495         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5496         (ev_view_init):
5497
5498         Move view drag and drop stuff to ev-view.
5499
5500 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5501
5502         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5503         * shell/ev-view.c: (clear_selection): 
5504
5505         Clear selection also in pixbuf cache.
5506
5507 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5508
5509         * data/evince.desktop.in.in:
5510         
5511         Change icon name in desktop file. See bug #390734
5512         for details.
5513
5514 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5515
5516         * thumbnailer/Makefile.am:
5517
5518         Use top_builddir instead top_srcdir for generated schema
5519         file installation. Fixes bug #390161.
5520
5521 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * configure.ac:
5524         * backend/Makefile.am:
5525         * backend/ev-document-transition.[ch]:
5526         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5527         (pdf_document_page_transition_iface_init):
5528         * shell/ev-view-private.h:
5529         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5530         (ev_view_set_presentation), (transition_next_page),
5531         (ev_view_presentation_transition_stop),
5532         (ev_view_presentation_transition_start), (ev_view_next_page):
5533
5534         Add page transition support in presentation mode. At the moment only
5535         page duration is supported, but not transition effects. Fixes bug
5536         #309815.
5537
5538 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5539
5540         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5541
5542         Run find_link_dest with document lock held, since it's called by links
5543         thread and main thread at the same time. 
5544
5545 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5546
5547         * shell/ev-view.c: (goto_dest):
5548
5549         Update page-cache when page is changed by the view, so that
5550         page-changed signal is emitted. 
5551
5552 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * test/test1.py:
5555         * test/test2.py:
5556
5557         Use C locale in tests. 
5558
5559 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5560
5561         * shell/ev-window.c: (ev_window_run_presentation):
5562         * shell/ev-view-private.h:
5563         * shell/ev-view.c: (ev_view_set_presentation):
5564
5565         Restore zoom settings when back from presentation mode. 
5566
5567 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5568
5569         * shell/ev-window.c: (ev_window_run_presentation):
5570
5571         Always use "best fit" zoom in presentation mode.
5572         Fixes bug #389195.
5573
5574 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5575
5576         * shell/ev-view.c: (ev_view_goto_window_create):
5577
5578         Show "Jump to page" label in the page jumping popup in
5579         presentation mode instead of just a GtkEntry.
5580
5581 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * shell/ev-window.c: (launch_external_uri):
5584
5585         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5586         #378085.
5587
5588 2006-12-22  Elijah Newren  <newren gmail com>
5589
5590         * configure.ac: explicitly check for libxml2.  Fixes #388795
5591
5592 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5593
5594         * shell/ev-view-private.h:
5595         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5596         (ev_view_goto_window_delete_event), (key_is_numeric),
5597         (ev_view_goto_window_key_press_event),
5598         (ev_view_goto_window_button_press_event),
5599         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5600         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5601         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5602
5603         Allow jumping to another page by typing a page number in presentation
5604         mode. It uses a popup window with an entry. Fixes bug #353625.
5605
5606 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * configure.ac:
5609         * properties/ev-properties-view.c: (ev_get_default_user_units),
5610         (ev_regular_paper_size):
5611         
5612         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5613         to Damien Carbery <damien.carbery@sun.com> and
5614         Yevgen Muntyan <muntyan@tamu.edu>.
5615
5616 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5617
5618         * shell/ev-window.c: (setup_document_from_metadata):
5619
5620         Make sure Evince doesn't restore the view on the last
5621         page when a document is reopened. Fixes bug #383381.
5622
5623 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5624
5625         * shell/ev-view.c: (draw_loading_text):
5626
5627         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5628
5629 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5630
5631         * configure.ac:
5632         * NEWS:
5633
5634         Release 0.7.0
5635
5636 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5637
5638         * configure.ac:
5639         * pdf/ev-poppler.cc: (pdf_print_context_free),
5640         (pdf_document_file_exporter_begin),
5641         (pdf_document_file_exporter_do_page):
5642
5643         Make cairo-pdf depedency optional. 
5644
5645 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5648
5649         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5650
5651 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5654         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5655         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5656         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5657         * shell/ev-view.c: (draw_loading_text):
5658         * shell/ev-window.c: (ev_window_cmd_file_properties):
5659
5660         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5661         related to using FontConfig from different threads.
5662         
5663 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5664
5665         * shell/ev-view.c: (draw_loading_text):
5666
5667         Acquire lock document when drawing "Loading..." text so that only one
5668         thread will use FontConfig at the same time. Fixes bug #374750.
5669
5670 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5671
5672         * shell/ev-page-action.[ch]: (activate_cb):
5673         * shell/ev-window.c: (activate_label_cb):
5674
5675         Check if text inserted in page entry is a valid page number when it
5676         doesn't match to any document page label. Fixes bug #383165.
5677
5678 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5679         * shell/ev-window.c:
5680
5681         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5682         available with GTK < 2.10. Added an ifdef to avoid compilation
5683         error.
5684
5685 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * configure.ac:
5688         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5689
5690         Fix ps backend in multihead systems.
5691
5692 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5693
5694         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5695         * shell/ev-window.c: (ev_window_get_screen_dpi),
5696         (ev_window_update_actions), (setup_view_from_metadata),
5697         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5698
5699         Take screen DPI into account when zooming. Fixes bug #318285.
5700
5701 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5702
5703         * data/Makefile.am:
5704
5705         Cleaned up/slightly refactored Makefile.am. Added GConf
5706         schemas uninstallation as well.
5707
5708 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5709
5710         * Makefile.am:
5711         * test/Makefile.am:
5712
5713         Fight with autotools to fix make check. Make distcheck
5714         works fine as well now!
5715
5716 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5717
5718         * shell/ev-view.c: (draw_end_presentation_page):
5719
5720         Corrected "end of presentation" string.
5721
5722 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5723
5724         * shell/ev-view.c: (ev_view_key_press_event):
5725
5726         Correctly propagate key press event so that up/down keys
5727         work as expected (correct behaviour was broken by
5728         black/white screen key bindings for presentations).
5729
5730 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5733         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5734         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5735         (pdf_selection_get_selection_region),
5736         (pdf_selection_get_selection_map):
5737
5738         Add "static" to some private functions. 
5739
5740 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5741
5742         * lib/ev-tooltip.h:
5743         * properties/ev-properties-view.h:
5744         * shell/ev-jobs.h:
5745         * shell/ev-properties-dialog.h:
5746         * shell/ev-properties-fonts.h:
5747         * shell/ev-sidebar-links.h:
5748         * shell/ev-sidebar-thumbnails.h:
5749         * shell/ev-sidebar.h:
5750         * shell/ev-window.h:
5751         
5752         Fixes CHACK type in class casts. See bug #385343
5753         for details.
5754
5755 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5756
5757         * shell/ev-view-private.h:
5758         * shell/ev-view.c: (draw_end_presentation_page),
5759         (ev_view_expose_event), (ev_view_key_press_event),
5760         (ev_view_class_init), (ev_view_init):
5761
5762         Blank screen in presentation mode when pressing 'b' (filling with
5763         black) or 'w' (filling with white) keys. Fixes bug #358132.
5764
5765 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5766
5767         * data/evince-toolbar.xml:
5768         * shell/ev-window.c:
5769         
5770         Use stock icon for Select All action. Fixes
5771         bug #382652.
5772
5773 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5774
5775         * shell/ev-view.c: (get_doc_point_from_offset),
5776         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5777
5778         Add links support in rotated documents. Fixes bug #343733.
5779
5780 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5781
5782         * shell/ev-view-private.h:
5783         * shell/ev-view.c: (draw_end_presentation_page),
5784         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5785
5786         Show a blank page after the last page in presentation mode with a
5787         message indicating that presentation has finished and how to exit. 
5788
5789 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5790
5791         * shell/ev-window.c: (fullscreen_timeout_cb):
5792
5793         Hide cursor after a while in presentation mode. 
5794
5795 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5796
5797         * backend/ev-document-info.h:
5798         * data/evince-properties.glade:
5799         * pdf/ev-poppler.cc:
5800         * properties/ev-properties-view.c: (ev_regular_paper_size),
5801         (ev_properties_view_set_info):
5802         * ps/ps-document.c: (ps_document_get_info):
5803
5804         Adds a paper size field to the properties dialog. Fixes
5805         bug #307315. Patch by Kasper Svendsen (with some i18n
5806         changes done by me).
5807
5808 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5811         (screensaver_init_dbus), (totem_scrsaver_new),
5812         (totem_scrsaver_init):
5813         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5814         * shell/ev-application.c: (ev_application_register_service),
5815         (ev_application_screensaver_enable),
5816         (ev_application_screensaver_disable):
5817         * shell/ev-application.h:
5818         * shell/ev-window.c: (ev_window_run_presentation),
5819         (ev_window_stop_presentation), (build_comments_string),
5820         (ev_window_init):
5821         
5822         Move screensaver handling to application. No more
5823         message on startup.
5824
5825 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5826
5827         * configure.ac:
5828         * backend/Makefile.am:
5829         * backend/ev-file-exporter.[ch]:
5830         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5831         * ps/ps-document.c: (ps_document_file_exporter_*):
5832         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5833         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5834         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5835         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5836
5837         Allow printing to PDF when suppoted by the backend.
5838         
5839 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5840
5841         * shell/ev-window.c: (build_comments_string):
5842
5843         Use always "Document Viewer" in about dialog. 
5844
5845 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * djvu/djvu-document.c: (djvu_document_get_page_size):
5848
5849         Display a warning message when get_pageinfo fails. 
5850
5851 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5852
5853         * Makefile.am:
5854         * backend/Makefile.am:
5855         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5856         * configure.ac:
5857         * shell/ev-window.c: (build_comments_string):
5858         
5859         Make pdf compilation optional. See bug #38007.
5860
5861 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5862
5863         * ps/ps.c: (get_next_text):
5864
5865         Fix CVE-2006-5864.
5866
5867 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5868
5869         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5870         * shell/ev-navigation-action.c: (connect_proxy),
5871         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5872         
5873         Do not call g_type_class_peek_parent twice.
5874
5875 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * configure.ac:
5878         * data/icons/24x24/.cvsignore:
5879         * data/icons/24x24/Makefile.am:
5880         * data/icons/24x24/evince.png:
5881         * data/icons/Makefile.am:
5882         
5883         Add 24x24 icon. Thanks to 
5884         Michael Monreal <infernux@web.de>.
5885
5886 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5887
5888         * configure.ac: Fix typo in configure.ac. Thanks
5889         to dmacks@netspace.org for notification.
5890
5891 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5894         
5895         Drop dbus include, fixes compilation with older dbus.
5896
5897 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5898
5899         * configure.ac:
5900         * cut-n-paste/Makefile.am:
5901         * cut-n-paste/totem-screensaver/.cvsignore
5902         * cut-n-paste/totem-screensaver/Makefile.am:
5903         * cut-n-paste/totem-screensaver/README:
5904         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5905         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5906         * shell/Makefile.am:
5907         * shell/ev-window.c: (ev_window_run_presentation),
5908         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5909         (ev_window_init):
5910
5911         Implemented screensaver enabling/disabling for
5912         presentation mode (not fullscreen mode). Code stolen
5913         from Totem (with some minor tweaks). Fixes bug #338889.
5914
5915 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5916
5917         * configure.ac:
5918
5919         Bump gnome-icon-theme requirements. We use the rotation
5920         icons that appeared recently.
5921
5922 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * shell/ev-history.c: (ev_history_add_page):
5925         * shell/ev-history.h:
5926         * shell/ev-window.c: (page_changed_cb):
5927         
5928         Use page labels instead of numbers.
5929
5930 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * data/evince-toolbar.xml:
5933         * po/POTFILES.in:
5934         * shell/Makefile.am:
5935         * shell/ev-navigation-action-widget.c:
5936         (ev_navigation_action_widget_init),
5937         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5938         (menu_detacher), (ev_navigation_action_widget_set_menu),
5939         (menu_position_func), (popup_menu_under_arrow),
5940         (ev_navigation_action_widget_toggled),
5941         (ev_navigation_action_widget_button_press_event):
5942         * shell/ev-navigation-action-widget.h:
5943         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5944         (ev_navigation_action_set_window), (activate_menu_item_cb),
5945         (new_history_menu_item), (new_empty_history_menu_item),
5946         (build_menu), (menu_activated_cb), (connect_proxy),
5947         (create_tool_item), (ev_navigation_action_init),
5948         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5949         * shell/ev-navigation-action.h:
5950         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5951         (ev_page_action_widget_set_page_cache),
5952         (ev_page_action_widget_finalize),
5953         (ev_page_action_widget_class_init), (match_selected_cb),
5954         (display_completion_text), (match_completion), (build_new_tree_cb),
5955         (get_filter_model_from_model),
5956         (ev_page_action_widget_update_model):
5957         * shell/ev-page-action-widget.h:
5958         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5959         (connect_proxy):
5960         * shell/ev-page-action.h:
5961         * shell/ev-stock-icons.c:
5962         * shell/ev-stock-icons.h:
5963         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5964         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5965         (register_custom_actions):
5966         * shell/main.c:
5967         
5968         Preliminary history implementation
5969
5970 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5973         (dvi_document_class_init), (dvi_document_init_params):
5974         * dvi/mdvi-lib/font.c: (font_reference):
5975         
5976         Add reference to subfont. Fixes bug #374277.
5977
5978 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5979
5980         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5981         (ev_window_cmd_file_open_copy_at_dest):
5982
5983         Fix a race condition when creating symlink. Increase the counter
5984         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5985         Mathias Hasselmann).
5986
5987 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * backend/Makefile.am:
5990         * backend/ev-attachment.c: (ev_attachment_open):
5991         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5992         (ev_tmp_dir), (ev_tmp_filename):
5993         * shell/ev-sidebar-attachments.c:
5994         (ev_sidebar_attachments_drag_data_get):
5995         * shell/ev-window.c: (ev_window_clear_temp_file):
5996
5997         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5998         in ensure_dir_exists. Abort without crashing when we can't create
5999         user's directory.
6000
6001 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6002
6003         * data/evince-ui.xml:
6004         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6005         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6006         (ev_window_cmd_file_open_copy_at_dest),
6007         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6008         (ev_view_popup_cmd_open_link_new_window):
6009
6010         Allow opening a copy of the current document in a new window. Fixes bug
6011         #357472
6012
6013 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * data/evince-toolbar.xml:
6016         
6017         Add rotate right and rotate left to available items for toolbar.
6018         
6019         * data/evince-ui.xml:
6020         * shell/ev-window.c: (ev_window_init):
6021         
6022         Customize toolbar with right click. Fixes bug #372451.
6023
6024 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6025
6026         * shell/ev-window.c: 
6027         
6028         Use "object-rotate-{left,right}" stock icons. Fixes 
6029         bug #373863.
6030
6031 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6034         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6035         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6036         (ev_window_open_uri):
6037         * shell/main.c: (arguments_parse):
6038
6039         Remove temp file created when evince is used by GTK+ in
6040         preview mode. Fixes bug #365282. 
6041
6042 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6045         
6046         Fixes bug #372474 - Side pane disabled when entering 
6047         and leaving fullscreen mode.
6048
6049 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6052         * data/Makefile.am:
6053         * data/evince-preview-toolbar.xml:
6054         * data/evince-toolbar.xml:
6055         * shell/ev-application.c: (ev_application_shutdown),
6056         (ev_application_init), (ev_application_get_toolbars_model):
6057         * shell/ev-application.h:
6058         * shell/ev-window.c: (update_chrome_visibility),
6059         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6060         (ev_window_cmd_edit_toolbar), (ev_window_init):
6061         
6062         Fixes bug #364364 - toolbar editor shows zoom actions again.
6063
6064 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6065
6066         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6067
6068         Do not take margins into consideration for paper size when printing.
6069         Really fixes bug #350491.
6070
6071 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6072
6073         * data/evince-ui.xml:
6074         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6075         (ev_window_cmd_file_print_setup),
6076         (ev_window_print_dialog_response_cb),
6077         (ev_window_setup_action_sensitivity):
6078
6079         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6080
6081 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6082
6083         * shell/ev-window.c: (ev_window_print_range):
6084
6085         Revert my previuos commit, since printing to PDF is not supported by
6086         evince yet. 
6087
6088 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * shell/ev-window.c: (ev_window_print_range):
6091
6092         Enable print to a PDF. Fixes bug #332121.
6093
6094 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6095
6096         * shell/ev-application-service.xml:
6097         * shell/ev-application.[ch]: (ev_application_open_window),
6098         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6099         (ev_application_open_uri), (ev_application_open_uri_list):
6100         * shell/ev-window.c: (file_open_dialog_response_cb),
6101         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6102         (drag_data_received_cb), (open_remote_link):
6103         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6104
6105         Add support for multiscreen systems. Fixes bug #316206.
6106
6107 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6108
6109         * shell/ev-jobs.[ch]: (ev_job_print_new),
6110         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6111         (ev_job_print_do_page):
6112         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6113
6114         Allow printing only odd/even pages. Fixes bug #367289.
6115
6116 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6117
6118         * test/test1.py:
6119         * test/test2.py:
6120
6121         Re-add locale settings to test files.
6122
6123 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * data/evince-ui.xml:
6126         * shell/ev-window.c: (set_action_properties):
6127         
6128         Removed garbage from code and ui.
6129
6130 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6131
6132         * shell/ev-window.c: (ev_window_cmd_help_about):
6133
6134         Shamelessly add my name to the list of contributors.
6135
6136 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6137
6138         * test/test1.py:
6139         * test/test2.py:
6140
6141         Cleaned up the dogtail scripts.
6142
6143 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6144
6145         * shell/ev-view.c: (draw_loading_text): Don't render
6146         "loading..." text in presentation mode. Temporary
6147         workaround for bug #320352.
6148
6149 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6150
6151         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6152         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6153
6154         Use print settings scale, copies, collate and reverse which were
6155         ignored. Fixes bug #359032.
6156
6157 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6158
6159         * configure.ac:
6160         * data/evince-password.glade:
6161         * test/Makefile.am:
6162         * test/test-encrypt.pdf:
6163         * test/test-links.pdf:
6164         * test/test1.py:
6165         * test/test2.py:
6166
6167         Add automated UI tests for evince with dogtail. See
6168         bug #300948.    
6169
6170 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6171
6172         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6173
6174         Hide fullscreen toolbar when switching to another desktop workspace.
6175         Fixes bug #338871
6176
6177 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * shell/ev-window-title.c: 
6180         
6181         Test for .dvi in title of pdf documents.
6182
6183 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6184
6185         * shell/ev-view.c: (ev_view_scroll):
6186
6187         Page Up/Down should do page jumps in "Best fit" mode.
6188         If a user has explicitly chosen to view exactly one page
6189         at a time, scrolling just a part of the page when
6190         pressing Page Up/Down is not right. Fixes bug #323107.
6191
6192 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * NEWS:
6195         * configure.ac:
6196         
6197         Update for 0.6.1
6198
6199 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6202         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6203         
6204         Correctly disconnect from job signals on destroy.
6205
6206 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * shell/ev-view-private.h:
6209         * shell/ev-view.c: (view_set_adjustment_values),
6210         (view_update_range_and_current_page),
6211         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6212         
6213         Fixes bug #343199, current page now follows find page.
6214
6215 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6216
6217         * backend/ev-document-factory.c:
6218         * configure.ac:
6219         Assigned OpenDocument presenation MIME type to the
6220         Impress backend. Added some missing (but harmless)
6221         #ifdefs in the document factory as well to make things
6222         consistent again. Fixes bug #360658.
6223
6224 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6225
6226         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6227         * backend/ev-document-find.c: (ev_document_find_get_type):
6228         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6229         * backend/ev-document-links.c: (ev_document_links_get_type):
6230         * backend/ev-document-security.c: (ev_document_security_get_type):
6231         * backend/ev-document-thumbnails.c:
6232         (ev_document_thumbnails_get_type):
6233         * backend/ev-document.c: (ev_document_get_type):
6234         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6235         * backend/ev-selection.c: (ev_selection_get_type):
6236         * cut-n-paste/recent-files/egg-recent-model.c:
6237         (egg_recent_model_get_type):
6238         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6239         (egg_recent_view_uimanager_get_type):
6240         * cut-n-paste/recent-files/egg-recent-view.c:
6241         (egg_recent_view_get_type):
6242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6243         (egg_editable_toolbar_get_type):
6244         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6245         (egg_toolbar_editor_get_type):
6246         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6247         (egg_toolbars_model_get_type):
6248         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6249         (egg_tree_multi_drag_source_get_type):
6250         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6251         (ephy_zoom_action_get_type):
6252         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6253         (ephy_zoom_control_get_type):
6254         * impress/r_back.c: (_imp_fill_back):
6255         * properties/ev-properties-main.c:
6256         (ev_properties_plugin_register_type):
6257         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6258         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6259         (ev_view_accessible_factory_get_type):
6260
6261         Reduce relocations. Bug #360616.
6262
6263 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * backend/ev-document-factory.c:
6266         (ev_document_factory_get_document):
6267         
6268         Load document even if extension is wrong.
6269
6270 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-metadata-manager.c: (save_values):
6273         * shell/ev-window.c: (setup_size_from_metadata),
6274         (setup_view_from_metadata), (ev_window_setup_document),
6275         (ev_window_xfer_job_cb), (window_configure_event_cb):
6276         
6277         Set size according to the document size/page size ratio.
6278         That should correct rather wierd behaviour of the previous
6279         commit.
6280
6281 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6282
6283         * shell/ev-window.c: (setup_view_from_metadata):
6284         
6285         Set size for new windows from previous window size.
6286         See bugs #354968 and #168450 for details. Thanks
6287         to Meik Hellmund.
6288
6289 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6290
6291         * djvu/djvu-links.c: (build_tree):
6292
6293         Fix memory leak.
6294
6295 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6298         
6299         Don't make sidebar close button insensitive. Fixes
6300         bug #357871.
6301
6302 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6305         (ev_window_set_view_accels_sensitivity):
6306         
6307         Don't enable Slash on documents which don't support
6308         find. Fixes bug #358648.
6309
6310 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6311
6312         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6313         open dialog fall back to the current document uri if the
6314         filechooser hasn't been used before. Fixes bug #356980.
6315
6316 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6317
6318         * shell/ev-window.c: (ev_window_setup_recent), 
6319         (ev_window_get_recent_file_label):
6320
6321         Escape underscores in filenames of recent file items.
6322
6323 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * configure.ac:
6326         
6327         Bumped poppler requirements, really 0.5.3 is very 
6328         buggy, now we require 0.5.4.
6329
6330 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * djvu/Makefile.am:
6333         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6334         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6335         (djvu_document_document_links_iface_init):
6336         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6337         (number_from_string_10), (get_djvu_link_dest),
6338         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6339         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6340         (djvu_links_get_links), (djvu_links_find_link_dest),
6341         (djvu_links_get_links_model):
6342         * djvu/djvu-links.h:
6343         
6344         Add support for links and bookmarks in djvu documents. Thanks
6345         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6346         patch.
6347
6348 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6351         
6352         Reopen should reload document. Fixes 
6353         bug 327951.
6354
6355 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * configure.ac:
6358         * data/Makefile.am:
6359         * data/evince-16.png:
6360         * data/evince-22.png:
6361         * data/evince.png:
6362         * data/evince.svg:
6363         * data/icons/16x16/Makefile.am:
6364         * data/icons/16x16/evince.png:
6365         * data/icons/22x22/Makefile.am:
6366         * data/icons/22x22/evince.png:
6367         * data/icons/48x48/Makefile.am:
6368         * data/icons/48x48/evince.png:
6369         * data/icons/Makefile.am:
6370         * data/icons/scalable/Makefile.am:
6371         * data/icons/scalable/evince.svg:
6372         
6373         Install icons with correct names. Fixes
6374         bug #354429.
6375
6376 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6377
6378         * shell/ev-view.c: (ev_view_button_release_event):
6379
6380         Don't open links with middle mouse button. Fixes bug #353649
6381
6382 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * NEWS:
6385         * configure.ac:
6386         
6387         Update for release 0.6.0
6388
6389 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6392         Implement Close named action. Patch by Carlos Garcia Campos.
6393
6394 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6397         
6398         Don't clear link mapping on copy_job_to_job_info. Fixes
6399         bug 346168.
6400
6401 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6402
6403         * shell/main.c: (main):
6404
6405         Revert my previous commit, gnome_program_init owns the option context.
6406         Fix another memory leak in main. Both caught by Christian Persch. 
6407
6408 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6409
6410         * shell/main.c: (main):
6411
6412         Fix memory leak.
6413
6414 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6415
6416         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6417
6418         Fix crash when opening a pdf with password protection. 
6419
6420 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6421
6422         * pdf/ev-poppler.cc: (pdf_document_search_free):
6423
6424         Fix memory leak. 
6425
6426 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * backend/ev-document-factory.c:
6429         (ev_document_factory_get_document):
6430         * tiff/tiff-document.c: (tiff_document_finalize):
6431         
6432         More correct handling of document loading. Fixes
6433         bug #349043.
6434
6435 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6436
6437         * backend/ev-attachment.c: (ev_attachment_save):
6438
6439         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6440         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6441
6442 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6443         
6444         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6445         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6446
6447 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6448
6449         * shell/ev-sidebar-thumbnails.c:
6450
6451         Do not render thumbnails unless thumbnails page is active in the
6452         sidebar.
6453
6454 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6455
6456         * shell/ev-properties-dialog.c:
6457
6458         Fix dialogue spacing. Bug #351370.
6459
6460 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6461
6462         * configure.ac:
6463
6464         Use lowercase gettext catalog file names (evince.mo
6465         instead of Evince.mo)
6466
6467 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6468
6469         * shell/ev-sidebar-attachments.c:
6470
6471         GtkIconTheme is now screen safe too. Fixes bug #350878
6472
6473 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6474
6475         * shell/ev-window.c:
6476
6477         GtkRecent manager is now screen safe. Fixes bug #350145
6478
6479 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * shell/ev-sidebar.c: (ev_sidebar_init):
6482         
6483         Make sidebar close icon smaller. Fix for bug 350177.
6484         See also bugs 350176 and 165770.
6485
6486 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6487
6488         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6489
6490         Ignore zoom for xyz destinations when it's <= 1, keeping user
6491         preferences instead. Set correct sizing-mode for fith and fitv
6492         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6493
6494 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6495
6496         * NEWS:
6497         * configure.ac:
6498         
6499         Update for release 0.5.5
6500
6501 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6502         
6503         * shell/ev-window.c: (ev_window_cmd_escape)
6504
6505         Escape unfocus page entry. Fixes bug #345809.
6506
6507 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6508
6509         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6510         (build_tree), (pdf_document_links_get_links),
6511         (pdf_document_links_find_link_dest):
6512         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6513         (goto_xyz_dest):
6514
6515         Convert from PDF style coordinates to X style coordinates in the
6516         backend rather than in the view. Fixes bug #338440
6517
6518 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-window.c:
6521         
6522         Remove Ctrl+Shift+T shortcut for toolbars. See
6523         the bug #350098.
6524
6525 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6526
6527         * configure.ac:
6528
6529         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6530         of this. 
6531
6532 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6533
6534         * configure.ac:
6535         * cut-n-paste/Makefile.am:
6536         * data/evince-ui.xml:
6537         * shell/Makefile.am:
6538         * shell/ev-application.[ch]:
6539         * shell/ev-window.c:
6540
6541         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6542         #349273
6543
6544 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6545
6546         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6547         findbar code: s/help/search/
6548
6549 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6550
6551         * shell/ev-window.c: (setup_document_from_metadata),
6552         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6553         (setup_view_from_metadata):
6554         
6555         Fix memory leaks.
6556
6557 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6558
6559         * autogen.sh, configure.ac: 
6560         
6561         Update automake usage. See bug 349292.
6562
6563 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * shell/eggfindbar.c: (egg_find_bar_class_init),
6566         (entry_activate_callback), (egg_find_bar_init),
6567         (egg_find_bar_set_status_text):
6568         * shell/eggfindbar.h:
6569         
6570         Unify Evince findbar with Epiphany. Nice patch
6571         from Fabricio Silva <silva@crans.org> and
6572         Frederic Peters <fpeters@entrouvert.com>. See
6573         bug #339966 for details.
6574
6575 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * data/evince.desktop.in.in:
6578         
6579         Correct information for bugzilla. Thanks to
6580         Olaf Vitters, see bug #348855.
6581
6582 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6583
6584         * shell/ev-jobs.[ch]:
6585         * shell/ev-sidebar-links.c:
6586         * shell/ev-window.[ch]:
6587
6588         GtkPrintJob doesn't support print ranges or current page, so we export
6589         to a ps file now when printing ranges or current page.
6590
6591 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * pdf/ev-poppler.cc:
6594         * shell/ev-window.c: (do_action_named):
6595
6596         We should be more clear about bugzilla. See the
6597         poppler bug #7623.
6598
6599 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6600
6601         * configure.ac:
6602         * shell/Makefile.am:
6603         * shell/ev-job-queue.c:
6604         * shell/ev-jobs.[ch]:
6605         * shell/ev-sidebar-links.c:
6606         * shell/ev-window.[ch]:
6607         
6608         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6609         #348422
6610
6611 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6612
6613         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6614         * shell/ev-application-service.xml:
6615         * shell/ev-application.[ch]:
6616         * shell/ev-jobs.[ch]:
6617         * shell/ev-window.[ch]: (ev_window_run_preview):
6618         * shell/main.c: 
6619
6620         Add preview mode to use evince as a printing previewer. It also adds
6621         other command line options for fullscreen and presentation modes.
6622         Fixes bugs #347822, #317031
6623
6624 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * NEWS:
6627         * configure.ac:
6628         
6629         Update for release 0.5.4
6630
6631 2006-07-11  Bastien Nocera <hadess@hadess.net>
6632
6633         * Makefile.am:
6634         * backend/Makefile.am:
6635         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6636         * backend/ev-document-factory.h:
6637         * configure.ac:
6638         * impress/.cvsignore:
6639         * impress/Makefile.am:
6640         * impress/common.h:
6641         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6642         (imp_get_page), (imp_next_page), (imp_prev_page),
6643         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6644         * impress/f_oasis.c: (render_object), (render_page),
6645         (get_geometry), (_imp_oasis_load):
6646         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6647         (_imp_oo13_load):
6648         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6649         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6650         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6651         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6652         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6653         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6654         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6655         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6656         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6657         (iks_new_within), (iks_insert), (iks_insert_cdata),
6658         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6659         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6660         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6661         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6662         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6663         (iks_cdata), (iks_cdata_size), (iks_has_children),
6664         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6665         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6666         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6667         (iks_tree), (iks_load), (iks_save):
6668         * impress/iksemel.h:
6669         * impress/imposter.h:
6670         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6671         (imp_render_draw_bezier_real), (imp_render_get_size),
6672         (imp_render_set_fg_color), (imp_render_draw_line),
6673         (imp_render_draw_rect), (imp_render_draw_polygon),
6674         (imp_render_draw_arc), (imp_render_draw_bezier),
6675         (imp_render_open_image), (imp_render_get_image_size),
6676         (imp_render_scale_image), (imp_render_draw_image),
6677         (imp_render_close_image), (imp_render_markup),
6678         (imp_render_get_text_size), (imp_render_draw_text),
6679         (impress_document_load), (impress_document_save),
6680         (impress_document_get_n_pages), (impress_document_get_page_size),
6681         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6682         (impress_document_finalize), (impress_document_class_init),
6683         (impress_document_can_get_text), (impress_document_get_info),
6684         (impress_document_document_iface_init),
6685         (impress_document_thumbnails_get_thumbnail),
6686         (impress_document_thumbnails_get_dimensions),
6687         (impress_document_document_thumbnails_iface_init),
6688         (impress_document_init):
6689         * impress/impress-document.h:
6690         * impress/internal.h:
6691         * impress/r_back.c: (_imp_fill_back):
6692         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6693         (_imp_draw_image), (_imp_tile_image):
6694         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6695         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6696         (r_polyline):
6697         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6698         (r_draw_gradient_complex), (r_draw_gradient):
6699         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6700         (r_get_bullet):
6701         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6702         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6703         (r_text):
6704         * impress/render.c: (imp_create_context), (imp_context_set_page),
6705         (imp_context_set_step), (imp_render), (imp_delete_context):
6706         * impress/render.h:
6707         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6708         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6709         (zip_load_xml), (zip_get_size), (zip_load):
6710         * impress/zip.h:
6711         * shell/ev-utils.c:
6712         
6713         New backend to support impress slides. Fixes bug #30867.
6714
6715 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6716
6717         * shell/ev-utils.c: (using_postscript_printer):
6718         
6719         Fixes crash when print using PAPI backend,
6720         bug #345012.
6721
6722 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6723
6724         * shell/ev-jobs.c: (ev_job_xfer_run):
6725         * shell/ev-window.c: (password_dialog_response),
6726         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6727         (ev_window_dispose):
6728         Fixes bug #344160: if the xfer job doesn't complete
6729         because a password is required, reload the existing
6730         instance instead of creating a new one.
6731
6732 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * shell/main.c: (main): Call gdk_threads_init. Thus
6735         we'll avoid errors in auth dialog. Fix for the bug
6736         #343347.
6737
6738 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6739
6740         * configure.ac: Advertise pixbuf support, fix
6741         for the bug 343317.
6742
6743 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6746         (ev_sidebar_thumbnails_set_document):
6747         
6748         Update sidebar thumbnails after reloading.
6749
6750 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6753         * shell/ev-jobs.h:
6754         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6755         (ev_window_cmd_view_reload), (ev_window_init):
6756         
6757         Don't crash on reload. Fix for the bug #343167.
6758
6759 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * shell/ev-jobs.c: (ev_job_render_run):
6762         
6763         Check for document links.
6764
6765 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * backend/ev-attachment.c: (ev_attachment_save),
6768         (ev_attachment_launch_app), (ev_attachment_open):
6769         * backend/ev-document-factory.c: (get_document_from_uri):
6770         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6771         (egg_recent_view_uimanager_set_list):
6772         * ps/ps-document.c: (check_filecompressed), (document_load),
6773         (ps_document_load):
6774         * shell/ev-metadata-manager.c: (load_values):
6775         * shell/ev-password.c: (ev_password_dialog_set_property):
6776         * shell/ev-view.c: (tip_from_link):
6777         * shell/ev-window.c: (file_save_dialog_response_cb),
6778         (ev_window_print_dialog_response_cb):
6779         
6780         Use consistent quoting style. Fix for the bug #320285.
6781
6782 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * shell/ev-jobs.c: (ev_job_xfer_run):
6785         * shell/main.c: (load_files):
6786                 
6787         Open links with anchors. Fix for the bug #339836.
6788
6789 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6792         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6793         (ev_link_dest_set_property), (ev_link_dest_finalize),
6794         (ev_link_dest_class_init), (ev_link_dest_new_named),
6795         (ev_link_dest_new_page_label):
6796         * backend/ev-link-dest.h:
6797         * shell/ev-application.c: (ev_application_open_uri):
6798         * shell/ev-view.c: (goto_dest):
6799         * shell/ev-window.c:
6800         * shell/ev-window.h:
6801         
6802         Fix page-label command line option. Bug #342070.
6803
6804 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6805
6806         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6807         
6808         Don't show highlight rects if page can't be showed. Fix for 
6809         the bug #342076
6810
6811 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812
6813         * shell/ev-window.c: (setup_sidebar_from_metadata),
6814         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6815         
6816         Setup sidebar from metadata even if there is no document
6817         loaded. Fix for the bug #342807.
6818
6819 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * cut-n-paste/toolbar-editor/Makefile.am:
6822         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6823         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6824         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6825         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6826         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6827         (popup_context_menu_cb), (button_press_event_cb),
6828         (configure_item_sensitivity), (configure_item_cursor),
6829         (configure_item_tooltip), (connect_widget_signals),
6830         (action_sensitive_cb), (create_item_from_action),
6831         (create_item_from_position), (toolbar_drag_data_received_cb),
6832         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6833         (toolbar_drag_leave_cb), (configure_drag_dest),
6834         (toggled_visibility_cb), (toolbar_visibility_refresh),
6835         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6836         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6837         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6838         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6839         (egg_editable_toolbar_dispose),
6840         (egg_editable_toolbar_set_ui_manager),
6841         (egg_editable_toolbar_get_selected),
6842         (egg_editable_toolbar_set_selected), (set_edit_mode),
6843         (egg_editable_toolbar_set_property),
6844         (egg_editable_toolbar_get_property),
6845         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6846         (egg_editable_toolbar_new_with_model),
6847         (egg_editable_toolbar_get_edit_mode),
6848         (egg_editable_toolbar_set_edit_mode),
6849         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6850         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6851         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6852         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6853         (item_added_or_removed_cb), (toolbar_removed_cb),
6854         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6855         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6856         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6857         (editor_create_item_from_name), (append_table),
6858         (update_editor_sheet), (egg_toolbar_editor_init):
6859         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6860         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6861         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6862         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6863         (toolbar_node_free), (egg_toolbars_model_get_flags),
6864         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6865         (egg_toolbars_model_get_name), (impl_add_item),
6866         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6867         (parse_data_list), (parse_item_list), (parse_toolbars),
6868         (egg_toolbars_model_load_toolbars), (parse_available_list),
6869         (parse_names), (egg_toolbars_model_load_names),
6870         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6871         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6872         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6873         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6874         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6875         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6876         (egg_toolbars_model_set_types), (fill_avail_array),
6877         (egg_toolbars_model_get_name_avail),
6878         (egg_toolbars_model_get_name_flags),
6879         (egg_toolbars_model_set_name_flags):
6880         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6881         * cut-n-paste/toolbar-editor/eggintl.h:
6882         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6883         (egg_tree_multi_drag_source_get_type),
6884         (egg_tree_multi_drag_source_row_draggable),
6885         (egg_tree_multi_drag_source_drag_data_delete),
6886         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6887         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6888         (path_list_free), (set_context_data), (get_context_data),
6889         (get_info), (egg_tree_multi_drag_drag_data_get),
6890         (egg_tree_multi_drag_motion_event),
6891         (egg_tree_multi_drag_button_press_event),
6892         (egg_tree_multi_drag_add_drag_support):
6893         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6894         * shell/ev-application.c: (ev_application_init),
6895         (ev_application_save_toolbars_model):
6896         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6897         (ev_window_cmd_edit_toolbar), (ev_window_init):
6898         
6899         Sync toolbareditor with epiphany and libegg
6900
6901 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6902
6903         * configure.ac: 
6904
6905         Depend on poppler 0.5.2
6906
6907 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * shell/ev-jobs.c: (ev_job_render_run):
6910         
6911         Check if document supports links iterface.
6912
6913 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * NEWS:
6916         * configure.ac:
6917         
6918         Update for release 0.5.3
6919
6920 2006-05-13  Michael Plump  <plumpy@skylab.org>
6921
6922         * configure.ac:
6923         * shell/Makefile.am:
6924         * shell/main.c: (main):
6925         
6926         Port to GOption command line parsing. Fix for the 
6927         bug #327518
6928
6929 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-window.c: (ev_window_cmd_help_about):
6932         
6933         Do not wrap license. Fix for the bug #309460.
6934
6935 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * configure.ac:
6938         * properties/ev-properties-main.c: (ev_properties_get_pages):
6939         * shell/ev-application.c: (ev_application_open_window),
6940         (ev_application_open_uri_at_dest):
6941         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6942         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6943         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6944         * shell/ev-utils.c: (save_print_config_to_file):
6945         * shell/ev-window.c: (ev_window_cmd_save_as),
6946         (ev_attachment_popup_cmd_save_attachment_as):
6947         * shell/main.c: (load_files_remote):
6948         
6949         Bump requirements to gtk 2.8 and drop all ifdefs used.
6950
6951 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6952
6953         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6954         * shell/ev-window.c: (ev_window_init):
6955         
6956         Show attachments page.
6957
6958 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6959
6960         * po/POTFILES.in:
6961         * shell/ev-attachment-bar.c:
6962         * shell/ev-attachment-bar.h:
6963         * shell/ev-sidebar-attachments.c:
6964         (ev_sidebar_attachments_icon_cache_add),
6965         (icon_theme_get_pixbuf_from_mime_type),
6966         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6967         (ev_sidebar_attachments_icon_cache_refresh),
6968         (ev_sidebar_attachments_get_attachment_at_pos),
6969         (ev_sidebar_attachments_popup_menu_show),
6970         (ev_sidebar_attachments_popup_menu),
6971         (ev_sidebar_attachments_button_press),
6972         (ev_sidebar_attachments_update_icons),
6973         (ev_sidebar_attachments_drag_data_get),
6974         (ev_sidebar_attachments_get_property),
6975         (ev_sidebar_attachments_destroy),
6976         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6977         (ev_sidebar_attachments_new),
6978         (ev_sidebar_attachments_set_document),
6979         (ev_sidebar_attachments_support_document),
6980         (ev_sidebar_attachments_get_label),
6981         (ev_sidebar_attachments_page_iface_init):
6982         * shell/ev-sidebar-attachments.h:
6983         * shell/ev-window.c: (update_chrome_visibility),
6984         (setup_sidebar_from_metadata), (ev_window_setup_document),
6985         (ev_window_sidebar_current_page_changed_cb),
6986         (attachment_bar_menu_popup_cb), (ev_window_init):
6987         
6988         Move attachments bar to sidebar.
6989
6990 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6991
6992         * pdf/ev-poppler.cc:
6993         * shell/ev-application.[ch]:
6994         * shell/main.c:
6995
6996         Fix some memory leaks.
6997
6998 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6999
7000         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7001
7002         Change the properties dialog response to
7003         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7004         will make the dialog go away when the user presses
7005         enter. With gtk+ >= 2.9 this will happen anyway, but for
7006         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7007         escape by default. Fixes bug #340539. See also bug
7008         #101293 for the gtk+ part.
7009
7010 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7011
7012         * shell/ev-view.c (tip_from_action_named): Replace some strings
7013         that were wrong. Closes #340970.
7014
7015 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7016
7017         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7018
7019         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7020         #341049
7021
7022 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * djvu/Makefile.am:
7025         * dvi/Makefile.am:
7026         * dvi/mdvi-lib/Makefile.am:
7027         * properties/Makefile.am:
7028         * ps/Makefile.am:
7029         * shell/Makefile.am:
7030         * thumbnailer/Makefile.am:
7031         
7032         Due to broken libtool that is unable to track dependencies
7033         of noinst libraries we are forced to explicitely point
7034         libraries for binary. Fix for the bug #333334.
7035
7036 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * data/evince.desktop.in.in:
7039         * shell/ev-view.c: (view_update_range_and_current_page),
7040         (ev_view_next_page), (ev_view_previous_page):
7041         * shell/ev-window.c: (update_chrome_visibility),
7042         (setup_sidebar_from_metadata), (ev_window_setup_document),
7043         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7044         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7045         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7046         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7047         (ev_window_stop_presentation), (ev_window_focus_in_event),
7048         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7049         (ev_window_init):
7050         * thumbnailer/Makefile.am:
7051         
7052         Update fullscreen and presentation timeout handling. Hide
7053         cursor in presentation after timeout. Fix for the bugs
7054         #136359 and #336981.
7055
7056 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7057
7058         * backend/ev-link-action.[ch]:
7059         * pdf/ev-poppler.cc: (ev_link_from_action):
7060         * shell/ev-view-private.h:
7061         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7062         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7063
7064         Add support for Named Action links
7065
7066 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7067
7068         * backend/Makefile.am:
7069         * backend/ev-document-links.[ch]:
7070         * backend/ev-document.[ch]:
7071         * backend/ev-link-action.[ch]:
7072         * backend/ev-link-dest.[ch]:
7073         * backend/ev-link.[ch]:
7074         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7075         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7076         * shell/ev-page-action.c: (build_new_tree_cb):
7077         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7078         (links_page_num_func), (update_page_callback):
7079         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7080         (tip_from_link):
7081         * shell/ev-jobs.c:
7082         * shell/ev-window.[ch]: (ev_window_open_uri),
7083         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7084         * shell/ev-application.[ch]: (ev_application_open_window),
7085         (ev_application_open_uri):
7086
7087         Rework links system, it adds support for remote links now and it makes
7088         easier to add new kinds of actions and destinations. Fixes bug #317292
7089
7090 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091
7092         * data/Makefile.am:
7093         * data/evince.png:
7094         * data/evince-16.png:
7095         * data/evince-22.png:
7096         * data/evince.svg:
7097         * shell/main.c: (main):
7098         
7099         Evince use it's own icon. Fix for the bug #313392.
7100
7101         * shell/ev-window.c: (fullscreen_timeout_cb),
7102         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7103         (ev_window_cmd_help_about), (ev_window_dispose):
7104         
7105         Simplify fullscreen timeout code.
7106
7107 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7108
7109         * backend/ev-attachment.c: 
7110         * shell/ev-attachment-bar.c:
7111         * shell/ev-window.c:
7112
7113         Allow multiple selection of attachments
7114
7115 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * shell/ev-view.c: (view_update_range_and_current_page),
7118         (ev_view_scroll):
7119         
7120         Fix for the bug #312573 – Optimal selection of current 
7121         page among visible pages.
7122
7123 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * configure.ac:
7126         * djvu/Makefile.am:
7127         * djvu/djvu-text.h:
7128         
7129         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7130         for the bug 339868.
7131
7132 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7133
7134         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7135
7136 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7137
7138         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7139         dictated by the GNOME HIG. Fixes bug #339235.
7140
7141 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7142
7143         * data/evince-ui.xml:
7144         * shell/ev-view.c: (ev_view_can_find_previous):
7145         * shell/ev-view.h:
7146         * shell/ev-window.c: (ev_window_update_actions),
7147         (ev_window_cmd_edit_find_previous):
7148
7149         Add support for "Find Previous" as dictated by the GNOME HIG. A
7150         menu item is added and some glue code to make it all work is added
7151         to various files.
7152
7153 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7154
7155         * configure.ac: Award myself the "useless use of cat" award.
7156
7157 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7158
7159         * po/LINGUAS: New file listing all supported languages.
7160
7161         * configure.in: Use po/LINGUAS instead of including all languages
7162         directly in this file. See the wiki for more information:
7163         http://live.gnome.org/GnomeGoals/PoLinguas
7164
7165 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7166
7167         * backend/ev-document-factory.c:
7168
7169         Do not load the document twice when there isn't errors
7170
7171 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7172
7173         * backend/ev-attachment.c: 
7174
7175         Fix a crash when there isn't a default application to open an
7176         attachment
7177
7178 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7179
7180         * backend/ev-attachment.[ch]:
7181         * shell/ev-attachment-bar.[ch]:
7182
7183         Added missing files. 
7184
7185 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7186
7187         * backend/Makefile.am:
7188         * data/evince-ui.xml:
7189         * backend/ev-attachment.[ch]:
7190         * backend/ev-document.[ch]: (ev_document_has_attachments),
7191         (ev_document_get_attachments):
7192         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7193         (attachment_save_to_buffer), (pdf_document_get_attachments),
7194         (pdf_document_document_iface_init):
7195         * shell/Makefile.am:
7196         * shell/ev-attachment-bar.[ch]:
7197         * shell/ev-window.c:
7198
7199         Add support for PDF attachments. Fixes bug #325143
7200
7201 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * backend/ev-document-factory.c: (get_document_from_uri),
7204         (ev_document_factory_get_document):
7205         * backend/ev-document-factory.h:
7206         * properties/ev-properties-main.c: (ev_properties_get_pages):
7207         * shell/Makefile.am:
7208         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7209         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7210         (ev_job_queue_remove_job):
7211         * shell/ev-job-queue.h:
7212         * shell/ev-job-xfer.c:
7213         * shell/ev-job-xfer.h:
7214         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7215         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7216         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7217         (ev_job_xfer_run):
7218         * shell/ev-jobs.h:
7219         * shell/ev-window.c: (ev_window_is_empty),
7220         (password_dialog_response), (ev_window_clear_xfer_job),
7221         (ev_window_xfer_job_cb), (ev_window_open_uri),
7222         (ev_window_cmd_focus_page_selector),
7223         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7224         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7225         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7226         (ev_window_dispose):
7227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7228         
7229         * Cleanup mime type detection on document load. Fix for the
7230         bug #336448.
7231
7232 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7235         
7236         Fix crash on exit, described in the bug #336825.
7237
7238 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * backend/ev-document-factory.c:
7241         (ev_document_factory_get_from_mime),
7242         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7243         (ev_document_factory_get_document),
7244         (file_filter_add_mime_list_and_free),
7245         (ev_document_factory_add_filters):
7246         * backend/ev-document-factory.h:
7247         * properties/ev-properties-main.c: (ev_properties_get_pages):
7248         * shell/Makefile.am:
7249         * shell/ev-application.c:
7250         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7251         * shell/ev-window.c: (ev_window_cmd_file_open),
7252         (ev_window_cmd_save_as):
7253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7254         
7255         Rework factory functions so they are placed now in a single 
7256         file ev-document-factory.c
7257
7258 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * shell/ev-window.c: (update_chrome_visibility):
7261         
7262         Fix for the bug 166566 - don't show menubar in fullscreen
7263         mode.
7264
7265 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7266
7267         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7268
7269 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7270
7271         * shell/ev-view.c: (ev_view_expose_event):
7272         
7273         More correctly draw loading text when document
7274         is empty.
7275
7276 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7277
7278         * shell/ev-view.c: (ev_view_scroll):
7279         
7280         Fix for the bug #334854, page down and page up switch
7281         pages in presentation mode.
7282
7283 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7284
7285         * shell/ev-window.c: (ev_window_set_action_sensitive),
7286         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7287         (ev_window_set_view_accels_sensitivity),
7288         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7289         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7290         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7291         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7292         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7293         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7294         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7295         (view_actions_focus_in_cb), (ev_window_init):
7296         
7297         Fix for the bug #333902, now it's possible to search
7298         words with slash.
7299
7300 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7301
7302         * configure.ac: Added Breton translation.
7303         * po/br.po: Added Breton translation.
7304
7305 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7306
7307         * shell/ev-window-title (ev_window_title_update):
7308
7309         Fix memory leak in window title. Fixes bug #333944
7310
7311 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7312
7313         * shell/ev-metadata-manager.c (parseItem):
7314
7315         Fix memory leaks. Fixes bug #333945
7316
7317 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7318         
7319         * NEWS, configure.ac, TODO:
7320         
7321         Update for release 0.5.2.
7322
7323 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7324
7325         * shell/ev-view.c: (view_update_range_and_current_page),
7326         (page_changed_cb):
7327         
7328         Don't jump on scrolling, fix for the bug #333127.
7329
7330 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7333         
7334         Scroll by one page in presentation mode. Fix for the bug
7335         #332993.
7336
7337 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7338
7339         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7340
7341 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7342
7343         * configure.ac  Added lv in ALL_LINGUAS line.
7344
7345 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7346         
7347         * NEWS, configure.ac:
7348         
7349         Update for release 0.5.1
7350
7351 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7352
7353         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7354         * backend/ev-document-misc.h:
7355         * shell/ev-view.c: (draw_one_page):
7356         
7357          Clairfy what page the toolbar page number applies to. Fix
7358          for the bug #328102.
7359
7360 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7361
7362         * shell/ev-view-private.h:
7363         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7364         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7365         (ev_view_search_changed):
7366         * shell/ev-view.h:
7367         * shell/ev-window.c: (find_bar_search_changed_cb):
7368         
7369         Dont't jump to find result if window was scrolled during search.
7370         Fix for the bug #313266.
7371
7372 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7373
7374         * shell/eggfindbar.c: (egg_find_bar_class_init):
7375         * shell/eggfindbar.h:
7376         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7377         * shell/ev-view-private.h:
7378         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7379         (ev_view_class_init), (ev_sizing_mode_get_type),
7380         (ev_scroll_type_get_type):
7381         * shell/ev-view.h:
7382         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7383         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7384         (ev_window_init):
7385         
7386         Fix for the bug 319133 - Find entry should allow text scroll.
7387
7388 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7389
7390         * shell/ev-view-private.h:
7391         * shell/ev-view.c: (view_update_range_and_current_page),
7392         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7393         (ev_view_set_document), (update_find_status_message),
7394         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7395         (ev_view_find_previous):
7396         
7397         Fix for the bug #319137. Search now takes account for scrolling.
7398
7399 2006-02-19  Michael Hofmann <mh21@piware.de>
7400
7401         * configure.ac:
7402         * djvu/Makefile.am:
7403         * djvu/djvu-document-private.h:
7404         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7405         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7406         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7407         (djvu_document_can_get_text), (djvu_document_get_text),
7408         (djvu_document_document_iface_init),
7409         (djvu_document_thumbnails_get_thumbnail),
7410         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7411         (djvu_document_find_get_result),
7412         (djvu_document_find_page_has_results),
7413         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7414         (djvu_document_find_iface_init):
7415         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7416         (djvu_text_page_selection), (djvu_text_page_limits_process),
7417         (djvu_text_page_limits), (djvu_text_page_copy),
7418         (djvu_text_page_position), (djvu_text_page_union),
7419         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7420         (djvu_text_page_box), (djvu_text_page_append_text),
7421         (djvu_text_page_search), (djvu_text_page_prepare_search),
7422         (djvu_text_page_new), (djvu_text_page_free):
7423         * djvu/djvu-text-page.h:
7424         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7425         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7426         (djvu_text_n_results), (djvu_text_has_results),
7427         (djvu_text_get_result), (djvu_text_get_progress):
7428         * djvu/djvu-text.h:
7429         
7430         Text search in djvu. Fix for the bug #303415.
7431
7432 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * configure.ac:
7435         * shell/ev-window.c: (ev_window_cmd_save_as):
7436         
7437         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7438         Thanks to Gary Coady <gary@lyranthe.org>
7439
7440 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * shell/ev-print-job.c: (idle_print_handler):
7443         
7444         Inverse order printing, bug #320919.
7445
7446 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * data/evince-toolbar.xml:
7449         * shell/ev-window.c:
7450         
7451         Allow to add sidebar checkbutton on toolbar. Fix
7452         for the bug #144577.
7453
7454 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7455
7456         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7457         
7458         Add checks that have sense for empty ps document.
7459
7460 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7461
7462         * configure.ac: Include PS in mime types list. 
7463
7464 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * configure.ac:
7467         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7468         * ps/gsdefaults.h:
7469         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7470         
7471         Runtime check for gs interpreter. Fix for the bug #320868.
7472         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7473
7474 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7475
7476         * shell/ev-application.c: 
7477
7478         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7479         dbus>=0.60, so that the request is not queued. 
7480
7481 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * configure.ac:
7484         * shell/Makefile.am:
7485         * shell/ev-sidebar-links.c: (print_section_cb):
7486         * shell/ev-utils.c:
7487         * shell/ev-utils.h:
7488         * shell/ev-window.c: (update_action_sensitivity),
7489         (ev_window_close_dialogs), (ev_window_print):
7490         * shell/ev-window.h:
7491         
7492         Make printing support optional. Patch from Eduardo de Barros Lima
7493         <eduardo.lima@indt.org.br> for the bug #330546.
7494
7495 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * shell/ev-view-private.h:
7498         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7499         (ev_view_set_document):
7500         * shell/ev-view.h:
7501         * shell/ev-window.c: (ev_window_load_job_cb),
7502         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7503         (ev_window_init):
7504
7505         Draw Loading message during xfer job. Fix for the bug #329495.
7506
7507 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7508
7509         * comics/comics-document.c: (comics_regex_quote),
7510         (comics_document_load), (extract_argv):
7511         
7512         Correcly quote regexp before passing it to unzip.
7513
7514 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7515
7516         * shell/ev-page-cache.c: (build_height_to_page),
7517         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7518         (ev_page_cache_get_dual_even_left):
7519         * shell/ev-page-cache.h:
7520         * shell/ev-view.c: (view_update_range_and_current_page),
7521         (get_page_y_offset), (get_page_extents):
7522         
7523         Place even pages to the left if document has less then
7524         two pages. Fix for the bug #328856.
7525
7526 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7529         
7530         Correct comics scheme. This make evince create thumbnails
7531         for comic books. Fix for the bug 329088.
7532
7533 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7534
7535         * data/evince-password.glade: Don't explicitly set
7536         invisible_char to the current default value in case
7537         the default changes; let GTK+ do its magic.
7538
7539 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7540
7541         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7542         real filename to tmp filename since often document
7543         type is determined by extension.
7544
7545 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7546
7547         * shell/ev-view.c: (add_scroll_binding_keypad),
7548         (ev_view_binding_activated), (ev_view_class_init):
7549         
7550         Add keybindings for percision-scrolling of display area. 
7551         Fix for the bug #314072.
7552
7553 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * data/evince.desktop.in.in:
7556         
7557         Add GTK to the list of categories. Fix for the bug #328034.
7558
7559 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7560
7561         * shell/ev-application.c: (ev_application_shutdown),
7562         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7563         * shell/ev-application.h:
7564         * shell/ev-window.c: (file_open_dialog_response_cb),
7565         (ev_window_cmd_file_open):
7566         
7567         Save last uri in file chooser dialog. Fix for the bug #327950.
7568
7569 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * NEWS:
7572         * README:
7573         
7574         Final update for release 0.5.0
7575         
7576         * shell/Makefile.am:
7577         
7578         Remove disable deprecated until we'll require libgnome-2.13.7
7579         and port to GOption argument parsing. See bug 327518.
7580
7581 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7582
7583         * comics/comics-document.c: (comics_document_save):
7584         * djvu/djvu-document.c: (djvu_document_save):
7585         * dvi/dvi-document.c: (dvi_document_save):
7586         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7587         * lib/ev-file-helpers.h:
7588         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7589         * tiff/tiff-document.c: (tiff_document_save):
7590         
7591         Use common save function for backends.
7592
7593 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7594
7595         * backend/ev-document-types.c:
7596         
7597         Fix crash on saving pixbuf.
7598
7599 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7600
7601         * cut-n-paste/recent-files/egg-recent-item.c:
7602         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7603         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7604         (parse_info_free), (valid_element), (start_element_handler),
7605         (end_element_handler), (text_handler), (egg_recent_model_filter),
7606         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7607         (egg_recent_model_monitor), (egg_recent_model_read),
7608         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7609         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7610         (egg_recent_model_set_property), (egg_recent_model_class_init),
7611         (egg_recent_model_init), (egg_recent_model_add_full),
7612         (egg_recent_model_delete), (egg_recent_model_get_list),
7613         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7614         (egg_recent_model_set_filter_mime_types),
7615         (egg_recent_model_clear_group_filter),
7616         (egg_recent_model_set_filter_groups),
7617         (egg_recent_model_clear_scheme_filter),
7618         (egg_recent_model_set_filter_uri_schemes),
7619         (egg_recent_model_remove_expired):
7620         * cut-n-paste/recent-files/egg-recent-util.c:
7621         (egg_recent_util_get_icon):
7622         * cut-n-paste/recent-files/egg-recent-util.h:
7623         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7624         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7625         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7626         (egg_recent_view_uimanager_set_property),
7627         (egg_recent_view_uimanager_get_property),
7628         (egg_recent_view_uimanager_class_init),
7629         (egg_recent_view_uimanager_init),
7630         (egg_recent_view_uimanager_set_label_width),
7631         (egg_recent_view_uimanager_get_label_width):
7632         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7633         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7634         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7635         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7636         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7637         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7638         
7639         Update from libegg.
7640
7641 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * shell/ev-page-cache.c: (build_height_to_page),
7644         (ev_page_cache_get_height_to_page):
7645         * shell/ev-page-cache.h:
7646         * shell/ev-view.c: (view_update_range_and_current_page),
7647         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7648         (ev_view_previous_page):
7649         
7650         Dual mode places even pages to the left. Fix for the bug #309393.
7651
7652         * shell/ev-view.h:
7653         * shell/ev-window.c: (update_action_sensitivity),
7654         (setup_view_from_metadata), (view_menu_popup_cb):
7655         
7656         Don't restore presentation in empty windows, more intelligent
7657         next page behaviour in dual mode.
7658
7659         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7660         (ev_pixbuf_cache_clear_job_sizes):
7661         
7662         Cleanup job callback on removal. Fix for the bug #325886.
7663
7664 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * ps/ps.c: (psscan):
7667         
7668         Commit workaround Mozilla problem. Fix for the bug #325919
7669         
7670         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7671         (save_item):
7672         
7673         Fix for year 2038 problem.
7674
7675 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * shell/ev-window.c: (setup_document_from_metadata),
7678         (ev_window_cmd_view_reload):
7679
7680         Clamp page recieved from metadata in valid values. Fix
7681         for the bug #325986.
7682
7683 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * MAINTAINERS: 
7686         Add MAINTAINERS as requested on desktop-devel-list.
7687
7688 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7691         (mime_type_supported_by_gdk_pixbuf),
7692         (ev_document_factory_get_mime_types),
7693         (ev_document_factory_get_all_mime_types):
7694         
7695         Don't add pixbuf mime types if pixbuf backend is disabled.
7696         
7697         * shell/ev-application.c: (ev_application_get_uri_window):
7698         
7699         Fix for the bug 325815 - unhandled MIME type message doesn't 
7700         appear a second time. 
7701         
7702         * shell/ev-document-types.c: (ev_document_types_add_filters):
7703         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7704         (password_dialog_response), (ev_window_popup_password_dialog),
7705         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7706         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7707         (ev_window_run_presentation), (ev_window_stop_presentation),
7708         (save_sizing_mode), (ev_window_zoom_changed_cb),
7709         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7710         (ev_window_dual_mode_changed_cb),
7711         (ev_window_sidebar_current_page_changed_cb),
7712         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7713         (window_state_event_cb), (window_configure_event_cb):
7714         
7715         Cleanup additional uris holded by EvWindow.
7716
7717 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7720         (ev_view_can_previous_page), (ev_view_can_next_page):
7721         * shell/ev-view.h:
7722         * shell/ev-window.c: (update_action_sensitivity):
7723         
7724         Two page scrolling with Space and PageUp in dual mode. Second fix 
7725         for the bug #316608.
7726
7727 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * shell/ev-view.c: (scroll_to_current_page):
7730         
7731         Correctly clamp adjustment value. Fix for the bug
7732         #325808.
7733
7734 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-sidebar-links.c: (print_section_cb):
7737         * shell/ev-window.c: (ev_window_get_uri),
7738         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7739         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7740         (ev_window_dispose):
7741         
7742         Make print dialog non-modal. Fix for the bug #325622.
7743
7744 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * shell/ev-metadata-manager.c:
7747         * shell/ev-utils.c: (using_pdf_printer),
7748         (using_postscript_printer), (load_print_config_from_file),
7749         (save_print_config_to_file):
7750         * shell/ev-utils.h:
7751         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7752         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7753         (setup_view_from_metadata), (ev_window_setup_document),
7754         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7755         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7756         (ev_window_run_presentation), (ev_window_stop_presentation),
7757         (save_sizing_mode), (ev_window_zoom_changed_cb),
7758         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7759         (ev_window_dual_mode_changed_cb),
7760         (ev_window_sidebar_current_page_changed_cb),
7761         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7762         (window_state_event_cb), (window_configure_event_cb),
7763         (ev_window_init):
7764         
7765         Setting saving behaviour fixes.
7766
7767 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7768
7769         * configure.ac:
7770         
7771         Make antialiasing gs options better and allow
7772         to change them during configure. Fix for the 
7773         bug #319049.
7774
7775 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7776
7777         * shell/ev-window.c: (setup_view_from_metadata):
7778         
7779         Remember if last window was maximized. Fix for the
7780         bug #323797.
7781
7782 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7783
7784         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7785
7786 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7789         * shell/ev-page-action.c: (build_new_tree_cb):
7790         * shell/ev-sidebar-links.c: (links_page_num_func),
7791         (update_page_callback_foreach), (update_page_callback):
7792         * shell/ev-view.c: (scroll_to_current_page):
7793         
7794         Fix for the bug #325067 with more intelligent selection
7795         of current link in sidebar. Make sidebar handle links
7796         of FITR-like type more correctly.
7797
7798         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7799         (dvi_pixbuf_put_pixel):
7800         
7801         Fix memory consumtion with disabled alpha channel.
7802
7803 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * data/evince-ui.xml:
7806         * shell/ev-window.c: (view_menu_popup_cb),
7807         (ev_popup_cmd_open_link), (ev_window_init):
7808         
7809         Update context menu for internal links. Fix for the bug
7810         #325066.
7811
7812 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7813
7814         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7815         
7816         Bind context menu to keyboard also. Fix for the bug
7817         #325065.
7818
7819 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7820
7821         * shell/ev-view.c: (selection_scroll_timeout_cb):
7822         
7823         Horizontal scroll on selection also.
7824
7825 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * shell/ev-metadata-manager.c: (parse_value):
7828         * shell/ev-view.c: (goto_xyz_link):
7829         
7830         Correct zoom setup and metadata save broken in 
7831         some locales.
7832
7833 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834
7835         * shell/ev-view-private.h:
7836         * shell/ev-view.c: (scroll_to_current_page),
7837         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7838         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7839         (page_changed_cb), (ev_view_set_continuous),
7840         (ev_view_set_dual_page), (ev_view_set_presentation):
7841         
7842         Delay scroll until allocation to correctly position page. Fix
7843         for the bug #317334.
7844
7845 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * NEWS:
7848         * configure.ac:
7849         
7850         Update NEWS and require poppler 0.5.0.
7851
7852 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7853         
7854         * data/evince-ui.xml:
7855         * shell/ev-view-private.h:
7856         * shell/ev-view.c: (ev_view_get_link_at_location),
7857         (handle_link_over_xy), (ev_view_button_press_event),
7858         (ev_view_button_release_event), (ev_view_class_init):
7859         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7860         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7861         (ev_window_init):
7862         
7863         Implement right-click context menu.
7864
7865 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7868         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7869         (mdvi_pixbuf_device_render):
7870         * pdf/ev-poppler.cc:
7871
7872         Don't generate thumbnails with alpha. See bug #324077.
7873         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7874
7875 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * shell/ev-window.c: (setup_chrome_from_metadata):
7878         
7879         Fix typo that was hiding toolbar.
7880
7881 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * shell/ev-view-private.h:
7884         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7885         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7886         (ev_view_button_release_event), (ev_view_destroy):
7887         
7888         Small cleanup and autoscrolling during selection. Thanks to 
7889         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7890
7891 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7892
7893         * configure.ac:
7894         
7895         Correctly check for comics option.
7896
7897 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7898         * Makefile.am:
7899         * configure.ac:
7900         * backend/Makefile.am:
7901         * backend/ev-document-factory.c:
7902         * shell/ev-document-types.c:
7903
7904         Included option in configure to make ps backend 
7905         compilation optional with --disable-ps.
7906
7907 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * backend/ev-document-factory.c:
7910         * comics/Makefile.am:
7911         * comics/comics-document.c: (comics_document_load):
7912         * comics/ev-cbr-mime.xml:
7913         * configure.ac:
7914         
7915         Comics mime types are added to shared-mime-info CVS. Now
7916         we don't need to install our own mime types.
7917
7918 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * shell/ev-window.c:
7921         
7922         Add shortcut for "save a copy" menu entry. Fix for
7923         the bug #324582.
7924
7925 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7926
7927         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7928         (job_finished_cb), (new_selection_pixbuf_needed),
7929         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7930         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7931         
7932         Rework selection job info logic and fix critical warning.
7933
7934 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7935
7936         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7937
7938 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7939
7940         * data/evince-ui.xml:
7941         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7942         
7943         Enter as shortcut key for next page. Fix for the bug
7944         #321394.
7945
7946 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7947
7948         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7949
7950 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7953         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7954         (new_selection_pixbuf_needed),
7955         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7956         (clear_job_selection):
7957         
7958         Too early for 0.5. Pixbuf cache code cleaned a bit.
7959
7960 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * NEWS:
7963         * configure.ac:
7964         
7965         Release 0.5.0 preparation
7966
7967 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * comics/Makefile.am:
7970         * configure.ac:
7971         * shell/ev-document-types.c: (ev_document_types_add_filters):
7972         
7973         More advanced handling of custom mime type installation.
7974
7975 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7976
7977         * data/evince.schemas.in:
7978         * shell/ev-metadata-manager.c: (value_free),
7979         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7980         (ev_metadata_manager_get), (ev_metadata_manager_set):
7981         * shell/ev-metadata-manager.h:
7982         * shell/ev-window.c: (update_chrome_flag),
7983         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7984         (setup_document_from_metadata), (setup_chrome_from_metadata),
7985         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7986         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7987         (ev_window_view_toolbar_cb),
7988         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7989         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7990         
7991         Save last document settings and reuse them for new documents.
7992
7993 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * Makefile.am:
7996         * backend/Makefile.am:
7997         * backend/ev-document-factory.c:
7998         * backend/ev-document-factory.h:
7999         * comics/Makefile.am:
8000         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8001         (comics_document_load), (comics_document_save),
8002         (comics_document_get_n_pages), (comics_document_get_page_size),
8003         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8004         (comics_document_class_init), (comics_document_can_get_text),
8005         (comics_document_get_info), (comics_document_document_iface_init),
8006         (comics_document_init), (get_supported_image_extensions),
8007         (comics_document_thumbnails_get_geometry),
8008         (comics_document_thumbnails_get_thumbnail),
8009         (comics_document_thumbnails_get_dimensions),
8010         (comics_document_document_thumbnails_iface_init), (extract_argv):
8011         * comics/comics-document.h:
8012         * comics/ev-cbr-mime.xml:
8013         * configure.ac:
8014         * po/POTFILES.in:
8015         * shell/ev-application.c: (ev_application_register_service):
8016         * shell/ev-document-types.c: (ev_document_types_add_filters):
8017         * thumbnailer/Makefile.am:
8018         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8019         
8020         New CBR/CBZ backend for comic books.
8021
8022 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * shell/main.c: (load_files_remote):
8025
8026         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8027         warning on startup of second instance is fixed. It
8028         is bug #320353.
8029
8030 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8031
8032         * shell/ev-window.c: (ev_window_finalize):
8033         
8034         Fix double free that cause crash.
8035
8036 2005-10-29  Bastien Nocera <hadess@hadess.net>
8037
8038         * tiff/tiff-document.c: (tiff_document_load):
8039         
8040         Fix memory leak.
8041
8042 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8043
8044         * po/POTFILES.in:
8045         * shell/Makefile.am:
8046         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8047         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8048         (ev_view_accessible_get_text),
8049         (ev_view_accessible_get_character_at_offset),
8050         (ev_view_accessible_get_text_before_offset),
8051         (ev_view_accessible_get_text_at_offset),
8052         (ev_view_accessible_get_text_after_offset),
8053         (ev_view_accessible_get_character_count),
8054         (ev_view_accessible_get_caret_offset),
8055         (ev_view_accessible_set_caret_offset),
8056         (ev_view_accessible_get_run_attributes),
8057         (ev_view_accessible_get_default_attributes),
8058         (ev_view_accessible_get_character_extents),
8059         (ev_view_accessible_get_offset_at_point),
8060         (ev_view_accessible_get_n_selections),
8061         (ev_view_accessible_get_selection),
8062         (ev_view_accessible_add_selection),
8063         (ev_view_accessible_remove_selection),
8064         (ev_view_accessible_set_selection),
8065         (ev_view_accessible_text_iface_init),
8066         (ev_view_accessible_idle_do_action),
8067         (ev_view_accessible_action_do_action),
8068         (ev_view_accessible_action_get_n_actions),
8069         (ev_view_accessible_action_get_description),
8070         (ev_view_accessible_action_get_name),
8071         (ev_view_accessible_action_set_description),
8072         (ev_view_accessible_action_iface_init),
8073         (ev_view_accessible_get_type), (ev_view_accessible_new),
8074         (ev_view_accessible_factory_get_accessible_type),
8075         (ev_view_accessible_factory_create_accessible),
8076         (ev_view_accessible_factory_class_init),
8077         (ev_view_accessible_factory_get_type):
8078         * shell/ev-view-accessible.h:
8079         * shell/ev-view-private.h:
8080         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8081         * shell/ev-view.h:
8082         
8083         Initial accessibility support.
8084
8085 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8086
8087         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8088
8089 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8090
8091         * shell/ev-print-job.c: (idle_print_handler):
8092         
8093         Fix for bug Bug 318916: Printing multiple pages.
8094
8095 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8096
8097         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8098
8099 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8100
8101         * pdf/ev-poppler.cc:
8102         
8103         Thumnail dimensions unified with other backends.
8104         
8105         * shell/ev-window-title.c: (ev_window_title_update):
8106         
8107         Fix warning.
8108
8109 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * data/ev-stock-zoom-fit-width.png:
8112         
8113         Remove unused file.
8114
8115 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8116
8117         * configure.ac:
8118         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8119         (djvu_document_finalize):
8120         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8121         (dvi_document_finalize):
8122         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8123         (pixbuf_document_save), (pixbuf_document_finalize):
8124         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8125         (tiff_document_finalize):
8126         
8127         Save a copy implemented for various backends.
8128
8129 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8130
8131         * configure.ac:
8132         
8133         Don't link with ltiff if tiff is disabled.
8134
8135 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8136
8137         * pdf/GDKSplashOutputDev.cc:
8138         * pdf/GDKSplashOutputDev.h:
8139         * pdf/Thumb.cc:
8140         * pdf/Thumb.h:
8141         * pdf/pdf-document.cc:
8142         * pdf/pdf-document.h:
8143         * pdf/test-gdk-output-dev.cc:
8144         
8145         Remove old unused files.
8146
8147 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8148
8149         * shell/ev-window.c: (ev_window_setup_document):
8150         
8151         Fixed warnings on reload and probably crash reason.
8152
8153 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8154
8155         * properties/ev-properties-view.c:
8156         (ev_properties_view_format_date):
8157         
8158         Check if date is invalid. Fix for bug 318134.
8159
8160 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8161
8162         * shell/ev-window-title.c:
8163         
8164         Add .indd files (Adobe Indesign) to the list of "bad
8165         extensions".
8166
8167 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * data/evince-ui.xml:
8170         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8171         
8172         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8173
8174 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8175
8176         * shell/ev-window.c: (launch_link), (launch_external_uri),
8177         (view_external_link_cb):
8178
8179         URL-escape link before passing it to gnome_vfs_url_show.
8180
8181 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8182
8183         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8184         there isn't text selected.
8185
8186 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8187
8188         * shell/ev-view.c: (handle_link_over_xy):
8189
8190         Check tooltip is valid utf8 before showing it
8191
8192 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8193
8194         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8195
8196 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8197
8198         * shell/ev-window-title.c: (ev_window_title_update):
8199
8200         Guard against using g_strstrip on NULL. Fixes bug #317291.
8201
8202 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * pdf/ev-poppler.cc:
8205
8206         Show title even for unknown links
8207
8208 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8209
8210         * shell/ev-window-title.c: (ev_window_title_update):
8211
8212         Strip the title string
8213
8214 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8215
8216         * shell/ev-window-title.c:
8217
8218         Add .rtf to the bad extensions list
8219
8220 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8221
8222         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8223         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8224
8225         Ignore link coordinates if they are outside page bounds
8226
8227 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * backend/ev-link.c: (ev_link_type_get_type),
8230         (ev_link_get_filename), (ev_link_get_params),
8231         (ev_link_get_property), (ev_link_set_property),
8232         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8233         * backend/ev-link.h:
8234         * pdf/ev-poppler.cc:
8235         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8236         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8237         (ev_window_init):
8238
8239         Implement launch links. Delegate external link opening to
8240         the window.
8241
8242 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8245         (ev_link_get_right), (ev_link_get_property),
8246         (ev_link_set_property), (ev_link_class_init),
8247         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8248         * backend/ev-link.h:
8249         * pdf/ev-poppler.cc:
8250         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8251
8252         Implement fitr links
8253
8254 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8257         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8258         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8259         (ev_view_size_request_continuous),
8260         (ev_view_size_request_dual_page),
8261         (ev_view_size_request_single_page), (ev_view_size_allocate),
8262         (ev_view_zoom_for_size_continuous_and_dual_page),
8263         (ev_view_zoom_for_size_continuous),
8264         (ev_view_zoom_for_size_dual_page),
8265         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8266         (ev_sizing_mode_get_type):
8267         * shell/ev-view.h:
8268         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8269
8270         Do not use modes for link, we need to calculate size ad hoc.
8271         Still not perfect because of the usual scrollbar issues grrr.
8272
8273 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * backend/ev-link.c: (ev_link_type_get_type),
8276         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8277         * backend/ev-link.h:
8278         * pdf/ev-poppler.cc:
8279         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8280         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8281         (ev_view_size_request_continuous),
8282         (ev_view_size_request_dual_page),
8283         (ev_view_size_request_single_page), (ev_view_size_allocate),
8284         (zoom_for_size_fit_height),
8285         (ev_view_zoom_for_size_continuous_and_dual_page),
8286         (ev_view_zoom_for_size_continuous),
8287         (ev_view_zoom_for_size_dual_page),
8288         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8289         (ev_sizing_mode_get_type):
8290         * shell/ev-view.h:
8291         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8292
8293         Implement FIT_HEIGHT mode (only for links).
8294         Implement FITH links
8295
8296 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8297
8298         * shell/ev-window-title.c: (get_filename_from_uri),
8299         (ev_window_title_sanitize_extension), (ev_window_title_update),
8300         (ev_window_title_set_document), (ev_window_title_set_uri),
8301         (ev_window_title_free):
8302         * shell/ev-window-title.h:
8303         * shell/ev-window.c: (ev_window_setup_document),
8304         (ev_window_popup_password_dialog):
8305
8306         Refactor window title building while fixing it for
8307         password documents.
8308
8309 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * pdf/ev-poppler.cc:
8312
8313         Escape link title before setting it in the model
8314
8315 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8316
8317         * shell/ev-application.c: (removed_from_session), (save_session),
8318         (init_session), (ev_application_get_empty_window),
8319         (ev_application_init), (ev_application_get_windows):
8320         * shell/ev-application.h:
8321         * shell/ev-window.c: (ev_window_finalize):
8322
8323         Add a function to retrieve window list and share it where
8324         necessary.
8325         Implement session handling, works pretty well thanks to the
8326         metadata system.
8327
8328 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8329
8330         * shell/ev-password.c: (ev_password_item_created_callback),
8331         (ev_password_dialog_save_password):
8332         
8333         Fix for bug 316972. Use async gnome-keyring API.
8334
8335 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8336
8337         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8338         Remove unused unrealize handler. Add scroll handling to
8339         ev_view_scroll_event for presentation mode (bug #316708),
8340         and fix the event state checks there.
8341
8342 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * shell/ev-page-action.c: (page_changed_cb):
8345
8346         "marco, maybe we should be crazy and jump right to 6! :)"
8347
8348         Bryan Clark, Sep 2005
8349
8350 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * ps/ps-document.c: (save_document), (ps_document_save),
8353         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8354         (ps_document_ps_export_end):
8355
8356         Fix unstructured documents save and print
8357
8358 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * shell/ev-application.c: (ev_application_open_uri):
8361
8362         Fix window size persistance
8363
8364 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8365
8366         * shell/ev-view.c: (ev_view_button_release_event):
8367
8368         Based on a patch from carlosgc@gnome.org. Mouse buttons
8369         switch pages in presentation mode.
8370
8371 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8372
8373         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8374
8375         Dont cast to int before scaling
8376
8377 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * backend/ev-link.c: (ev_link_type_get_type),
8380         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8381         (ev_link_new_page_fith):
8382         * backend/ev-link.h:
8383         * pdf/ev-poppler.cc:
8384         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8385
8386         Implement FIT and FITH links
8387
8388 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8389
8390         * pdf/ev-poppler.cc:
8391
8392         Return 0 results when search is not in progress.
8393
8394         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8395         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8396
8397         Update menu sensitivity when cancelling search
8398
8399 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8400
8401         * shell/ev-view.c: (ev_view_can_find_next):
8402
8403         Take all pages in consideration, not just current one
8404
8405 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * shell/ev-page-cache.c:
8408         * shell/ev-page-cache.h:
8409         * shell/ev-view.c: (ev_view_binding_activated),
8410         (ev_view_next_page), (ev_view_previous_page),
8411         (ev_sizing_mode_get_type):
8412         * shell/ev-view.h:
8413         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8414         (ev_window_cmd_go_next_page):
8415
8416         Move page next/previous functions from page chace to
8417         view and change it to move by 2 page steps in dual mode.
8418
8419 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * shell/ev-window.c: (update_sidebar_visibility),
8422         (setup_sidebar_from_metadata), (ev_window_setup_document),
8423         (setup_view_from_metadata):
8424
8425         Show the index by default when there is one     
8426
8427 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * shell/ev-window-title.c: (ev_window_title_set_document):
8430
8431         Missing null check
8432
8433 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8434
8435         * shell/ev-view.c: (view_update_range_and_current_page):
8436         
8437         Allow display of last odd page in dual view. Fix for 316347.
8438
8439 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8440
8441         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8442         
8443         Make close button default. Fix for 316383.
8444
8445 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8448         
8449         Mark close button as default. Fix for 316381.
8450
8451 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * backend/ev-link.c: (ev_link_class_init):
8454
8455         Allow negative doubles in left/top properties
8456
8457 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * shell/ev-window.c:
8460
8461         Remove a bunch of strings that was used only
8462         by the statusbar.
8463
8464 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8465
8466         * shell/ev-window-title.c: (get_filename_from_uri),
8467         (ev_window_title_set_document):
8468
8469         When title has a confusing extension, show also
8470         the document filename inside ()
8471
8472 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8473
8474         * shell/Makefile.am:
8475         * shell/ev-window-title.c: (ev_window_title_new),
8476         (ev_window_title_update), (ev_window_title_set_type),
8477         (ev_window_title_set_document), (ev_window_title_free):
8478         * shell/ev-window-title.h:
8479         * shell/ev-window.c: (ev_window_setup_document),
8480         (password_dialog_response), (ev_window_popup_password_dialog),
8481         (ev_window_dispose), (ev_window_init):
8482
8483         Factor out and cleanup window title code
8484
8485 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8486
8487         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8488         (unable_to_load):
8489
8490         Make dialog transient so it doesnt block other windows
8491
8492 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8493
8494         * pdf/ev-poppler.cc:
8495         
8496         Fix pdf thumbnails rendering.
8497
8498 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8499
8500         * shell/ev-window.c: (fullscreen_set_timeout):
8501         
8502         Increase timeout to hide full screen popup. Bug 
8503         316123. 
8504
8505 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * data/evince.schemas.in:
8508         * shell/ev-window.c: (update_action_sensitivity):
8509
8510         Allow the user to override document restrictions. Fix for bug
8511         305818.
8512
8513 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8514
8515         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8516         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8517         (ev_window_class_init): Fix multihead behaviour of fullscreen
8518         toolbar popup. Fixes bug #315451.
8519
8520 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * configure.ac:
8523         * data/evince-password.glade:
8524         * shell/ev-password.c: (ev_password_dialog_set_property),
8525         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8526         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8527         (ev_password_dialog_entry_changed_cb),
8528         (ev_password_dialog_entry_activated_cb),
8529         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8530         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8531         (ev_password_dialog_set_bad_pass):
8532         * shell/ev-password.h:
8533         * shell/ev-window.c: (password_dialog_response),
8534         (ev_window_popup_password_dialog):
8535         
8536         Support for gnome-keyring for encrypted PDF's.
8537
8538 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8541         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8542         (ev_view_enter_notify_event), (ev_view_class_init):
8543         
8544         More precise handling of enter_notify/leave_notify events
8545         in EvView. Fix for bug 315470.
8546
8547 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8548
8549         * shell/ev-window.c: (fullscreen_timeout_cb),
8550         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8551         (ev_window_dispose):
8552
8553         leak fix: unref fullscreen_timeout_source before clearing it
8554
8555 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8556
8557         * configure.ac, dvi/mdvi/Makefile.am: 
8558         
8559         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8560
8561 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * backend/ev-link.c: (ev_link_new_page_xyz):
8564         * pdf/ev-poppler.cc:
8565         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8566
8567         Fix some bugs with xyz links, respect zoom
8568
8569 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * shell/ev-window.c: (page_changed_cb),
8572         (setup_document_from_metadata), (update_sidebar_visibility),
8573         (setup_view_from_metadata), (ev_window_run_fullscreen),
8574         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8575         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8576         (ev_window_dual_mode_changed_cb),
8577         (ev_window_sidebar_current_page_changed_cb):
8578
8579         null check uri before setting and getting metadata
8580
8581 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8582
8583         * dvi/Makefile.am:
8584         * properties/Makefile.am:
8585         * shell/Makefile.am:
8586         * thumbnailer/Makefile.am:
8587
8588         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8589
8590 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8591
8592         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8593         (selection_changed_callback):
8594         * shell/ev-sidebar-links.h:
8595
8596         Add a signal for link activation.
8597
8598         * shell/ev-view.c: (ev_view_goto_link),
8599         (ev_view_button_release_event):
8600         * shell/ev-view.h:
8601         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8602         (ev_window_init):
8603
8604         Implement the signal so that we can handle all link types.
8605
8606         * shell/ev-page-cache.c:
8607
8608         Remove unused set_link function
8609
8610 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8613
8614         Add some space from the cursor, hardcoded but I couldnt
8615         find a better way.
8616
8617 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * lib/ev-tooltip.c:
8620
8621         Use mozilla style vs gtk style, way better for links.
8622
8623         * shell/ev-view.c: (ev_view_motion_notify_event),
8624         (ev_view_destroy), (ev_view_init):
8625
8626         Deactive tooltip when the link hovered is changed.
8627
8628 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * backend/ev-document.h:
8631         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8632         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8633         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8634         (ev_link_new_page), (ev_link_new_page_xyz):
8635         * backend/ev-link.h:
8636         * pdf/ev-poppler.cc:
8637         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8638         (go_to_link), (tip_from_link):
8639
8640         Implement xyz links, still not functional. Links are a total
8641         mess, will need to refactor and bugfix a lot :(
8642
8643 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8644
8645         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8646
8647 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8648
8649         * data/evince-ui.xml:
8650         * data/evince.schemas.in:
8651         * shell/Makefile.am:
8652         * shell/ev-window.c: (update_chrome_visibility),
8653         (password_dialog_response), (ev_window_load_job_cb),
8654         (ev_window_xfer_job_cb), (ev_window_open_uri),
8655         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8656         (ev_window_init):
8657
8658         Remove the statusbar. This regress loading feedback, need to
8659         check with Bryan what we want to do there...
8660
8661 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * lib/ev-tooltip.c: (ev_tooltip_init):
8664
8665         Fix tooltip border and size handling
8666
8667 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8670         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8671         (ev_tooltip_timeout), (ev_tooltip_activate),
8672         (ev_tooltip_deactivate):
8673         * lib/ev-tooltip.h:
8674         * shell/ev-view.c: (ev_view_motion_notify_event):
8675
8676         Delay popup showing. Mirror gtk logic/times.
8677
8678 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8679
8680         * lib/Makefile.am:
8681         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8682         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8683         (ev_tooltip_set_text), (ev_tooltip_set_position):
8684         * lib/ev-tooltip.h:
8685
8686         Simple widget to show tooltips at a custom position
8687
8688         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8689         (ev_view_destroy):
8690
8691         Use it for links. First go, needs work
8692
8693 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8694
8695         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8696         HIG fixes.  Use title capitalization for window title. Use 12 
8697         pixels of space between the dialog's vbox and action area.
8698
8699 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8700
8701         * shell/ev-window.c: (file_open_dialog_response_cb),
8702         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8703         (ev_window_cmd_save_as):
8704
8705         Make file pickers not modal and refactor code some
8706
8707 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * shell/ev-sidebar.h:
8710         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8711         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8712         (ev_sidebar_class_init), (ev_sidebar_select_page),
8713         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8714         (ev_sidebar_set_page):
8715
8716         Add a current page property and allow to get/set it
8717
8718         * shell/ev-window.c: (setup_view_from_metadata),
8719         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8720
8721         Persist current sidebar page per document
8722
8723 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8724
8725         * data/evince.schemas.in:
8726         * shell/ev-window.c: (update_chrome_visibility),
8727         (setup_document_from_metadata), (update_sidebar_visibility),
8728         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8729         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8730         (ev_window_run_presentation), (ev_window_stop_presentation),
8731         (ev_window_view_sidebar_cb),
8732         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8733         (load_chrome), (ev_window_init):
8734
8735         Persist size/visibility of sidebar per document
8736
8737 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8738
8739         * shell/ev-view.c (draw_loading_text): Draw loading text.
8740
8741 2005-09-02  Dan Damian  <dand@gnome.ro>
8742
8743         * configure.in: Added "ro" to ALL_LINGUAS.
8744
8745 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * shell/ev-view.c: (clear_caches):
8748
8749         ev_page_cache_get doesnt return a reference,
8750         dont try to unref it.
8751
8752 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * shell/main.c: (load_files_remote):
8755
8756         Fix timestamp parameter with dbus <= 0.33
8757
8758 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8759
8760         * data/evince.schemas.in:
8761
8762         Add missing full stop
8763
8764 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8765
8766         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8767         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8768
8769         Plug some memory leaks
8770
8771 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8772
8773         * configure.ac:
8774         * lib/ev-debug.c: (trap_handler):
8775
8776         Check for execinfo.h and use it only if it exists.
8777         Ported from Epiphany (bug #314776).
8778
8779 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8780
8781         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8782
8783 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8784
8785         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8786         * po/id.po      : Added Indonesian translation
8787
8788 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8789
8790         * shell/main.c:
8791         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8792         * NEWS: Release 0.4.0
8793
8794 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8795
8796         * configure.ac: catch another gtk+-2.8ism
8797         * shell/main.c: Make work with gtk+-2.6
8798
8799 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8800
8801         * shell/ev-application-service.xml: Add 'timestamp' argument to
8802           ev_application_open_window and ev_application_open_uri methods.
8803
8804         * shell/ev-application.h: Add 'timestamp' argument to
8805           ev_application_open_window, ev_application_open_uri,
8806           and ev_application_open_uri_list functions.
8807
8808         * shell/ev-application.c (ev_application_open_window,
8809           ev_application_open_uri, ev_application_open_uri_list): Change
8810           functions that show/present windows to use a timestamp if one
8811           is passed in.
8812
8813         * shell/ev-window.c (ev_window_cmd_file_open,
8814           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8815         * shell/main.c (load_files): Modify calls to ev_application to
8816           include GDK_CURRENT_TIME as timestamp.
8817
8818         * shell/main.c (load_files_remote): Obtain timestamp for client
8819           instance from GDK and pass to server instance so new windows are
8820           focused properly.  Fix dbus_g_proxy_call() calls by including second
8821           G_TYPE_INVALID.
8822           
8823         Closes bug #314475.
8824
8825 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8826
8827         * shell/ev-window.c (ev_window_finalize): Check for
8828         avail. EvWindows when quiting to handle the finalize better,
8829         #314497
8830
8831 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8832         
8833         * properties/ev-properties-view.c: 
8834         
8835         Set textdomain to libglade. Fixes translation problem in property page.
8836
8837 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8838
8839         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8840         * dvi/Makefile.am:
8841         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8842         * dvi/mdvi-lib/Makefile.am:
8843         
8844         Fix rotation of thumbnails, ported to new API. Moved library
8845         dependencies earlier, probably it will fix linkage problem.
8846
8847 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8848
8849         * backend/ev-document-misc.c:
8850         (ev_document_misc_get_thumbnail_frame):
8851         * backend/ev-document-misc.h:
8852         * configure.ac:
8853         * pdf/ev-poppler.cc:
8854         * shell/Makefile.am:
8855         * shell/ev-sidebar-thumbnails.c: (add_range),
8856         (ev_sidebar_thumbnails_set_loading_icon),
8857         (ev_sidebar_thumbnails_refresh),
8858         (ev_sidebar_thumbnails_set_document):
8859         * shell/ev-sidebar-thumbnails.h:
8860         * shell/ev-view.c: (ev_view_motion_notify_event),
8861         (ev_view_set_property), (ev_view_get_property),
8862         (ev_view_class_init), (ev_view_set_rotation):
8863         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8864         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8865         (ev_window_init):
8866         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8867         Redo rotation (again).  prepare for 0.4.0
8868
8869 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8870
8871         * configure.ac: Bump poppler requirement to 0.4.1.
8872
8873         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8874         argument to poppler_page_render_selection() call.
8875
8876 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8877
8878         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8879         (djvu_document_thumbnails_get_thumbnail):
8880         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8881         (dvi_document_thumbnails_get_thumbnail):
8882         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8883         (pixbuf_document_thumbnails_get_thumbnail):
8884         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8885         
8886         Update rotation direction of backends to fit with pdf and ps.
8887
8888 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8891         * backend/ev-async-renderer.h:
8892         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8893         (setup_page), (ps_document_get_page_size),
8894         (ps_async_renderer_render_pixbuf):
8895         * ps/ps-document.h:
8896         * shell/ev-jobs.c: (ev_job_render_run):
8897
8898         Fix orientation in the postscript document
8899
8900 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * pdf/ev-poppler.cc:
8903         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8904         * shell/ev-view.c: (highlight_find_results):
8905
8906         Adapt to the new poppler rotation API. Fix text maps on landscape
8907         documents.
8908
8909 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8910
8911         * shell/ev-view.c (compute_new_selection_text): get the correct
8912         region when selecting in modes other than continuous.
8913
8914 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8915
8916         * shell/main.c (main): remove redundant g_warnings.
8917
8918 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8919
8920         * shell/Makefile.am: Don't include autogenerated
8921         file ev-application-service.h into distribution, since
8922         it causes dbus crash. Fix for bugs 313724 and 313443. 
8923
8924 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * configure.ac: Fix sed expression for FreeBSD. Thanks
8927         to Joe Marcus Clark <marcus@freebsd.org>
8928         
8929         * shell/eggfindbar.c: (entry_activate_callback),
8930         (entry_changed_callback), (egg_find_bar_init),
8931         (egg_find_bar_set_search_string):
8932         
8933         Made findbar buttons unsensitive if there is no text in
8934         entry. Fix for the bug 313285.
8935
8936 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8937
8938         * ps/ps-document.c: Use g_filename_display_name for displaying
8939         filenames and revert string freeze breackage
8940
8941 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * NEWS:
8944         * configure.ac:
8945
8946         Update for 0.3.4
8947
8948         * shell/Makefile.am:
8949
8950         Add ev-application-service.xml to extra dist
8951
8952         * shell/ev-view.c: (find_page_at_location):
8953
8954         Remove unused function (fix warning)
8955
8956 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8957
8958         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8959         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8960         
8961         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8962         bug 313623.
8963
8964 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8967         * shell/ev-window.c:
8968         Fix build warnings
8969
8970 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8971
8972         * configure.ac: Update script to get dbus version.
8973         Fix for the bug #313443.
8974
8975 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8976
8977         * shell/ev-window.c: (ev_window_cmd_escape):
8978         
8979         Return focus back to view on escape. Fix for bug 313295.
8980
8981 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8982
8983         * shell/ev-window.c: (update_window_title),
8984         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8985         (ev_window_cmd_save_as):
8986         
8987         Correct conversion from uri to displayable string. Fix for
8988         bug 313296.
8989
8990 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8991
8992         * ps/ps-document.c: convert filename to utf8 when there is an error
8993         loading document. Fixes #309915
8994
8995 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8996
8997         * configure.ac:
8998
8999         We depend on poppler 0.4.0
9000
9001 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9002
9003         * configure.ac:
9004         * NEWS: Release 0.3.3.
9005         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9006
9007 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9008
9009         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9010         add a couple missing mnemonics to menu items, use title 
9011         capitalization for menu items and window titles, and add 
9012         ellipsis to open menu item.     
9013
9014 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9015
9016         * pdf/ev-poppler.cc:
9017         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9018         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9019         (ev_view_get_rotation):
9020         * shell/ev-view.h:
9021         * shell/ev-window.c: (setup_view_from_metadata),
9022         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9023         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9024         disk.
9025
9026 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9027
9028         * configure.ac: Added tr to ALL_LINGUAS
9029
9030 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9031
9032         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9033         requires several clicks to find word. Thanks to 
9034         Colin Slater <kiltedtaco@gmail.com>.
9035
9036 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9037
9038         * data/evince.desktop.in.in: Hide menu entry and
9039         rename it to "Document Viewer". Fix for bug 
9040         #312399.
9041
9042 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9043
9044         * shell/ev-page-action.c (ev_page_action_class_init): 
9045
9046         Point to the correct function in constructor of the
9047         activate_label signal
9048
9049 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9050
9051         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9052         * shell/ev-jobs.h: Make thread safe.
9053
9054 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9055
9056         * shell/ev-view.c: (view_update_range_and_current_page):
9057         Don't update page range if we are scrolling to some document
9058         point.
9059
9060 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9061
9062         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9063         when getting max_page_width, fix drawing in dual mode.
9064
9065 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9066
9067         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9068         getting the area for select_all.
9069
9070 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9071
9072         * backend/ev-selection.c: (ev_selection_render_selection):
9073         * backend/ev-selection.h:
9074         * pdf/ev-poppler.cc:
9075         * shell/ev-jobs.c: (ev_job_render_new):
9076         * shell/ev-jobs.h:
9077         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9078         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9079         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9080         (ev_view_class_init):
9081
9082         Change selection color on focus in and focus out events.  Also,
9083         poppler now uses GdkColor for specifying the selection colors, so
9084         drop some awkward conversion code.
9085
9086 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9087
9088         * configure.ac: Added Hebrew translation
9089
9090 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9091
9092         * NOTES:
9093         * backend/ev-selection.c: (ev_selection_render_selection):
9094         * backend/ev-selection.h:
9095         * pdf/ev-poppler.cc:
9096         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9097         (ev_job_render_run):
9098         * shell/ev-jobs.h:
9099         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9100         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9101         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9102         (ev_pixbuf_cache_style_changed),
9103         (ev_pixbuf_cache_get_selection_pixbuf),
9104         (ev_pixbuf_cache_set_selection_list),
9105         (ev_pixbuf_cache_get_selection_list):
9106         * shell/ev-pixbuf-cache.h:
9107         * shell/ev-utils.c: (ev_print_region_contents):
9108         * shell/ev-utils.h:
9109         * shell/ev-view.c: (ev_view_queue_draw_page),
9110         (selection_update_idle_cb), (ev_view_motion_notify_event),
9111         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9112         (setup_caches), (ev_view_find_next), (merge_selection_region),
9113         (selection_free):
9114         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9115
9116         Clean up selection to be much smoother!
9117
9118 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9119
9120         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9121         to poppler_page_render_selection().
9122
9123 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9124
9125         * ps/ps-document.c: (save_page_list): Use
9126         unzipped document when printing. Thanks to 
9127         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9128         311016.
9129
9130 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9131
9132         * shell/ev-window.c: (update_action_sensitivity):
9133         
9134         Disable print and save respect to lockdown gconf keys. Fix
9135         for 312342.
9136
9137 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * configure.ac:
9140         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9141         (write_to_temp_file), (ev_file_set_contents):
9142         * shell/ev-utils.h:
9143         * shell/ev-window.c: (save_print_config_to_file):
9144         
9145         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9146         Fix for bug 312238
9147
9148 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9149
9150         * shell/ev-window.c: (load_print_config_from_file),
9151         (save_print_config_to_file), (ev_window_print_range):
9152
9153         Persist the print settings. Fixes bug #311578.
9154
9155 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9156
9157         * djvu/djvu-document.c: (djvu_document_get_page_size),
9158         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9159         (djvu_document_thumbnails_get_thumbnail):
9160         * dvi/dvi-document.c: (dvi_document_get_page_size),
9161         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9162         (dvi_document_thumbnails_get_dimensions),
9163         (dvi_document_thumbnails_get_thumbnail):
9164         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9165         (pixbuf_document_render_pixbuf),
9166         (pixbuf_document_document_iface_init),
9167         (pixbuf_document_thumbnails_get_thumbnail):
9168         
9169         Update backends to make them build with new rotation system.
9170
9171 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9172
9173         * help/C/figures/evince_start_window.png:
9174         
9175         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9176
9177 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9178
9179         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9180         * shell/ev-pixbuf-cache.h:
9181         * shell/ev-sidebar-thumbnails.c:
9182         (ev_sidebar_thumbnails_get_property), (add_range),
9183         (adjustment_changed_cb):
9184         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9185         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9186         we were thumbnailing the entire docment on startup, slowing us
9187         down hugely. 
9188
9189 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9190
9191         * shell/ev-page-cache.c: (ev_page_cache_new):
9192         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9193         == 0, fixes #310306.
9194
9195 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9196
9197         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9198         (ev_view_rotate_left):
9199
9200         Account rotation in doc_rect_to_view_rect.
9201         Ensure rotation doesnt go out of bounds.
9202
9203 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9204
9205         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9206
9207         Correct and cleanup w/h swapping
9208
9209 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9210
9211         * backend/ev-document-thumbnails.c:
9212         (ev_document_thumbnails_get_thumbnail):
9213         * backend/ev-document-thumbnails.h:
9214         * backend/ev-document.c:
9215         * backend/ev-document.h:
9216         * backend/ev-render-context.c: (ev_render_context_new),
9217         (ev_render_context_set_rotation):
9218         * backend/ev-render-context.h:
9219         * pdf/ev-poppler.cc:
9220         * ps/ps-document.c: (ps_document_document_iface_init):
9221         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9222         * shell/ev-jobs.h:
9223         * shell/ev-page-cache.c: (build_height_to_page),
9224         (ev_page_cache_new), (ev_page_cache_get_size),
9225         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9226         (ev_page_cache_get_height_to_page):
9227         * shell/ev-page-cache.h:
9228         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9229         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9230         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9231         (ev_pixbuf_cache_get_selection_pixbuf):
9232         * shell/ev-pixbuf-cache.h:
9233         * shell/ev-print-job.c: (idle_print_handler):
9234         * shell/ev-sidebar-thumbnails.c: (add_range):
9235         * shell/ev-view.c: (view_update_range_and_current_page),
9236         (get_page_y_offset), (get_page_extents),
9237         (ev_view_size_request_continuous_dual_page),
9238         (ev_view_size_request_continuous),
9239         (ev_view_size_request_dual_page),
9240         (ev_view_size_request_single_page), (draw_one_page),
9241         (ev_view_set_rotation), (ev_view_rotate_right),
9242         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9243         (ev_view_zoom_for_size_continuous_and_dual_page),
9244         (ev_view_zoom_for_size_continuous),
9245         (ev_view_zoom_for_size_dual_page),
9246         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9247         (ev_view_select_all):
9248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9249         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9250         (tiff_document_document_iface_init),
9251         (tiff_document_thumbnails_get_thumbnail):
9252
9253         Use rotation rather than orientation. It's easier and enough
9254         for our needs.
9255
9256 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-page-cache.c: (build_height_to_page),
9259         (ev_page_cache_new), (ev_page_cache_get_size),
9260         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9261         (ev_page_cache_get_height_to_page):
9262         * shell/ev-page-cache.h:
9263         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9264         (ev_view_size_request_continuous_dual_page),
9265         (ev_view_size_request_continuous),
9266         (ev_view_zoom_for_size_continuous_and_dual_page),
9267         (ev_view_zoom_for_size_continuous):
9268
9269         Make the page cache aware of page orientation.
9270
9271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9272
9273         * backend/ev-document-thumbnails.c:
9274         (ev_document_thumbnails_get_thumbnail):
9275         * backend/ev-document-thumbnails.h:
9276         * backend/ev-document.c:
9277         * backend/ev-document.h:
9278         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9279         * backend/ev-ps-exporter.h:
9280         * pdf/ev-poppler.cc:
9281         * ps/ps-document.c: (ps_document_document_iface_init),
9282         (ps_document_ps_export_do_page):
9283         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9284         * shell/ev-jobs.h:
9285         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9286         (ev_page_cache_get):
9287         * shell/ev-page-cache.h:
9288         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9289         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9290         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9291         * shell/ev-pixbuf-cache.h:
9292         * shell/ev-print-job.c: (idle_print_handler):
9293         * shell/ev-sidebar-thumbnails.c: (add_range):
9294         * shell/ev-view.c: (view_update_range_and_current_page),
9295         (get_page_extents), (ev_view_size_request_dual_page),
9296         (ev_view_size_request_single_page), (draw_one_page),
9297         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9298         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9299         (ev_view_zoom_for_size_dual_page),
9300         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9301         (ev_view_select_all):
9302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9303         * tiff/tiff-document.c: (tiff_document_get_page_size),
9304         (tiff_document_get_orientation), (rotate_pixbuf),
9305         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9306         (tiff_document_thumbnails_get_thumbnail),
9307         (tiff_document_ps_export_do_page), (tiff_document_init):
9308
9309         Really make use of the orientation bit of the render context.
9310         Use the render context in a few more places in the backend API.
9311         This regress orientation, but now it's done right. Will try to
9312         fix it up asap...
9313
9314 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9315
9316         * shell/ev-view.c: (ensure_rectangle_is_visible):
9317
9318         Patch by Nickolay V. Shmyrev to fix find flickering
9319
9320 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9321
9322         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9323         duplex parameters to ::begin.
9324
9325         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9326         * shell/ev-print-job.c (idle_print_handler): 
9327         * ps/ps-document.c (ps_document_ps_export_begin): 
9328         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9329         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9330         implementations. Poppler backend needs poppler cvs. Rest has
9331         unchanged behavior.
9332
9333 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9334
9335         * shell/ev-window.c (using_pdf_printer): new function.
9336         (ev_window_print_range): print a less techy message if someone
9337         tries to print to PDF.
9338
9339 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9340
9341         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9342         from "unknown font" string. Bug #311431
9343
9344 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9345
9346         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9347
9348 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9349
9350         Bug #311280
9351         
9352         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9353         name for PopplerFontTypes
9354         (pdf_document_fonts_fill_model): add font type to the detail column
9355
9356         * backend/ev-document-fonts.h: added
9357         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9358
9359         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9360         font name and font details, add a little markup.
9361         (ev_properties_fonts_init): use the new cell data func, specify ypad
9362         property for the cell renderer.
9363         (ev_properties_fonts_set_document): add the details column.
9364
9365 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9366
9367         * configure.ac: Added "pl" to ALL_LINGUAS.
9368
9369 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9370
9371         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9372
9373 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9374
9375         * help/ChangeLog: Started this for translations of manual.
9376         * configure.ac, autogen.sh, .cvsignore: Migrated to
9377         gnome-doc-utils. Patch in bug #311222.
9378
9379 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9380
9381         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9382         #ifdef this away to fix an unused-function warning.
9383
9384 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9385
9386         * configure.ac: Added 'gl' to ALL_LINGUAS.
9387
9388 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9389
9390         * configure.ac: Added ne in ALL_LINGUAS
9391         
9392 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9393
9394         * shell/ev-view.c: (ev_view_leave_notify_event):
9395         
9396         Clear status message when pointer leaves view. Fix for bug
9397         #310818 
9398
9399 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9400
9401         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9402
9403 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9404
9405         * shell/ev-view.c: (ev_view_leave_notify_event),
9406         (ev_view_class_init):
9407         
9408         Set cursor to normal then leaving view.
9409
9410 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9411
9412         * configure.ac:
9413         
9414         Fix required djvulibre version.
9415
9416 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9417
9418         *configure.ac: Hindi (hi) language added
9419
9420 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9421
9422         *configure.ac: Punjabi (pa) Language added
9423
9424 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9425
9426         * data/evince-ui.xml, shell/ev-window.c:
9427         
9428         Add keypad accelerators for zooming. Fix for bug 308128.
9429
9430 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9431
9432         * Makefile.am:
9433         * backend/Makefile.am:
9434         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9435         * configure.ac:
9436         * shell/ev-document-types.c: (ev_document_types_add_filters):
9437
9438         Allow to enable/disable the pixbuf backend.
9439         Default to off for now. If we want it enabled we should
9440         really put mime types in the desktop, implement properties etc.
9441
9442         * properties/evince-properties.c:
9443
9444         Initialize error to NULL.
9445         Check error is not NULL before freeing.
9446
9447 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9448
9449         * shell/ev-window.c:
9450
9451         Use F5 as presentation accell
9452
9453 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9454
9455         * shell/ev-window.c: (update_chrome_visibility),
9456         (ev_window_create_fullscreen_popup), (ev_window_init):
9457
9458         Do not leak the fullscreen toolbar
9459
9460 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * shell/ev-window.c: (view_actions_focus_in_cb),
9463         (view_actions_focus_out_cb):
9464
9465         These has a return value! Fix totally random focus
9466         issues we was seeing.
9467
9468 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9469
9470         * shell/main.c: (load_files_remote):
9471
9472         Allow open more than one file
9473
9474 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9475
9476         * shell/main.c: (load_files_remote):
9477
9478         Fix for dbus 0.33. bug #309975
9479
9480 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9481
9482         * properties/ev-properties-main.c: (ev_properties_get_pages):
9483
9484         Actually return NULL for types we dont support
9485
9486 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9487
9488         * po/POTFILES.in:
9489
9490         Remove empty lines.
9491
9492 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9493
9494         * backend/ev-document-factory.c:
9495         (ev_document_factory_get_document):
9496
9497         Do not try to create the object if type
9498         is invalid.
9499
9500 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9501
9502         * ps/ps-document.c: (ps_document_dispose),
9503         (ps_async_renderer_render_pixbuf):
9504         * ps/ps-document.h:
9505
9506         Do not leak the target window
9507
9508 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9509
9510         * shell/ev-application.c: (ev_application_init):
9511
9512         Let tbe check file existence for us.
9513         Add a comment about eggrecent mime filter.
9514
9515 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9516
9517         * data/evince-ui.xml:
9518         * shell/ev-application.c: (ev_application_shutdown),
9519         (ev_application_init), (ev_application_get_toolbars_model),
9520         (ev_application_get_recent_model),
9521         (ev_application_save_toolbars_model):
9522         * shell/ev-application.h:
9523         * shell/ev-window.c: (ev_window_add_recent),
9524         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9525         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9526         (ev_window_init):
9527
9528         Use common toolbar and recent models for all windows.
9529         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9530
9531 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9532
9533         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9534         successfully check for gtk_icon_view_get_visible_range.
9535
9536 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538         * djvu/Makefile.am:
9539         * dvi/Makefile.am:
9540         
9541         Fix djvu and dvi backend build.
9542
9543 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9544
9545         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9546         (new_separator_pixbuf):
9547
9548         Don't leak windows.
9549
9550 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9551
9552         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9553
9554         HIGification of toolbar editor dialogue.
9555
9556 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9557
9558         * configure.ac:
9559         * shell/Makefile.am:
9560
9561         Ever build metadata manager since it's just
9562         disabled at runtime now.
9563
9564 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9567         (ev_metadata_manager_get), (ev_metadata_manager_set):
9568         * shell/ev-metadata-manager.h:
9569
9570         Add an _init functions that enabled metadata management
9571         at runtime.
9572
9573         * shell/ev-window.c: (page_changed_cb),
9574         (setup_document_from_metadata), (ev_window_setup_document),
9575         (setup_view_from_metadata), (ev_window_open_uri),
9576         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9577         (ev_window_run_presentation), (ev_window_stop_presentation),
9578         (save_sizing_mode), (ev_window_zoom_changed_cb),
9579         (ev_window_continuous_changed_cb),
9580         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9581         (window_configure_event_cb):
9582
9583         Remove all ugly metadata define since we deal with it
9584         at runtime now.
9585
9586         * shell/main.c: (load_files_remote), (main):
9587
9588         Add support for dbus cvs head. Hopefully didnt break one
9589         of the other versions now!
9590
9591         If we dont get a response from the dbus server just
9592         give up with it and not enable metadata.
9593
9594 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9595
9596         * Makefile.am:
9597         * backend/Makefile.am:
9598         * configure.ac:
9599         * cut-n-paste/recent-files/Makefile.am:
9600         * cut-n-paste/toolbar-editor/Makefile.am:
9601         * cut-n-paste/zoom-control/Makefile.am:
9602         * lib/Makefile.am:
9603         * pdf/Makefile.am:
9604         * pixbuf/Makefile.am:
9605         * properties/Makefile.am:
9606         * ps/Makefile.am:
9607         * shell/Makefile.am:
9608         * thumbnailer/Makefile.am:
9609         * tiff/Makefile.am:
9610
9611         Make frontends depend on just libev.
9612         Rework and group CFLAGS/LIBS definitions.
9613         Cleanups.
9614
9615 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9616
9617         * shell/ev-window:
9618
9619         do not unnecessarily save zoom
9620
9621         * configure.ac:
9622         * lib/ev-file-helpers.c: (ev_dot_dir):
9623         * shell/Makefile.am:
9624         * shell/dummy.cc:
9625
9626         Some cleanups
9627
9628 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * configure.ac:
9631         
9632         Remove unnecessary dependencies
9633
9634 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * properties/Makefile.am:
9637         * thumbnailer/Makefile.am:
9638         * tiff/Makefile.am:
9639
9640         Some more cleanups. Was really necessary
9641         but I probably introduced bugs, feel free
9642         to flame :)
9643
9644 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9645
9646         * backend/Makefile.am:
9647         * configure.ac:
9648         * cut-n-paste/recent-files/Makefile.am:
9649         * cut-n-paste/toolbar-editor/Makefile.am:
9650         * cut-n-paste/zoom-control/Makefile.am:
9651         * lib/Makefile.am:
9652         * pdf/Makefile.am:
9653         * pixbuf/Makefile.am:
9654         * properties/Makefile.am:
9655         * ps/Makefile.am:
9656         * shell/Makefile.am:
9657         * thumbnailer/Makefile.am:
9658         * tiff/Makefile.am:
9659
9660         Use gnome-common macros when possible.
9661         Cleanup dependencies.
9662         Actually disable deprecated where possible.
9663
9664 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9665
9666         * Makefile.am:
9667         * backend/Makefile.am:
9668         * properties/Makefile.am:
9669         * shell/Makefile.am:
9670         * thumbnailer/Makefile.am:
9671
9672         This should solve the circular dep without
9673         requiring dir reorg!
9674
9675         * shell/ev-window.c: (setup_view_from_metadata):
9676
9677         Never restore window size/position when the
9678         window is already visible.
9679
9680 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9681
9682         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9683
9684         Return a boolean from timeout func. Fix ported from gedit.
9685
9686 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9687
9688         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9689
9690 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9691
9692         * shell/ev-document-types.c: set "All Documents" as default filter in
9693         open dialog
9694
9695 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9696
9697         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9698         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9699         (ev_metadata_manager_set_boolean): fix value/val thinko.
9700
9701 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9702
9703         * shell/ev-window.c: (setup_view_from_metadata),
9704         (window_state_event_cb), (window_configure_event_cb),
9705         (ev_window_init):
9706
9707         Remember window position and maximized state
9708
9709 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9710
9711         * configure.ac:
9712
9713         Fix DBUS configure checks.
9714
9715         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9716         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9717         (ev_metadata_manager_set_boolean):
9718
9719         Plug mem leaks.
9720
9721         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9722         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9723         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9724         (ev_window_continuous_changed_cb),
9725         (ev_window_dual_mode_changed_cb), (ev_window_new):
9726
9727         Fix the build without DBUS.
9728
9729 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9730
9731         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9732         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9733         (ev_metadata_manager_set_string),
9734         (ev_metadata_manager_set_boolean):
9735         * shell/ev-metadata-manager.h:
9736
9737         Add support for some more types
9738
9739         * shell/ev-view.c: (scroll_to_current_page),
9740         (ev_view_get_continuous), (ev_view_set_continuous),
9741         (ev_view_get_dual_page):
9742         * shell/ev-view.h:
9743         * shell/ev-window.c: (page_changed_cb),
9744         (setup_document_from_metadata), (ev_window_setup_document),
9745         (setup_view_from_metadata), (ev_window_open_uri),
9746         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9747         (ev_window_run_presentation), (ev_window_stop_presentation),
9748         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9749         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9750         (ev_window_update_dual_page_action),
9751         (ev_window_continuous_changed_cb),
9752         (ev_window_dual_mode_changed_cb), (ev_window_init):
9753
9754         Remember a bunch of view/document properties. Prolly some
9755         are still missing but it's getting interesting.
9756
9757 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9758
9759         * configure.ac: check if dbus-binding-tool is installed. Not the
9760         case on current Ubuntu breezy, it seems.
9761
9762 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9763
9764         * data/evince.desktop.in.in:
9765         
9766         Allow open uri lists and add TryExec field.
9767
9768 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9769
9770         * configure.ac:
9771
9772         Enable dbus when available, do not require a configure
9773         option.
9774
9775 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9776
9777         * configure.ac:
9778
9779         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9780         disabled.
9781
9782 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9783         Marco Pesenti Gritti  <mpg@redhat.com>
9784
9785         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9786         
9787         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9788         functions to the format required by dbus
9789
9790         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9791         errors. Use the RPC parameters in the expected way
9792
9793 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * Makefile.am:
9796         * properties/Makefile.am:
9797         * properties/ev-properties-main.c: (ev_properties_get_pages):
9798
9799         Support all mime types
9800
9801         * shell/Makefile.am:
9802         * thumbnailer/Makefile.am:
9803         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9804         (evince_thumbnail_pngenc_get):
9805
9806         Use the document factory
9807
9808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9809
9810         * backend/Makefile.am:
9811         * backend/ev-document-factory.c:
9812         (mime_type_supported_by_gdk_pixbuf),
9813         (ev_document_type_get_from_mime),
9814         (ev_document_factory_get_document),
9815         (ev_document_factory_get_backend),
9816         (ev_document_factory_get_mime_types),
9817         (ev_document_factory_get_all_mime_types):
9818         * backend/ev-document-factory.h:
9819         * shell/Makefile.am:
9820         * shell/ev-document-types.c: (get_document_from_uri),
9821         (ev_document_types_get_document),
9822         (file_filter_add_mime_list_and_free),
9823         (ev_document_types_add_filters):
9824         * shell/ev-document-types.h:
9825         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9826         * shell/ev-properties-dialog.c:
9827         (ev_properties_dialog_set_document):
9828         * shell/ev-window.c: (ev_window_cmd_file_open),
9829         (ev_window_cmd_save_as):
9830         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9831
9832         Rework document types managing to avoid code duplication
9833         and actually abstract from backend implementations.
9834         Also provide a minimal factory api that can be used by
9835         thumbnailer/properties.
9836
9837 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9838
9839         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9840         Plug a mem leak.
9841         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9842         HIG spacings.
9843
9844 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9845
9846         * shell/ev-properties-dialog.c
9847         (ev_properties_dialog_set_document): only call
9848         ev_properties_fonts_set_document() if the document implements the
9849         fonts interface
9850
9851 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * configure.ac:
9854         * properties/Makefile.am:
9855         * properties/ev-properties-view.c:
9856         (ev_properties_view_register_type):
9857         * properties/ev-properties-view.h:
9858         * properties/ev-properties-main.h:
9859
9860         Implement nautilus plugin for properties.
9861         Works only for pdf atm, I need to rework the
9862         document types stuff to get this to work
9863         for all backends...
9864
9865 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9866
9867         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9868         (ev_properties_fonts_set_document): use
9869         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9870
9871 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9872
9873         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9874         them
9875         (PlaceImage, tiff2ps_process_page): use
9876         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9877
9878
9879 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9880
9881         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9882         (main): to call gnome_authentication_manager_init. Should fix
9883         Bug #308510
9884
9885         * configure.ac: that requires libgnomeui 2.6.0.
9886
9887 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9888
9889         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9890         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9891         use the new tiff2ps interfaces
9892
9893         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9894         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9895
9896         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9897         structure instead of global variables.  Remove use of static
9898         variables in functions.
9899
9900 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9901
9902         * shell/ev-page-action.c: unref the completion after setting it to the
9903         entry
9904
9905 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9906
9907         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9908         postscript files
9909
9910 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9911
9912         * shell/ev-window.c (update_action_sensitivity): disable
9913         File->Print if the document does not implement the ps exporter
9914         interface
9915
9916 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9917
9918         * Makefile.am:
9919         * configure.ac:
9920         * data/evince-properties.glade:
9921         * properties/.cvsignore:
9922         * properties/Makefile.am:
9923         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9924         (ev_properties_view_class_init), (ev_properties_view_format_date),
9925         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9926         (ev_properties_view_init), (ev_properties_view_new):
9927         * properties/ev-properties-view.h:
9928         * shell/Makefile.am:
9929         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9930         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9931         (ev_properties_dialog_new):
9932         * shell/ev-properties-dialog.h:
9933         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9934         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9935         (update_progress_label), (job_fonts_finished_cb),
9936         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9937         * shell/ev-properties-fonts.h:
9938         * shell/ev-properties.c:
9939         * shell/ev-properties.h:
9940         * shell/ev-window.c: (ev_window_setup_document),
9941         (ev_window_cmd_file_properties):
9942
9943         Split the properties pages in two different objects, depend
9944         only on the backend where possible, use widgets instead
9945         of gobject for the glade part, reimplement the dialog
9946         itself with gtk.
9947         I need this to implement nautilus properties page.
9948
9949 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9950
9951         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9952         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9953         (tiff_document_document_ps_exporter_iface_init): implement the ps
9954         exporter interface for tiff documents
9955
9956         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9957         libtiff to implement TIFF postscript export
9958
9959         * tiff/tiff2ps.h: added a header file for external tiff2ps
9960         functions.
9961
9962         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9963         tiff2ps.h
9964
9965 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9966
9967         * shell/ev-view.c: (scroll_to_current_page),
9968         (ev_view_set_fullscreen), (ev_view_set_presentation):
9969         
9970         Scroll to current page when exit from presentation
9971
9972 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9973
9974         * shell/ev-window.c: (update_document_mode),
9975         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9976         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9977         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9978         
9979         Exit from fullscreen mode when switch to presentation. Fix for
9980         bug 309365
9981
9982 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9983
9984         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9985         return NULL if the document does not implement the selection
9986         interface.
9987
9988 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9989
9990         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9991         reported height by using the resolution aspect ratio
9992         (tiff_document_render_pixbuf): scale the pixbuf using the
9993         resolution aspect ratio
9994
9995 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9996
9997         * configure.ac:
9998         
9999         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10000         <kiltedaco@gmail.com>
10001         
10002         * djvu/djvu-document.c: (djvu_document_get_orientation),
10003         (djvu_document_set_orientation), (djvu_document_get_page_size),
10004         (rotate_pixbuf), (djvu_document_render_pixbuf),
10005         (djvu_document_document_iface_init):
10006         * dvi/dvi-document.c: (dvi_document_get_orientation),
10007         (dvi_document_set_orientation), (dvi_document_get_page_size),
10008         (rotate_pixbuf), (dvi_document_render_pixbuf),
10009         (dvi_document_document_iface_init):
10010         
10011         Dvi and djvu backends are ported to new API
10012
10013 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10014
10015         * backend/ev-selection.c: (ev_selection_get_selection_region),
10016         (ev_selection_get_selection_map):
10017         * backend/ev-selection.h:
10018         * pdf/ev-poppler.cc:
10019         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10020         * shell/ev-jobs.h:
10021         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10022         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10023         (ev_pixbuf_cache_get_text_mapping):
10024         * shell/ev-pixbuf-cache.h:
10025         * shell/ev-view.c: (location_in_text),
10026         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10027         support to EvView.  Now we can see where we can select!  Sweet!
10028
10029 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10030
10031         * shell/ev-view.c (ev_view_button_press_event): Fix
10032         event->y + view->scroll_x typo.
10033
10034 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10035
10036         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10037         sub-GdkPixbuf instead of passing dest_x and dest_y.
10038         
10039         * shell/ev-view.c: (view_point_to_doc_point),
10040         (view_rect_to_doc_rect), (ev_view_button_press_event),
10041         (ev_view_motion_notify_event), (compute_new_selection_rect),
10042         (gdk_rectangle_point_in), (compute_new_selection_text),
10043         (compute_selections): Update selection code to keep the selection
10044         around as two points and not as a normalized rectangle, and fix
10045         page level selection in two-column mode.
10046
10047 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10048
10049         * shell/ev-window.c: (window_configure_event_cb): 
10050         
10051         Fix compilation
10052         
10053 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10054
10055         * pdf/ev-poppler.cc:
10056
10057         Fix compilation
10058
10059 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10060
10061         * shell/Makefile.am:
10062         * shell/ev-metadata-manager.c: (item_free),
10063         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10064         (parse_value), (parseItem), (load_values),
10065         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10066         (save_values), (save_item), (get_oldest), (resize_items),
10067         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10068         * shell/ev-metadata-manager.h:
10069
10070         Metadata manager from gedit but modified to use GValue, so that
10071         we dont need to keep converting from strings.
10072
10073         * configure.ac:
10074
10075         ENABLE_METADATA conditional, on when dbus is on
10076
10077         * shell/ev-application.c: (ev_application_open_uri):
10078
10079         Show the window after load so that we can initialize
10080         window size before it's showed.
10081
10082         * shell/ev-window.c: (ev_window_setup_from_metadata),
10083         (ev_window_open_uri), (window_configure_event_cb),
10084         (ev_window_init):
10085
10086         Save and load metadata information about window size.
10087         Not yet keeping states in account.
10088
10089         * shell/main.c: (main):
10090
10091         Shutdown metadata manager.
10092
10093 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10094
10095         * shell/ev-application-service.xml:
10096         * configure.ac:
10097         * shell/Makefile.am:
10098         * shell/ev-application.c:
10099         * shell/ev-application.h:
10100         * shell/ev-window.c:
10101         * shell/ev-window.h:
10102         * shell/main.c:
10103
10104         Add an optional dbus interface (--enable-dbus).
10105         Rework application code, mainly to be easier to
10106         use "remotely".
10107         Do not open multiple windows with the same document,
10108         spatial evince!
10109
10110 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10111
10112         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10113         pixbuf iff it exists.
10114
10115 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10116
10117         * shell/*:
10118         * backend/ev-render-context.[ch]:
10119         * backend/ev-selection.[ch]:
10120
10121         Massive changes.  We now support text selection of pdfs, and not
10122         just rectangular selection.  This is pretty broken still, but I
10123         want to get something into CVS.
10124
10125 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10126
10127         * pdf/ev-poppler.cc:
10128         
10129         Fix for Bug 309080: crash on window close.
10130         
10131         * shell/ev-page-action.c: (page_changed_cb):
10132         
10133         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10134         jensgr@gmx.net (Jens Granseuer).
10135
10136 2005-06-25  Marcel Telka  <marcel@telka.sk>
10137
10138         * configure.in (ALL_LINGUAS): Added sk.
10139
10140 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10141
10142         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10143         not a document open
10144
10145 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10146
10147         * NEWS:
10148         * configure.ac:
10149
10150         Release 0.3.2
10151
10152         * cut-n-paste/recent-files/Makefile.am:
10153
10154         Fix make distcheck
10155
10156 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10157
10158         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10159         (pixbuf_document_set_orientation), (rotate_pixbuf),
10160         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10161         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10162
10163         Implement rotation and cleanup the code a bit.
10164
10165         * tiff/tiff-document.c: (tiff_document_get_page_size),
10166         (tiff_document_get_orientation), (tiff_document_set_orientation),
10167         (rotate_pixbuf), (tiff_document_render_pixbuf),
10168         (tiff_document_document_iface_init), (tiff_document_init):
10169
10170         Implement rotation. Was the quicker solution for the release
10171         but we really need to share this code in the shell.
10172
10173 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10174
10175         * pdf/ev-poppler.cc:
10176
10177         Enable rotation, require poppler cvs. Fix a leak.
10178
10179 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10180
10181         * shell/ev-window.c: (update_action_sensitivity):
10182         
10183         Make properties unsensitive if document backend doesn't provide
10184         any info
10185
10186 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10187
10188         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10189         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10190         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10191         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10192         (bitmap_flip_rotate_counter_clockwise):
10193         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10194         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10195         (buff_gets):
10196         * dvi/mdvi-lib/common.h:
10197         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10198         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10199         (opendvi), (mdvi_reload), (mdvi_init_context),
10200         (mdvi_destroy_context), (mdvi_dopage), (special):
10201         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10202         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10203         (file_hash_free), (register_encoding), (parse_spec),
10204         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10205         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10206         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10207         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10208         (mdvi_register_font_type), (mdvi_unregister_font_type),
10209         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10210         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10211         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10212         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10213         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10214         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10215         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10216         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10217         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10218         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10219         (mdvi_unregister_special), (mdvi_flush_specials):
10220         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10221         (t1_font_remove):
10222         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10223         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10224         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10225         (free_font_metrics), (flush_font_metrics):
10226         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10227         (tt_font_remove):
10228         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10229         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10230         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10231         (dstring_insert), (dstring_new), (dstring_reset):
10232         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10233         
10234         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10235         avoid conflict with libtool on FC4
10236         
10237         * shell/ev-window.c: (ev_window_cmd_help_about):
10238         
10239         Update copyright year. Fix for bug 308828.
10240
10241 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10242
10243         * shell/ev-view.c: (add_scroll_binding_keypad),
10244         (ev_view_binding_activated), (ev_view_class_init),
10245         (on_adjustment_value_changed):
10246         
10247         Bug 170874: Arrow keys switch pages in presentation mode
10248
10249 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10250
10251         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10252         
10253         Fix for Bug 308265: Sidebar dissappears coming out of 
10254         Presentation mode
10255
10256 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10257
10258         * shell/ev-application.c: (ev_application_open):
10259         * shell/ev-document-types.c: (ev_document_types_add_filters),
10260         (ev_document_types_add_filters_for_type):
10261         * shell/ev-document-types.h:
10262         * shell/ev-window.c: (ev_window_cmd_save_as):
10263         
10264         Suggest basename as template when saving, provide filters
10265         for save dialog. It's bug 308402
10266
10267 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10268
10269         * pdf/ev-poppler.cc:
10270         * shell/ev-sidebar-links.c: (job_finished_callback):
10271         * shell/ev-view.c: (update_find_status_message):
10272         
10273         Some leaks fixed
10274
10275 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10276
10277         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10278         (egg_recent_view_uimanager_set_list):
10279
10280         Fix buglet in !show_numbers case.
10281
10282 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10283
10284         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10285         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10286
10287         Use pango ellipsisation.
10288
10289         * pdf/ev-poppler.cc:
10290
10291         Fix refcount leak, from nsh.
10292
10293 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10294
10295         * cut-n-paste/recent-files/Makefile.am:
10296         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10297         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10298         
10299         Removed EggRecentViewGtk
10300         
10301         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10302         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10303         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10304         (ev_window_setup_recent):
10305         
10306         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10307         with other projects
10308
10309 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10310
10311         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10312         (egg_recent_view_gtk_finalize):
10313
10314         Fix memory leak
10315
10316         * cut-n-paste/toolbar-editor/Makefile.am:
10317         
10318         Fix location of cursor icon.
10319         
10320         * pdf/ev-poppler.cc:
10321         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10322         (display_completion_text), (match_completion):
10323         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10324         (selection_changed_callback), (create_loading_model),
10325         (print_section_cb), (links_page_num_func),
10326         (update_page_callback_foreach):
10327         * shell/ev-window.c: (ev_window_dispose):
10328         
10329         Small memory fixes. Links model now store objects instead
10330         of pointers to improve memory management. 
10331
10332 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * shell/ev-window.c: (zoom_control_changed_cb):
10335         
10336         Fix update of zoom control (bug 308268).
10337
10338 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10339
10340         * shell/ev-properties.c (set_property): escape the text correctly.
10341         Handles non-UTF-8 properties and escaped properties.  Also, sets
10342         the text to "<i>None</i>" if the property isn't set.
10343
10344         * data/evince-properties.glade: Change the label to be ellipsized,
10345         and give it a minimum size.
10346
10347 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10348
10349         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10350         * shell/ev-sidebar-links.c: (create_loading_model):
10351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10352         * shell/ev-view.c: (ev_view_set_document):
10353         * shell/ev-window.c: (ev_window_dispose):
10354         
10355         Various small fixes, mostly memory leaks. Thanks to valgrind.
10356
10357 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10358
10359         * ps/ps-document.c: remove the locale.h include again ;-). And
10360         kill the (bogus) setlocale/savelocale business.
10361
10362 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10363
10364         * ps/ps-document.c:
10365         
10366         Include locale.h to fix build
10367         
10368         * shell/ev-sidebar.c:
10369         
10370         Remove unnecessary includes
10371
10372 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10373
10374         * dvi/dvi-document.c: (dvi_document_load):
10375         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10376         * po/POTFILES.in:
10377         
10378         Check for incorrect dvi files. Fix parsing dvi on AMD64
10379         platform. Thanks to tester@tester.ca (Olivier Crete).
10380
10381 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10382
10383         * shell/ev-page-action.c: (match_selected_cb),
10384         (display_completion_text), (match_completion), (update_model):
10385         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10386         (expand_open_links):
10387         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10388         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10389         (ev_sidebar_set_document):
10390         * shell/ev-window.c: (ev_window_xfer_job_cb),
10391         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10392         
10393         Fixed lot's of memory leaks, for example, memory leak on reload, 
10394         described in bug 307793.
10395
10396 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10397
10398         * pdf/ev-poppler.cc:
10399         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10400         (update_visible_range), (adjustment_changed_cb),
10401         (ev_sidebar_thumbnails_fill_model),
10402         (ev_sidebar_thumbnails_refresh),
10403         (ev_sidebar_tree_selection_changed),
10404         (ev_sidebar_icon_selection_changed),
10405         (ev_sidebar_thumbnails_use_icon_view),
10406         (ev_sidebar_thumbnails_set_document):
10407         * shell/ev-sidebar-thumbnails.h:
10408         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10409         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10410
10411         Refresh thumbnails when changing orientation. Not fully
10412         working yet becuase of a sidebar bug.
10413
10414         Set page orientation to poppler page everywhere. This sucks
10415         really need to fix poppler.
10416
10417 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10418
10419         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10420         (egg_recent_view_gtk_new_menu_item),
10421         (egg_recent_view_gtk_set_property),
10422         (egg_recent_view_gtk_get_property),
10423         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10424         (egg_recent_view_gtk_set_tooltip_func),
10425         (egg_recent_view_gtk_set_label_width),
10426         (egg_recent_view_gtk_get_label_width):
10427         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10428
10429         Sync with libegg (ellipsize labels)
10430
10431 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10432
10433         * data/evince-ui.xml:
10434         * shell/ev-window.c: (ev_window_cmd_go_forward),
10435         (ev_window_cmd_go_backward):
10436         
10437         Shift + PageUp moves 10 Pages. Fix for 306125
10438
10439 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * pdf/ev-poppler.cc:
10442
10443         Add a flag to check if orientation has been overriden
10444
10445 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10446
10447         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10448         field if necessary.
10449
10450         * ps/ps.h: add creator field to document.
10451
10452         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10453         set creator field.
10454
10455 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10456
10457         * data/evince-properties.glade:
10458         * shell/ev-properties.c: (ev_properties_set_document):
10459
10460         s/PDF Version/Format
10461
10462 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10463
10464         * shell/ev-properties.c: (ev_properties_set_document):
10465
10466         Remove unnecessary translations
10467
10468 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10469
10470         * cut-n-paste/toolbar-editor/Makefile.am:
10471
10472         Correct library name    
10473
10474 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10475
10476         * configure.ac:
10477         * cut-n-paste/recent-files/egg-recent-model.c:
10478         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10479         (egg_recent_model_unlock_file):
10480         * cut-n-paste/recent-files/egg-recent-util.c:
10481         (egg_recent_util_get_unique_id):
10482         * cut-n-paste/recent-files/update-from-egg.sh:
10483         * cut-n-paste/toolbar-editor/Makefile.am:
10484         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10486         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10487         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10488         (egg_toolbars_model_get_type):
10489         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10490
10491         Better makefile for toolbar editor and update everything
10492         to latest libegg.
10493
10494 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10495
10496         * shell/ev-window.c: (update_document_mode):
10497
10498         Prefer presentation mode when the document
10499         require fullscreen.
10500
10501 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10502
10503         * data/evince-ui.xml:
10504         * shell/ev-window.c:
10505
10506         Add control-equal for zooming
10507
10508 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10509
10510         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10511
10512 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10513
10514         * backend/ev-document.c: (ev_document_get_orientation):
10515         * backend/ev-document.h:
10516         * pdf/ev-poppler.cc:
10517         * ps/ps-document.c: (ps_document_get_orientation),
10518         (ps_document_set_orientation), (ps_document_document_iface_init):
10519
10520         Add a get_orientation api. Improve set_orientation.
10521
10522         * data/evince-ui.xml:
10523         * shell/ev-view.c: (ev_view_set_orientation),
10524         (ev_view_rotate_right), (ev_view_rotate_left):
10525         * shell/ev-view.h:
10526         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10527         (ev_window_cmd_edit_rotate_right):
10528
10529         Better ui for changing document orientation
10530
10531 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10532
10533         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10534         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10535         * shell/ev-sidebar-links.h:
10536         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10537         (ev_sidebar_page_iface_init):
10538         * shell/ev-sidebar-page.h:
10539         * shell/ev-sidebar-thumbnails.c:
10540         (ev_sidebar_thumbnails_get_property),
10541         (ev_sidebar_thumbnails_class_init),
10542         (ev_sidebar_thumbnails_set_document):
10543         * shell/ev-sidebar-thumbnails.h:
10544         * shell/ev-view.c: (ev_view_motion_notify_event):
10545         * shell/ev-window.c: (update_chrome_visibility),
10546         (ev_window_cmd_focus_page_selector),
10547         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10548         (sidebar_page_main_widget_update_cb), (ev_window_init):
10549         
10550         Autoraise toolbar on GoToPage binding and fix bindings in
10551         EvSidebarThumbnails page.
10552
10553 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10554
10555         * shell/ev-properties.c: (update_progress_label):
10556
10557         Hide the progress label when finished; bug #307697.
10558
10559 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10560
10561         * pdf/ev-poppler.cc:
10562
10563         Enable is_open for links, you will need poppler cvs
10564
10565         * shell/ev-properties.c: (job_fonts_finished_cb):
10566
10567         Get a lock on the document when filling the tree view
10568
10569 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10570
10571         * backend/ev-document-links.h:
10572         * pdf/ev-poppler.cc:
10573         * shell/ev-sidebar-links.c: (create_loading_model),
10574         (expand_open_links), (job_finished_callback):
10575
10576         Expand links when specified by the document.
10577         Depend on a poppler api (defined out for now)
10578
10579 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10580
10581         * shell/ev-properties.c: (ev_properties_dispose),
10582         (ev_properties_class_init), (dialog_destroy_cb),
10583         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10584         (ev_properties_set_document), (ev_properties_new),
10585         (ev_properties_show):
10586         * shell/ev-properties.h:
10587
10588         Make it an object, cleanup the code, api to show it as transient
10589         and to set the document.
10590
10591         * shell/ev-window.c: (ev_window_setup_document),
10592         (ev_window_cmd_file_properties):
10593
10594         Adapt to EvProperties changes, do not show multiple
10595         times, update it when document changes.
10596
10597 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10598
10599         * ps/gstypes.h:
10600         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10601         (ps_document_set_orientation), (ps_document_document_iface_init):
10602         * ps/ps-document.h:
10603
10604         Implement orientation here too
10605
10606         * shell/ev-properties.c: (ev_properties_new):
10607         * data/evince-properties.glade:
10608
10609         Hide the fonts page for backends that doesnt
10610         support it.     
10611
10612 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10613
10614         * backend/ev-document.c: (ev_document_set_orientation):
10615         * backend/ev-document.h:
10616         * pdf/ev-poppler.cc:
10617
10618         Add orientation api. Currently poppler api is not optimal,
10619         we need to set orientation every time we _get a page.
10620         I will try to fix that at some point.
10621
10622         * data/evince-ui.xml:
10623         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10624         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10625
10626         Add orientation menu items
10627
10628         * shell/ev-page-cache.c: (ev_page_cache_clear):
10629         * shell/ev-page-cache.h:
10630
10631         Add api to clear the cache
10632
10633         * shell/ev-view.c: (setup_caches), (clear_caches),
10634         (ev_view_set_document), (ev_view_zoom_out),
10635         (ev_view_set_orientation):
10636         * shell/ev-view.h:
10637
10638         Implement orientation changing
10639
10640 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10643         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10644         * backend/ev-document-fonts.h:
10645
10646         Separate scan and fill so that we can incrementally fill from
10647         the main thread. Add a progress api.
10648
10649         * data/evince-properties.glade:
10650         * pdf/ev-poppler.cc:
10651         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10652         * shell/ev-jobs.h:
10653         * shell/ev-properties.c: (update_progress_label),
10654         (job_fonts_finished_cb), (setup_fonts_view):
10655
10656         Incrementally feel the list and show the progress
10657         percentage in a label like acrobat does.
10658
10659         You are going to need poppler cvs
10660
10661 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10662
10663         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10664         * backend/ev-document-fonts.h:
10665         * pdf/ev-poppler.cc:
10666
10667         Make fonts model fill incrementally.
10668
10669         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10670         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10671         (ev_job_queue_remove_job):
10672         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10673         (ev_job_fonts_new), (ev_job_fonts_run):
10674         * shell/ev-jobs.h:
10675
10676         New job for fonts scanning
10677
10678         * shell/ev-properties.c: (job_fonts_finished_cb),
10679         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10680         * shell/ev-properties.h:
10681         * shell/ev-window.c: (ev_window_cmd_file_properties):
10682
10683         Incrementally feel the treeview using the new job. Show Loading...
10684         message until scanning is completed.
10685
10686         Hopefully I didnt break the build without the poppler patch.
10687
10688 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10689
10690         * shell/ev-application.c: (ev_application_open):
10691         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10692         (ev_document_type_get_type), (ev_document_type_lookup):
10693         * shell/ev-document-types.h:
10694         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10695         * shell/ev-job-xfer.h:
10696         * shell/ev-window.c: (ev_window_clear_local_uri),
10697         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10698         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10700         
10701         Transfer remote documents to tmp directory to display them later.
10702
10703 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10704
10705         * backend/ev-document-info.h:
10706         * shell/ev-properties.c: (ev_properties_new):
10707
10708         s/GTime*/GTime. Not sure why we was using a pointer
10709         at all there!
10710
10711 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10712
10713         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10714         situations.  That situation is that you're using GTK+-HEAD with
10715         the patch at #306726 is applied, and you have a document with <
10716         1500 pages in it.  It's not quite as uniformly nice as the
10717         TreeView, but should be better in the long run.
10718
10719         I'm pretty sure I guarded against breaking compilation with
10720         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10721         I missed some.
10722
10723         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10724         widget yet, so I commented that code out
10725         enable_view_actions_for_widget() for now.  Need to figure this
10726         out.
10727
10728         * shell/ev-page-action.c (match_selected_cb): emit the right
10729         signals.  Our cool C-l completion now works.
10730
10731 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10732
10733         * backend/Makefile.am:
10734         * backend/ev-document-fonts.c:
10735         * backend/ev-document-links.c:
10736         * backend/ev-document.c: (ev_document_load):
10737         * backend/ev-document.h:
10738         * backend/ev-job-queue.c:
10739         * backend/ev-job-queue.h:
10740         * backend/ev-jobs.c:
10741         * backend/ev-jobs.h:
10742         * backend/ev-page-cache.c:
10743         * backend/ev-page-cache.h:
10744
10745         EvPageCache and EvJobs are moved to shell.
10746
10747         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10748         (ev_tmp_filename):
10749         * lib/ev-file-helpers.h:
10750         
10751         New helper to work with temporary files
10752         
10753         * shell/Makefile.am:
10754         * shell/ev-application.c: (ev_application_open):
10755         * shell/ev-application.h:
10756         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10757         (remove_job_from_async_queue), (add_job_to_async_queue),
10758         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10759         (handle_job), (search_for_jobs_unlocked),
10760         (no_jobs_available_unlocked), (ev_render_thread),
10761         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10762         (ev_job_queue_add_job), (move_job_async), (move_job),
10763         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10764         * shell/ev-job-queue.h:
10765         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10766         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10767         * shell/ev-job-xfer.h:
10768         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10769         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10770         (ev_job_links_class_init), (ev_job_render_init),
10771         (ev_job_render_dispose), (ev_job_render_class_init),
10772         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10773         (ev_job_thumbnail_class_init), (ev_job_load_init),
10774         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10775         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10776         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10777         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10778         * shell/ev-jobs.h:
10779         * shell/ev-page-action.c: (ev_page_action_set_document):
10780         * shell/ev-page-cache.c: (ev_page_cache_init),
10781         (ev_page_cache_class_init), (ev_page_cache_finalize),
10782         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10783         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10784         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10785         (ev_page_cache_get_title), (ev_page_cache_get_size),
10786         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10787         (ev_page_cache_get_height_to_page),
10788         (ev_page_cache_get_max_label_chars),
10789         (ev_page_cache_get_page_label),
10790         (ev_page_cache_has_nonnumeric_page_labels),
10791         (ev_page_cache_get_info), (ev_page_cache_next_page),
10792         (ev_page_cache_prev_page), (ev_page_cache_get):
10793         * shell/ev-page-cache.h:
10794         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10795         (ev_pixbuf_cache_clear_job_sizes),
10796         (ev_pixbuf_cache_add_jobs_if_needed),
10797         (ev_pixbuf_cache_set_page_range):
10798         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10799         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10800         * shell/ev-sidebar-thumbnails.c:
10801         (ev_sidebar_tree_selection_changed),
10802         (ev_sidebar_thumbnails_set_document):
10803         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10804         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10805         (ev_statusbar_get_context_id), (ev_statusbar_push),
10806         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10807         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10808         (ev_statusbar_set_progress):
10809         * shell/ev-statusbar.h:
10810         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10811         (ev_view_find_previous):
10812         * shell/ev-window.c: (ev_window_is_empty),
10813         (ev_window_setup_document), (password_dialog_response),
10814         (ev_window_clear_jobs), (ev_window_load_job_cb),
10815         (ev_window_xfer_job_cb), (ev_window_open_uri),
10816         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10817         (ev_window_print), (ev_window_print_range),
10818         (ev_window_state_event), (ev_window_cmd_view_reload),
10819         (menu_item_select_cb), (menu_item_deselect_cb),
10820         (view_status_changed_cb), (ev_window_dispose),
10821         (drag_data_received_cb), (ev_window_init):
10822         * shell/ev-window.h:
10823         * shell/main.c: (load_files):
10824         
10825         New statusbar to show progress on idle. Two new jobs - 
10826         xfer job and load job to load document in background. And update
10827         of page_cache clients to new location of code.
10828
10829 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10830
10831         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10832         selection in open dialog. It also remembers the last visited directory 
10833         in the current session.
10834
10835 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10836
10837         * shell/ev-properties.c: (ev_properties_new):
10838         * shell/ev-properties.h:
10839         * shell/ev-window.c: (ev_window_cmd_file_properties):
10840         
10841         Get document info from page cache instead of document itself.
10842         This should fix crash related to race conditions described in
10843         bug 306545.
10844
10845 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10846
10847         * ps/ps-document.c: (ps_document_init),
10848         (send_ps), (get_page_box), (output), (catchPipe), (input),
10849         (stop_interpreter), (file_length), (file_readable),
10850         (check_filecompressedb), (ps_document_enable_interpreter),
10851         (document_load), (ps_async_renderer_render_pixbuf):
10852         * ps/ps-document.h:
10853
10854         Big cleanup of the ps code
10855
10856 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * backend/Makefile.am:
10859         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10860         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10861         * backend/ev-async-renderer.h:
10862
10863         Add an async renderer interface (method + callback) which
10864         is useful for backends like ps.
10865
10866         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10867         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10868         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10869         (ev_job_queue_add_job), (move_job_async), (move_job),
10870         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10871
10872         Add queues for async renderer, these are executed on the
10873         main thread.
10874
10875         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10876         (ev_job_render_run):
10877         * backend/ev-jobs.h:
10878
10879         If the backend support async renderer interface use it.
10880
10881         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10882         (setup_pixmap), (ps_document_get_type),
10883         (ps_async_renderer_render_pixbuf),
10884         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10885
10886         Implement async renderer interface.
10887
10888 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10889
10890         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10891
10892         Cleanup links job on exit.
10893
10894 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10895
10896         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10897         (drag_data_get_cb), (drag_data_received_cb):
10898         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10899         (drag_data_get_cb), (parse_item_list),
10900         (egg_toolbar_editor_load_actions):
10901         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10902         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10903         (parse_item_list), (parse_toolbars):
10904         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10905         (dvi_pixbuf_put_pixel):
10906         
10907         Fix gcc 4.0 warnings
10908
10909 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10910
10911         * ps/ps-document.c: (start_interpreter):
10912
10913         Fix warning when loading ps
10914
10915 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10916
10917         * ps/ps-document.c: (output):
10918
10919         Fix crash when priting gs error messages.
10920
10921 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10922
10923         * backend/ev-page-cache.c: (_ev_page_cache_new):
10924         * backend/ev-page-cache.h:
10925
10926         Use a const to return title so that we dont double
10927         free it. Small cleanup and fix a leak.
10928
10929         * shell/ev-window.c: (update_window_title):
10930
10931         strdup value from get_title.
10932
10933 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10934
10935         * shell/ev-sidebar-links.c: (job_finished_callback),
10936         (ev_sidebar_links_set_document):
10937
10938         Cleanup the old job when changing document
10939
10940 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10941
10942         * shell/ev-stock-icons.c:
10943         * shell/ev-stock-icons.h:
10944         * shell/ev-window.c:
10945         
10946         Add stock icons for actions that can appear in toolbar. Fix for
10947         bug 306566.
10948
10949 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10950
10951         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10952         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10953         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10954         * backend/ev-page-cache.h:
10955         * shell/ev-view.c: (scroll_to_current_page),
10956         (view_update_range_and_current_page), (get_page_y_offset),
10957         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10958         (ev_view_size_request_continuous),
10959         (ev_view_zoom_for_size_continuous_and_dual_page),
10960         (ev_view_zoom_for_size_continuous):
10961         
10962         More compact EvView layout in document with pages of different size.
10963
10964 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10965
10966         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10967         compilation.
10968
10969 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10970
10971         * shell/ev-view.c: (view_set_adjustment_values):
10972         * shell/ev-window.c: (ev_window_cmd_file_properties):
10973         
10974         A bit different fix for rounding problem but it has no
10975         problems on startup. Make properties window transient to parent.
10976
10977 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10978
10979         * pdf/ev-poppler.cc:
10980         
10981         More commenting of font stuff.
10982
10983 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10984
10985         * pdf/ev-poppler.cc:
10986
10987         Comment out some more fonts stuff. Should really
10988         work without the poppler patch now.
10989
10990 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10991
10992         * pdf/ev-poppler.cc:
10993
10994         Adapt to api change
10995
10996 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10997
10998         * data/evince-properties.glade:
10999         * pdf/ev-poppler.cc:
11000         * shell/ev-properties.c: (setup_fonts_view):
11001
11002         Set the column title. Show the dialog only
11003         once everything is setup.
11004         Getting font info can be very slow... will
11005         prolly need to make this threaded too.
11006
11007 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * backend/Makefile.am:
11010         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11011         (ev_document_fonts_get_fonts_model):
11012         * backend/ev-document-fonts.h:
11013         * data/evince-properties.glade:
11014         * pdf/ev-poppler.cc:
11015         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11016         * shell/ev-properties.h:
11017         * shell/ev-window.c: (ev_window_cmd_file_properties):
11018
11019         Implement fonts list. Defined out for now, since it depends
11020         on a not yet committed poppler patch.
11021
11022 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11023
11024         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11025         page + 1.
11026
11027         * shell/ev-window.c: Make sure we add the timeout when we get a
11028         focus-in event.
11029
11030         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11031         adjustment->value before calculating the zoom factor to average
11032         out all of our rounding errors.  The page no longer 'drifts' when
11033         resizing.
11034
11035 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11036
11037         * data/evince-properties.glade:
11038         * shell/ev-properties.c: (ev_properties_format_date),
11039         (set_property):
11040         
11041         Labels don't expand when the dialogue is resized.
11042         strftime result needs to be converted to UTF-8. Thanks
11043         to Christian Persch <chpe@gnome.org>.
11044
11045 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11046
11047         * data/evince-properties.glade:
11048
11049         Hide the fonts tab
11050
11051 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11052
11053         * backend/ev-document-info.h:
11054         * backend/ev-document.c: (ev_document_info_free):
11055         * data/evince-properties.glade:
11056         * pdf/ev-poppler.cc:
11057         * ps/ps-document.c: (ps_document_get_info):
11058         * shell/ev-properties.c: (ev_properties_format_date),
11059         (set_property), (ev_properties_new):
11060         * shell/ev-properties.h:
11061         * shell/ev-window.c: (ev_window_cmd_file_properties):
11062
11063         Rework properties code to take only EvPropertyInfo
11064         in the constructor so that it can be useful for
11065         nautilus plugin too.
11066
11067         Deal with backends that doesnt support some properties.
11068         Make set property code generic.
11069
11070 2005-06-04  Christian Persch <chpe@gnome.org>
11071
11072         * data/evince-properties.glade:
11073
11074         fix spacings, make resizeable, and make data labels
11075         selectable + ellipsised
11076
11077 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11078
11079         * backend/ev-document-info.h:
11080         * data/Makefile.am:
11081         * data/evince-ui.xml:
11082         * pdf/ev-poppler.cc:
11083         * shell/Makefile.am:
11084         * shell/ev-window.c: (update_action_sensitivity),
11085         (ev_window_cmd_file_properties):
11086
11087         Initial go at file properties. Patch by
11088         Emil Soleyman-Zomalan <emil@soleyman.com>.
11089         Needs love see #169583
11090
11091 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * ps/ps-document.c: (output):
11094         * ps/ps.c: (psscan):
11095
11096         Try to render even if psscan fails.
11097
11098 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11099
11100         * ps/ps.c: (psscan), (pscopydoc):
11101
11102         Port buffered reading code from gv
11103
11104 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11105
11106         * ps/ps-document.c: (interpreter_message), (output):
11107
11108         Do not fail on interpreter messages
11109
11110 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11111
11112         * backend/ev-document-misc.c:
11113         (ev_document_misc_get_thumbnail_frame):
11114
11115         Pages can be 0 x 0, dont assert on this case
11116
11117 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11118
11119         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11120         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11121
11122         Correctly manage our reference on document. Finally the reload
11123         huge leak is gone...
11124
11125 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11126
11127         * ps/ps-document.c: (ps_document_dispose):
11128
11129         Forgot to chain it to the parent. Thanks chpe.
11130
11131 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11132
11133         * ps/ps-document.c: (ps_document_dispose),
11134         (ps_document_class_init), (stop_interpreter), (document_load):
11135
11136         Cleanup dispose a bit. Dont leak the whole pixmap.
11137
11138 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11139
11140         * pdf/ev-poppler.cc:
11141
11142         Release the poppler document on dispose
11143
11144 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11145
11146         * shell/ev-view.c: (ev_view_set_document):
11147
11148         Release ref on the pixbuf cache when changing
11149         document.
11150
11151 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11152
11153         * ps/ps-document.c: (ps_document_get_info):
11154
11155         Fix a double free
11156
11157 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11158
11159         * backend/ev-page-cache.c: (ev_page_cache_init),
11160         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11161         * backend/ev-page-cache.h:
11162         * shell/ev-page-action.c: (page_changed_cb):
11163         
11164         Set page action entry width depending on labels width. Fix
11165         for bug 305202.
11166
11167 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11168
11169         * backend/ev-link.c: (ev_link_class_init):
11170
11171         Allow -1 as page value (error)
11172
11173 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * shell/ev-sidebar-thumbnails.c:
11176         (ev_sidebar_thumbnails_set_document):
11177         * shell/ev-view.c: (scroll_to_current_page),
11178         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11179         (page_changed_cb), (on_adjustment_value_changed),
11180         (ev_view_set_document):
11181
11182         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11183         Fix bug 305377
11184
11185 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11186
11187         * configure.ac:
11188         * djvu/djvu-document.c: (djvu_document_get_page_size):
11189
11190         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11191         bug 301993.
11192
11193 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11194
11195         * shell/ev-view.c (draw_one_page): modify the expose handling to
11196         get the shadows.
11197
11198         * shell/ev-window.c (update_action_sensitivity): Respect
11199         permissions field.  Kowtow to the man.
11200
11201         * pdf/ev-poppler.cc: Get the permissions field.
11202
11203         * tiff/*c: Make a tiny bit more robust.
11204
11205 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11206
11207         * djvu/djvu-document.c:
11208         
11209         Pop messages from djvu context message queue.
11210
11211 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11212
11213         * configure.ac, Makefile.am, shell/Makefile.am:
11214         * tiff/Makefile.am, shell/ev-document-types.c:
11215         
11216         Cleanup tiff configure checks. Fix for bug 305218.
11217
11218 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11219
11220         * configure.ac: Added "uk" to ALL_LINGUAS.
11221
11222 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11223
11224         * cut-n-paste/zoom-control/ephy-zoom.c:
11225         (ephy_zoom_get_changed_zoom_level):
11226         * cut-n-paste/zoom-control/ephy-zoom.h:
11227         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11228         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11229         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11230         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11231         (zoom_control_changed_cb), (ev_window_init):
11232         
11233         Fix minor points related to moving best fit up. Introduce
11234         "zoom" property and make zoom control change it's value on
11235         notify::zoom signals. Fix for 305080.
11236
11237 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11238
11239         * data/evince-ui.xml:
11240         * shell/ev-window.c: (set_view_actions_sensitivity):
11241         
11242         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11243
11244 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11245
11246         * configure.ac:
11247
11248         Depends on poppler 0.3.2
11249
11250 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11251
11252         * cut-n-paste/recent-files/egg-recent-item.c:
11253         (egg_recent_item_get_short_name):
11254         * cut-n-paste/toolbar-editor/Makefile.am:
11255         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11256         (new_pixbuf_from_widget):
11257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11258         * cut-n-paste/toolbar-editor/egg-marshal.c:
11259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11260         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11261
11262         Sync
11263
11264 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11265
11266         * tiff/tiff-document.c: Rough TIFF backend.
11267
11268 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11269
11270         * NEWS:
11271         * configure.ac:
11272         * cut-n-paste/toolbar-editor/Makefile.am:
11273
11274         Release 0.3.1
11275
11276 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11277
11278         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11279         (ev_view_find_next), (ev_view_find_previous):
11280
11281         Remove the locks around get_n_results   
11282
11283 2005-05-21  Juerg Billeter  <j@bitron.ch>
11284
11285         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11286
11287         Pass correct number of pages to poppler.
11288
11289 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11290
11291         * configure.ac:
11292         * data/Makefile.am:
11293         * data/evince.desktop.in: 
11294         * data/evince.desktop.in.in:
11295         * po/POTFILES.in:
11296         
11297         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11298
11299 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11300
11301         * shell/ev-view.c: (view_update_adjustments),
11302         (view_set_adjustment_values): cast adjustmen->value to (int)
11303         before using it.  Otherwise, we get off by a pixel in some
11304         situations.
11305
11306         (draw_one_page): Draw the border on expose.
11307
11308 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11309
11310         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11311         adjustment when the mode changes, #304923
11312
11313 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11314
11315         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11316         flickering on resize but still use gdk_window_scroll on
11317         scrolling
11318
11319 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11320
11321         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11322         option, #170458
11323
11324 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11325
11326         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11327         second page on page_changed if possible, #304669
11328
11329 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11330
11331         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11332         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11333
11334 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * .cvsignore:
11337         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11338         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11339         (ev_view_zoom_for_size_presentation),
11340         (ev_view_zoom_for_size_continuous_and_dual_page),
11341         (ev_view_zoom_for_size_continuous),
11342         (ev_view_zoom_for_size_dual_page),
11343         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11344         * shell/ev-view.h:
11345         * shell/ev-window.c: (update_view_size),
11346         (ev_window_sizing_mode_changed_cb):
11347
11348         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11349         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11350         an infinite loop, #304769
11351
11352
11353 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11354
11355         * data/evince-ui.xml:
11356         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11357         * shell/ev-window.c: (set_view_actions_sensitivity):
11358
11359         Make PgUp/Down behave like Space
11360
11361 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11362
11363         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11364         * backend/ev-ps-exporter.h:
11365         * pdf/ev-poppler.cc:
11366         * ps/ps-document.c: (ps_document_ps_export_begin):
11367         * shell/ev-print-job.c: (idle_print_handler):
11368
11369         Adapt to new poppler api
11370
11371 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11372
11373         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11374         (ephy_zoom_control_init):
11375
11376         Translate zoom levels
11377
11378 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11379
11380         * cut-n-paste/zoom-control/ephy-zoom.c:
11381         (ephy_zoom_get_zoom_level_index):
11382
11383         Fix current zoom -> zoom control match
11384
11385 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11386
11387         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11388         rather than the scrolled_window that it's in. Fixes bug #304655.
11389
11390 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11391
11392         * shell/ev-view.c: (view_update_adjustments),
11393         (view_set_adjustment_values), (view_update_range_and_current_page),
11394         (view_scroll_to_page), (set_scroll_adjustment),
11395         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11396         (ev_view_scroll), (ev_view_scroll_view),
11397         (ensure_rectangle_is_visible), (find_page_at_location),
11398         (get_link_at_location), (go_to_link), (status_message_from_link),
11399         (ev_view_size_request_continuous_dual_page),
11400         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11401         (ev_view_unrealize), (ev_view_expose_event),
11402         (ev_view_button_press_event), (ev_view_motion_notify_event),
11403         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11404         (draw_rubberband), (highlight_find_results), (draw_one_page),
11405         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11406         (ev_view_init), (find_changed_cb), (page_changed_cb),
11407         (on_adjustment_value_changed), (ev_view_new),
11408         (ev_view_set_document), (ev_view_set_zoom),
11409         (ev_view_set_continuous), (ev_view_set_dual_page),
11410         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11411         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11412         (ev_view_zoom_for_size_presentation),
11413         (ev_view_zoom_for_size_continuous_dual_page),
11414         (ev_view_zoom_for_size_continuous),
11415         (ev_view_zoom_for_size_dual_page),
11416         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11417         (ev_view_get_status), (ev_view_set_status),
11418         (update_find_status_message), (ev_view_get_find_status),
11419         (ev_view_set_find_status), (jump_to_find_result),
11420         (jump_to_find_page), (compute_selections), (clear_selection),
11421         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11422         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11423         (ev_view_update_primary_selection),
11424         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11425         * shell/ev-view.h:
11426         * shell/ev-window.c: (ev_window_open_page_label),
11427         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11428         (ev_window_init):
11429         * shell/ev-window.h:
11430         * shell/main.c: (load_files):
11431
11432         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11433         when resizing.  Remove the bin_window().  Also, patch from James
11434         Bowes to fix command line page, #300641
11435         
11436 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11437
11438         * data/evince-ui.xml:
11439         * shell/ev-view.c:
11440         * shell/ev-view.h:
11441         * shell/ev-window.c: (update_action_sensitivity):
11442
11443         Get rid of View->Normal Size, it's just confusing
11444
11445 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11446
11447         * backend/ev-document-info.h:
11448         * backend/ev-document.c: (ev_document_info_free): Free the
11449         EvDocumentInfo.
11450
11451         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11452         (clear_range), (add_range), (update_visible_range),
11453         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11454         (ev_sidebar_thumbnails_set_document):
11455         * shell/ev-window.c: (ev_window_setup_document): Only render the
11456         visible thumbnails.  It takes an instant to render, but it uses
11457         much less memory.
11458
11459 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11460
11461         * shell/ev-sidebar-links.c: (popup_menu_cb):
11462
11463         Select first item
11464
11465 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11466
11467         * lib/Makefile.am:
11468         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11469         (button_press_cb), (ev_sidebar_links_construct):
11470
11471         Show the popup menu also on keybindings
11472
11473 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11474
11475         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11476         * shell/ev-window.h:
11477
11478         Expose api to print a range (with dialog). Make private _print use
11479         it.
11480
11481         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11482         (ev_sidebar_links_construct):
11483
11484         Show a print context menu on linkx, it prints the selected
11485         section.
11486
11487 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11488
11489         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11490         button.
11491
11492 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11493
11494         * AUTHORS:
11495
11496         Update
11497
11498         * shell/ev-window.c: (build_comments_string),
11499         (ev_window_cmd_help_about):
11500
11501         Show poppler version/backend and authors
11502
11503 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11504
11505         * cut-n-paste/zoom-control/ephy-zoom.c:
11506         (ephy_zoom_get_zoom_level_index):
11507         * cut-n-paste/zoom-control/ephy-zoom.h:
11508
11509         Move the best fit items at the top of the list
11510
11511 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11512
11513         * shell/ev-marshal.list:
11514         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11515         (activate_cb), (match_selected_cb), (activate_link_cb),
11516         (connect_proxy), (ev_page_action_class_init):
11517         * shell/ev-page-action.h:
11518
11519         Use signals to notify action activation. Hopefully
11520         I did not break completion since I cant test...
11521
11522         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11523         (register_custom_actions):
11524
11525         Connect to page selector actions and also grab focus on
11526         the view when activated.
11527
11528 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11529
11530         * pdf/ev-poppler.cc:
11531         * backend/ev-page-cache.c: make page size calculation consistent
11532         and set it to (int)( width * scale + 0.5).  This makes the weird
11533         line going through the middle of the page go away.
11534
11535         * shell/ev-view.c: move painting the background page after
11536         checking the expose area covers us.
11537
11538 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11539
11540         * data/evince-password.glade:
11541         
11542         Mark labels as not translatable. Fix for bug 302842.
11543
11544 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11545
11546         * configure.ac: Added "es" to ALL_LINGUAS.
11547
11548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11549
11550         * data/evince-toolbar.xml:
11551         * shell/ev-window.c: (update_action_sensitivity),
11552         (ev_window_setup_document), (ev_window_set_page_mode),
11553         (ev_window_init):
11554
11555         Remove some leftover code from jrb first continous
11556         attempt. Use the new actions, we still need good icons
11557         though...
11558
11559 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11560
11561         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11562
11563         Update label when connecting proxy. Fix a warning with NULL
11564         page_cache.
11565
11566 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11567
11568         * data/evince-ui.xml:
11569         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11570         * shell/ev-page-action.h:
11571         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11572
11573         Add mnemonic for edit toolbar.
11574         ctrl+l focus the page entry.
11575
11576 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11577
11578         * lib/Makefile.am:
11579         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11580         (ev_window_init):
11581         * shell/main.c: (main):
11582
11583         Put the toolbar xml in evince own dot dir
11584
11585 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11586
11587         * shell/ev-window.c: (ev_window_init):
11588
11589         Make the toolbar not removable
11590
11591 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11592
11593         * data/evince-ui.xml:
11594         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11595         * shell/ev-sidebar-links.h:
11596         * shell/ev-sidebar-thumbnails.c:
11597         (ev_sidebar_thumbnails_get_treeview):
11598         * shell/ev-sidebar-thumbnails.h:
11599         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11600         (ev_view_class_init):
11601         * shell/ev-view.h:
11602         * shell/ev-window.c: (update_action_sensitivity),
11603         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11604         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11605         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11606         (ev_window_init):
11607
11608         This is evil... Make space/backspace global accelerators but
11609         enable them only for some widgets (sidebars and view).
11610         I dont like it, but I dont know a better way... :/
11611
11612 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11613
11614         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11615         (ev_page_action_widget_finalize),
11616         (ev_page_action_widget_class_init), (update_page_cache):
11617
11618         Keep a weak reference on proxy->page_cache so that we
11619         dont try to disconnect the signal if the object is already
11620         gone. Maybe there is a better way to cleanup reference handling
11621         in page action though...
11622
11623 2005-05-10  Juerg Billeter  <j@bitron.ch>
11624
11625         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11626         * backend/ev-ps-exporter.h:
11627         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11628         * ps/ps-document.c: (ps_document_ps_export_begin):
11629         
11630         Change api to pass print range to ps_exporter_begin. The pdf backend
11631         requires this information.
11632         
11633         * shell/ev-print-job.c: (idle_print_handler):
11634         
11635         Adapt to api change
11636
11637 2005-05-10  Juerg Billeter  <j@bitron.ch>
11638
11639         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11640         (idle_print_handler)
11641         * shell/ev-window.c: (ev_window_print):
11642
11643         Support printing page range, based on patch by Amaury Jacquot
11644
11645 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11646
11647         * data/evince-toolbar.xml:
11648
11649         Add zoom control to available items
11650
11651 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11652
11653         * shell/ev-window.c: (update_action_sensitivity):
11654
11655         Set slash action insensitive when appropriate
11656
11657 2005-05-10  Christian Persch <chpe@gnome.org>
11658
11659         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11660
11661         Fix warning on the overflow menu
11662
11663 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11664
11665         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11666
11667         Check for uri correctness/existence
11668
11669 2005-05-09  Juerg Billeter  <j@bitron.ch>
11670
11671         * shell/ev-window.c: (using_postscript_printer):
11672
11673         LPD printers use postscript, too
11674
11675 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11676
11677         * shell/ev-window.c: (register_custom_actions):
11678
11679         The zoom one is actually sort of useful,
11680         put it back
11681
11682 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11683
11684         * shell/ev-window.c: (register_custom_actions):
11685
11686         Hide page/zoom controls from overflow, they
11687         are useless.
11688
11689 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11690
11691         * cut-n-paste/update-from-egg.sh:
11692         
11693         Share it between all cut-n-paste subdirs
11694
11695         * cut-n-paste/recent-files/Makefile.am:
11696
11697         Fix to use "global" update-from-egg.sh
11698
11699         * cut-n-paste/recent-files/egg-recent-model.c:
11700         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11701         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11702         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11703         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11704
11705         Update from libegg
11706
11707         * cut-n-paste/toolbar-editor/Makefile.am:
11708
11709         Fix to use "global" update-from-egg.sh
11710
11711         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11712
11713         Update from libegg
11714
11715 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11716
11717         * configure.ac:
11718         * cut-n-paste/Makefile.am:
11719         * cut-n-paste/recent-files/Makefile.am:
11720         * cut-n-paste/toolbar-editor/.cvsignore:
11721         * cut-n-paste/toolbar-editor/Makefile.am:
11722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11723         (egg_editable_toolbar_get_type), (get_toolbar_position),
11724         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11725         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11726         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11727         (set_item_drag_source), (create_item_from_action), (create_item),
11728         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11729         (popup_toolbar_context_menu_cb), (free_dragged_item),
11730         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11731         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11732         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11733         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11734         (item_added_cb), (item_removed_cb),
11735         (egg_editable_toolbar_construct),
11736         (egg_editable_toolbar_disconnect_model),
11737         (egg_editable_toolbar_deconstruct),
11738         (egg_editable_toolbar_set_model),
11739         (egg_editable_toolbar_set_ui_manager),
11740         (egg_editable_toolbar_set_property),
11741         (egg_editable_toolbar_get_property),
11742         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11743         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11744         (egg_editable_toolbar_new_with_model),
11745         (egg_editable_toolbar_get_edit_mode),
11746         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11747         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11748         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11749         (new_pixbuf_from_widget), (new_separator_pixbuf),
11750         (update_separator_image), (style_set_cb),
11751         (_egg_editable_toolbar_new_separator_image),
11752         (egg_editable_toolbar_get_model):
11753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11754         * cut-n-paste/toolbar-editor/egg-marshal.c:
11755         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11756         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11757         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11758         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11759         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11760         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11761         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11762         (editor_drag_data_delete_cb), (drag_data_get_cb),
11763         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11764         (editor_create_item), (update_editor_sheet), (setup_editor),
11765         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11766         (parse_item_list), (model_has_action), (update_actions_list),
11767         (egg_toolbar_editor_load_actions):
11768         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11769         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11770         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11771         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11772         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11773         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11774         (egg_toolbars_model_add_separator), (impl_add_item),
11775         (parse_item_list), (egg_toolbars_model_add_toolbar),
11776         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11777         (impl_get_item_data), (impl_get_item_type),
11778         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11779         (egg_toolbars_model_init), (free_toolbar),
11780         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11781         (egg_toolbars_model_remove_toolbar),
11782         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11783         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11784         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11785         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11786         (egg_toolbars_model_get_item_data),
11787         (egg_toolbars_model_get_item_type):
11788         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11789         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11790         * data/Makefile.am:
11791         * data/evince-toolbar.xml:
11792         * data/evince-ui.xml:
11793         * data/hand-open.png:
11794         * po/POTFILES.in:
11795         * shell/Makefile.am:
11796         * shell/ev-window.c: (update_chrome_visibility),
11797         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11798         (ev_window_dispose), (ev_window_init):
11799
11800         Implement epiphany like toolbar editor. Based on patch by
11801         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11802
11803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11804
11805         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11806
11807         Use set_cursor instead of set_selection, so that
11808         the keyboard focus moves too.
11809
11810 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11811
11812         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11813
11814         Fix infinite loop when loading Type1 fonts
11815
11816 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11817
11818         * data/evince-ui.xml:
11819         * shell/ev-window.c:
11820
11821         Slash -> Find
11822
11823 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11824
11825         * configure.ac:
11826
11827         Make --disable really disable
11828
11829 2005-05-07  Juerg Billeter  <j@bitron.ch>
11830
11831         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11832
11833         Compare page labels even without has_labels set, fixes setting page
11834         with entry
11835
11836 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11837
11838         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11839         (ev_view_set_cursor), (ev_view_button_press_event),
11840         (ev_view_motion_notify_event), (ev_view_button_release_event),
11841         (ev_view_init):
11842
11843         Implement middle button scrolling. Based on a patch
11844         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11845
11846 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11847
11848         * shell/ev-document-types.c: (get_slow_mime_type),
11849         (get_document_type_from_mime), (ev_document_type_lookup):
11850         * shell/ev-document-types.h:
11851
11852         Change api to lookup from uri. Do fast lookup first, if the
11853         type is unknown try with data sniffing.
11854
11855         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11857
11858         Adapt to api change
11859
11860 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11861
11862         * thumbnailer/Makefile.am:
11863
11864         Fix distcheck
11865
11866 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11867
11868         * NEWS:
11869         * configure.ac:
11870
11871         Release 0.3.0
11872
11873         * data/evince-ui.xml:
11874
11875         Hide presentation mode for now
11876
11877         * shell/ev-view.c: (highlight_find_results):
11878
11879         Show current find selection only on current page
11880
11881 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11882
11883         * shell/ev-view.c: (ev_view_select_all):
11884
11885         Compute size of the actual page, not of
11886         the current one.
11887
11888 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11889
11890         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11891         (view_rect_to_doc_rect), (compute_selections),
11892         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11893         (ev_view_copy), (ev_view_primary_get_cb),
11894         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11895         (ev_view_button_press_event), (ev_view_motion_notify_event),
11896         (ev_view_button_release_event), (page_changed_cb):
11897
11898         Fix text selection
11899
11900 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11901
11902         * shell/ev-view.c: (compute_border), (get_page_extents),
11903         (doc_rect_to_view_rect), (highlight_find_results),
11904         (ev_view_bin_expose), (ev_view_select_all),
11905         (ev_view_motion_notify_event), (update_find_status_message),
11906         (jump_to_find_result), (jump_to_find_page):
11907
11908         First go at fixing search, still buggy
11909
11910 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11911
11912         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11913         dropdown box and button at the top of the sidebar.
11914
11915 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11916
11917         * configure.ac: Output zoom-control Makefile.
11918         * cut-n-paste/Makefile.am: build zoom-control subdir.
11919         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11920         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11921         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11922         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11923         * cut-n-paste/zoom-control/ephy-zoom.c:
11924         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11925         from epiphany, and modified to add a separator into the menu.
11926         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11927         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11928         zoom-control action.
11929         * shell/Makefile.am: Include zoom-control flags.
11930         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11931         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11932         (ev_view_zoom_for_size_presentation),
11933         (ev_view_zoom_for_size_continuous_and_dual_page),
11934         (ev_view_zoom_for_size_continuous),
11935         (ev_view_zoom_for_size_dual_page),
11936         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11937         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11938         ev_view_get_zoom and ev_view_get_sizing_mode.
11939         * shell/ev-view.h:
11940         * shell/ev-window.c: (update_action_sensitivity),
11941         (update_sizing_buttons), (zoom_control_changed_cb),
11942         (register_custom_actions): Initialize and use the zoom-control 
11943         widget.
11944
11945 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11946
11947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11948         preview cache back to 1.  Don't know when it got set to 0.
11949         
11950         * shell/ev-view.c: (compute_border), (ev_view_realize),
11951         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11952         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11953         (ev_view_get_fullscreen), (ev_view_set_presentation),
11954         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11955         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11956         * shell/ev-view.h:
11957         * shell/ev-window.c:
11958         (update_chrome_visibility),
11959         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11960         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11961         (update_document_mode), (ev_window_update_fullscreen_action),
11962         (ev_window_fullscreen), (ev_window_unfullscreen),
11963         (ev_window_cmd_view_fullscreen),
11964         (ev_window_update_presentation_action),
11965         (ev_window_run_presentation), (ev_window_stop_presentation),
11966         (ev_window_cmd_view_presentation), (ev_window_state_event),
11967         (ev_window_focus_in_event), (ev_window_focus_out_event),
11968         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11969         * data/evince-ui.xml: Initial presentation mode.  We should
11970         probably hide this until it's done, as it's quite rough.  Also,
11971         change full-screen to fullscreen and add two getters to EvView.
11972
11973 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11974
11975         * shell/ev-page-action.c: (update_page_cache),
11976         (ev_page_action_dispose):
11977         * shell/ev-window.c: (destroy_fullscreen_popup),
11978         (ev_window_create_fullscreen_popup):
11979
11980         Use connect_object rather than explicitly
11981         disconnect on dispose.
11982
11983 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11984
11985         * shell/ev-page-action.c: (update_page_cache),
11986         (ev_page_action_dispose):
11987
11988 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11989
11990         * backend/ev-page-cache.c: (_ev_page_cache_new),
11991         (ev_page_cache_set_page_label),
11992         (ev_page_cache_has_nonnumeric_page_labels):
11993         * backend/ev-page-cache.h:
11994         * shell/ev-page-action.c: (update_pages_label):
11995         
11996         If all page labels are numeric, fallback to default
11997         way to display number of pages. See bug 173185.
11998
11999 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12000
12001         * shell/ev-page-action.c: (ev_page_action_dispose):
12002         * shell/ev-view.c: (view_update_range_and_current_page):
12003         * shell/ev-window.c: (ev_window_dispose):
12004         
12005         Set page on scroll in continuous mode. Fixes bug 301986.
12006         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12007
12008 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12009
12010         * configure.ac:
12011
12012         Require poppler 0.3.0
12013
12014 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12015         
12016         * shell/Makefile.am, configure.ac: Fix build problems
12017         with t1lib. Bug 301996.
12018
12019 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12020
12021         * shell/ev-view.c: (ev_view_scroll_event):
12022         
12023         Scroll up increase zoom
12024
12025 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12026
12027         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12028         (ev_view_set_sizing_mode),
12029         (ev_view_zoom_for_size_continuous_and_dual_page),
12030         (ev_view_zoom_for_size_continuous):
12031         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12032         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12033         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12034         (ev_window_init):
12035
12036         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12037         Fix for 165473 and 165472.
12038
12039 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12040
12041         * po/POTFILES.in:
12042         * thumbnailer/Makefile.am:
12043         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12044         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12045         * thumbnailer/evince-thumbnailer.schemas.in:
12046         
12047         Make thumbnailer schemas translatable. Fix for bug 301773
12048         
12049         * thumbnailer/evince-thumbnailer-djvu.schemas:
12050         * thumbnailer/evince-thumbnailer-dvi.schemas:
12051         * thumbnailer/evince-thumbnailer.schemas:
12052
12053         Removed files
12054
12055 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * shell/ev-view.c (ev_view_init): forgot to set this.
12058
12059 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12060
12061         * shell/ev-view.c: (find_page_at_location),
12062         (get_link_at_location),
12063         (ev_view_set_show_border), (ev_view_set_spacing),
12064         (ev_view_zoom_for_size_continuous_and_dual_page),
12065         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12066         Also, add a quick fix measuring of widths.  Also, removed
12067         ev_view_set_spacing and ev_view_set_show_border.
12068         
12069         * shell/ev-window.c: (ev_window_unfullscreen),
12070         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12071
12072 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12073
12074         * shell/ev-view.c: (view_update_range_and_current_page),
12075         (page_changed_cb):
12076         
12077         Fix crash on exit and scrolling to page in continuous view.
12078
12079 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12080
12081         * TODO:
12082         * backend/ev-page-cache.c: (_ev_page_cache_new),
12083         (ev_page_cache_get_max_width_size),
12084         (ev_page_cache_get_max_height_size):
12085         * backend/ev-page-cache.h:
12086         * data/evince-ui.xml:
12087         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12088         * shell/ev-view.c: (view_update_adjustments),
12089         (view_update_range_and_current_page), (get_bounding_box_size),
12090         (ev_view_size_request_continuous_and_dual_page),
12091         (ev_view_size_request_continuous),
12092         (ev_view_size_request_dual_page),
12093         (ev_view_size_request_single_page), (ev_view_size_request),
12094         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12095         (ev_view_bin_expose), (ev_view_expose_event),
12096         (ev_view_set_property), (ev_view_get_property),
12097         (ev_view_class_init), (ev_view_init), (ev_view_new),
12098         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12099         (ev_view_set_dual_page), (ev_view_set_full_screen),
12100         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12101         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12102         (ev_view_zoom_out), (zoom_for_size_fit_width),
12103         (zoom_for_size_best_fit),
12104         (ev_view_zoom_for_size_continuous_and_dual_page),
12105         (ev_view_zoom_for_size_continuous),
12106         (ev_view_zoom_for_size_dual_page),
12107         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12108         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12109         * shell/ev-view.h:
12110         * shell/ev-window.c: (update_action_sensitivity),
12111         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12112         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12113         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12114         (ev_window_cmd_view_zoom_out), (update_view_size),
12115         (ev_window_set_sizing_mode), (ev_window_init):
12116
12117         Add Continuous and Dual page modes.
12118
12119 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12120
12121         * dvi/dvi-document.c: (dvi_document_load),
12122         (dvi_document_thumbnails_get_thumbnail),
12123         (dvi_document_init_params): Fix up some mixups between
12124         width and height to correct thumbnail rendering.
12125
12126 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12127
12128         * dvi/mdvi-lib/private.h:
12129         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12130         
12131         Suppess output for kpathsea during font generation. Thanks to
12132         James Bowes
12133
12134 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12135
12136         * NEWS:
12137         * configure.ac:
12138
12139         Release 0.2.1
12140
12141         * Makefile.am: fix distcheck.
12142
12143 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12144
12145         * shell/ev-sidebar-links.c: (selection_changed_callback),
12146         (update_page_callback), (row_activated_callback),
12147         (job_finished_callback), (ev_sidebar_links_set_document):
12148         
12149         Fix for bug #169901. Double click on links expands tree.
12150
12151 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12152
12153         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12154         hard-coded style. Fix for bug 170111
12155
12156 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12157
12158         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12159         locking.
12160
12161 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12162
12163         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12164
12165 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12166
12167         * pdf/ev-poppler.cc:
12168         * shell/ev-view.c: (highlight_find_results):
12169
12170         Fix find on single page documents
12171
12172 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12173
12174         * data/evince.schemas.in: fix for bug 301390
12175
12176 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12177
12178         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12179         (ev_view_zoom_out), (ev_view_zoom_normal):
12180         * shell/ev-view.h:
12181         * shell/ev-window.c: (update_action_sensitivity),
12182         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12183         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12184         (ev_window_cmd_view_normal_size):
12185
12186         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12187         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12188         better than oom. 
12189
12190 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12191
12192         * configure.ac:
12193
12194         Depend on 2.57, 2.59 doesnt seem to be necessary
12195
12196 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12197
12198         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12199         (create_tool_item):
12200
12201         Put back total number of pages as (1 of 1234)
12202
12203 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12204
12205         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12206         remove the job.
12207
12208         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12209         function.  This helps debugging.
12210
12211 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12212
12213         * djvu/djvu-document.c: (djvu_document_class_init),
12214         (djvu_document_get_info), (djvu_document_document_iface_init):
12215         * dvi/dvi-document.c: (dvi_document_class_init),
12216         (dvi_document_get_info), (dvi_document_document_iface_init):
12217
12218         Dummy implementation of get_info method for dvi and
12219         djvu. Fix crashes with those backends
12220
12221 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12222
12223         * data/evince.desktop.in:
12224
12225         Add application/x-gzpostscript
12226
12227 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12228
12229         * data/evince.schemas.in: Added real long descriptions, 
12230         closes bug 172496 
12231
12232         * README: Added actual text, closes bug 171869
12233
12234 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12235
12236         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12237
12238         Thumbnail page 0
12239
12240 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12241
12242         * backend/ev-document-info.h:
12243
12244         s/GDate */GDate so we can just use g_free
12245
12246 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12247
12248         * shell/ev-window.c: (update_document_mode),
12249         (ev_window_setup_document):
12250
12251         Show the window in fullscreen when specified by
12252         the document
12253
12254 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12255
12256         * backend/ev-document.c: (ev_document_class_init),
12257         (ev_document_get_info), (ev_document_render_pixbuf):
12258         * backend/ev-document.h:
12259         * backend/ev-page-cache.c: (_ev_page_cache_new):
12260         * pdf/ev-poppler.cc:
12261         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12262         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12263         * ps/ps-document.c: (ps_document_class_init), (document_load),
12264         (ps_document_get_info), (ps_document_document_iface_init):
12265
12266         Remove get_title from the interface, we can just use document info
12267
12268 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12269
12270         * backend/Makefile.am:
12271         * backend/ev-document.c: (ev_document_render_get_info):
12272         * backend/ev-document.h:
12273         * pdf/ev-poppler.cc:
12274
12275         Initial support for document info. Based on jrb patch.
12276
12277 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12278
12279         * shell/ev-window.c: (ev_window_state_event),
12280         (ev_window_class_init), (ev_window_init):
12281         
12282         Doesn't show resize grip when maximized. See bug #301053
12283
12284 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12285
12286         * po/POTFILES.in:
12287         
12288         ev-sidebar-thumbnails now has translatable labels
12289         
12290         * shell/Makefile.am:
12291         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12292         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12293         (ev_sidebar_links_page_iface_init):
12294         * shell/ev-sidebar-links.h:
12295         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12296         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12297         (ev_sidebar_page_get_label):
12298         * shell/ev-sidebar-page.h:
12299         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12300         (ev_sidebar_thumbnails_set_document),
12301         (ev_sidebar_thumbnails_support_document),
12302         (ev_sidebar_thumbnails_get_label),
12303         (ev_sidebar_thumbnails_page_iface_init):
12304         * shell/ev-sidebar-thumbnails.h:
12305         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12306         (ev_sidebar_set_document):
12307         * shell/ev-sidebar.h:
12308         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12309         
12310         Small rework of sidebar code. Now sidebar pages should implement
12311         EvSidebarPage interface. That makes page management in EvSidebar
12312         easier. See bug #164811 for details
12313
12314 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12315
12316         * shell/ev-application.c: (ev_application_open):
12317         * shell/ev-document-types.c:
12318         
12319         Fix build error and small problem with application exit
12320
12321 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12322
12323         * thumbnailer/Makefile.am:
12324         * thumbnailer/evince-thumbnailer-djvu.schemas:
12325         * thumbnailer/evince-thumbnailer-dvi.schemas:
12326         
12327         Conditionally install schemas for djvu/dvi thumbnailer
12328
12329 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12330
12331         * shell/ev-document-types.h: 
12332         * shell/ev-document-types.c: 
12333         New files, handling the mapping from mimetypes to backends
12334         
12335         * shell/ev-window.c: 
12336         * thumbnailer/evince-thumbnailer.c:     
12337         Use the ev-document-types code
12338         
12339         * shell/Makefile.am: 
12340         Added new convenience library libevbackendfactory_la, containing
12341         the new mimetype->backend logic; moved the backends into it.
12342
12343         * thumbnailer/Makefile.am:
12344         Make the thumbnailer link with the libevbackend.la convenience
12345         library, rather than having a duplicate of the backend logic here.
12346
12347 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12348
12349         * shell/ev-stock-icons.c: constify some vars.
12350         * shell/ev-window.c: ditto.
12351
12352 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12353
12354         * ps/ps-document.c (get_page_orientation):
12355
12356         Respect document orientation 
12357
12358 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12359
12360         * djvu/Makefile.am:
12361         * dvi/Makefile.am:
12362         * shell/Makefile.am:
12363         
12364         Move library dependencies to components.
12365         
12366         * shell/ev-window.c: (update_window_title),
12367         (start_loading_document):
12368         
12369         Fix display of uris with spaces. Bug 168358.
12370
12371 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12372
12373         * shell/ev-sidebar-links.c: (selection_changed_cb):
12374         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12375         (ev_view_button_release_event), (ev_view_set_document):
12376         * shell/ev-view.h:
12377         * shell/ev-window.c: (find_bar_search_changed_cb):
12378         * shell/ev-window.h: Minor cleanups removing some dead code.
12379
12380 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12381
12382         * backend/ev-page-cache.c: (_ev_page_cache_new):
12383         
12384         Set current page to 0 if document has pages.
12385
12386 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12387
12388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12389
12390         Initialize GError to NULL, fix a crash when loading fails.
12391
12392 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12393
12394         * shell/ev-window.c: (update_view_size):
12395
12396         Calculate shadow size only when there is actually
12397         a shadow.
12398
12399 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12400
12401         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12402         * shell/ev-view.h:
12403
12404         Allow setting view spacing, default to 0
12405
12406         * shell/ev-window.c: (ev_window_unfullscreen),
12407         (ev_window_cmd_view_fullscreen), (ev_window_init):
12408
12409         Remove spacing in fullscreen mode
12410
12411 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12412
12413         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12414         (ev_view_size_request), (expose_bin_window),
12415         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12416         * shell/ev-view.h:
12417         * shell/ev-window.c: (ev_window_unfullscreen),
12418         (ev_window_cmd_view_fullscreen):
12419
12420         Do not draw the border in fulscreen
12421
12422 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12423
12424         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12425         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12426         (find_page_at_location), (page_changed_cb):
12427
12428         Rework border calculation, so that I can more easily disable it.
12429         Code somewhat cleaner too.
12430
12431 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12432
12433         * backend/ev-page-cache.c: (ev_page_cache_init),
12434         (_ev_page_cache_new):
12435
12436         Remove some assertions, documents can have 0 pages.
12437         Make initial current page -1.
12438
12439         * shell/ev-page-action.c: (page_changed_cb):
12440
12441         Show "" if current page is -1
12442
12443         * shell/ev-window.c: (update_action_sensitivity),
12444         (ev_window_setup_document):
12445
12446         When document has 0 pages do not set the view
12447         and make nearly everything insensitive.
12448
12449 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12450
12451         * shell/ev-page-view.c:
12452         * shell/ev-page-view.h:
12453
12454         Remove unused files.
12455         
12456         * shell/ev-sidebar-thumbnails.c:
12457         (ev_sidebar_thumbnails_set_document):
12458         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12459         (ev_sidebar_supports_document):
12460         * shell/ev-sidebar.h:
12461         * shell/ev-window.c: (ev_window_setup_document):
12462         
12463         Doesn't show thumbnails if document has 1 page. Make
12464         sidebar menu entries sensitive only if if they have 
12465         sense. Fix bug 164811. 
12466
12467 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12468
12469         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12470         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12471         (ev_view_zoom_out), (ev_view_set_size):
12472
12473         Rework sizing to deal with documents with not uniform page
12474         size.
12475
12476 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12477
12478         * backend/ev-page-cache.c: (_ev_page_cache_new):
12479
12480         Fix several page size caching bugs
12481
12482 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12483
12484         * shell/ev-window.c: (set_action_properties):
12485
12486         Make all toolbar items translatable
12487
12488 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12489
12490         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12491         (save_page_list), (ps_document_save),
12492         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12493         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12494         (ps_document_ps_exporter_iface_init):
12495         * ps/ps-document.h:
12496
12497         Based on a patch by J�rg Billeter <j@bitron.ch>
12498         
12499         Implement print and save a copy for the ps backend.
12500
12501 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12502
12503         * backend/ev-document.h:
12504         * djvu/djvu-document.c: (djvu_document_can_get_text),
12505         (djvu_document_document_iface_init):
12506         * dvi/dvi-document.c: (dvi_document_can_get_text),
12507         (dvi_document_document_iface_init):
12508         * pdf/ev-poppler.cc:
12509         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12510         (pixbuf_document_document_iface_init):
12511         * ps/ps-document.c: (ps_document_can_get_text),
12512         (ps_document_document_iface_init):
12513         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12514         * shell/ev-window.c: (update_action_sensitivity):
12515
12516         Fix the crash when trying to copy in backends that doesnt
12517         support it. We can implement a better solution once we
12518         do real text selection.
12519
12520 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12521
12522         * data/evince-ui.xml:
12523         * shell/ev-window.c: (ev_window_cmd_escape):
12524         
12525         Work around the Escape conflict (find bar and unfullscreen)
12526
12527 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12528
12529         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12530         
12531         Fix for #300233. Next page correctly handles document end.
12532         
12533         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12534         (ev_sidebar_thumbnails_class_init),
12535         (ev_sidebar_thumbnails_set_document),
12536         (ev_sidebar_thumbnails_clear_job),
12537         (ev_sidebar_thumbnails_clear_model):
12538         
12539         Cleanup thumbnail jobs on document changes.
12540         
12541         * shell/ev-view.c: (add_scroll_binding_keypad),
12542         (add_scroll_binding_shifted), (ev_view_class_init):
12543         
12544         Shift + Space scrolls up. Fix for #173184
12545         
12546         * shell/ev-window.c: (ev_window_open_page),
12547         (ev_window_cmd_view_reload):
12548         
12549         Fix reload (Bug #300094)
12550
12551 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12552
12553         
12554         * dvi/mdvi-lib/assoc.c:
12555         * dvi/mdvi-lib/assoc.h: Removed garbage files
12556         
12557         * dvi/mdvi-lib/bitmap.c:
12558         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12559         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12560         * dvi/mdvi-lib/color.h: Antialias of rules
12561         
12562         * dvi/mdvi-lib/common.h:
12563         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12564         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12565         * dvi/mdvi-lib/files.c:
12566         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12567         * dvi/mdvi-lib/mdvi.h:
12568         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12569         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12570         * dvi/mdvi-lib/util.c: Fix compile warnings
12571         
12572         * dvi/dvi-document.c:
12573         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12574         (dvi_document_thumbnails_get_thumbnail),
12575         (dvi_document_document_thumbnails_iface_init):
12576         * dvi/mdvi-lib/Makefile.am:
12577         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12578         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12579         
12580         Dvi backend now renders thumbnails
12581
12582 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12583
12584         * shell/main.c: (main): 
12585         
12586         Save accelerators on exit. Fixes bug #172095.
12587
12588 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12589
12590         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12591         update priority" comment.
12592
12593         * backend/ev-job-queue.c: Give a way to change priority.
12594
12595 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12596
12597         * shell/ev-page-action.c: Fix logic.
12598
12599 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12600
12601         * shell/ev-view.c: (ev_view_can_find_next):
12602         * shell/ev-window.c: (ev_window_setup_document):
12603
12604         Check that the document supports find
12605
12606 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12607
12608         * data/evince-ui.xml:
12609         * shell/ev-view.c: (ev_view_can_find_next):
12610         * shell/ev-view.h:
12611         * shell/ev-window.c: (update_action_sensitivity),
12612         (find_changed_cb), (ev_window_setup_document),
12613         (ev_window_cmd_edit_find_next):
12614
12615         Add Edit->Find Next
12616
12617 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12618
12619         * pdf/ev-poppler.cc:
12620         * shell/ev-print-job.c: (idle_print_handler):
12621
12622         Make printing work again
12623
12624 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12625
12626         * shell/ev-page-action.h:
12627         * shell/ev-page-action.c: (ev_page_action_widget_init),
12628         (ev_page_action_widget_class_init), (page_changed_cb),
12629         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12630         (get_filter_model_from_model), (match_selected_cb),
12631         (display_completion_text), (match_completion), (update_model),
12632         (connect_proxy), (ev_page_action_set_property),
12633         (ev_page_action_get_property), (ev_page_action_set_document),
12634         (ev_page_action_set_model), (ev_page_action_class_init): Big
12635         reworking to make completions work iff we have >= GTK-2.7.0
12636                 
12637         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12638         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12639         (job_finished_cb): We now have a 'model' property that is set when
12640         the links are loaded.  This can be caught with "notify::model"
12641
12642         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12643         listen for the model to be set, and propagate it to the action.
12644
12645 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12646
12647         * cut-n-paste/recent-files/egg-recent-item.c:
12648         (egg_recent_item_set_uri), (make_valid_utf8),
12649         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12650         * cut-n-paste/recent-files/egg-recent-item.h:
12651         
12652         Update egg-recent from libegg. This should fix long
12653         startup problem. For details see
12654         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12655
12656 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12657
12658         * cut-n-paste/recent-files/Makefile.am:
12659         * data/evince-ui.xml, shell/Makefile.am:
12660         * shell/ev-application.c, shell/ev-application.h:
12661         * shell/ev-window.c: Recent files support.
12662         
12663         * configure.ac: Added "ru" to ALL_LINGUAS.
12664         
12665         * dvju: new backend to support DJVU files.
12666         * dvi: new backend to support DVI.
12667
12668         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12669         * ev-application.c: Support for new backends.
12670         
12671         * help, ev-window.c, main.c shell/Makefile.am: 
12672         Evince user documentation.
12673
12674 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12675
12676         * po/POTFILES.in:
12677         * shell/ev-window.c:
12678         * thumbnailer/evince-thumbnailer.c:
12679
12680         s/pdf-document/ev-poppler
12681
12682 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12683
12684         * NEWS:
12685         * configure.ac:
12686
12687         Release 0.2.0
12688
12689         * ps/ps-document.c: (setup_pixmap):
12690
12691         Remove debug code
12692
12693 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12694
12695         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12696         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12697         (ev_window_cmd_go_first_page): Fix of by one errors.
12698
12699 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12700
12701         * ps/ps-document.c: (get_page_box):
12702
12703         Fix page size calculation
12704
12705 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12706
12707         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12708         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12709         (get_page_orientation), (setup_page), (document_load),
12710         (ps_document_get_page_size), (render_pixbuf_idle):
12711         * ps/ps-document.h:
12712
12713         More refactoring to adapt to EvDocument changes
12714
12715 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12716
12717         * ps/ps-document.c: (start_interpreter):
12718
12719         Actually add alpha args
12720
12721 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12722
12723         * pdf/ev-poppler.cc:
12724
12725         Make clipboard work again
12726
12727 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12728
12729         Make searching work again.
12730         
12731         * backend/ev-document.c:
12732         * backend/ev-document.h:
12733         * backend/ev-document-find.c:
12734         * backend/ev-document-find.h: Change EvDocumentIface so we no
12735         longer store the current page or zoom level in the document.  The
12736         consequence is that all calls that operate on the current page now
12737         instead take the page number as an extra argument, and all
12738         coordinates are now doubles in document coordinate system.
12739
12740         * pdf/ev-poppler.cc:
12741         * pixbuf/pixbuf-document.c:
12742         * ps/ps-document.c: Update backends accordingly.
12743
12744 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12745
12746         * autogen.sh:
12747
12748         Add required gettext version
12749
12750 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12751
12752         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12753         make F1 bring up non-existent help.
12754
12755         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12756         epiphany's find bar, #167477
12757
12758         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12759         <emil@nishra.com> to add space-bar scrolling, 
12760
12761         * shell/ev-window.c (static GtkActionEntry entries): add default
12762         keybinding for Help (F1)
12763         Fixes #171068
12764
12765         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12766         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12767         170110
12768
12769 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12770
12771         * Makefile.am: 
12772         * pixbuf/pixbuf-document.c: 
12773
12774         Got pixbuf backend working again
12775
12776 2005-04-01  Steve Murphy  <murf@e-tools.com>
12777
12778         * configure.in: Added "rw" to ALL_LINGUAS.
12779
12780 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12781
12782         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12783         model types, noticed by Martin Kretzschmar.
12784
12785 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12786
12787         * pdf/ev-poppler.cc: Implement search based on
12788         poppler_page_find_text().  Currently a bit crude since we remember
12789         all matches from all pages.  Also, we grab the big document lock
12790         when we search since searching changes the underlying stream and
12791         thus conflicts with the rendering thread.
12792         
12793         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12794         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12795         (ev_view_find_previous): Fix some page indexes to be 0 based,
12796         offset rubber band by view offset,
12797
12798 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12799
12800         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12801
12802 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12803
12804         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12805         completely because I didn't understand GtkActions.  I should
12806         read Marco's code more carefully in the future.
12807
12808         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12809         function
12810
12811 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12812
12813         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12814         PopplerRectangle change from poppler CVS.
12815
12816 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12817
12818         * backend/ev-document.c: (ev_document_get_page_label):
12819         * backend/ev-document.h:
12820         * backend/ev-page-cache.c: (_ev_page_cache_new),
12821         (ev_page_cache_get_page_label):
12822         * backend/ev-page-cache.h:
12823         * pdf/ev-poppler.cc:
12824         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12825         (links_page_num_func):
12826         * shell/ev-sidebar-thumbnails.c:
12827         (ev_sidebar_thumbnails_set_document):
12828         * shell/ev-view.c: (status_message_from_link),
12829         (ev_view_motion_notify_event):
12830         * shell/ev-window.c: (document_supports_sidebar): Add in page
12831         label support.  It's not perfect yet, but it's the first 'feature'
12832         in a while.
12833         Also, fix a bogus comment noticed by crispin. 
12834
12835 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12836
12837         * Makefile.am: Remove pixbuf backend for now
12838
12839         * configure.ac: Require poppler-glib instead of just poppler.
12840
12841         * backend/ev-document-thumbnails.h: Add a comment
12842
12843         * backend/ev-document.h:
12844         * backend/ev-document.c: (ev_document_class_init),
12845         (ev_document_load), (ev_document_get_link),
12846         (ev_document_get_links): Remove 3 methods and add get_links.
12847         Also, made 0 based.
12848
12849         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12850         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12851
12852         * backend/ev-link.c: (ev_link_set_title),
12853         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12854         (ev_link_mapping_find):
12855         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12856         
12857         * backend/ev-page-cache.c: (ev_page_cache_init),
12858         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12859         (ev_page_cache_get_size), (ev_page_cache_next_page),
12860         (ev_page_cache_prev_page): Fix to be 0 based.
12861
12862         * pdf/Makefile.am: 
12863         * pdf/ev-poppler.h:
12864         * pdf/ev-poppler.cc: New backend.
12865         
12866         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12867         (ps_document_get_page), (ps_document_document_iface_init):
12868
12869         * shell/ev-pixbuf-cache.h:
12870         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12871         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12872         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12873         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12874         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12875         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12876         based.
12877         
12878         * shell/ev-sidebar-thumbnails.c:
12879         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12880         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12881
12882         * shell/ev-view.c: (status_message_from_link),
12883         (find_page_at_location), (get_link_at_location),
12884         (ev_view_motion_notify_event), (ev_view_button_release_event),
12885         (ev_view_init): Use the new link code.  Fix to be 0 based.
12886
12887         * shell/ev-window.c: (update_action_sensitivity),
12888         (document_supports_sidebar): 0 based.
12889
12890 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12891
12892         * pdf/pdf-document.cc: Patch from Fernando Herrera
12893         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12894         *blush*
12895
12896 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12897
12898         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12899         1 to the page, as this seems to be 1 based.  I thought we has this
12900         fixed.  grump.
12901
12902 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12903
12904         * TODO:
12905         * backend/Makefile.am:
12906         * backend/ev-document-links.c:
12907         (ev_document_links_has_document_links),
12908         (ev_document_links_get_links_model):
12909         * backend/ev-document-links.h:
12910         * backend/ev-document.c: (ev_document_get_page_cache),
12911         (ev_document_get_doc_mutex), (ev_document_load),
12912         (ev_document_save), (ev_document_get_title),
12913         (ev_document_get_n_pages), (ev_document_set_page),
12914         (ev_document_get_page), (ev_document_set_target),
12915         (ev_document_set_scale), (ev_document_set_page_offset),
12916         (ev_document_get_page_size), (ev_document_get_text),
12917         (ev_document_get_link), (ev_document_render),
12918         (ev_document_render_pixbuf), (ev_document_scale_changed):
12919         * backend/ev-document.h:
12920         * backend/ev-job-queue.c: (remove_object_from_queue),
12921         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12922         (no_jobs_available_unlocked), (ev_render_thread),
12923         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12924         (ev_job_queue_remove_job):
12925         * backend/ev-job-queue.h:
12926         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12927         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12928         (ev_job_links_class_init), (ev_job_render_init),
12929         (ev_job_render_dispose), (ev_job_render_class_init),
12930         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12931         (ev_job_thumbnail_class_init), (ev_job_finished),
12932         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12933         (ev_job_render_run), (ev_job_thumbnail_new),
12934         (ev_job_thumbnail_run):
12935         * backend/ev-jobs.h:
12936         * backend/ev-link.c:
12937         * backend/ev-link.h:
12938         * backend/ev-page-cache.c: (ev_page_cache_init),
12939         (ev_page_cache_class_init), (ev_page_cache_finalize),
12940         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12941         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12942         (ev_page_cache_set_link), (ev_page_cache_get_title),
12943         (ev_page_cache_get_size), (ev_page_cache_next_page),
12944         (ev_page_cache_prev_page):
12945         * backend/ev-page-cache.h:
12946         * pdf/pdf-document.cc:
12947         * ps/gsdefaults.c:
12948         * ps/gsdefaults.h:
12949         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12950         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12951         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12952         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12953         (is_interpreter_ready), (output), (catchPipe), (input),
12954         (start_interpreter), (check_filecompressed), (compute_dimensions),
12955         (ps_document_enable_interpreter), (document_load),
12956         (ps_document_next_page), (render_page), (ps_document_set_page),
12957         (ps_document_set_scale), (render_pixbuf_idle),
12958         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12959         * ps/ps-document.h:
12960         * shell/Makefile.am:
12961         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12962         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12963         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12964         (ev_pixbuf_cache_new), (job_finished_cb),
12965         (check_job_size_and_unref), (move_one_job),
12966         (ev_pixbuf_cache_update_range), (find_job_cache),
12967         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12968         (ev_pixbuf_cache_add_jobs_if_needed),
12969         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12970         * shell/ev-pixbuf-cache.h:
12971         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12972         (idle_print_handler):
12973         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12974         (selection_changed_cb), (create_loading_model),
12975         (ev_sidebar_links_construct), (links_page_num_func),
12976         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12977         (update_page_callback), (job_finished_cb),
12978         (ev_sidebar_links_set_document):
12979         * shell/ev-sidebar-thumbnails.c:
12980         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12981         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12982         (page_changed_cb), (thumbnail_job_completed_callback),
12983         (ev_sidebar_thumbnails_set_document):
12984         * shell/ev-sidebar-thumbnails.h:
12985         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12986         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12987         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12988         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12989         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12990         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12991         (ev_view_button_release_event), (ev_view_scroll_view),
12992         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12993         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12994         (ev_view_new), (job_finished_cb), (page_changed_cb),
12995         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12996         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12997         (ev_view_find_previous):
12998         * shell/ev-view.h:
12999         * shell/ev-window.c: (update_action_sensitivity),
13000         (ev_window_open_page), (update_window_title), (update_total_pages),
13001         (page_changed_cb), (ev_window_setup_document),
13002         (password_dialog_response), (ev_window_cmd_save_as),
13003         (ev_window_print), (ev_window_cmd_go_previous_page),
13004         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13005         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13006         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13007         * shell/main.c: (main):
13008
13009         Merge evince-threads branch
13010
13011 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13012
13013         * configure.ac: Added "lt" to ALL_LINGUAS.
13014
13015 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * NEWS:
13018         * configure.ac:
13019
13020         Release 0.1.9
13021
13022 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13023
13024         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13025
13026         Fix here also the thumbnails 1-basedness :)
13027
13028 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13029
13030         * NEWS:
13031         * configure.ac:
13032
13033         Release 0.1.8
13034
13035 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13036
13037         * pdf/pdf-document.cc:
13038         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13039         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13040
13041         Fix the mess we did with thumbnails and 1-basedness
13042
13043 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13044
13045         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13046
13047 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13048
13049         * NEWS:
13050         * configure.ac:
13051
13052         Release 0.1.7
13053
13054 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13055
13056         * ps/Makefile.am:
13057         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13058         (gtk_gs_defaults_get_alpha_parameters),
13059         (gtk_gs_defaults_get_ungzip_cmd),
13060         (gtk_gs_defaults_get_unbzip2_cmd):
13061         * ps/gsdefaults.h:
13062         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13063         (ps_document_get_orientation), (document_load),
13064         (ps_document_goto_page), (ps_document_set_page_size):
13065         * ps/ps-document.h:
13066
13067         Some more sanitization of the ps backend. Remove a lot
13068         of unused code and do not base our defaults on ggv
13069         preferences (ugh!)
13070
13071 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13072
13073         * thumbnailer/evince-thumbnailer.schemas:
13074         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13075         (main): add -s option for thumbnail size.
13076
13077 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13078
13079         * configure.ac:
13080
13081         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13082         remove it.
13083
13084 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * pdf/pdf-document.cc:
13087
13088         Remove 4 pixels of useless border from the
13089         thumbnail.
13090
13091 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         * backend/ev-document-thumbnails.c:
13094         (ev_document_thumbnails_get_thumbnail):
13095         * backend/ev-document-thumbnails.h:
13096
13097         Rework API a bit. Add a border flag and
13098         change sizing logic (now the size we specify
13099         applies to the bigger dimension).
13100
13101         * pdf/pdf-document.cc:
13102         * pixbuf/pixbuf-document.c:
13103         (pixbuf_document_thumbnails_get_thumbnail):
13104         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13106
13107         Adapt to the new API and do not draw a border for nautilus
13108         thumbnailer.
13109
13110 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13111
13112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13113         take thumbnails from page "0" instead of "1". Added a copyright header.
13114
13115 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13116
13117         * ps/ps-document.c: (set_up_page), (start_interpreter):
13118
13119         Make it C89 compliant
13120
13121 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * Makefile.am:
13124         * configure.ac:
13125         * pdf/.cvsignore:
13126         * pdf/pdf-document.cc:
13127         * thumbnailer/Makefile.am:
13128         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13129         (main):
13130         * thumbnailer/evince-thumbnailer.schemas:
13131         * thumbnailer/pdf-icon.png:
13132
13133         Add a nautilus thumbnailer.
13134         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13135
13136 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * NEWS:
13139         * configure.ac:
13140         * po/POTFILES.in:
13141
13142         Release 0.1.6
13143
13144 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13145
13146         Use poppler instead of including xpdf source code.  Poppler is a
13147         fork of xpdf to build it as a shared library. See
13148         http://freedesktop.org/wiki/Software/poppler.
13149
13150         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13151         xpdf fork.
13152         
13153         * pdf/Makefile.am: Build libpdfdocument.a here.
13154         
13155         * pdf/GDKSplashOutputDev.cc:
13156         * pdf/GDKSplashOutputDev.h:
13157         * pdf/GnomeVFSStream.cc:
13158         * pdf/GnomeVFSStream.h:
13159         * pdf-document.cc:
13160         * pdf-document.h:
13161         * test-gdk-output-dev.cc
13162         * Thumb.cc:
13163         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13164         against poppler.
13165
13166 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13169
13170         Clear idle stack before unsetting the document
13171
13172 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13173
13174         * ps/ps-document.c: (ps_document_widget_event),
13175         (ps_document_set_target), (ps_document_finalize),
13176         (ps_document_get_page):
13177
13178         Disconnect the widget event signal on finalize.
13179         Some code cleanups.
13180
13181 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * ps/ps-document.c: (set_up_page):
13184
13185         If there is no bpixmap create one, even if size
13186         is not changed.
13187
13188 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13189
13190         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13191         (set_up_page), (document_load), (ps_document_set_zoom):
13192
13193         Default page is 0. Calculate size even when we have no
13194         target yet.
13195
13196 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13197
13198         * shell/ev-sidebar.c: expand the selection widget to be always as
13199         wide as the sidebar
13200
13201 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13202
13203         * shell/ev-sidebar-thumbnails.c:
13204         (ev_sidebar_thumbnails_set_document):
13205
13206         Clear the list store when setting document
13207
13208 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * shell/ev-page-action.c: (update_entry), (sync_entry),
13211         (activate_cb), (entry_size_request_cb), (create_tool_item),
13212         (connect_proxy):
13213
13214         Use an entry for the page control instead of spinbuttons
13215
13216 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * data/evince.schemas.in:
13219
13220         Correct confusing string
13221
13222 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13223
13224         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13225         for real.  Gosh, how long has this been broken.
13226
13227         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13228         check for a NULL link.  We crash otherwise.
13229
13230 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * NEWS:
13233         * configure.ac:
13234
13235         Release 0.1.5
13236
13237 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13238
13239         * configure.ac: add the french translation.
13240
13241 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * shell/ev-window.c:
13244
13245         Remove unused header -> fix distcheck
13246
13247 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13248
13249         * shell/ev-window.c: (update_window_title),
13250         (ev_window_popup_password_dialog):
13251
13252         Unescape filename for display
13253
13254 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13255
13256         * pdf/xpdf/pdf-document.cc:
13257
13258         In get_page_size deal with rotation. Also
13259         cleanup the function a bit.
13260
13261 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * pdf/xpdf/pdf-document.cc:
13264
13265         Fix crash when opening in new window
13266
13267 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * configure.ac:
13270
13271         Check ghostscript >= 7
13272
13273 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13274
13275         * shell/ev-window.c:
13276
13277         Make page width the default sizing mode
13278
13279 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13280         Marco Pesenti Gritti <marco@gnome.org>
13281
13282         * shell/ev-window.c: Remember the sidebar size
13283
13284         * data/evince.schemas.in: Add a new gconf key to store the size of
13285         the sidebar
13286
13287 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13288
13289         * data/evince-ui.xml:
13290         * shell/ev-window.c: (update_action_sensitivity),
13291         (ev_window_cmd_view_reload):
13292         
13293         Add a "Reload" action and menu entry
13294
13295 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13296
13297         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13298         iff the type doesn't support thumbnailing and indexing.
13299
13300 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13301
13302         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13303
13304 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * pdf/splash/Splash.cc:
13307
13308         Port fix for a crasher from kde bug
13309         http://bugs.kde.org/show_bug.cgi?id=97131
13310
13311 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * pdf/xpdf/pdf-document.cc:
13314
13315         Return a link even if it's of an unrecognized
13316         type. Otherwise we go in an infinte cycle.
13317
13318 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13321         (size_allocate_cb), (ev_window_set_sizing_mode):
13322
13323         Update size when switching mode
13324
13325 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13328         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13329         (ev_window_cmd_view_normal_size):
13330
13331         Fix size toggle buttons behavior
13332
13333 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13334
13335         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13336         (doc_rect_to_view_rect), (ev_view_size_allocate),
13337         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13338         (scale_changed_callback):
13339
13340         Do not cache offsets in size_allocate.
13341
13342 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * shell/ev-view.c: (ev_view_size_allocate):
13345
13346         Calculate offsets before calling the parent
13347         class (which does a redraw)
13348
13349 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * pdf/xpdf/pdf-document.cc:
13352
13353         Fix a crasher on exit. Unused code, put a TODO
13354
13355 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * backend/ev-document.c: (ev_document_class_init),
13358         (ev_document_page_changed), (ev_document_scale_changed):
13359         * backend/ev-document.h:
13360
13361         Separate page/scale notifications
13362
13363         * pdf/xpdf/pdf-document.cc:
13364
13365         Emit the new signals.
13366         Do not display the pdf page in _render, do it
13367         when scale/page are requested.
13368
13369         * ps/ps-document.c: (ps_document_set_zoom),
13370         (ps_document_widget_event):
13371         * ps/ps-document.h:
13372
13373         Emit the new signals.
13374
13375         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13376         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13377         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13378         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13379         * shell/ev-view.h:
13380         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13381         (ev_window_cmd_view_page_width), (size_allocate_cb),
13382         (ev_window_set_sizing_mode):
13383
13384         Rework sizing to be pixel based.
13385         There are bugs but should be already way better.
13386
13387 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * shell/ev-window.c: (ev_window_init):
13390
13391         Do not allow to shrink sidebar smaller then
13392         child requisition
13393
13394 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13395
13396         * shell/ev-sidebar.[ch]
13397         * shell/ev-window.c:
13398
13399         Improved sidebar widget. Fixes #166683
13400
13401 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13402
13403         * shell/ev-view.c (update_find_status_message): Give translators
13404         more flexibility with ngettext plural handling.
13405
13406 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13407
13408         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13409         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13410         page when we get the page size.
13411
13412 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13415
13416         ps pages are 0 based, convert 
13417
13418 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13421
13422         Initialize correct parent class. Set GError on document load
13423
13424 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13425
13426         * pdf/xpdf/pdf-document.cc:
13427
13428         Fixup selection offset calculation
13429
13430         * shell/ev-view.c: (view_rect_to_doc_rect),
13431         (doc_rect_to_view_rect), (ev_view_size_allocate),
13432         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13433         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13434
13435         Store selection as document relative, so that zooming
13436         and offset changing doesnt break it.
13437
13438 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13439
13440         * shell/ev-view.c: (ev_view_best_fit):
13441
13442         Do not try to best fit if the view is not realized
13443
13444 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13445           
13446         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13447
13448 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13449
13450         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13451
13452 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13453
13454         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13455         the popup window.  That prevents it resizing when in full screen
13456         mode.
13457
13458         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13459         multiple rerenders.  This pretty much sucks.
13460
13461         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13462         rest of the toolbar.
13463
13464 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13465
13466         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13467
13468 2005-02-17  Alexander Shopov  <ash@contact.bg>
13469
13470         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13471
13472 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13473
13474         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13475
13476 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13479         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13480         (set_document_page), (document_changed_callback),
13481         (ev_view_set_document), (ev_view_find_previous),
13482         (ev_view_hide_cursor), (ev_view_show_cursor):
13483         * shell/ev-view.h:
13484         * shell/ev-window.c: (update_chrome_visibility),
13485         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13486         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13487         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13488         (ev_window_unfullscreen):
13489         * shell/main.c: (main):
13490
13491         Automatically hide the fullscreen button.
13492         Patch by Kristian Høgsberg <krh@redhat.com>
13493
13494 2005-02-16  Vincent Noel  <vnoel@cox.net>
13495
13496         * shell/main.c (main): Specify an icon for the window. Patch by
13497         Jaap A. Haitsma. Fixes #166177.
13498
13499 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13500
13501         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13502
13503 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13504
13505         * backend/ev-document-misc.h:
13506         * backend/ev-document-misc.c:
13507         (ev_document_misc_get_page_border_size),
13508         (ev_document_misc_paint_one_page): New function to canonicalize
13509         sizing/painting a border.
13510
13511         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13512         used.
13513
13514         * pdf/xpdf/pdf-document.cc: use new function
13515
13516         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13517         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13518         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13519         shell/ev-window.c: (update_sizing_buttons),
13520         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13521         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13522         (ev_window_cmd_view_page_width), (size_allocate_cb),
13523         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13524         and "fit width" values act as toggle buttons so they stay
13525         toggled.  It's not 100% perfect, and it's a little slow, but it's
13526         good enough to commit I think.
13527
13528 2005-02-15  David Lodge  <dave@cirt.net>
13529
13530         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13531
13532 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13533
13534         * shell/ev-window.c (update_window_title): replace newlines in
13535         the title by spaces. Bug #166107.
13536
13537 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13538
13539         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13540         parameters providing allocation width and height without
13541         scrollbars and width of a possible vertical scrollbar. With this
13542         additional information the functions can work as
13543         intended. Unfortunately they're not idempotent. We should
13544         transform these commands to toggles. Fixes Bug #164976
13545         Initial patch by Stephane Loeuillet, then heavily modified.
13546
13547         * shell/ev-view.h: update prototypes.
13548
13549         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13550         (ev_window_cmd_view_page_width): provide EvView fit functions with
13551         all the information they need. Formulas to calculate this
13552         information taken from GtkScrolledWindow.
13553
13554 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13555
13556         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13557         created a thumbnail, the list store is updated to know
13558         that the thumbnail is set. Fixes bug #166792
13559
13560 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13561
13562         * shell/ev-window.c: fixed typo, closes bug 166897
13563
13564         * TODO: updated TODO with bug numbers that are relevant
13565
13566 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13567
13568         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13569
13570 2005-02-09  Vincent Noel  <vnoel@cox.net>
13571
13572         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13573         and "Next" toolbar buttons as important to make them stand out.
13574
13575 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * lib/ev-debug.c:
13578         * lib/ev-debug.h:
13579         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13580         (start_interpreter), (stop_interpreter), (document_load),
13581         (ps_document_next_page), (ps_document_goto_page),
13582         (ps_document_set_page_size), (ps_document_widget_event),
13583         (ps_document_render):
13584         * shell/ev-page-view.c: (ev_page_view_dispose):
13585         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13586
13587         Fix compilation on non-gcc platforms
13588
13589 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * NEWS:
13592         * configure.ac:
13593
13594         Release 0.1.4
13595
13596         * pdf/xpdf/Catalog.cc:
13597         * pdf/xpdf/XRef.cc:
13598
13599         Fix the fix for CAN-2004-0888
13600
13601 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13602
13603         * data/Makefile.am:
13604         * data/evince-ui.xml:
13605         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13606         * shell/ev-stock-icons.h:
13607         * shell/ev-window.c: (update_action_sensitivity),
13608         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13609         (set_action_properties):
13610
13611         Improve toolbar layout/icons
13612
13613 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * pdf/xpdf/pdf-document.cc:
13616
13617         Add warnings about unimplemented/unknown link
13618         types.
13619
13620 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * ps/ps-document.c: (set_up_page):
13623
13624         Log gs property
13625
13626 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13627
13628         * ps/ps-document.c: (start_interpreter):
13629
13630         Log gs env var
13631
13632 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * shell/ev-page-view.c: (ev_page_view_dispose):
13635         * shell/ev-view.c: (ev_view_finalize):
13636         * shell/ev-window.c: (ev_window_setup_document),
13637         (ev_window_dispose), (ev_window_init):
13638
13639         Solve more refs issues.
13640
13641         I commented out the page_view initialization for now:
13642         it was never destroyed (because it's never added
13643         to a container). Because of that we was leaking
13644         gs processes. Couldnt think to a clean fix.
13645         We need to figure this out, password view has the
13646         same issue probably.
13647
13648 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * ps/ps-document.c: (ps_document_finalize),
13651         (ps_document_get_n_pages), (ps_document_get_page):
13652
13653         Some cleanups, stop the interpreter on finalize
13654
13655         * shell/ev-page-view.c: (ev_page_view_dispose),
13656         (ev_page_view_class_init):
13657
13658         Release our reference on the document
13659
13660 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13661
13662         * Makefile.am:
13663         * configure.ac:
13664         * doc/debugging.txt:
13665         * lib/.cvsignore:
13666         * lib/Makefile.am:
13667         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13668         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13669         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13670         * lib/ev-debug.h:
13671
13672         Add debugging helpers
13673
13674         * ps/Makefile.am:
13675         * ps/ps-document.c: (set_up_page), (start_interpreter),
13676         (stop_interpreter), (document_load), (ps_document_next_page),
13677         (ps_document_goto_page), (ps_document_set_page_size),
13678         (ps_document_widget_event), (ps_document_render):
13679         * shell/Makefile.am:
13680         * shell/ev-view.c: (expose_bin_window):
13681         * shell/main.c: (main):
13682
13683         Add some logs
13684         
13685 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13686
13687         * ps/ps-document.c: (ps_document_widget_event):
13688
13689         Initialize message_window, this should make ps
13690         rendering really work! (Never noticed because I was
13691         testing with a ps that is causing gs to exit every time!)
13692
13693 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13694
13695         * data/evince.schemas.in: updated simple error in applyto closing tag
13696
13697 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13698
13699         * Makefile.am:
13700         * configure.ac:
13701         * data/.cvsignore:
13702         * data/Makefile.am:
13703         * data/evince-ui.xml:
13704         A data/evince.schemas.in:
13705         * po/POTFILES.in:
13706         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13707         * shell/ev-stock-icons.h:
13708         * shell/ev-window.c: (update_chrome_visibility),
13709         (update_chrome_flag), (ev_window_cmd_edit_find),
13710         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13711         (ev_window_unfullscreen), (ev_window_focus_in_event),
13712         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13713         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13714         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13715         (ev_window_dispose), (ev_window_class_init),
13716         (set_action_properties), (set_chrome_actions), (load_chrome),
13717         (ev_window_init):
13718
13719         Implement fullscreen mode changes from bug #164776.
13720         Also implement persistent chrome toggles.
13721
13722 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13723
13724         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13725
13726 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * NEWS:
13729         * configure.ac:
13730         * shell/ev-view.c:
13731
13732         Add another check for find interface
13733
13734         Release 0.1.3
13735
13736 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * shell/ev-application.c: (ev_application_open):
13739         * shell/ev-window.c: (ev_window_open):
13740
13741         Open gzipped ps documents
13742
13743 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13744
13745         * TODO:
13746         * shell/ev-view.c: (set_document_page):
13747
13748         Clamp page number, dont try to move to
13749         not existant pages.
13750
13751 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * backend/ev-document-find.c: (ev_document_find_changed):
13754         * backend/ev-document-find.h:
13755         * pdf/xpdf/pdf-document.cc:
13756         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13757         * shell/ev-window.c: (find_bar_search_changed_cb):
13758
13759         Fix several bugs with find
13760
13761 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13762
13763         * shell/ev-sidebar-thumbnails.c
13764         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13765         document. Prevents warning from scroll_to_cell.
13766
13767 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13768
13769         * configure.ac: Add «nb» to ALL_LINGUAS too.
13770
13771 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13772
13773         * NOTES: New file with some random thoughts.
13774
13775         * TODO: Update.
13776
13777         * backend/ev-document-misc.c:
13778         (ev_document_misc_get_page_border_size): New function to
13779         canonicalize shadow drawing sizes.  Possibly goofy.
13780
13781         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13782         (ev_view_best_fit), (ev_view_fit_width):
13783         * pdf/xpdf/pdf-document.cc:
13784         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13785         * ps/ps-document.c: (ps_document_get_page_size):
13786         * backend/ev-document-misc.h:
13787         * backend/ev-document.c: (ev_document_get_page_size):
13788         * backend/ev-document.h: get_page_size now takes a page number
13789         parameter.  Made all the backends/frontends honor it.
13790
13791         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13792         see.  Doesn't work yet.
13793
13794         * shell/Makefile.am:
13795         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13796         Doesn't do anything yet.
13797
13798         * shell/ev-sidebar-thumbnails.c:
13799         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13800         [0..n_pages-1]
13801
13802         * shell/ev-window.c: (update_action_sensitivity),
13803         (ev_window_setup_document), (ev_window_set_page_mode),
13804         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13805         view-swapping code a bit so we can have multiple views on a
13806         document.  Add the multi-page view, though it can't be turned on
13807         yet.
13808
13809 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * shell/ev-application.c: (ev_application_open):
13812         * shell/ev-view.c: (expose_bin_window):
13813         * shell/ev-window.c: (ev_window_open):
13814
13815         Support eps and check document supports find
13816         before drawing highlightings in expose.
13817
13818 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13819
13820         * pixbuf/pixbuf-document.c:
13821         (pixbuf_document_thumbnails_get_dimensions),
13822         (pixbuf_document_document_thumbnails_iface_init):
13823
13824         implement get_dimensions
13825
13826 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13827
13828         * NEWS:
13829         * configure.ac:
13830
13831         Release 0.1.2
13832
13833 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * shell/ev-view.c: (set_document_page):
13836
13837         Scroll at the top of the page when changing page
13838
13839 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13840
13841         * shell/ev-view.c: (ev_view_motion_notify_event):
13842
13843         Do not redraw unnecessarily
13844
13845 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13846
13847         * pdf/xpdf/pdf-document.cc:
13848         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13849         (expose_bin_window), (find_changed_cb):
13850
13851         Yay! find works now... Now to find bugs...
13852
13853 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13854
13855         * backend/ev-document-find.c: (ev_document_find_base_init),
13856         (ev_document_find_changed):
13857         * backend/ev-document-find.h:
13858         * pdf/xpdf/pdf-document.cc:
13859         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13860         (expose_bin_window), (ev_view_init), (set_document_page),
13861         (ensure_rectangle_is_visible), (jump_to_find_result),
13862         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13863         (ev_view_find_next), (ev_view_find_previous):
13864         * shell/ev-view.h:
13865         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13866
13867         More work on find implementation, mostly there now
13868
13869 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * backend/ev-backend-marshalers.list:
13872         * backend/ev-document-find.c: (ev_document_find_base_init),
13873         (ev_document_find_cancel), (ev_document_find_page_has_results),
13874         (ev_document_find_get_n_results), (ev_document_find_get_result),
13875         (ev_document_find_get_progress), (ev_document_find_changed):
13876         * backend/ev-document-find.h:
13877
13878         Enanche the find interface to be really able to do
13879         multi page find.
13880
13881         * pdf/xpdf/pdf-document.cc:
13882
13883         Implement
13884
13885         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13886         (expose_bin_window), (ev_view_init),
13887         (ev_view_get_find_status_message), (find_changed_cb),
13888         (ev_view_set_document), (set_document_page):
13889
13890         Adapt to the new interface. A few things are regressed sorry,
13891         I will finish it soon.
13892
13893 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13894
13895         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13896         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13897         ev_sidebar_thumbnails_parent_class variable, don't define another
13898         parent_class variable.
13899
13900         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13901         (ev_page_action_class_init): ditto.
13902
13903         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13904         (pixbuf_document_class_init): ditto.
13905
13906         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13907         ditto.
13908
13909         * .cvsignore: ignore various valgrind output files.
13910
13911 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13912
13913         * data/evince-ui.xml:
13914         * shell/Makefile.am:
13915         * shell/ev-history.c:
13916         * shell/ev-history.h:
13917         * shell/ev-navigation-action.c:
13918         * shell/ev-navigation-action.h:
13919         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13920         (ev_view_set_page), (ev_view_fit_width):
13921         * shell/ev-view.h:
13922         * shell/ev-window.c: (update_action_sensitivity),
13923         (ev_window_setup_document), (register_custom_actions):
13924
13925         Kill session history
13926
13927 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         * shell/ev-window.c: (update_action_sensitivity):
13930
13931         Fix inverted up/down buttons
13932
13933 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13934
13935         * shell/ev-sidebar-thumbnails.c
13936         (ev_sidebar_thumbnails_select_page): make sure the selected
13937         thumbnail stays visible.
13938
13939 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13940
13941         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13942         scrolled window for Federico.
13943
13944 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13945
13946         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13947
13948 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13949
13950         * configure.ac:
13951         * pdf/splash/SplashFTFontEngine.cc:
13952
13953         Fix CID fonts with freetype 2.1.9
13954
13955 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13956
13957         * TODO: added item for desktop icon thumbnailer
13958
13959 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13960
13961         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13962         unloaded docs when the title is accessed.
13963
13964         * shell/ev-password-view.[hc]: New widget for displaying password
13965         state.
13966
13967         * shell/ev-window.[ch]: Refactor password handling code to handle
13968         the new view.
13969
13970 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * NEWS:
13973         * configure.ac:
13974         * data/Makefile.am:
13975
13976         Release 0.1.1
13977
13978 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13979
13980         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13981         ignore page offset here, to make search results independent of it,
13982
13983         * shell/ev-view.c (expose_bin_window): but take offsets into
13984         account here. Bug #164932
13985
13986         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13987         scale at the right time. Bug #164996
13988
13989 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13990
13991         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13992         fix the problem. Now I just removed the Adobe font names and hope
13993         that the URW fonts are always in outline format. Bug #164934
13994
13995         * shell/ev-window.c (update_window_title): empty titles are
13996         useless, use filename in that case too.
13997
13998         * NEWS: Add some content.
13999
14000 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14001
14002         * TODO: added one more TODO item and a TODONE section :)
14003
14004 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14005
14006         * ps/ps-document.h: add page_[xy]_offset fields.
14007
14008         * ps/ps-document.c (ps_document_set_page_offset)
14009         (ps_document_render): Keep offset in consideration in a few
14010         places. Bug #164752 "postscript documents are not centered in
14011         window"
14012
14013         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14014         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14015
14016         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14017         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14018         stub out missing methods for complete EvDocument implementation.
14019         Fixes segfaults with Save A Copy and Copy actions.
14020
14021         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14022         (ps_document_document_iface_init): ditto.
14023         
14024 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14025
14026         * data/.cvsignore:
14027         * data/Makefile.am:
14028         * data/evince.desktop.in:
14029
14030         Add desktop file
14031
14032 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14033
14034         * shell/ev-view.c: (ev_view_button_press_event),
14035         (ev_view_motion_notify_event):
14036
14037         Make selection work in any direction
14038
14039 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14040
14041         * TODO:
14042         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14043
14044         Use shorter labels for some of the toolbars items
14045
14046 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14047
14048         * pdf/xpdf/pdf-document.cc:
14049
14050         Check the links info is initialized before
14051         using it. Should fix a crash on startup.
14052
14053 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14054
14055         * pixbuf/pixbuf-document.c
14056         (pixbuf_document_thumbnails_get_dimensions): force floating point
14057         division to calculate page_ratio. Fixes crash with landscape
14058         format pixbufs.
14059
14060 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14061
14062         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14063
14064 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14065
14066         * shell/ev-view.c (set_document_page): unset has_selection when
14067         the page changes.
14068         (set_document_page): handle paper size changes when the page
14069         changes (test with Free Culture, page 2).
14070
14071 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14074         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14075
14076         Use normal style color for the widget background and
14077         draw a black box around the page.
14078
14079 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * pdf/xpdf/pdf-document.cc:
14082
14083         Keep offset in consideration in a few places
14084
14085         * shell/ev-view.c: (expose_bin_window):
14086
14087         Set the offsets so that the document is ever centered
14088
14089 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14090
14091         * TODO: Added TODO items and finished off the first todo item
14092
14093         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14094         reflect current authors
14095
14096 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14097
14098         * pdf/xpdf/pdf-document.cc:
14099         * shell/ev-view.c: (ev_view_set_cursor),
14100         (ev_view_motion_notify_event), (document_changed_callback),
14101         (set_document_page):
14102
14103         Show a wait cursor while the page is rendering
14104
14105 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * shell/ev-sidebar-thumbnails.c:
14108         (ev_sidebar_tree_selection_changed),
14109         (ev_sidebar_thumbnails_select_page):
14110         * shell/ev-sidebar-thumbnails.h:
14111         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14112         (ev_view_can_go_forward):
14113         * shell/ev-window.c: (ev_window_open_page),
14114         (ev_window_setup_document), (update_current_page),
14115         (view_page_changed_cb), (ev_window_init):
14116         * shell/ev-window.h:
14117
14118         Ensure thumbnails selection, toolbar page control and
14119         current page are in sync.
14120
14121 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14122
14123         * pdf/xpdf/XRef.cc:
14124
14125         Fix CAN-2005-0064
14126
14127 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14128
14129         * backend/Makefile.am:
14130         * backend/ev-document-links.h:
14131         * backend/ev-document-security.c: (ev_document_security_get_type),
14132         (ev_document_security_has_document_security),
14133         (ev_document_security_set_password):
14134         * backend/ev-document-security.h:
14135         * backend/ev-document.c: (ev_document_error_quark):
14136         * backend/ev-document.h:
14137         * data/Makefile.am:
14138         * data/evince-password.glade:
14139         * pdf/xpdf/pdf-document.cc:
14140         * shell/Makefile.am:
14141         * shell/ev-password.c: (ev_password_set_bad_password_label),
14142         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14143         (ev_password_dialog_get_password),
14144         (ev_password_dialog_set_bad_pass):
14145         * shell/ev-password.h:
14146         * shell/ev-window.c: (ev_window_get_attribute),
14147         (ev_window_set_property), (update_action_sensitivity),
14148         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14149         (ev_window_setup_document), (ev_window_get_password),
14150         (ev_window_open), (ev_window_cmd_save_as),
14151         (using_postscript_printer), (ev_window_print),
14152         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14153         (update_fullscreen_popup), (ev_window_fullscreen),
14154         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14155         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14156         (menu_item_select_cb), (find_bar_search_changed_cb),
14157         (ev_window_dispose), (ev_window_init):
14158
14159         Add initial support for password-supported dialogs.  This could be
14160         a lot cooler, but it'll do for now.
14161
14162 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14163
14164         * pdf/xpdf/pdf-document.cc:
14165         * shell/ev-view.c: (status_message_from_link),
14166         (ev_view_set_status), (ev_view_set_cursor),
14167         (ev_view_motion_notify_event), (ev_view_init):
14168         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14169
14170         Fix bugs in the links implementation and change cursor
14171         when hovering a link.
14172
14173 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14174
14175         * viewer/.cvsignore: added cvsignore file for viewer directory
14176
14177         * TODO: created TODO document
14178
14179 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14180
14181         * shell/ev-view.h:
14182         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14183         new functions to help with implementation of sensitivity code
14184         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14185         of all actions that might require it.  Fixes a crash when you
14186         click on the Zoom actions in a window lacking a document.
14187
14188 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14189
14190         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14191         of the Find action
14192
14193 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14196         (pixbuf_document_document_iface_init):
14197         * ps/ps-document.c: (ps_document_get_link),
14198         (ps_document_document_iface_init):
14199         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14200         (status_message_from_link), (ev_view_set_status),
14201         (ev_view_set_find_status), (ev_view_motion_notify_event),
14202         (ev_view_button_release_event), (ev_view_set_property),
14203         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14204         (ev_view_get_find_status_message), (update_find_results),
14205         (ev_view_get_status), (ev_view_get_find_status):
14206         * shell/ev-view.h:
14207         * shell/ev-window.c: (view_status_changed_cb),
14208         (view_find_status_changed_cb), (ev_window_init):
14209
14210         View status message support, use it to show the links.
14211         Needs work...
14212
14213 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14214
14215         * backend/ev-document.c: (ev_document_get_link):
14216         * backend/ev-document.h:
14217         * pdf/xpdf/pdf-document.cc:
14218         * shell/ev-application.c: (ev_application_open):
14219         * shell/ev-application.h:
14220         * shell/ev-sidebar-links.c: (selection_changed_cb):
14221         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14222         (ev_view_go_to_link):
14223
14224         Add support for document links
14225
14226 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14227
14228         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14229         (create_tool_item):
14230         Set the spin button limits correctly.
14231         
14232         * shell/ev-sidebar-thumbnails.c:
14233         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14234         Support changing pages by clicking on the thumbnails.
14235         
14236 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14237
14238         * pixbuf/pixbuf-document.c:
14239         (pixbuf_document_thumbnails_get_dimensions),
14240         (pixbuf_document_document_thumbnails_iface_init):
14241
14242         implement get_dimensions
14243
14244 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14245
14246         * ps/ps-document.c: (ps_document_goto_page):
14247
14248         Fix page switching on multipage documents
14249
14250 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14251
14252         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14253         
14254         check for NULL before assigning to width and height parameters
14255
14256 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14257
14258         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14259         (pixbuf_document_set_property), (pixbuf_document_get_property):
14260
14261         implement get/set properties
14262
14263 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14264
14265         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14266         
14267         return NULL instead of "Unknown", letting the title get set to
14268         the filename when the pdf has no title.
14269
14270 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14271
14272         * ps/ps-document.c: (ps_document_get_page_count),
14273         (ps_document_goto_page):
14274
14275 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14276
14277         * shell/ev-history.c: (ev_history_get_property),
14278         (ev_history_set_property), (ev_history_class_init),
14279         (ev_history_add_page), (ev_history_set_current_index):
14280         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14281         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14282         (ev_navigation_action_finalize):
14283         * shell/ev-navigation-action.h:
14284         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14285         (ev_view_go_forward), (ev_view_get_find_status_message),
14286         (history_index_changed_cb), (ev_view_set_history):
14287         * shell/ev-view.h:
14288         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14289         (update_current_page), (register_custom_actions):
14290
14291         Implement history dropdowns
14292
14293 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14294
14295         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14296         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14297         (ev_view_go_forward):
14298         * shell/ev-window.c: (register_custom_actions):
14299
14300         Fix several history bugs
14301
14302 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14303
14304         * configure.ac: Add «nb» to ALL_LINGUAS.
14305
14306 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14307
14308         * backend/Makefile.am:
14309         * backend/ev-bookmark.c:
14310         * backend/ev-bookmark.h:
14311         * backend/ev-document-bookmarks.c:
14312         * backend/ev-document-bookmarks.h:
14313         * backend/ev-document-links.c: (ev_document_links_get_type),
14314         (ev_document_links_has_document_links),
14315         (ev_document_links_begin_read), (ev_document_links_get_link),
14316         (ev_document_links_get_child), (ev_document_links_next),
14317         (ev_document_links_free_iter):
14318         * backend/ev-document-links.h:
14319         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14320         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14321         (ev_link_get_link_type), (ev_link_set_link_type),
14322         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14323         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14324         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14325         (ev_link_new_external):
14326         * backend/ev-link.h:
14327         * pdf/xpdf/pdf-document.cc:
14328         * shell/Makefile.am:
14329         * shell/ev-application.c: (ev_application_open_link):
14330         * shell/ev-application.h:
14331         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14332         (ev_history_get_link_nth):
14333         * shell/ev-history.h:
14334         * shell/ev-sidebar-bookmarks.c:
14335         * shell/ev-sidebar-bookmarks.h:
14336         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14337         (ev_sidebar_links_class_init), (selection_changed_cb),
14338         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14339         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14340         (do_one_iteration), (populate_links_idle),
14341         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14342         * shell/ev-sidebar-links.h:
14343         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14344         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14345         (go_to_index):
14346         * shell/ev-view.h:
14347         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14348         * shell/ev-window.h:
14349
14350         Rename bookmark to link, and use "Index" for the sidebar panel.
14351
14352 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14353
14354         * shell/Makefile.am:
14355         * shell/ev-application.c: (ev_application_open_bookmark):
14356         * shell/ev-application.h:
14357         * shell/ev-history.c: (ev_history_init), (free_links_list),
14358         (ev_history_finalize), (ev_history_class_init),
14359         (ev_history_add_link), (ev_history_add_page),
14360         (ev_history_get_link_nth), (ev_history_get_n_links),
14361         (ev_history_get_current_index), (ev_history_set_current_index),
14362         (ev_history_new):
14363         * shell/ev-history.h:
14364         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14365         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14366         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14367         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14368         (ev_view_set_page):
14369         * shell/ev-view.h:
14370         * shell/ev-window.c: (ev_window_open_bookmark),
14371         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14372         (goto_page_cb), (register_custom_actions):
14373         * shell/ev-window.h:
14374
14375         Initial history implementation. Needs work.
14376
14377 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14378
14379         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14380
14381 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14382
14383         * cut-n-paste/recent-files/egg-recent-item.c:
14384         * cut-n-paste/recent-files/egg-recent-item.h:
14385         * cut-n-paste/recent-files/egg-recent-model.c:
14386         * cut-n-paste/recent-files/egg-recent-util.c:
14387         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14388         * cut-n-paste/recent-files/egg-recent-view.c:
14389
14390         Update
14391
14392 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14393
14394         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14395         (fillGlyph, fillImageMask, drawImage):
14396         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14397         pdf/splash/SplashTypes.h:
14398         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14399         packed mode for Splash.
14400
14401         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14402         RGB8 packed mode, eliminates the pixbuf data creation loop.
14403
14404         * shell/ev-print-job.c (ev_print_job_finalize)
14405         (ev_print_job_set_property, ev_print_job_get_property)
14406         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14407         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14408         (print_closure_finalize, ev_print_job_print): implement
14409         printing (for backends with EvPsExporter)
14410
14411         * shell/ev_print_job.h: update prototypes.
14412
14413         * shell/ev-window.c (ev_window_print): unref print job after
14414         printing.
14415
14416         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14417         unless the document implements the EvDocumentFind interface.
14418
14419 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14420
14421         * configure.ac: Added ja to ALL_LINGUAS.
14422
14423 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14424
14425         * pdf/xpdf/pdf-document.cc:
14426
14427         add a FIXME. We should probably not allocate
14428         a bookmark object every time
14429
14430 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14431
14432         * shell/ev-application.c: (ev_application_open),
14433         (ev_application_open_bookmark):
14434         * shell/ev-application.h:
14435         
14436         Add a way to open bookmarks
14437
14438         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14439         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14440         (ev_bookmark_set_property), (ev_bookmark_class_init),
14441         (ev_bookmark_new_title), (ev_bookmark_new_link),
14442         (ev_bookmark_new_external):
14443
14444         Support for external uris, better constructors.
14445
14446         * backend/ev-bookmark.h:
14447         * pdf/xpdf/pdf-document.cc:
14448         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14449
14450         Handle external uris
14451
14452 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14453
14454         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14455         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14456
14457         Hook up bookmarks navigation
14458
14459 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14460
14461         * backend/Makefile.am:
14462         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14463         (ev_bookmark_get_title), (ev_bookmark_set_title),
14464         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14465         (ev_bookmark_get_page), (ev_bookmark_set_page),
14466         (ev_bookmark_get_property), (ev_bookmark_set_property),
14467         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14468         (ev_bookmark_new):
14469         * backend/ev-bookmark.h:
14470         * backend/ev-document-bookmarks.c:
14471         (ev_document_bookmarks_get_bookmark):
14472         * backend/ev-document-bookmarks.h:
14473         * pdf/xpdf/pdf-document.cc:
14474         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14475
14476         Add a bookmark object to the backend and use it instead of get_values
14477
14478 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14479
14480         * data/evince-ui.xml:
14481
14482         Cleanup and add select all.
14483
14484         * shell/ev-view.c: (ev_view_select_all),
14485         (ev_view_button_press_event):
14486         * shell/ev-view.h:
14487         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14488
14489         Add select all.
14490         Clear selection on click.
14491
14492 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14493
14494         * shell/ev-sidebar-thumbnails.c
14495         (ev_sidebar_thumbnails_set_document): forgot to unref the
14496         loading_icon.
14497
14498 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14499
14500         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14501         at the visible page, not just linearly.  This makes it look fast.
14502
14503 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14504
14505         * backend/ev-document-misc.c
14506         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14507         white.
14508         * backend/ev-document-thumbnails.h: New interface to get the size
14509         of a page.
14510
14511 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14512
14513         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14514         make dist works
14515
14516 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14517
14518         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14519         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14520         things up a bit.
14521
14522         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14523
14524 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14525
14526         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14527         fonts. Should fix font problems on systems that have the base
14528         fonts in bitmap format. Reported by James Henstridge
14529         <james@jamesh.id.au>.
14530
14531 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14532
14533         * pdf/xpdf/Gfx.cc:
14534         * pdf/xpdf/GfxState.cc:
14535
14536         Fix for CAN-2004-1125
14537
14538 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14539
14540         * shell/ev-view.c: (ev_view_copy):
14541         * shell/ev-view.h:
14542         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14543
14544         Implement Edit->Copy
14545
14546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14547
14548         * backend/ev-document.c: (ev_document_get_text):
14549         * backend/ev-document.h:
14550         * pdf/xpdf/pdf-document.cc:
14551         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14552         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14553         (ev_view_update_primary_selection), (ev_view_button_press_event),
14554         (ev_view_motion_notify_event), (ev_view_button_release_event):
14555
14556         Beginnings of clipboard support. Incomplete but primary sort
14557         of work.
14558
14559 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14560
14561         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14562         (expose_bin_window):
14563
14564         Nicer rubberband drawing, from GtkIconView.
14565
14566 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14567
14568         * backend/ev-document.c: (ev_document_save):
14569         * backend/ev-document.h:
14570         * data/evince-ui.xml:
14571         * pdf/xpdf/pdf-document.cc:
14572         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14573
14574         Implement "Save a copy..." menu item
14575
14576 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14577
14578         * shell/ev-view.c: (ev_view_zoom):
14579
14580         Queue a resize when zoom changes
14581
14582 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14583
14584         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14585         shadows.
14586
14587         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14588         thumbnails..
14589
14590 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14591
14592         * pdf/xpdf/pdf-document.cc
14593         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14594
14595 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14596
14597         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14598         It's slow, but I'll speed it up next!
14599
14600 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14601
14602         * shell/main.c (load_files):
14603
14604         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14605         from the command line and because it seems more appropriate.
14606
14607 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14608
14609         * data/evince-ui.xml:
14610         * shell/ev-window.c: (update_action_sensitivity),
14611         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14612
14613         s/next page/page down
14614         s/previous page/page up
14615
14616 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14617
14618         * data/evince-ui.xml:
14619
14620         Change the layout to match clarkbw design.
14621
14622         * shell/Makefile.am:
14623         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14624         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14625         (ev_navigation_action_finalize),
14626         (ev_navigation_action_set_property),
14627         (ev_navigation_action_get_property),
14628         (ev_navigation_action_class_init):
14629         * shell/ev-navigation-action.h:
14630
14631         Implement clarkbw toolbar navigation controls (incomplete)
14632
14633         * shell/ev-page-action.c: (update_label), (update_spin),
14634         (value_changed_cb), (create_tool_item), (connect_proxy),
14635         (ev_page_action_init), (ev_page_action_finalize),
14636         (ev_page_action_set_property), (ev_page_action_get_property),
14637         (ev_page_action_set_current_page),
14638         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14639         * shell/ev-page-action.h:
14640
14641         Implement a page switcher in the toolbar
14642
14643         * shell/ev-view.c: (ev_view_scroll_view):
14644         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14645         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14646         (register_custom_actions), (ev_window_init):
14647
14648         Change page on PageUp/Down.
14649
14650 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14651
14652         * pdf/xpdf/pdf-document.cc
14653         (pdf_document_thumbnails_get_thumbnail): initial stab at
14654         implementing thumbnail support for pdfs.  It only does documents
14655         with precached pdfs now.
14656
14657 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14658
14659         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14660         thumbnail code into a time-based idle as well.  Also, turn off the
14661         shadow temporarily as it's really slow.
14662
14663 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14664
14665         * backend/ev-document.c: (ev_document_class_init):
14666         * pdf/xpdf/pdf-document.cc:
14667         * shell/ev-window.c: (ev_window_open):
14668
14669         Fix document title bugs and fallback to
14670         filename when not available.
14671
14672 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14673
14674         * backend/ev-document.c: (ev_document_get_type),
14675         (ev_document_class_init), (ev_document_load),
14676         (ev_document_get_title):
14677         * backend/ev-document.h:
14678         * pdf/xpdf/pdf-document.cc:
14679         * ps/ps-document.c: (ps_document_set_property),
14680         (ps_document_get_property), (ps_document_class_init),
14681         (document_load):
14682         * ps/ps-document.h:
14683         * ps/ps.h:
14684         * shell/ev-window.c: (update_window_title), (ev_window_open),
14685         (ev_window_init):
14686
14687         Initial support for document title. Not working yet.
14688
14689 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14690
14691         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14692
14693         Grab focus on the view when clicking it
14694
14695 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14696
14697         * shell/ev-marshal.list:
14698         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14699         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14700
14701         Add key bindings to the view. Now if the focus would work
14702         right...
14703
14704 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14705
14706         * Makefile.am:
14707         * backend/Makefile.am:
14708         * data/Makefile.am:
14709         * dvi/Makefile.am:
14710         * dvi/dvilib/Makefile.am:
14711         * pdf/xpdf/Makefile.am:
14712         * po/POTFILES.in:
14713         * ps/Makefile.am:
14714
14715         Fix distcheck
14716
14717 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * shell/ev-view.c: (ev_view_realize):
14720
14721         Fix mouse wheel scrolling
14722
14723 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14724
14725         * ps/Makefile.am:
14726         * ps/gstypes.h:
14727         * ps/gtkgs.c:
14728         * ps/gtkgs.h:
14729         * ps/ps-document.c: (catchPipe), (ps_document_init),
14730         (ps_document_class_init), (ps_document_cleanup),
14731         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14732         (set_up_page), (close_pipe), (is_interpreter_ready),
14733         (interpreter_failed), (output), (input), (start_interpreter),
14734         (stop_interpreter), (file_length), (file_readable),
14735         (check_filecompressed), (check_pdf), (compute_xdpi),
14736         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14737         (ps_document_get_type), (ps_document_emit_error_msg),
14738         (document_load), (ps_document_next_page),
14739         (ps_document_get_current_page), (ps_document_get_page_count),
14740         (ps_document_goto_page), (ps_document_set_page_size),
14741         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14742         (ps_document_load), (ps_document_get_n_pages),
14743         (ps_document_set_page), (ps_document_get_page),
14744         (ps_document_widget_event), (ps_document_set_target),
14745         (ps_document_set_scale), (ps_document_set_page_offset),
14746         (ps_document_get_page_size), (ps_document_render),
14747         (ps_document_document_iface_init):
14748         * ps/ps-document.h:
14749         * ps/ps.c:
14750         * shell/ev-window.c: (ev_window_open):
14751
14752         Rename GtkGS to PSDocument
14753
14754 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14755
14756         * ps/gtkgs.c: (gtk_gs_class_init):
14757         * ps/gtkgs.h:
14758
14759         Some more leftover...
14760
14761 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14764         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14765         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14766         * ps/gtkgs.h:
14767
14768         Remove unused code and make a lot of stuff private
14769
14770 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14771
14772         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14773         (gtk_gs_defaults_changed):
14774         * ps/gsdefaults.h:
14775         * ps/gtkgs.c:
14776         * ps/gtkgs.h:
14777         * ps/ps.h:
14778
14779         Cleanup headers dependencies
14780
14781 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14782
14783         * ps/Makefile.am:
14784         * ps/ggvutils.c:
14785         * ps/ggvutils.h:
14786         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14787         * ps/gsdefaults.h:
14788         * ps/gtkgs.c: (file_length), (file_readable),
14789         (check_filecompressed), (check_pdf), (gtk_gs_load),
14790         (gtk_gs_get_postscript):
14791
14792         Get rid of ggvutils
14793
14794 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14795
14796         * ps/ggvutils.c:
14797         * ps/ggvutils.h:
14798         * ps/gsio.h:
14799         * ps/gtkgs.c: (gtk_gs_set_zoom):
14800
14801         Cleanups
14802
14803 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14804
14805         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14806
14807         Ensure the page is rerendered when changing zoom
14808
14809 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14810
14811         * backend/ev-document.c: (ev_document_base_init),
14812         (ev_document_changed):
14813         * backend/ev-document.h:
14814
14815         Add a changed event that is emitted when the page content
14816         changes. This is necessary to deal with the fact that
14817         in ps backend rendering happen asycrounously.
14818         This makes the ps backend mostly work.
14819
14820         * pdf/xpdf/pdf-document.cc:
14821
14822         Emit changed event
14823
14824         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14825         (ps_document_set_target):
14826
14827         Emit changed event
14828
14829         * shell/ev-view.c: (document_changed_callback),
14830         (ev_view_set_document), (ev_view_set_page):
14831
14832         Redraw on the changed signal
14833
14834 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14835
14836         * configure.ac: Added pt_BR to ALL_LINGUAS.
14837
14838 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14839
14840         * backend/ev-document-bookmarks.c:
14841         (ev_document_bookmarks_get_child): *
14842         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14843         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14844         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14845         (ev_sidebar_bookmarks_destroy),
14846         (ev_sidebar_bookmarks_class_init),
14847         (ev_sidebar_bookmarks_construct), (stack_data_free),
14848         (do_one_iteration), (populate_bookmarks_idle),
14849         (ev_sidebar_bookmarks_clear_document),
14850         (ev_sidebar_bookmarks_set_document): *
14851         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14852         (ev_sidebar_add_page),
14853         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14854         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14855         it displays both the topics and the page numbers.
14856
14857 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14858
14859         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14860         toggle.
14861         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14862         visible.
14863
14864 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14865
14866         * configure.ac: Added en_CA to ALL_LINGUAS.
14867
14868 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14869
14870         * ChangeLog: replace bottom of this ChangeLog (merged history of
14871         ggv and gpdf; where all paths were wrong and most of the files are
14872         not even in this tree) with ChangeLog (from arch) of the shell
14873         code.
14874
14875 2004-12-23  Havoc Pennington  <hp@redhat.com>
14876
14877         * shell/ev-window.c: hook up potentially-questionable "find
14878         results status text" feature - something involving the sidebar or
14879         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14880         might be better in the end.
14881
14882         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14883         with corresponding signal when it should be updated
14884
14885         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14886
14887 2004-12-22  Havoc Pennington  <hp@redhat.com>
14888
14889         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14890         find stuff on other pages, sort of (only returns one result on
14891         invisible pages, to show they have results; updates full results
14892         for a page when you view it). Currently repaints the current page
14893         every time a new result is found on any page, which isn't so nice.
14894
14895 2004-12-22  Havoc Pennington  <hp@redhat.com>
14896
14897         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14898         the document doesn't support find (better ideas?)
14899         (find_bar_search_changed_cb): handle missing document or document
14900         that doesn't support find
14901
14902         * pdf/xpdf/pdf-document.cc: port to implement the new
14903         EvDocumentFindIface
14904
14905         * backend/ev-document-find.c: create a new interface for searching
14906
14907         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14908
14909 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14910
14911         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14912         libevbackend.la.
14913
14914         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14915         EvPrintJob constructor arguments.
14916
14917         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14918         for documents that can export PostScript (page by page).
14919
14920         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14921         
14922         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14923         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14924         (pdf_document_ps_exporter_iface_init:
14925         Implement EvPSExporter.
14926
14927         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14928
14929 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14930
14931         * backend/Makefile.am:
14932         * backend/ev-document-thumbnails.c:
14933         (ev_document_thumbnails_get_type),
14934         (ev_document_thumbnails_get_thumbnail):
14935         * backend/ev-document-thumbnails.h:
14936         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14937         (pixbuf_document_thumbnails_get_thumbnail),
14938         (pixbuf_document_document_thumbnails_iface_init):
14939         * shell/Makefile.am:
14940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14941         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14942         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14943         * shell/ev-sidebar-thumbnails.h:
14944         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14945         (ev_sidebar_set_document):
14946         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14947         (create_shadow), (ev_pixbuf_add_shadow):
14948         * shell/ev-utils.h:
14949         Add thumbnail support.
14950         
14951 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14952
14953         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14954         (using_postscript_printer): Set up a print dialog for "PostScript
14955         injection" method.
14956
14957         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14958         EvPrintJob.
14959
14960         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14961
14962 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14963
14964         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14965         (ps_document_set_target), (ps_document_get_page_size),
14966         (ps_document_render):
14967         * ps/gtkgs.h:
14968
14969         Fix a few bugs
14970
14971 2004-12-22  Christian Rose  <menthos@menthos.com>
14972
14973         * configure.ac: Added "sv" to ALL_LINGUAS.
14974
14975 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14976
14977         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14978         document supports bookmarks.
14979
14980 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14981
14982         * ps/ggvutils.c: (ggv_file_readable):
14983         * ps/ggvutils.h:
14984         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14985         (gtk_gs_get_postscript):
14986
14987         Remove unused utils
14988
14989 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14990
14991         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14992         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14993         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14994         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14995         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14996         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14997         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14998         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14999         (gtk_gs_set_antialiasing), (ps_document_load),
15000         (ps_document_render):
15001         * ps/gtkgs.h:
15002
15003         Another check point for the ps backend. Now I can get it to show
15004         pages!
15005
15006 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15007
15008         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15009         document setting code.
15010
15011 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15012
15013         * shell/eggfindbar.c: (entry_activate_callback):
15014         Animate the next button when activate is pressed.
15015         
15016 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15017
15018         * shell/ev-window.c: (ev_window_cmd_edit_find),
15019         (update_fullscreen_popup), (ev_window_fullscreen),
15020         (ev_window_unfullscreen), (ev_window_state_event_cb),
15021         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15022         Fix bugs in fullscreen code.
15023         
15024 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15025
15026         * Makefile.am:
15027         * configure.ac:
15028         * pixbuf/Makefile.am:
15029         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15030         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15031         (pixbuf_document_set_page), (pixbuf_document_get_page),
15032         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15033         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15034         (pixbuf_document_render), (pixbuf_document_begin_find),
15035         (pixbuf_document_end_find), (pixbuf_document_finalize),
15036         (pixbuf_document_class_init),
15037         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15038         * pixbuf/pixbuf-document.h:
15039         * shell/Makefile.am:
15040         * shell/ev-application.c: (ev_application_open):
15041         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15042         (ev_window_open):
15043         Add pixbuf backend.
15044         
15045 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15046
15047         * Makefile.am: 
15048         * dvi/dvilib/Makefile.am:
15049         * dvi/Makefile.am:
15050         * configure.ac: Auto*ify dvi and dvi/dvilib
15051
15052         * dvi/Makefile: Remove from CVS
15053         
15054         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15055         confusion.
15056
15057         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15058         
15059         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15060         
15061 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15062
15063         * ps/Makefile.am:
15064         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15065         (gtk_gs_value_adjustment_changed), (compute_size),
15066         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15067         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15068         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15069         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15070         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15071         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15072         (ps_document_load), (ps_document_get_n_pages),
15073         (ps_document_set_page), (ps_document_get_page),
15074         (ps_document_set_target), (ps_document_set_scale),
15075         (ps_document_set_page_offset), (ps_document_get_page_size),
15076         (ps_document_render), (ps_document_begin_find),
15077         (ps_document_end_find), (ps_document_document_iface_init):
15078         * ps/gtkgs.h:
15079         * shell/Makefile.am:
15080         * shell/ev-window.c: (ev_window_open):
15081
15082         Some work to integrate gtkgs with EvDocument
15083
15084 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15085
15086         * shell/ev-window.c: (update_fullscreen_popup),
15087         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15088         (exit_fullscreen_button_clicked_cb),
15089         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15090         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15091         (ev_window_state_event_cb), (ev_window_init):
15092         Add fullscreen support from Epiphany.
15093         
15094 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15095
15096         * data/ev-stock-zoom-fit-width.png: fit-width
15097         stock icon from gpdf.
15098         
15099         * shell/ev-stock-icons.[ch]: copied from gpdf.
15100         
15101         * shell/main.c: (main): init stock icons.
15102         
15103         * shell/ev-window.c: use the fit-width icon.
15104         
15105         * data/evince-ui.xml: add zooming toolbar items.
15106
15107 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15108
15109         * shell/ev-view.c: 
15110         (ev_view_best_fit), (ev_view_fit_width): because
15111         get_page_size() returns the scaled page size, we
15112         need to calculate the scale factor relative to
15113         the previous scale factor. Should really just
15114         add get_real_page_size().
15115
15116 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15117
15118         * shell/ev-view.[ch]:
15119         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15120         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15121         add zooming.
15122         
15123         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15124         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15125         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15126         hook it up.
15127         
15128         * pdf/xpdf/pdf-document.cc:
15129         (pdf_document_begin_find),
15130         (pdf_document_end_find): make static.
15131
15132 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15133
15134         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15135
15136         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15137         names to fontconfig patterns.
15138         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15139
15140         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15141         setupBaseFontsFc.
15142
15143 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15144
15145         * Makefile.am:
15146         * configure.ac:
15147         * ps/Makefile.am:
15148         * ps/ggvutils.c:
15149         * ps/ggvutils.h:
15150         * ps/gsdefaults.c:
15151         * ps/gsdefaults.h:
15152         * ps/gsio.c:
15153         * ps/gsio.h:
15154         * ps/gtkgs.c:
15155         * ps/gtkgs.h:
15156         * ps/ps.c:
15157         * ps/ps.h:
15158
15159         Import ggv backend. Not hooked up yet.
15160
15161 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15162
15163         * shell/main.c: (load_files), (main): load files
15164         from the command line.
15165
15166 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15167
15168         * configure.ac: don't require bonobo.
15169         
15170         * cut-n-paste/recent-files/*: kill bonobo recent
15171         view.
15172
15173         * shell/ev-window.c:
15174         (ev_window_is_empty): upd.
15175         (unable_to_load), (ev_window_open): load backend
15176         based on the mime type.
15177
15178 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15179
15180         * backend/.cvsignore: ignore generated marshalers source.
15181
15182         * shell/main.c (main): this is not epiphany.
15183
15184 2004-12-22  Havoc Pennington  <hp@redhat.com>
15185
15186         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15187         (expose_bin_window): draw find highlights
15188
15189         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15190         
15191         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15192         (pdf_document_end_find): implement this interface
15193
15194         * backend/ev-document.c (ev_document_found): add this to emit
15195         signal
15196
15197 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15198
15199         * data/evince-ui.xml: Add a few more toolbar items.
15200
15201         * shell/ev-window.c: Hook up page navigation toolbar 
15202         items.
15203
15204         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15205         a page-changed signal.
15206
15207         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15208         Add ev_document_get_page().
15209
15210         * shell/ev-window.c: Sensitize/desensitize navigation
15211         actions.
15212
15213 2004-12-21  Havoc Pennington  <hp@redhat.com>
15214
15215         * backend/ev-backend-marshal.c,
15216         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15217         marshaler-generator thingy. I'm sure there's a better way to do
15218         this in the modern world.
15219
15220         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15221         end_find methods and "found" signal.
15222
15223         * configure.ac: find glib-genmarshal
15224
15225 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15226
15227         * shell/ev-sidebar.c: Construct an actual sidebar.
15228         * shell/ev-sidebar-bookmarks.[ch]:
15229         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15230
15231 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15232
15233         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15234         Redo size handling.
15235         
15236         * shell/ev-view.c: Track the size from the document.
15237
15238 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15239
15240         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15241         constructor assumes ownership of the string passed in.
15242         
15243         * shell/ev-window.c (ev_window_open): Destroy the error
15244         dialog once we've displayed it.
15245
15246 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15247
15248         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15249         a bit, it works! (sort of)
15250
15251         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15252         Move to .cc since we need to use C++ in the implementation.
15253
15254         * shell/dummy.cc: Add a CC file to force evince
15255         to be linked as a C++ program.
15256
15257 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15258
15259         * shell/ev-view.[ch]: Start of content-area widget.
15260
15261         * shell/ev-window.c: Create a EvView, update it
15262         as we change documents.
15263
15264         * shell/Makefile.am shell/ev-marshal.list: Add
15265         generated marshalers.
15266
15267 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15268
15269         * Makefile.am (SUBDIRS): move shell.
15270
15271 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15272
15273         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15274         .a to libtool convenience libraries.
15275
15276         * shell/ev-window.c (ev_window_open): Hard code loading
15277         a PDF document.
15278         
15279         * backend/ev-document.h: Add a boolean return to load(),
15280         fix GError * to GError **.
15281
15282         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15283         object for a PDF backend EvDocument.
15284
15285 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15286
15287         * dvi/*: New directory with the beginning of a .dvi backend.
15288
15289 2004-12-21  Havoc Pennington  <hp@redhat.com>
15290
15291         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15292         previous/next instead of back/forward
15293
15294 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15295
15296         * backend/ev-document.[ch]: Fix a couple of problems so
15297         it compile.
15298
15299 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15300
15301         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15302         to backend/ directory, rename EvViewer to EvDocument.
15303
15304 2004-12-21  Havoc Pennington  <hp@redhat.com>
15305
15306         * shell/ev-window.c: hook up the find bar widget; now we just need
15307         a document to find things in
15308
15309         * shell/eggfindbar.c: a find bar widget
15310
15311 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15312
15313         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15314
15315 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15316
15317         * pdf/**: Import of xpdf code from gpdf. 
15318
15319         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15320
15321         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15322         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15323         Fix FreeType includes.
15324
15325         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15326         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15327         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15328         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15329         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15330         Include xpdfconfig.h
15331         
15332 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15333
15334         * shell/ev-window.c (ev_window_dispose): dispose can be called
15335         multiple times.
15336
15337 2004-12-21  Havoc Pennington  <hp@redhat.com>
15338
15339         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15340         rather than Evince
15341
15342         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15343         items; really they should be synced with the strings, etc. from
15344         current gpdf, but just getting the boring typing out of the way 
15345
15346 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15347
15348         * po/POTFILES.in:
15349         * shell/ev-application.c: (window_destroy_cb):
15350         * shell/ev-window.c:
15351         * shell/main.c: (main):
15352
15353         Actually show the window...
15354
15355 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15356
15357         * Makefile.am:
15358         * shell/Makefile.am:
15359         * shell/ev-application.c: (ev_application_class_init):
15360         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15361
15362         Make it build again
15363
15364 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15365
15366         Import to gnome cvs.
15367         
15368         * Remove copies of gpdf and ggv trees.
15369         * Rip out all the recursive configure code.
15370         * Remove bonobo machinery.
15371         * viewer/*: GInterfaces that backends should/can implement.
15372
15373 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15374
15375         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15376         typo
15377
15378 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15379
15380         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15381         (ev_application_finalize, ev_application_class_init)
15382         (ev_application_init): use GType instance private data for priv.
15383
15384         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15385         (ev_window_finalize, ev_window_class_init)
15386         (ev_window_init): ditto.
15387
15388 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15389
15390         * shell/ev-application.c (ev_application_new_window): make public
15391         (ev_application_show_initial_window): kill.
15392
15393         * shell/ev-application.h: update prototypes.
15394
15395         * shell/main.cc (main): inline ev_application_show_initial_window.
15396
15397 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15398
15399         * shell/ev-application.c (ev_application_new_window): impl.
15400         (ev_application_show_initial_window): use it.
15401         (is_window_empty, ev_application_get_empty_window): returns an
15402         existing empty window or a new one.
15403         (ev_application_open): from ev_window_cmd_file_open.
15404
15405         * shell/ev-application.h: update prototypes
15406
15407         * shell/ev-window.c (ev_window_is_empty): impl.
15408         (ev_window_open): make public.
15409         (ev_window_cmd_file_open): use ev_application_open
15410
15411         * shell/ev-window.h: update prototypes, remove unused.
15412
15413 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15414
15415         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15416         move destroy handler out of here...
15417
15418         * shell/ev-application.c, shell/ev-application.h: ...into this new
15419         class. Also handles initial window creation.
15420
15421         * shell/main.cc (main): use EvApplication to create initial
15422         window.
15423
15424 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15425
15426         * Makefile.am (SUBDIRS): add cut-n-paste
15427
15428         * cut-n-paste/Makefile.am: add
15429
15430         * configure.ac: generate Makefiles in cut-n-paste
15431
15432 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15433
15434         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15435         (ev_window_class_init): install ev_window_dispose.
15436
15437 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15438
15439         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15440         char (gchar looks stupid).
15441
15442 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15443
15444         * po/de.po: updated German translation.
15445
15446 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15447
15448         * configure.ac: add more pkg-config library checks for gnome-vfs,
15449         bonobo etc.
15450
15451         * gpdf/configure.in: temporarily disable libpaper
15452         checks. Otherwise I'd have to add the checks for the shell, too.
15453
15454 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15455
15456         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15457         and * file filters to the file choose.
15458
15459 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15460
15461         * po/de.po: Updated German translation.
15462
15463 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15464
15465         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15466
15467 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15470
15471         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15472         (ev_window_init): implement those menuitems.
15473
15474 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15475
15476         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15477
15478         * shell/ev-window.c (ev_window_init): use the toolbar.
15479
15480 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15481
15482         * shell/ev-window.c (ev_window_init): use menu translations
15483
15484 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15485
15486         * configure.ac: add "de" to ALL_LINGUAS.
15487
15488         * po/de.po: add German translation.
15489
15490 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15491
15492         * Makefile.am (SUBDIRS): add po
15493
15494         * configure.ac: check intltool, glib-gettext etc, generate
15495         po/Makefile.in
15496
15497         * po, po/POTFILES.in, po/POTFILES.skip: new.
15498
15499 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15500
15501         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15502         already use (#ifdef ENABLE_NLS)
15503
15504         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15505         pointer indirection thinko.
15506
15507         * shell/main.c: include gi18n.h for bindtextdomain etc.
15508
15509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15510
15511         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15512         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15513         tooltips for menu items in the statusbar.
15514
15515 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15516
15517         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15518         pkgdatadir drop UIDIR
15519
15520 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15521
15522         * data/evince-ui.xml: Add File->Open menu item
15523
15524         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15525         chooser), hook it up in the ui manager.
15526
15527 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15528
15529         * shell/ev-window.c: fix Help->About tooltip.
15530
15531 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15532
15533         * configure.ac: set CFLAGS for libevprivate.
15534
15535         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15536         definitions, factory etc.
15537
15538         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15539
15540         * shell/Makefile.am: link against libevprivate.a.
15541
15542         * shell/ev-window.c (entries): add stock icon to Help->About.
15543
15544         * shell/main.c (main): init stock icon code.
15545
15546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15547
15548         * lib/recent-files: egg recent files code
15549
15550         * lib/Makefile.am: add.
15551
15552         * Makefile.am: add lib subdir.
15553
15554         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15555         set CFLAGS for recent-files.
15556
15557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15558
15559         * configure.ac: disable -ansi and -pedantic gcc flags. They
15560         disable POSIX stuff in stdio.h, but egg-recent uses them.
15561
15562 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15563
15564         * configure.ac: add --disable-deprecated flag (defaults to on in
15565         "cvs" builds).
15566
15567         * shell/Makefile.am (INCLUDES): use it.
15568
15569 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15570
15571         * shell/main.c: add missing #include.
15572
15573         * shell/ev-window.c: fix for pedantic gcc.
15574         (ev_window_cmd_help_about): split license into paragraphs for
15575         translators and pedantic compilers.
15576
15577 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15578
15579         * configure.ac: add more warning flags if compiling with gcc from
15580         cvs (or explicitly requested with --enable-more-warnings).
15581
15582 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15583
15584         * data/evince-ui.xml: add File and File->Close menu.
15585
15586         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15587         (ev_window_destroy): quit after destroy.
15588         (ev_window_class_init): override GtkObject::destroy.
15589         (entries): install close_window callback.
15590
15591 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15592
15593         * Makefile.am (SUBDIRS): add data subdir.
15594
15595         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15596         gtk+ 2.5.0 for GtkAboutDialog.
15597
15598         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15599         main window.
15600
15601         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15602
15603         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15604         manager.
15605         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15606
15607 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15608
15609         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15610
15611 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15612
15613         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15614
15615 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15616
15617         * shell/*: Added shell directory boilerplate, build it.
15618
15619 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15620
15621         * configure.ac, Makefile.am: Added top-level configure.ac and
15622         Makefile.am