]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Don't leak the input stream.
[evince.git] / ChangeLog
1 2009-02-13  Christian Persch  <chpe@gnome.org>
2
3         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
4         the input stream.
5
6 2009-02-13  Christian Persch  <chpe@gnome.org>
7
8         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
9         all errors upwards.
10
11 2009-02-13  Christian Persch  <chpe@gnome.org>
12
13         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
14         more bytes from buffer than were read from the file.
15
16 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * properties/ev-properties-view.c (set_property):
19         
20         Fixes bug #571787.
21
22 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/eggfindbar.c: (egg_find_bar_init):
25
26         Use gtk_tool_button_set_use_underline() for next/previous buttons
27         so that the underline is used for the mnemonic. Fixes bug #571547.
28         
29 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * shell/ev-window.c: (setup_document_from_metadata),
32         (setup_sidebar_from_metadata), (setup_document_from_metadata),
33         (setup_view_from_metadata), (ev_window_set_document),
34         (ev_window_load_job_cb), (ev_window_reload_job_cb),
35         (ev_window_reload_remote), (ev_window_init):
36
37         Do not use metadata when reloading the document, so that the
38         window is not resized when reloading. See bugs #571051 and
39         #304249.
40         
41 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * configure.ac:
44         * cut-n-paste/smclient/Makefile.am:
45
46         Fix smclient libs on cycgwin. See bug #339172.
47         
48 2009-02-08  Christian Persch  <chpe@gnome.org>
49
50         * configure.ac:
51         * libdocument/Makefile.am:
52         * libview/Makefile.am: Add experimental introspection support.
53         Disabled by default; use --enable-introspection to enable it.
54         Bug #569083.
55
56 2009-02-08  Christian Persch  <chpe@gnome.org>
57
58         * libview/Makefile.am: Link libevdocument.la to libevview.la.
59
60 2009-02-05  Christian Persch  <chpe@gnome.org>
61
62         * backend/comics/comics-document.c: (comics_document_load):
63         * backend/djvu/djvu-document.c: (djvu_document_load):
64         * backend/dvi/dvi-document.c: (dvi_document_load):
65         * backend/impress/impress-document.c: (impress_document_load):
66         * backend/pdf/ev-poppler.cc:
67         * libdocument/ev-document-factory.c: (get_document_from_uri),
68         (ev_document_factory_get_document):
69         * shell/ev-print-operation.c:
70         (ev_print_operation_export_print_dialog_response_cb): Use
71         g_set_error_literal now that we depend on glib 2.18.
72
73 2009-02-05  Hib Eris  <hib@hiberis.nl>
74
75         * shell/ev-application.c:
76
77         Include gdkx.h only with X11. See bug #339172.
78         
79 2009-02-05  Hib Eris  <hib@hiberis.nl>
80
81         * backend/pdf/pdfdocument.evince-backend.in:
82
83         Add application/x-ext-pdf mime type for pdf backend. See bug
84         #339172.
85         
86 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * configure.ac:
89         * cut-n-paste/smclient/Makefile.am:
90         * cut-n-paste/smclient/eggdesktopfile.c:
91         * cut-n-paste/smclient/eggsmclient-win32.c:
92         * shell/main.c:
93
94         Make session manager code compile for w32. These changes have been
95         taken from upstream libegg. Based on patch by Hib Eris. See bug
96         #339172.
97         
98 2009-02-05  Hib Eris  <hib@hiberis.nl>
99
100         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
101
102         Make screensaver code compile for w32. These changes have been
103         copied from upstream totem. See bug #339172.
104         
105 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * configure.ac:
108         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
109
110         Make use of GConf optional. Based on patch by Hib Eris. See bug
111         #339172.
112         
113 2009-02-04  Christian Persch  <chpe@gnome.org>
114
115         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
116         evince gettext domain, so i18n works in the library.
117
118         * properties/ev-properties-main.c: (nautilus_module_initialize):
119         Remove extra bindtextdomain call.
120
121 2009-02-04  Christian Persch  <chpe@gnome.org>
122
123         * backend/comics/comics-document.c:
124         * backend/djvu/djvu-document.c:
125         * backend/dvi/dvi-document.c:
126         * backend/impress/impress-document.c:
127         * backend/pdf/ev-poppler.cc:
128         * backend/pixbuf/pixbuf-document.c:
129         * backend/ps/ev-spectre.c:
130         * backend/tiff/tiff-document.c:
131         * libdocument/ev-attachment.c:
132         * libdocument/ev-document-factory.c:
133         * libview/ev-jobs.c:
134         * libview/ev-view-accessible.c:
135         * libview/ev-view.c:
136         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
137         gi18n.h.
138
139 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * NEWS:
142         * configure.ac:
143
144         Update for release 2.25.90
145         
146 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * cut-n-paste/zoom-control/ephy-zoom-control.c:
149         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
150
151         Remove the old tooltips code and use G_DEFINE_TYPE().
152         
153 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * configure.ac:
156         * help/reference/Makefile.am:
157         * help/reference/libdocument/Makefile.am:
158         * help/reference/libdocument/libevdocument-docs.sgml:
159         * help/reference/libdocument/libevdocument.types:
160         * help/reference/libdocument/version.xml.in:
161         * help/reference/libview/Makefile.am:
162         * help/reference/libview/libevview-docs.sgml:
163         * help/reference/libview/libevview.types:
164         * help/reference/libview/version.xml.in:
165         * help/reference/shell/Makefile.am:
166         * help/reference/shell/evince-docs.sgml:
167         * help/reference/shell/evince.types:
168         * help/reference/shell/tmpl/dummy.sgml:
169         * help/reference/shell/version.xml.in:
170
171         Split API documentation into libdocument, libview and
172         shell. Required gtk-doc files has been added, but API docs still
173         need to be completed and improved. Fixes bug #568465.
174         
175 2009-02-01  Christian Persch  <chpe@gnome.org>
176
177         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
178
179 2009-02-01  Christian Persch  <chpe@gnome.org>
180
181         * backend/Makefile.am:
182         A backend/backend.symbols:
183         * configure.ac: Only export the backend module entry point. Bug
184         #569998.
185
186 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * shell/eggfindbar.c: (egg_find_bar_init):
189
190         Add mnemonics to buttons in search bar. Fixes bug #569212.
191         
192 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
193         
194         * shell/ev-print-operation.c:
195         (ev_print_operation_export_print_dialog_response_cb):
196
197         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
198         
199 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
202
203         Clamp top/bottom values of destinations to make sure they are not
204         bigger than the page height. Fixes bug #569327.
205         
206 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * libdocument/ev-debug.h:
209
210         Fix build when debug mode is disabled.
211         
212 2009-01-30  Christian Persch  <chpe@gnome.org>
213
214         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
215         this return TRUE only if any backends were loaded, so the ev_init()
216         function works as documented.
217
218 2009-01-30  Christian Persch  <chpe@gnome.org>
219
220         * evince-document.h:
221         * libdocument/Makefile.am:
222         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
223         #569117.
224
225         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
226         * libdocument/ev-backends-manager.h:
227         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
228         * libdocument/ev-debug.h:
229         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
230         (_ev_file_helpers_shutdown):
231         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
232         private.
233
234         * properties/ev-properties-main.c: (nautilus_module_initialize),
235         (nautilus_module_shutdown):
236         * shell/main.c: (main):
237         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
238         init/shutdown method.
239
240 2009-01-29  Christian Persch  <chpe@gnome.org>
241
242         * shell/main.c: (option_version_cb): Add --version which was lost in
243         the libgnome removal. Bug #562869.
244
245 2009-01-26  Christian Persch  <chpe@gnome.org>
246
247         * shell/ev-application.c: (ev_application_register_service),
248         (ev_application_shutdown):
249         * shell/main.c: (main): Move metadata manager initialisation and
250         shutdown into EvApplication. Follow-up from bug #569120.
251
252 2009-01-26  Christian Persch  <chpe@gnome.org>
253
254         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
255         copy the string twice. Bug #569231.
256
257 2009-01-26  Christian Persch  <chpe@gnome.org>
258
259         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
260         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
261         * libdocument/ev-file-helpers.h:
262         * shell/ev-application.c: (ev_application_shutdown),
263         (ev_application_init), (ev_application_screensaver_disable),
264         (ev_application_save_print_settings),
265         (ev_application_set_page_setup):
266         * shell/ev-application.h:
267         * shell/ev-metadata-manager.c: (load_values),
268         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
269         shell, since it shouldn't be public API. Bug #569120.
270
271         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
272         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
273
274 2009-01-25  Christian Persch  <chpe@gnome.org>
275
276         Bug 569082 – use versioned directory for backends
277
278         * configure.ac: Define ev_binary_version and backenddir.
279         * evince-document.pc.in: Add backenddir variable.
280         * libdocument/Makefile.am:
281         * backend/*/Makefile.am: Remove backenddir definition, so it picks
282         up the one from configure.
283
284 2009-01-25  Christian Persch  <chpe@gnome.org>
285
286         * configure.ac:
287         * evince-document.pc.in: Renamed from evince-backend.pc.in.
288         * libdocument/Makefile.am: Renamed library to libevdocument.la.
289         * libview/Makefile.am:
290         * shell/Makefile.am:
291         * backend/*/Makefile.am: Adapt to changed library name.
292
293         * libdocument/Makefile.am:
294         * libview/Makefile.am: Change the installed headers path to match
295         the directory names in SVN.
296
297         * evince-document.h:
298         * evince-view.h: Add single headers. Bug #568227.
299
300         * libdocument/*.h:
301         * libview/*.h: Add single headers guards.
302
303         * libview/Makefile.am:
304         * libdocument/Makefile.am:
305         * backend/*/Makefile.am:
306         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
307         still include individual headers.
308
309         * properties/Makefile.am:
310         * properties/ev-properties-main.c:
311         * properties/ev-properties-view.h:
312         * thumbnailer/Makefile.am:
313         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
314
315         * libdocument/Makefile.am:
316         * libview/Makefile.am: Generate type builtins from all installed headers.
317         * libdocument/ev-link-action.[ch]:
318         * libdocument/ev-link-dest.[ch]:
319         * libdocument/ev-transition-effect.[ch]:
320         * libview/ev-view.[ch]: Remove handcoded type builtins.
321
322         * libdocument/Makefile.am:
323         * evince-document.h: Add ev-document-factory.h to the public headers.
324
325 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * shell/ev-sidebar-page.c:
328
329         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
330         #568228.
331         
332 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * libdocument/ev-document.h:
335
336         Add EV_DEFINE_INTERFACE macro.
337         
338         * libdocument/ev-async-renderer.c:
339         * libdocument/ev-document-find.c:
340         * libdocument/ev-document-fonts.c:
341         * libdocument/ev-document-forms.c:
342         * libdocument/ev-document-images.c:
343         * libdocument/ev-document-layers.c:
344         * libdocument/ev-document-links.c:
345         * libdocument/ev-document-security.c:
346         * libdocument/ev-document-thumbnails.c:
347         * libdocument/ev-document-transition.c:
348         * libdocument/ev-document.c:
349         * libdocument/ev-file-exporter.c:
350         * libdocument/ev-selection.c:
351
352         Use EV_DEFINE_INTERFACE macro to define interfaces in
353         libdocument. See bug #568228.
354         
355 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * libdocument/ev-document.[ch]:
358
359         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
360         #568228.
361         
362 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
363
364         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
365         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
366         (new_separator_pixbuf):
367         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
368         (egg_toolbar_editor_disconnect_model),
369         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
370         (egg_toolbar_editor_finalize):
371         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
372         * cut-n-paste/toolbar-editor/eggmarshalers.list:
373         
374         Sync EggToolbarEditor with libegg.
375
376 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
377
378         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
379         When saving a file, using the default permissions for the user/system,
380         respecting umask and any setgid bit on the directory. Uses the new
381         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
382         Bug #568593.
383         
384 2009-01-21  Christian Persch  <chpe@gnome.org>
385
386         * configure.ac:
387         * libdocument/Makefile.am:
388         * libview/Makefile.am: Add libtool versioning to libevbackend and
389         libevview. Bug #568229.
390
391 2009-01-21  Christian Persch  <chpe@gnome.org>
392
393         * Makefile.am:
394         * configure.ac:
395         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
396
397 2009-01-21  Christian Persch  <chpe@gnome.org>
398
399         * configure.ac:
400         * libdocument/Makefile.am:
401         A libdocument/ev-version.h.in: Add version defines and version check
402         macro. Bug #568224.
403
404 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
405
406         * shell/ev-sidebar-links.c
407         * shell/ev-print-operation.c:
408         * shell/ev-history.c:
409         * shell/ev-file-monitor.c:
410         * shell/ev-window.c:
411         * shell/ev-password-view.c:
412         * shell/ev-sidebar-thumbnails.c:
413         * shell/ev-sidebar-attachments.c:
414         * libview/ev-pixbuf-cache.c:
415         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
416         Bug #568386.
417
418 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
419
420         * libdocument/ev-document-info.h:
421
422         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
423         
424 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
425
426         * libview/Makefile.am:
427
428         Install ev-job-scheduler.h. See bug #567790.
429         
430 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
431
432         * libdocument/Makefile.am:
433
434         Install ev-backends-manager.h and
435         ev-document-type-builtins.h. Fixes bug #567787.
436         
437 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * NEWS:
440         * configure.ac:
441
442         Update for release 2.25.5
443         
444 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * libview/ev-view.c: (ev_view_drag_data_get):
447
448         Fix second parameter passed to gtk_selection_data_set_uris(), 
449         it expects a gchar **.
450         
451 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
452
453         * libdocument/Makefile.am:
454         * libdocument/ev-document-info.h:
455         * libdocument/ev-document-type-builtins.c.template:
456         * libdocument/ev-document-type-builtins.h.template:
457         * libdocument/ev-document.c: (ev_document_info_get_type),
458         (ev_document_info_copy):
459
460         Make EvDocumentInfo and enums definded in ev-document-info.h
461         GTypes. Fixes bug #567789.
462         
463 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
464
465         * shell/main.c (arguments_parse): Fix for a minor code typo.
466
467 2009-01-18  Christian Persch  <chpe@gnome.org>
468
469         * help/reference/Makefile.am:
470         * help/reference/evince.types: Fix the API docs build. Bug #568171.
471
472 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
473
474         * libview/Makefile.am:
475         * libview/ev-view-type-builtins.c.template:
476         * libview/ev-view-type-builtins.h.template:
477
478         Make EvJobPriority a proper GType. Fixes bug #567788.
479         
480 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * configure.ac:
483         * cut-n-paste/*/Makefile.am:
484         * libdocument/Makefile.am:
485
486         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
487         code.
488         
489 2009-01-18  Christian Persch  <chpe@gnome.org>
490
491         * libview/ev-view.c: (ev_view_drag_data_get),
492         (ev_view_drag_motion), (ev_view_update_primary_selection),
493         (clear_link_selected):
494         * shell/ev-sidebar-attachments.c:
495         (ev_sidebar_attachments_drag_data_get),
496         (ev_sidebar_attachments_get_property),
497         (ev_sidebar_attachments_init):
498         * shell/ev-window.c: Update drag handling code to use the
499         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
500         hardcoding the targets lists. Bug #558084.
501         
502 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * libdocument/Makefile.am:
505         * libdocument/ev-backend-marshal.c:
506         * libdocument/ev-backend-marshalers.list:
507         * libdocument/ev-document.c:
508
509         Remove unused marshalers stuff from libdocument.
510         
511 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * po/POTFILES.in:
514
515         Update for the current source tree.
516         
517 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * configure.ac:
520         * Makefile.am:
521         * libdocument/Makefile.am:
522         * libview/Makefile.am:
523         * libview/ev-job-scheduler.[ch]:
524         * libview/ev-jobs.[ch]:
525         * libview/ev-page-cache.[ch]:
526         * libview/ev-pixbuf-cache.[ch]:
527         * libview/ev-timeline.[ch]:
528         * libview/ev-transition-animation.[ch]:
529         * libview/ev-view-accessible.[ch]:
530         * libview/ev-view-marshal.list:
531         * libview/ev-view.[ch]:
532         * shell/Makefile.am:
533
534         Move EvView specific code to a libeviview library so that it can
535         be embbeded in other applications. Based on patches by Tomeu
536         Vizoso. Fixes bug #567751.
537         
538 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
541         * shell/ev-window.c: (ev_window_load_job_cb),
542         (ev_window_load_job_cb), (ev_window_open_uri),
543         (ev_window_reload_local), (ev_window_dispose):
544
545         Remove dest, mode and search_string from EvJobLoad since they are
546         not really needed by the job, but for the window.
547         
548 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-view.c: (ev_view_drag_data_received),
551         (ev_view_class_init), (ev_view_init):
552         * shell/ev-window.c: (ev_window_drag_data_received),
553         (ev_window_class_init), (ev_window_init):
554
555         Make the whole EvWindow the destination of a drag and drop
556         operation.
557         
558 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * shell/ev-window.c: (window_open_file_copy_progress_cb):
561
562         Add missing brakets around the percentage in progress
563         messages. See bug #567910.
564         
565 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * shell/ev-application.c: (ev_application_open_window),
568         (ev_application_open_uri_at_dest):
569
570         Do no use gdk_x11_* when not available. Based on patch by Hib
571         Eris, see bug #339172.
572         
573 2009-01-16  Hib Eris  <hib@hiberis.nl>
574
575         * configure.ac:
576         * properties/ev-properties-view.c:
577         (ev_properties_view_format_date):
578
579         Check for localtime_r. See bug #339172.
580         
581 2009-01-16  Hib Eris  <hib@hiberis.nl>
582
583         * shell/main.c:
584
585         Include gdkx only for dbus support. See bug #339172.
586         
587 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
588
589         * shell/ev-view.c: (ev_view_set_zoom_for_size):
590
591         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
592         #567785.
593         
594 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c: (reload_remote_copy_progress_cb),
597         (window_save_file_copy_progress_cb):
598
599         Use brakets around the percentage in progress messages. See bug
600         #567910.
601         
602 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-window.c: (reload_remote_copy_ready_cb):
605
606         Fix typo in error message. See bug #567910.
607         
608 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (ev_window_cmd_file_close_window):
611
612         Fix mnemonic conflict. Fixes bug #567937.
613         
614 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
615
616         * NEWS:
617         * configure.ac:
618
619         Update for release 2.25.4
620         
621 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
622
623         * configure.ac:
624         
625         GLib version requirement bumped to 2.18 due to g_set_error_literal.
626         Thanks to Christian Spurk.
627
628 2008-12-31  Hib Eris  <hib@hiberis.nl>
629         
630         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
631
632         Fix mime type handling.
633         
634 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * po/POTFILES.in:
637
638         Add ev-print-operation.c.
639         
640 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (ev_window_clear_progress_idle),
643         (reset_progress_idle), (ev_window_show_progress_message),
644         (ev_window_reset_progress_cancellable),
645         (ev_window_progress_response_cb), (show_loading_progress),
646         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
647         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
648         (show_reloading_progress), (reload_remote_copy_ready_cb),
649         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
650         (show_saving_progress), (window_save_file_copy_ready_cb),
651         (window_save_file_copy_progress_cb), (ev_window_save_remote),
652         (ev_window_dispose):
653
654         Show progress information when loading/saving remote files. Fixes
655         bug #370958.
656         
657 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
660
661         Show better warning message when temp file cannot be deleted.
662         
663 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * shell/ev-window.c: (image_save_dialog_response_cb):
666
667         Fix saving images to remote locations.
668         
669 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-application.[ch]: (ev_application_shutdown),
672         (ev_application_get_print_settings_file),
673         (ev_application_save_print_settings),
674         (ev_application_get_print_settings),
675         (ev_application_set_print_settings),
676         (ev_application_get_page_setup), (ev_application_set_page_setup):
677         * shell/ev-window.c: (ev_window_save_print_page_setup),
678         (ev_window_load_print_page_setup_from_metadata),
679         (ev_window_print_page_setup_done_cb),
680         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
681         (ev_window_cmd_preview_print):
682
683         Remember page setup options too. Paper size is globally remembered
684         while page margins are stored per document in metadata file. Fixes
685         bugs #525185 and #349102.
686         
687 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-print-operation.c:
690         (ev_print_operation_export_print_dialog_response_cb):
691
692         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
693         
694 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-print-operation.c: (export_cancel),
697         (export_job_cancelled), (ev_print_operation_export_begin),
698         (ev_print_operation_export_cancel):
699         * shell/ev-window.c: (ev_window_print_cancel),
700         (ev_window_print_update_pending_jobs_message),
701         (ev_window_print_operation_done),
702         (ev_window_print_operation_status_changed),
703         (print_jobs_confirmation_dialog_response),
704         (ev_window_cmd_file_close_window):
705
706         Show a confirmation dialog when there are pending print jobs while
707         closing the main window. Fixes bug #480964.
708         
709 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
712         (ev_print_operation_get_job_name),
713         (ev_print_operation_get_status),
714         (ev_print_operation_get_progress),
715         (ev_print_operation_update_status),
716         (ev_print_operation_export_get_job_name), (clamp_ranges),
717         (get_first_and_last_page), (ev_print_operation_export_run_next),
718         (print_job_finished), (export_print_done), (export_job_cancelled),
719         (update_progress), (export_print_page),
720         (ev_print_operation_export_begin),
721         (ev_print_operation_export_print_dialog_response_cb),
722         (ev_print_operation_export_run),
723         (ev_print_operation_export_cancel),
724         (ev_print_operation_export_class_init):
725         * shell/ev-window.c:
726         (ev_window_print_update_pending_jobs_message),
727         (ev_window_print_operation_done),
728         (ev_window_print_progress_response_cb),
729         (ev_window_print_operation_status_changed),
730         (ev_window_print_operation_begin_print), (ev_window_print_range),
731         (ev_window_dispose):
732
733         Show progress information when printing. Fixes bug #482770.
734         
735 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/Makefile.am:
738         * shell/ev-progress-message-area.[ch]:
739         * shell/ev-message-area.[ch]: (ev_message_area_init),
740         (ev_message_area_set_image_from_stock):
741
742         Add EvProgressMessageArea derived from EvMessageArea to show
743         progress information in the message area. 
744         
745 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
748
749         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
750         close button. Add a function to get the contents of the message
751         area.
752         
753 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/Makefile.am:
756         * shell/ev-print-operation.[ch]:
757         * shell/ev-jobs.[ch]: (ev_job_export_init),
758         (ev_job_export_dispose), (ev_job_export_run),
759         (ev_job_export_class_init), (ev_job_export_new),
760         (ev_job_export_set_page):
761         * shell/ev-window.c: (ev_window_print_operation_done),
762         (ev_window_print_range), (ev_window_dispose):
763
764         First step of the printing system rework. EvJobPrint has been
765         replaced by EvJobExport so that every page is scheduled to be
766         exported in a thread instead of scheduling the whole printing
767         process. This way the gui is responsive during printing.
768         
769 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-window.c: (setup_size_from_metadata),
772         (ev_window_load_print_settings_from_metadata):
773
774         Fix memory leaks.
775         
776 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * libdocument/ev-document.c: (ev_document_get_type):
779
780         Add GObject type as prerequisite to EvDocument interface so that
781         document instances can be used as GObjects.
782         
783 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-view.c: (jump_to_find_result):
786
787         Only jump the the location of the find result for the first match
788         when searching. It drastically improves the performance when
789         searching. Bug catched and fixed by Michael Hunold. Fixes bug
790         #564774.
791         
792 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
793
794         * properties/ev-properties-main.c: (ev_properties_get_pages):
795         * properties/ev-properties-view.[ch]:
796         (ev_properties_view_dispose), (ev_properties_view_class_init),
797         (ev_properties_view_set_info), (ev_properties_view_new):
798         * shell/ev-properties-dialog.[ch]:
799         (ev_properties_dialog_set_document):
800         * shell/ev-window.c: (ev_window_setup_document),
801         (ev_window_cmd_file_properties):
802
803         Add document URI to properties page. Fixes bug #555376.
804         
805 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * configure.ac:
808         * data/Makefile.am:
809         * data/evince-password.glade: Removed
810         * data/evince-properties.glade: Removed
811         * properties/ev-properties-view.c:
812         (ev_properties_view_class_init), (set_property),
813         (ev_properties_view_set_info), (ev_properties_view_init):
814         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
815         (font_cell_data_func), (ev_properties_fonts_init):
816
817         Remove Glade dependency.
818         
819 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * backend/comics/comics-document.c: (comics_document_load):
822
823         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
824         
825 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * NEWS:
828         * configure.ac:
829
830         Update for release 2.25.2
831         
832 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * configure.ac:
835         * shell/Makefile.am:
836         * shell/ev-keyring.[ch]:
837         * shell/ev-password.[ch]: Removed
838         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
839         (ev_password_view_class_init), (ev_password_view_clicked_cb),
840         (ev_password_view_init), (ev_password_view_set_uri),
841         (ev_password_dialog_got_response),
842         (ev_password_dialog_remember_button_toggled),
843         (ev_password_dialog_entry_changed_cb),
844         (ev_password_dialog_entry_activated_cb),
845         (ev_password_view_ask_password), (ev_password_view_get_password),
846         (ev_password_view_get_password_save_flags),
847         (ev_password_view_new):
848         * shell/ev-window.c: (ev_window_password_view_unlock),
849         (ev_window_load_job_cb), (ev_window_close_dialogs),
850         (ev_window_init):
851
852         Rework the password view. When the password is in the keyring it's
853         used automatically without showing the password dialog and it's  
854         only stored in the keyring when we are sure it's correct. The
855         password dialog has been reworked too, in order to make it
856         more hig compliant and consistent with the GTK+ dialog used in
857         gtkmountoperation. Fixes bug #562496. 
858         
859 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * backend/comics/comics-document.c: (comics_document_load):
862
863         Do not trust file extensions when getting the command needed to
864         uncompress comic documents. Fixes bug #562143.
865         
866 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * libdocument/ev-document-factory.c: (get_document_from_uri),
869         (ev_document_factory_get_document):
870         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
871         (get_mime_type_from_data), (ev_file_get_mime_type):
872
873         Move mime-type functions from document-facrory to file-helpers so
874         that it can be reused.
875         
876 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
879         (window_open_file_copy_ready_cb), (ev_window_reload_local),
880         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
881         (ev_window_reload_remote), (ev_window_reload_document):
882
883         Add support for reloading remote documents. Fixes bug #555399.
884         
885 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-view.c: (ev_view_find_previous):
888
889         Make sure find_result is never < 0 which causes a crash while
890         searching. Fixes bug #558377.
891         
892 2008-11-19  Marek Kašík <mkasik@redhat.com>
893
894         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
895         (ev_pixbuf_cache_get_selection_surface):
896         
897         Fixes crash on fast scrolling with simultaneous text selection.
898
899 2008-11-19  Marek Kašík <mkasik@redhat.com>
900
901         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
902         * shell/ev-window.c (launch_external_uri):
903         
904         Fixes assertion fail on selecting text. See bug #561393.
905
906 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * shell/Makefile.am:
909         * shell/ev-jobs.[ch]: (ev_job_layers_init),
910         (ev_job_layers_dispose), (ev_job_layers_run),
911         (ev_job_layers_class_init), (ev_job_layers_new):
912         * shell/ev-sidebar-layers.[ch]:
913         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
914         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
915         (ev_view_reload_page), (ev_view_reload):
916         * shell/ev-window.c: (setup_sidebar_from_metadata),
917         (ev_window_sidebar_current_page_changed_cb),
918         (sidebar_layers_visibility_changed), (ev_window_init):
919
920         Add layers support.
921         
922 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * data/icons/22x22/actions/Makefile.am:
925         * data/icons/22x22/actions/eye.png:
926         * shell/ev-stock-icons.[ch]:
927         
928         Add eye icon from gimp to hide/show layers.
929         
930 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * configure.ac:
933         * cut-n-paste/Makefile.am:
934         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
935         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
936         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
937
938         Add GimpCellRendererToggle from gimp slightly modified to fit our
939         needs. 
940         
941 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * configure.ac:
944         * backend/pdf/ev-poppler.cc:
945
946         Implement layers interface in PDF backend.
947         
948 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * libdocument/Makefile.am:
951         * libdocument/ev-document-layers.[ch]:
952         * libdocument/ev-layer.[ch]:
953
954         Add optional content (layers) interface.
955         
956 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
957
958         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
959         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
960
961         Removes unused code.
962
963 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * NEWS:
966         * configure.ac:
967
968         Update for 2.25.1 release
969
970 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * shell/ev-window.c:
973
974         Fix build with GTK+ < 2.14
975
976 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
977
978         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
979         
980         Makes menu label translatable. Fixes bug #559129.
981
982 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
983
984         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
985         (t1_transform_font):
986         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
987         
988         More renames of warning to mdvi_warning in follow up to the
989         fix of the bug #553369. Fix for the bug #559257 by
990         Tuxce <tuxce.net@gmail.com>.
991         
992 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-application.c: (ev_application_init_session):
995         * shell/main.c: (main):
996
997         Move the egg_set_desktop_file() call to main and remove
998         gtk_window_set_default_icon_name() since it's already called by
999         egg_set_desktop_file()
1000         
1001 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1004
1005         Initialize GError to NULL.
1006         
1007 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1010         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1011         (ev_window_preview_print_finished), (launch_action):
1012
1013         Do not use popup dialogs to show error messages anymore, use the
1014         message area instead.
1015         
1016 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * shell/ev-window.c: (ev_window_error_message),
1019         (ev_window_warning_message), (ev_window_set_document),
1020         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1021         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1022         (ev_window_cmd_help_contents), (launch_external_uri),
1023         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1024         (ev_attachment_popup_cmd_open_attachment),
1025         (attachment_save_dialog_response_cb):
1026
1027         Use a message format (with printf()-style) in
1028         ev_window_error_message and ev_window_warning_message.
1029
1030 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-window.c: (ev_window_error_message),
1033         (ev_window_warning_message), (ev_window_set_document),
1034         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1035         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1036         (ev_window_cmd_help_contents), (launch_external_uri),
1037         (image_save_dialog_response_cb),
1038         (ev_attachment_popup_cmd_open_attachment),
1039         (attachment_save_dialog_response_cb):
1040
1041         Change ev_window_error_message and ev_window_warning_message to
1042         receive a EvWindow instead of a GtkWindow. It's more consistent
1043         and avoids unneeded casts.
1044         
1045 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-window.c: (ev_window_cmd_help_contents):
1048
1049         Use gtk_show_uri() when availale to display help contents.
1050         
1051 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * configure.ac:
1054         * backend/pdf/ev-poppler.cc:
1055         * properties/ev-properties-view.c:
1056         * shell/Makefile.am:
1057         * shell/ev-tooltip.[ch]: Removed
1058         * shell/ev-view-private.h
1059         * shell/eggfindbar.c:
1060         * shell/ev-application.c:
1061         * shell/ev-open-recent-action.c:
1062         * shell/ev-sidebar-thumbnails.c:
1063         * shell/ev-view.c:
1064         * shell/ev-window.c:
1065
1066         Bump GTK+ requirement to 2.12.
1067         
1068 2008-10-27 Christian Persch <chpe@gnome.org>
1069
1070         * backend/djvu/djvu-document.c
1071         * backend/dvi/cairo-device.c
1072         * cut-n-paste/evmountoperation/ev-mount-operation.h
1073         * cut-n-paste/gedit-message-area/gedit-message-area.h
1074         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1075         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1076         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1077         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1078         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1079         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1080         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1081         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1082         * cut-n-paste/zoom-control/ephy-zoom-action.c
1083         * cut-n-paste/zoom-control/ephy-zoom-action.h
1084         * cut-n-paste/zoom-control/ephy-zoom-control.c
1085         * cut-n-paste/zoom-control/ephy-zoom-control.h
1086         * libdocument/ev-async-renderer.h
1087         * libdocument/ev-document-factory.c
1088         * libdocument/ev-document-misc.h
1089         * libdocument/ev-image.h
1090         * libdocument/ev-selection.h
1091         * shell/ev-properties-fonts.h
1092         * shell/ev-stock-icons.h
1093         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1094         directly. Bug #558064.
1095
1096 2008-10-27 Christian Persch <chpe@gnome.org>
1097
1098         * cut-and-paste/smclient/*: Update from libegg.
1099
1100 2008-10-27 Christian Persch <chpe@gnome.org>
1101
1102         * backend/djvu/djvu-document.c
1103         * backend/ps/ev-spectre.c
1104         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1105
1106 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * shell/ev-view.c (ev_view_change_page),
1109         (ev_view_transition_animation_finish),
1110         (ev_view_transition_animation_cancel), (page_changed_cb),
1111         (ev_view_set_presentation), (ev_view_next_page),
1112         (ev_view_previous_page):
1113         
1114         Cancel the animation without scheduling transition start
1115         and proceed to the next page to fix bug #516749.
1116
1117 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * NEWS:
1120         * configure.ac:
1121
1122         Update for release 2.24.1
1123         
1124 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1127
1128         Disable toggle function of F5 when in presentation mode. Patch by
1129         Dave Neary. Fixes bug #556162.
1130         
1131 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1134         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1135         (ev_sidebar_thumbnails_fill_model),
1136         (ev_sidebar_thumbnails_refresh),
1137         (ev_sidebar_thumbnails_set_document):
1138
1139         Instead of using only one loading icon for thumbnails based on the
1140         size of the first page, create an icon for every different page
1141         size. Fixes bug #556264.
1142         
1143 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1146
1147         Fix memory leak.
1148         
1149 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1150
1151         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1152
1153         Removes bad prefixes from window title. Patch by 
1154         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1155         
1156 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * shell/ev-window.c: (launch_external_uri):
1159
1160         Do not consider mailto links as http uris. Fixes bug #555801.
1161         
1162 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1165
1166         Fix memory leak. Fixes bug #555134.
1167         
1168 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1171
1172         Emit the job finished signal when the job is handled before the
1173         page_ready callback.
1174         
1175 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (launch_action):
1178
1179         Use GdkAppLaunchContext when available to launch external
1180         applications.
1181         
1182 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-window.c: (launch_action):
1185
1186         Fix launching external applications for launch actions which seems
1187         to be broken since the gio port. Fixes bug #554500.
1188         
1189 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * backend/dvi/Makefile.am:
1192         * backend/dvi/cairo-device.c:
1193         * backend/dvi/dvi-document.c:
1194         * backend/dvi/mdvi-lib/Makefile.am:
1195
1196         Fix several compile warnings in the dvi backend.
1197         
1198 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * backend/dvi/mdvi-lib/common.h:
1201         * backend/dvi/mdvi-lib/dviread.c:
1202         * backend/dvi/mdvi-lib/font.c:
1203         * backend/dvi/mdvi-lib/fontmap.c:
1204         * backend/dvi/mdvi-lib/fontsrch.c:
1205         * backend/dvi/mdvi-lib/gf.c:
1206         * backend/dvi/mdvi-lib/pagesel.c:
1207         * backend/dvi/mdvi-lib/pk.c:
1208         * backend/dvi/mdvi-lib/sp-epsf.c:
1209         * backend/dvi/mdvi-lib/special.c:
1210         * backend/dvi/mdvi-lib/tfm.c:
1211         * backend/dvi/mdvi-lib/tfmfile.c:
1212         * backend/dvi/mdvi-lib/util.c:
1213         * backend/dvi/mdvi-lib/vf.c:
1214
1215         Rename error as mdvi_error to avoid symbol conflicts with the libc
1216         error. Rename also message, crash, fatal and warning for
1217         consistency. Fixes bug #553369.
1218         
1219 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * backend/dvi/dvi-document.c: (dvi_document_load):
1222
1223         Fix memory leak.
1224         
1225 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * backend/dvi/dvi-document.c:
1228
1229         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1230         G_IMPLEMENT_INTERFACE.
1231         
1232 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1235
1236         Make sure copy_job_page_and_selection_to_job_info is always called
1237         before copy_job_to_job_info. Fixes bug #552382.
1238         
1239 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * NEWS:
1242         * configure.ac:
1243
1244         Update for release 2.24.0
1245         
1246 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-window.c: (launch_external_uri):
1249
1250         Use GdkAppLaunchContext when available to launch external uris.
1251         
1252 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * shell/ev-window.c: (launch_external_uri):
1255
1256         Use the message area to show errors when lauching external uris
1257         instead of a popup window.
1258         
1259 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-window.c: (launch_external_uri):
1262
1263         Assume invalid uris are http uris. Fixes bug #552071.
1264         
1265 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * NEWS:
1268         * configure.ac:
1269
1270         Update for release 2.23.92.
1271         
1272 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/eggfindbar.c: (egg_find_bar_class_init):
1275
1276         Allow page scrolling with PageUp/PageDown keys when find bar is
1277         active. Fixes bug #529833.
1278         
1279 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-view-private.h:
1282         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1283         (ev_view_scroll), (ev_view_class_init):
1284         * shell/ev-view-accessible.c:
1285         (ev_view_accessible_action_do_action):
1286         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1287         (ev_window_cmd_scroll_backward):
1288
1289         Use GtkScrollType instead of EvScrollType.
1290         
1291 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1292
1293         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1294         
1295         Patch for case unsensitive page label match by Michael Lee.
1296         See bug #550136.
1297         
1298         * shell/ev-page-action.c (create_tool_item):    
1299         * test/Makefile.am:
1300         * test/test1.py:
1301         * test/test4.py:
1302         * test/test5.py:
1303         
1304         Added test for the above and updated other tests.
1305
1306 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-window.c: (image_save_dialog_response_cb):
1309
1310         Do not append the file extension twice when saving an image.
1311         
1312 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1315
1316         Remove an invalid ifdef.
1317         
1318 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-view.c: (ev_view_motion_notify_event):
1321
1322         Make sure the cursor is correctly restored after showing the right
1323         click menu.
1324         
1325 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1328         (ev_attachment_open):
1329         * shell/ev-sidebar-attachments.c:
1330         (ev_sidebar_attachments_button_press):
1331         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1332
1333         Use GdkAppLaunchContext when available to open attachments.
1334         
1335 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1338
1339         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1340         by Eric Piel.
1341         
1342 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-application.c: (ev_application_get_media_keys):
1345         * shell/ev-media-player-keys.[ch]:
1346         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1347         (ev_media_player_keys_grab_keys),
1348         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1349         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1350         * shell/ev-window.[ch]: (ev_window_dispose),
1351         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1352         (ev_window_init):
1353
1354         Clean up the media player keys stuff.
1355         
1356 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * NEWS:
1359         * configure.ac:
1360
1361         Update for release 2.23.91.
1362         
1363 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1366         (sm_client_xsmp_set_initial_properties):
1367
1368         Fix memory leak.
1369         
1370 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-application.c: (ev_application_open_window),
1373         (ev_application_open_uri_at_dest):
1374
1375         Make sure evince starts up in the right workspace when resuming a
1376         previous session.
1377         
1378 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/ev-application.[ch]: (ev_application_open_window),
1381         (ev_application_add_icon_path_for_screen),
1382         (ev_application_open_uri_at_dest):
1383
1384         Fix window manager warnings shown in ~/.xsession-errors
1385         
1386 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * configure.ac:
1389         * cut-n-paste/Makefile.am:
1390         * cut-n-paste/smclient/Makefile.am:
1391         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1392         * cut-n-paste/smclient/eggsmclient-private.h:
1393         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1394         * cut-n-paste/smclient/eggsmclient.[ch]:
1395
1396         EggSMClient copied from libegg
1397
1398         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1399         * shell/Makefile.am:
1400         * shell/ev-application.[ch]: (ev_application_load_session),
1401         (smclient_save_state_cb), (smclient_quit_cb),
1402         (ev_application_init_session), (ev_application_shutdown),
1403         (ev_application_init):
1404         * shell/main.c: (main):
1405
1406         Use EggSMClient instead of gnome-client and remove libgnome and
1407         libgnomeui dependencies.
1408         
1409 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/main.c: (main):
1412
1413         Remove gnome_authentication_manager_init.
1414         
1415 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-view.c: (ev_view_goto_window_create):
1418
1419         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1420         since it's now deprecated.
1421         
1422 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * backend/djvu/Makefile.am:
1425         * backend/djvu/djvu-document-private.h:
1426         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1427         (djvu_document_find_iface_init):
1428         * backend/djvu/djvu-text-page.[ch]:
1429         * backend/djvu/djvu-text.[ch]: Removed
1430         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1431         (pdf_document_find_iface_init):
1432         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1433         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1434         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1435         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1436         (ev_job_find_has_results), (ev_job_find_get_results):
1437         * shell/ev-view-private.h:
1438         * shell/ev-view.[ch]: (ev_view_expose_event),
1439         (highlight_find_results), (ev_view_finalize),
1440         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1441         (ev_view_set_document), (ev_view_find_get_n_results),
1442         (ev_view_find_get_result), (jump_to_find_result),
1443         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1444         (ev_view_find_previous), (ev_view_find_search_changed),
1445         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1446         * shell/ev-window.c: (ev_window_update_actions),
1447         (page_changed_cb), (ev_window_setup_document),
1448         (ev_window_update_find_status_message),
1449         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1450         (ev_window_clear_find_job), (find_bar_close_cb),
1451         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1452         (ev_window_dispose), (ev_window_init):
1453
1454         Rework find interface. The find logic has been moved from backends
1455         to the shell avoiding a lot of duplicated code in the backends and
1456         making easier to implement the find interface in the backends.
1457         
1458 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1459
1460         * backend/pdf/ev-poppler.cc:
1461         (pdf_document_thumbnails_get_dimensions):
1462
1463         Make sure thumbnail size returned by the PDF is actually
1464         valid. Fixes bug #548462.
1465         
1466 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * shell/ev-window.c: (ev_window_setup_document),
1469         (ev_window_set_document), (ev_window_dispose):
1470
1471         Remove the idle function for setting the document up when the
1472         window is destroyed. Fixes bug #549163.
1473         
1474 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1477         (ev_job_attachments_dispose), (ev_job_attachments_run),
1478         (ev_job_attachments_class_init), (ev_job_attachments_new):
1479         * shell/ev-sidebar-attachments.c:
1480         (ev_sidebar_attachments_set_document):
1481
1482         Add a new job to get the attachments in a thread with the document
1483         lock held. Fixes bug #548653.
1484         
1485 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1488         (tiff_document_document_iface_init):
1489
1490         Implement document_get_page_label in tiff backend.
1491         
1492 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * backend/tiff/tiff-document.c: (tiff_document_render):
1495
1496         Handle document orientation in tiff backend. Fixes bug #548444.
1497         
1498 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1501
1502         Do not crash when adjustment page size is 0. Fixes bug #547440.
1503         
1504 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1507
1508         Sync with current GTK+.
1509         
1510 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1511
1512         * configure.ac:
1513         
1514         Update for release 2.23.6.
1515
1516 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1519         (ev_job_load_set_password):
1520         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1521         * shell/ev-window.c: (password_dialog_response),
1522         (ev_window_load_job_cb):
1523
1524         Fix loading encrypted documents since I broke it with the jobs
1525         rework.
1526         
1527 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * NEWS:
1530
1531         Update NEWS for 2.23.6 release.
1532         
1533 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1534
1535         * backend/impress/impress-document.c:
1536         * backend/impress/render.h:
1537         * libdocument/ev-document-factory.c:
1538         * libdocument/ev-document-factory.h:
1539         * libdocument/ev-document-links.h:
1540         * libdocument/ev-document-misc.c:
1541         * libdocument/ev-document-misc.h:
1542         * properties/ev-properties-main.c:
1543         * properties/ev-properties-view.c:
1544         * properties/ev-properties-view.h:
1545         * shell/eggfindbar.c:
1546         * shell/eggfindbar.h:
1547         * shell/ev-application.c:
1548         * shell/ev-application.h:
1549         * shell/ev-jobs.h:
1550         * shell/ev-message-area.h:
1551         * shell/ev-navigation-action.c:
1552         * shell/ev-navigation-action.h:
1553         * shell/ev-open-recent-action.c:
1554         * shell/ev-open-recent-action.h:
1555         * shell/ev-page-action-widget.c:
1556         * shell/ev-page-action.c:
1557         * shell/ev-page-action.h:
1558         * shell/ev-page-cache.h:
1559         * shell/ev-password-view.h:
1560         * shell/ev-password.h:
1561         * shell/ev-pixbuf-cache.h:
1562         * shell/ev-properties-fonts.c:
1563         * shell/ev-sidebar-attachments.c:
1564         * shell/ev-sidebar-links.c:
1565         * shell/ev-sidebar-links.h:
1566         * shell/ev-sidebar-thumbnails.c:
1567         * shell/ev-sidebar-thumbnails.h:
1568         * shell/ev-sidebar.c:
1569         * shell/ev-sidebar.h:
1570         * shell/ev-stock-icons.c:
1571         * shell/ev-tooltip.h:
1572         * shell/ev-view.c:
1573         * shell/ev-view.h:
1574         * shell/ev-window.c:
1575         * shell/ev-window.h:
1576         * shell/main.c:
1577
1578         More #include cleanups. Again: reordering, single gtk.h
1579         includes and other stuff.
1580
1581 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1582
1583         * shell/eggfindbar.c:
1584         * shell/ev-application.c:
1585         * shell/ev-message-area.c:
1586         * shell/ev-navigation-action.c:
1587         * shell/ev-open-recent-action.c:
1588         * shell/ev-page-action-widget.c:
1589         * shell/ev-page-action.c:
1590         * shell/ev-password-view.c:
1591         * shell/ev-properties-dialog.c:
1592         * shell/ev-properties-fonts.c:
1593         * shell/ev-sidebar-attachments.c:
1594         * shell/ev-sidebar-page.c:
1595         * shell/ev-sidebar-thumbnails.c:
1596         * shell/ev-stock-icons.c:
1597         * shell/ev-tooltip.c:
1598         * shell/ev-view.c:
1599         * shell/ev-window.c:
1600         * shell/main.c:
1601
1602         Cleanup many #include statements: reorder so that a
1603         generic-to-specific order is used, use single gtk.h
1604         includes, and some other cleanups.
1605
1606 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * shell/ev-jobs.h:
1609
1610         Add gio header.
1611         
1612 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1615         (ev_document_fc_mutex_trylock):
1616         * shell/Makefile.am:
1617         * shell/ev-job-queue.[ch]:
1618         * shell/ev-job-scheduler.[ch]:
1619         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1620         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1621         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1622         (ev_job_failed_from_error), (ev_job_succeeded),
1623         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1624         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1625         (ev_job_links_class_init), (ev_job_render_init),
1626         (notify_page_ready), (ev_job_render_page_ready),
1627         (ev_job_render_run), (ev_job_render_class_init),
1628         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1629         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1630         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1631         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1632         (ev_job_save_dispose), (ev_job_save_run),
1633         (ev_job_save_class_init), (ev_job_print_init),
1634         (ev_job_print_dispose), (ev_job_print_run),
1635         (ev_job_print_class_init):
1636         * shell/ev-page-cache.c:
1637         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1638         (check_job_size_and_unref), (move_one_job),
1639         (copy_job_to_job_info), (add_job),
1640         (ev_pixbuf_cache_add_jobs_if_needed):
1641         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1642         (job_fonts_finished_cb), (job_fonts_updated_cb),
1643         (ev_properties_fonts_set_document):
1644         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1645         (ev_sidebar_links_set_document):
1646         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1647         (ev_sidebar_thumbnails_set_document),
1648         (ev_sidebar_thumbnails_clear_job):
1649         * shell/ev-view-private.h:
1650         * shell/ev-view.c:
1651         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1652         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1653         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1654         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1655         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1656         (ev_window_reload_document), (ev_window_clear_save_job),
1657         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1658         (ev_window_clear_print_job), (ev_window_print_job_cb),
1659         (ev_window_print_dialog_response_cb):
1660         * shell/main.c: (main):
1661
1662         Rework the jobs system in order to make it simpler and more
1663         extensible. It allows to run jobs in the main loop instead of
1664         using a thread when it's appropriate like the fonts job. Now it's
1665         also possible to cancel jobs that are currently running. 
1666         
1667 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * libdocument/ev-debug.c: (profile_init):
1670
1671         Create the hash table also when profiling service is enabled for
1672         all sections.
1673         
1674 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1677         (ev_profiler_stop):
1678         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1679         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1680         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1681         (ev_job_print_run):
1682         * shell/main.c: (main):
1683
1684         Add a profile mode available when debug is enabled. Add profilers
1685         in ev-jobs.
1686         
1687 2008-07-23  Götz Waschk <waschk@mandriva.org>
1688
1689         * configure.ac: Correctly build desktop file. Fixes
1690         bug #544237.
1691
1692 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694         * configure.ac:
1695         
1696         Update for release 2.23.5.
1697
1698 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * NEWS:
1701
1702         Update NEWS for 2.23.5 release.
1703         
1704 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * shell/ev-window.c: (ev_window_state_event),
1707         (ev_window_class_init):
1708
1709         Intercept window manager's fullscreen request in order to run/stop
1710         fullscreen mode. Fixes bug #493541.
1711         
1712 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1715
1716         Restart the job search when the find bar is opened for the second
1717         time. Fixes bug #531956.
1718         
1719 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1722         (get_document_from_uri):
1723
1724         Make sure we always return a valid error struct when
1725         get_document_from_uri fails. Fixes nautilus crash, see bug
1726         #542548.
1727         
1728 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1729
1730         * libdocument/ev-transition-effect.c
1731         (ev_transition_effect_type_get_type),
1732         (ev_transition_effect_alignment_get_type),
1733         (ev_transition_effect_direction_get_type):
1734         
1735         Fixes bug #542924. Makes enums static to fix Solaris build.
1736
1737 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * shell/ev-view.c: (ev_view_key_press_event):
1740
1741         Add '.' keybinding for blanking the screen in presentation
1742         mode. Fixes bug #542001.
1743         
1744 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * libdocument/ev-document-misc.c:
1747         (ev_document_misc_pixbuf_from_surface):
1748
1749         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1750         #540950.
1751         
1752 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1753
1754         * backend/comics/comics-document.c (comics_document_load):
1755         * backend/comics/comicsdocument.evince-backend.in:
1756         * configure.ac:
1757         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1758         
1759         Added support for 7-zip based cb7 comic book. Patch by
1760         Kartik Rustagi. Fixes bug #532312.
1761
1762 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1763
1764         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1765         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1766         Fixes bug #539972.
1767
1768 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1769
1770         * shell/Makefile.am:
1771         * shell/ev-application.c (ev_application_init),
1772         (ev_application_get_media_keys):
1773         * shell/ev-application.h:
1774         * shell/ev-marshal.list:
1775         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1776         (proxy_destroy), (on_media_player_key_pressed),
1777         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1778         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1779         * shell/ev-media-player-keys.h:
1780         * shell/ev-window.c (ev_window_go_previous_page),
1781         (ev_window_go_next_page), (ev_window_go_first_page),
1782         (ev_window_go_last_page), (ev_window_start_presentation),
1783         (ev_window_dispose), (view_actions_focus_in_cb):
1784         * shell/ev-window.h: When building with D-Bus support, listen
1785         for multimedia key events from gnome-settings-daemon. This allows
1786         to go to the next/previous/first/last pages using, respectively,
1787         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1788         a presentation. Fixes bug #539971.
1789
1790 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * configure.ac:
1793         
1794         Update for release 2.23.4.
1795
1796 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * NEWS:
1799
1800         Update news for 2.23.4 release.
1801         
1802 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1805         * shell/ev-sidebar-thumbnails.c:
1806         (ev_sidebar_thumbnails_set_loading_icon),
1807         (ev_sidebar_thumbnails_refresh):
1808         * shell/ev-window.c: (ev_window_error_message),
1809         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1810         (ev_window_set_document):
1811
1812         Do not crash opening documents with no pages and show a warning
1813         message in the message area. Fixes bugs #537574 and #171588.
1814         
1815 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/Makefile.am:
1818         * shell/ev-file-monitor.[ch]:
1819         * shell/ev-window.c: (ev_window_document_changed),
1820         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1821         (ev_window_reload_job_cb), (ev_window_open_uri),
1822         (ev_window_reload_document), (ev_window_cmd_view_reload),
1823         (ev_window_dispose):
1824
1825         Automaticly reload the document when the file has changed on
1826         disk. Bug #304249.
1827         
1828 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1829
1830         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1831         * libdocument/ev-image.c: (ev_image_save_tmp):
1832         * libdocument/ev-module.c: (ev_module_load):
1833         * shell/ev-application.c: (ev_application_shutdown),
1834         (ev_application_get_print_settings):
1835         * shell/ev-sidebar-attachments.c:
1836         (ev_sidebar_attachments_button_press),
1837         (ev_sidebar_attachments_drag_data_get):
1838         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1839         (ev_window_print_finished), (ev_window_print_send),
1840         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1841         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1842         (ev_window_cmd_preview_print):
1843         * shell/main.c: (load_files_remote):
1844         Fix some build warnings under GCC 4.3.0. (#537535).
1845
1846 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-jobs.c: (ev_job_render_dispose):
1849
1850         Fix a crash in debug mode. Patch by Daniel M German.
1851         
1852 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-window.c:
1855
1856         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1857         
1858 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-window.c: (ev_window_print_send),
1861         (ev_window_do_preview_print):
1862
1863         Use the window title as print job name instead of just
1864         "evince-print". Fixes bug #534493.
1865         
1866 2008-05-19  Frederic Peters  <fpeters@0d.be>
1867
1868         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1869         Bug #533897.
1870
1871 2008-05-19  Frederic Peters  <fpeters@0d.be>
1872
1873         * help/reference/Makefile.am: added missing libevmountoperation to
1874         gtkdoc-scanobj libraries.  Bug #533896.
1875
1876 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1877
1878         * properties/ev-properties-view.c (get_default_user_units):
1879         Fixes check for default units string translation. Bug #533323.
1880
1881 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1882
1883         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1884         be an iks_free(). Fix an array overflow in the XML parser that
1885         would occur whenever the number of attributes in a tag was greater
1886         than 0 and divisible by 6. Fixes GNOME bug #530852.
1887
1888 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/djvu/djvu-document-private.h:
1891         * backend/djvu/djvu-links.c:
1892         * backend/djvu/djvu-text.c:
1893         * backend/djvu/djvu-document.c: (djvu_handle_events),
1894         (djvu_wait_for_message), (djvu_document_load),
1895         (document_get_page_size), (djvu_document_render),
1896         (djvu_document_thumbnails_get_thumbnail),
1897         (djvu_document_file_exporter_end):
1898
1899         Make sure load job doesn't finish successfully when the document
1900         is not successfully decoded by libdjvu. Fixes bug #530202.
1901         
1902 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * configure.ac:
1905         * libdocument/Makefile.am:
1906         * libdocument/ev-debug.[ch]:
1907         * libdocument/ev-document.c:
1908         * shell/ev-jobs.c: (ev_job_links_dispose),
1909         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1910         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1911         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1912         (ev_job_render_page_ready), (ev_job_render_run),
1913         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1914         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1915         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1916         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1917         (ev_job_print_new), (ev_job_print_run):
1918         * shell/main.c: (main):
1919
1920         Add debug mode based on gedit code. Add debug messages in
1921         ev-jobs.
1922         
1923 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * libdocument/ev-document-factory.c: (get_document_from_uri):
1926
1927         Fix memory leak.
1928         
1929 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1930
1931         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1932         (get_mime_type_from_data), (get_document_from_uri),
1933         (ev_document_factory_get_document):
1934         
1935         Improved error message about file opening failture.
1936         Bug #529129.
1937
1938 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1939
1940         * data/evince-toolbar.xml:
1941         
1942         Allow to add SaveAs to toolbar.
1943
1944 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-view-private.h:
1947         * shell/ev-view.[ch]: (ev_view_button_release_event),
1948         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1949         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1950         (ev_view_update_primary_selection), (clear_link_selected),
1951         (ev_view_copy_link_address):
1952         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1953
1954         Update also the primary selection when copying a link
1955         address. Fixes bug #520855.
1956         
1957 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * libdocument/ev-document-factory.c: (get_document_from_uri):
1960
1961         Use the pixbuf backend only when the mime type is not supported by
1962         any of the other backend so that tiff documents, for instance, are
1963         handled by the tiff backend instead of the pixbuf backend. fixes
1964         bug #520290.
1965         
1966 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * cut-n-paste/Makefile.am:
1969
1970         Add evmountoperation to subdirs list.
1971         
1972 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * configure.ac:
1975
1976         Fix libspectre check in configure script. Fixes bug #528549.
1977         
1978 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * configure.ac:
1981         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1982         * shell/Makefile.am:
1983         * shell/ev-window.c: (ev_window_load_remote_failed),
1984         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1985
1986         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1987         open documents in remote locations that are not mounted.
1988         
1989 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1992         (bitmap_convert_msb8):
1993         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1994         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1995
1996         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1997         
1998 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2001         (ev_job_render_new), (ev_job_render_set_selection_info),
2002         (ev_job_render_run):
2003         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2004         (check_job_size_and_unref),
2005         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2006         (add_job), (ev_pixbuf_cache_get_selection_surface):
2007
2008         Create the render context needed for rendering a page in the render
2009         thread so that we don't block the main thread. Simplify
2010         EvJobRender API.
2011         
2012 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * libdocument/Makefile.am:
2015         * libdocument/ev-page.[ch]:
2016         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2017         (ev_render_context_new), (ev_render_context_set_page):
2018         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2019         (ev_form_field_finalize), (ev_form_field_class_init):
2020         * libdocument/ev-document-forms.[ch]:
2021         (ev_document_forms_get_form_fields):
2022         * libdocument/ev-document.[ch]: (ev_document_get_page),
2023         (ev_document_get_page_size), (ev_document_get_page_label):
2024         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2025         (ev_job_render_run), (ev_job_thumbnail_new),
2026         (ev_job_thumbnail_run), (ev_job_print_run):
2027         * shell/ev-page-cache.c: (ev_page_cache_new):
2028         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2029         (check_job_size_and_unref), (add_job):
2030         * shell/ev-sidebar-thumbnails.c: (add_range):
2031         * shell/ev-view.c: (ev_view_form_field_get_region),
2032         (ev_view_form_field_button_create_widget),
2033         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2034         (ev_view_handle_form_field), (ev_view_size_allocate),
2035         (get_selected_text):
2036         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2037         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2038         (pdf_document_get_page), (pdf_document_get_page_label),
2039         (pdf_document_render), (pdf_document_get_info),
2040         (pdf_document_document_iface_init),
2041         (pdf_document_thumbnails_get_thumbnail),
2042         (pdf_document_thumbnails_get_dimensions),
2043         (pdf_document_file_exporter_do_page),
2044         (pdf_selection_render_selection),
2045         (pdf_selection_get_selected_text),
2046         (pdf_selection_get_selection_region),
2047         (pdf_selection_get_selection_map),
2048         (pdf_document_forms_get_form_fields),
2049         (pdf_document_forms_form_field_text_get_text),
2050         (pdf_document_forms_form_field_text_set_text),
2051         (pdf_document_forms_form_field_button_set_state),
2052         (pdf_document_forms_form_field_button_get_state),
2053         (pdf_document_forms_form_field_choice_get_item),
2054         (pdf_document_forms_form_field_choice_get_n_items),
2055         (pdf_document_forms_form_field_choice_is_item_selected),
2056         (pdf_document_forms_form_field_choice_select_item),
2057         (pdf_document_forms_form_field_choice_toggle_item),
2058         (pdf_document_forms_form_field_choice_unselect_all),
2059         (pdf_document_forms_form_field_choice_set_text),
2060         (pdf_document_forms_form_field_choice_get_text):
2061         * backend/ps/ev-spectre.c: (ps_document_get_page),
2062         (ps_document_get_page_size), (ps_document_get_page_label),
2063         (ps_document_render), (ps_document_document_iface_init),
2064         (ps_document_file_exporter_do_page):
2065         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2066         (tiff_document_render), (tiff_document_render_pixbuf),
2067         (tiff_document_file_exporter_do_page):
2068         * backend/pixbuf/pixbuf-document.c:
2069         (pixbuf_document_get_page_size):
2070         * backend/comics/comics-document.c:
2071         (comics_document_get_page_size), (comics_document_render_pixbuf):
2072         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2073         (djvu_document_render), (djvu_selection_get_selected_text),
2074         (djvu_document_thumbnails_get_thumbnail),
2075         (djvu_document_file_exporter_do_page),
2076         (djvu_document_find_get_result):
2077         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2078         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2079         (dvi_document_thumbnails_get_thumbnail),
2080         (dvi_document_file_exporter_do_page):
2081         * backend/impress/impress-document.c:
2082         (impress_document_get_page_size),
2083         (impress_document_render_pixbuf):
2084         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2085
2086         Add EvPage so that we can hold a reference to the backend
2087         page. Form fields keep now a reference to the poppler page
2088         improving performance since we don't have to create/destroy the
2089         poppler field for every form operation. This will be needed for
2090         annotations too.
2091         
2092 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * data/evince-ui.xml:
2095         * shell/ev-window.c:
2096
2097         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2098         
2099 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2100
2101         * configure.ac:
2102         * backend/ps/Makefile.am:
2103
2104         Remove gs stuff from ps backend.
2105         
2106 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2107
2108         * configure.ac:
2109         * backend/pdf/ev-poppler.cc:
2110
2111         Bump poppler requirement to 0.8.0.
2112         
2113 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2114
2115         * NEWS:
2116         * configure.ac:
2117
2118         Update for release 2.22.1.1
2119
2120 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * configure.ac:
2123
2124         Fix build (again) when poppler version is 0.6
2125         
2126 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * backend/djvu/djvu-links.c: (build_tree):
2129
2130         Make sure link title is a valid utf8 string. Fixes bug #526517.
2131         
2132 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135
2136         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2137         #526799.
2138         
2139 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * configure.ac:
2142         
2143         Update for release 2.22.1.
2144
2145 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * NEWS:
2148
2149         Update for upcoming release.
2150
2151 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * configure.ac:
2154         * backend/dvi/dvidocument.evince-backend.in:
2155
2156         Add compressed dvi to the list of supported mime types. Patch by
2157         Ed Catmur. Fixes bug #307087.
2158
2159 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2162
2163         Fix a crash when printing a range that doesn't specify the start or
2164         end page. Fixes bug #524288.
2165
2166 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-window.c: (ev_window_cmd_continuous),
2169         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2170         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2171         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2172         (ev_window_run_presentation), (ev_window_stop_presentation),
2173         (ev_window_cmd_view_presentation),
2174         (ev_window_cmd_leave_fullscreen),
2175         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2176
2177         Do not unfullscreen and fullscreen again the window when changing
2178         from fullscreen to presentation mode and vice versa. Fixes bug
2179         #524112.
2180         
2181 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2184
2185         Do not crash when thumbnail failed to render in PS backend. Fixes
2186         bug #525015.
2187         
2188 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2191         (ev_window_load_file_remote), (ev_window_open_uri):
2192
2193         Handle errors when opening remote files.
2194         
2195 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2198
2199         Only grab the focus for the current visible proxy widget. Fixes
2200         bug #521224.
2201         
2202 2008-03-30  Emil Soleyman  <emil@nishra.com>
2203
2204         * shell/ev-window.c: (launch_external_uri):
2205         
2206         Reuse g_app_info_launch_default_for_uri to
2207         save some code and fix bug #525009.
2208
2209 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2210
2211         * shell/ev-window.c (image_save_dialog_response_cb):
2212
2213         Use g_str_has_suffix. See bug #523069.
2214
2215 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * configure.ac:
2218
2219         Add a configure option to enable/diable DBus. Patch by Rémi
2220         Cardona. Fixes bug 521797.
2221
2222 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2225
2226         Fix printing in documents with rotated pages. Patch by Eugen
2227         Dedu. Fixes bug #512648.
2228         
2229 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2232         (ev_link_from_action):
2233
2234         Fix warning messages.
2235         
2236 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * shell/ev-window.c: (image_save_dialog_response_cb):
2239
2240         Do not append the extension to filename when saving an image
2241         if the filename alredy contains the extension. Fixes bug #523069.
2242         
2243 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-view.[ch]: (ev_view_find_cancel):
2246         * shell/ev-window.c: (find_bar_close_cb):
2247
2248         Cancel the find operation when the find bar is closed. Fixes bug
2249         #508845.
2250         
2251 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/ps/psdocument.evince-backend.in:
2254
2255         Make ps backend module resident. Fixes bug #520607.
2256         
2257 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-jobs.c: (ev_job_print_run):
2260
2261         Invert collate action in order to work as expected, fix reverse
2262         printing so that it doesn't start with a blank page and fix number
2263         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2264         
2265 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2268
2269         Fix build with poppler <= 0.7.2
2270         
2271 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * libdocument/ev-document-misc.c:
2274         (ev_document_misc_surface_from_pixbuf):
2275
2276         Fix selections with poppler-splash.
2277         
2278 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * configure.ac:
2281         * backend/pdf/ev-poppler.cc:
2282
2283         Fix build with poppler >= 0.7.2
2284         
2285 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2286
2287         * configure.ac:
2288         
2289         Update for release 2.22.0
2290
2291 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2292
2293         * NEWS:
2294
2295         Update for upcoming release.
2296
2297 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2298
2299         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2300
2301         Bug 495107 – Handle print dialog responses correctly
2302
2303         Correctly handle print dialog response. Properly fixes
2304         the above mentioned bug.
2305
2306 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2309
2310         Make sure print job is only run when the print button is
2311         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2312         
2313 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * backend/pdf/pdfdocument.evince-backend.in:
2316         * libdocument/ev-backends-manager.c:
2317         (ev_backends_manager_load_backend),
2318         (ev_backends_manager_get_document):
2319         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2320
2321         Allow making backend modules resident. This is needed only for
2322         some backends like pdf to avoid registering glib types more than
2323         once.
2324         
2325 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * backend/comics/comics-document.c:
2328         * backend/djvu/djvu-document.c:
2329         * backend/impress/impress-document.c:
2330         * backend/pdf/ev-poppler.cc:
2331         * backend/pixbuf/pixbuf-document.c:
2332         * backend/ps/ev-spectre.c:
2333         * backend/ps/ps-document.c:
2334         * backend/tiff/tiff-document.c:
2335         * libdocument/ev-document.h:
2336         * properties/ev-properties-main.c:
2337
2338         Use g_type_module_add_interface instead of
2339         g_type_add_interface_static. Fixes bug #519679.
2340         
2341 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2342
2343         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2344         Added. Returns whether the animation has everything necessary to run.
2345         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2346         is ready just because it's been created. Fixes #519106.
2347         (draw_one_page): Do not show the "Loading..." text in presentation
2348         mode, there was a slim probability that this could happen.
2349
2350 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2353
2354         Duplicate mime_type string before freeing it so that it doesn't
2355         always fail when getting mime type from uri. Fixes bug #518874.
2356         
2357 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2360
2361         Fix a crash when a choice form field doesn't have any item
2362         selected. Fixes bug #518831
2363         
2364 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2365
2366         * shell/ev-window.c (ev_window_clear_temp_file):
2367         Use g_file_has_prefix instead of renamed
2368         g_file_contains_file.
2369
2370         * configure.ac:
2371         Require new glib for above change.
2372         
2373 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * libdocument/ev-image.c: (ev_image_finalize),
2376         (ev_image_save_tmp):
2377
2378         Return a real uri instead of a filename when saving an
2379         image. Fixes images drag an drop from evince to nautilus. 
2380         
2381 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * backend/pdf/ev-poppler.cc:
2384         (pdf_document_images_get_image_mapping):
2385
2386         Return the image list in the right order. Fixes bug #516237.
2387         
2388 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2389
2390         * backend/impress/impress-document.c:
2391         (impress_document_thumbnails_get_thumbnail):
2392
2393         Remove unused variable to avoid a compiler warning.
2394
2395 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2396
2397         * configure.ac:
2398         
2399         Update for release 2.21.91.
2400
2401 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * configure.ac:
2404         * shell/Makefile.am:
2405         * shell/ev-application.[ch]:
2406         * shell/ev-sidebar-links.c:
2407         * shell/ev-utils.[ch]:
2408         * shell/ev-window.[ch]:
2409
2410         Remove libgnomeprint support. Fixes bug #512370.
2411         
2412 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2413
2414         * thumbnailer/evince-thumbnailer.c: (main):
2415
2416         Initialize glib type system before using it. Fixes bug #513934.
2417         
2418 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * properties/ev-properties-main.c:
2421
2422         Add missing #include.
2423         
2424 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * configure.ac:
2427         * backend/djvu/djvu-document.c: (djvu_document_render):
2428         * backend/tiff/tiff-document.c: (tiff_document_render):
2429
2430         Use the new cairo function cairo_format_stride_for_width when
2431         available. Fixes bug #482720.
2432
2433 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2436         (get_mime_type_from_data), (get_document_from_uri):
2437
2438         Use g_content_type_guess() only when slow is true in
2439         get_document_from_uri(). Fix several memory leaks.
2440         
2441 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2442
2443         * libdocument/ev-document-factory.c:
2444         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2445         (get_document_from_uri):
2446
2447         Use g_content_type_guess () to get mimetype for files.
2448         Bug #510401.
2449
2450 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * thumbnailer/Makefile.am:
2453
2454         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2455         
2456 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * configure.ac:
2459
2460         Fix build with --without-libgnome. Fixes bug #512771.
2461         
2462 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2463
2464         * backend/dvi/Makefile.am: Install only dvi
2465         module. Fixes bug #512718.
2466
2467 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2468
2469         * properties/ev-properties-main.c: (nautilus_module_initialize):
2470         
2471         Initialize backends in properties tab. Fixes bug
2472         #512720.
2473
2474 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2475
2476         * properties/Makefile.am: No need to link with 
2477         libraries. Fixes bug #512719.
2478
2479 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2480
2481         * NEWS:
2482         * configure.ac:
2483         
2484         Update for release 2.21.90.
2485
2486 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-window.c: (ev_window_cmd_escape):
2489
2490         Fix compile warning.
2491         
2492 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2495
2496         Fix printing in dvi backend when filename contains white
2497         espaces. Fixes bug #502839.
2498         
2499 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2502         (screensaver_disable_x11):
2503         * shell/Makefile.am:
2504         * shell/xdg-user-dir-lookup.c: Removed
2505         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2506         * shell/ev-view.c: (ev_view_presentation_transition_start):
2507         * shell/ev-window.c: (ev_window_cmd_file_open),
2508         (ev_window_cmd_save_as), (presentation_set_timeout):
2509
2510         Remove #ifdefs that are no longer needed.
2511         
2512 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-view.[ch]: (ev_view_button_release_event),
2515         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2516         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2517         (ev_window_cmd_escape):
2518
2519         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2520         
2521 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * configure.ac:
2524         * backend/comics/comics-document.c: (comics_document_load):
2525         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2526         (ev_attachment_set_property), (ev_attachment_init),
2527         (ev_attachment_save), (ev_attachment_launch_app),
2528         (ev_attachment_open):
2529         * libdocument/ev-document-factory.c: (get_document_from_uri):
2530         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2531         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2532         * shell/ev-jobs.c:
2533         * shell/ev-password.c: (ev_password_dialog_set_property),
2534         (ev_password_dialog_save_password):
2535         * shell/ev-sidebar-attachments.c:
2536         (ev_sidebar_attachments_drag_data_get):
2537         * shell/ev-window-title.c: (get_filename_from_uri):
2538         * shell/ev-window.c: (ev_window_clear_temp_file),
2539         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2540         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2541         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2542         (launch_external_uri), (image_save_dialog_response_cb),
2543         (attachment_save_dialog_response_cb):
2544         * shell/main.c: (load_files), (load_files_remote), (main):
2545         * thumbnailer/evince-thumbnailer.c: (main):
2546
2547         Port to gio and drop gnome-vfs dependency. Fixes bug
2548         #510401. Based on patch by Cosimo Cecchi.
2549         
2550 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2551
2552         * NEWS:
2553
2554         Fixed formatting inconsistencies (spaces vs. tabs)
2555
2556 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2557
2558         * shell/ev-window.c:
2559
2560         Use top/up/bottom/down arrows instead of
2561         first/left/last/right in the toolbar and menu actions.
2562         This fixes issues with RTL languages and is visually
2563         consistent with the page view. Fixes bug #170081.
2564
2565 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2566
2567         * NEWS:
2568
2569         Fixed some inaccuracies pointed out by Carlos Garcia
2570         Campos.
2571
2572 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2573
2574         * NEWS:
2575         * data/evince.schemas.in:
2576         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2577
2578         Override PDF restrictions by default. Fixes bug #382700.
2579
2580 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2581
2582         * NEWS: Updated for upcoming release
2583
2584 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2587
2588         Fix memory leak.
2589         
2590 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2591
2592         * shell/ev-window.c: (register_custom_actions):
2593         
2594         Added comment for translators
2595
2596 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-view.c: (ev_view_button_release_event):
2599
2600         Do not create the idle function for kinetic scrolling if we are
2601         not in a drag operation.
2602
2603 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2606         (ev_view_button_press_event), (ev_view_motion_notify_event),
2607         (ev_view_button_release_event):
2608
2609         Restore cursor after autoscrolling. Fixes bug #509958.
2610
2611 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * backend/pdf/ev-poppler.cc:
2615         (pdf_document_images_get_image_mapping),
2616         (pdf_document_images_get_image),
2617         (pdf_document_document_images_iface_init):
2618         * libdocument/ev-document-images.[ch]:
2619         (ev_document_images_get_image_mapping),
2620         (ev_document_images_get_image):
2621         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2622         (ev_image_get_id), (ev_image_save_tmp):
2623         * shell/ev-jobs.c: (ev_job_render_run):
2624         * shell/ev-view.c: (ev_view_drag_data_get):
2625         * shell/ev-window.c: (image_save_dialog_response_cb),
2626         (ev_view_popup_cmd_copy_image):
2627
2628         Do not render images when rendering the page but on demand. It
2629         reduces the memory comsumption.
2630         
2631 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2632
2633         * configure.a:
2634         * shell/ev-password.c:
2635
2636         Make gnome-keyring optional. Fixes bug #509676.
2637         
2638 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * shell/ev-pixbuf-cache.c: (add_job):
2641
2642         Initialize include_images variable as FALSE instead of TRUE.
2643         
2644 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2645
2646         * configure.ac:
2647         * cut-n-paste/Makefile.am:
2648         * cut-n-paste/fileformatchooser/Makefile.am:
2649         * cut-n-paste/fileformatchooser/egg-macros.h:
2650         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2651         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2652         * shell/Makefile.am:
2653         * shell/ev-utils.c:
2654         (file_chooser_dialog_add_writable_pixbuf_formats),
2655         (get_gdk_pixbuf_format_by_extension):
2656         * shell/ev-utils.h:
2657         * shell/ev-window.c: (ev_window_error_message),
2658         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2659         
2660         Simplify image format selection on save.
2661
2662 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2663
2664         * shell/ev-view.c: (ev_view_scroll_event):
2665         
2666         Repair gorizontal scrolling with shift. Fixes
2667         bug #483412.
2668
2669 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2670         
2671         * MAINTAINERS:
2672
2673         Fix formatting issues.
2674         
2675 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * backend/comics/comics-document.c: (comics_regex_quote):
2678         
2679         Don't overquote special chars except of '. See bug 
2680         502500. Thanks to Tom Parker.
2681
2682 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2683
2684         * MAINTAINERS:
2685         
2686         Added Nickolay and Carlos, since they're doing most of
2687         the releases nowadays.
2688
2689 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2690
2691         * properties/Makefile.am:
2692
2693         Get the nautilus extension dir properly instead of using
2694         a hack. Fixes bug #505359.
2695
2696 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2697
2698         * properties/Makefile.am:
2699         
2700         Install nautilus extension into new place. See bug
2701         #505359. Thanks to Matthias Clasen, Brian Pepple and
2702         Damien Carbery.
2703
2704 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2705
2706         * shell/ev-window.c: (ev_window_get_recent_file_label):
2707         
2708         RTL marker in recent file list. See bug #509076.
2709
2710 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2713         * shell/ev-window.c: (image_save_dialog_response_cb):
2714
2715         Fix compile warnings due to unused variables.
2716         
2717 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * configure.ac:
2720         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2721         * backend/ps/ev-spectre.c: (ps_document_render):
2722
2723         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2724
2725 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2726
2727         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2728         (ev_transition_animation_paint): Implement "fade" effect.
2729
2730 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2731
2732         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2733         (ev_transition_animation_paint): Implement "uncover" effect.
2734
2735 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2736
2737         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2738         (ev_transition_animation_paint): Implement "cover" effect.
2739
2740 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2741
2742         * shell/ev-transition-animation.c (ev_transition_animation_push)
2743         (ev_transition_animation_paint): Implement "push" effect.
2744
2745 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2746
2747         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2748         (ev_transition_animation_paint): Implement "dissolve" effect.
2749
2750 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2751
2752         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2753         (ev_transition_animation_paint): Implement "wipe" effect.
2754
2755 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2756
2757         * shell/ev-transition-animation.c (ev_transition_animation_box)
2758         (ev_transition_animation_paint): Implement "box" effect.
2759
2760 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2761
2762         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2763         (ev_transition_animation_paint): Implement "blinds" effect.
2764
2765 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2766
2767         * shell/ev-transition-animation.c (ev_transition_animation_split)
2768         (ev_transition_animation_paint): Implement "split" effect.
2769
2770 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2771
2772         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2773         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2774         (ev_view_transition_animation_start) 
2775         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2776         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2777         (ev_view_next_page) (ev_view_previous_page):
2778         
2779         Use EvTransitionAnimation to drive page changes in the presentation
2780         mode, the animation will wait to start until both the origin and 
2781         destination page surfaces are available. Fixes #458460.
2782
2783         (draw_loading_text):
2784
2785         Remove workaround for bug #320352, it's now fixed properly.
2786
2787
2788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2789
2790         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2791         will contain the implementations for page transition animations, at
2792         the moment it just has the "replace" effect.
2793         * shell/Makefile.am: Added these files to build.
2794
2795 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2796
2797         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2798         animations.
2799         * shell/Makefile.am: Added these files to build.
2800
2801 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2802
2803         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2804         implementation to get_effect() in EvDocumentTransitionIface.
2805
2806 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2807
2808         * libdocument/ev-transition-effect.[ch]: New files, define a page
2809         transition effect, at the moment it maps PopplerPageTransition to a
2810         GObject.
2811         * libdocument/Makefile.am: Added these files to build.
2812         * libdocument/ev-document-transition.[ch]
2813         (ev_document_transition_get_effect): New method, gets the
2814         EvTransitionEffect returned by the interface implementation, with
2815         fallback to the "replace" effect.
2816
2817 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2818
2819         * configure.ac:
2820         * cut-n-paste/Makefile.am:
2821         * cut-n-paste/fileformatchooser/Makefile.am:
2822         * cut-n-paste/fileformatchooser/egg-macros.h:
2823         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2824         * shell/Makefile.am:
2825         * shell/ev-window.c: (image_save_dialog_response_cb),
2826         (ev_view_popup_cmd_save_image_as):
2827
2828         Allow exporting images in any format supported by
2829         GdkPixbuf. Fixes bug #500209.
2830         
2831 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * backend/pixbuf/pixbuf-document.c:
2834
2835         More warnings fixed.
2836         
2837 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2840         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2841         * backend/djvu/djvu-text.h:
2842         * backend/tiff/tiff-document.c: (tiff_document_render):
2843
2844         Fix compile warnings.
2845         
2846 2007-12-28  Christian Persch  <chpe@gnome.org>
2847
2848         * **/*.c: Include config.h. Bug #504721.
2849
2850 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * Makefile.am:
2854         * po/POTFILES.in:
2855         * backend/comics/Makefile.am:
2856         * backend/comics/comics-document.[ch]:
2857         * backend/comics/comicsdocument.evince-backend.in:
2858         * backend/djvu/Makefile.am:
2859         * backend/djvu/djvu-document.[ch]:
2860         * backend/djvu/djvudocument.evince-backend.in:
2861         * backend/dvi/Makefile.am:
2862         * backend/dvi/dvi-document.[c]:
2863         * backend/dvi/dvidocument.evince-backend.in:
2864         * backend/impress/Makefile.am:
2865         * backend/impress/impress-document.[ch]:
2866         * backend/impress/impressdocument.evince-backend.in:
2867         * backend/pdf/Makefile.am:
2868         * backend/pdf/ev-poppler.cc:
2869         * backend/pdf/ev-poppler.h:
2870         * backend/pdf/pdfdocument.evince-backend.in:
2871         * backend/pixbuf/Makefile.am:
2872         * backend/pixbuf/pixbuf-document.[ch]:
2873         * backend/pixbuf/pixbufdocument.evince-backend.in:
2874         * backend/ps/Makefile.am:
2875         * backend/ps/ev-spectre.[ch]:
2876         * backend/ps/ps-document.[ch]:
2877         * backend/ps/psdocument.evince-backend.in:
2878         * backend/tiff/Makefile.am:
2879         * backend/tiff/tiff-document.[ch]:
2880         * backend/tiff/tiffdocument.evince-backend.in:
2881         * libdocument/Makefile.am:
2882         * libdocument/ev-backends-manager.[ch]:
2883         * libdocument/ev-module.[ch]:
2884         * libdocument/ev-document.h:
2885         * libdocument/ev-document-factory.[ch]:
2886         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2887         (get_compression_from_mime_type), (get_document_from_uri),
2888         (ev_document_factory_get_document), (file_filter_add_mime_types),
2889         (ev_document_factory_add_filters):
2890         * shell/Makefile.am:
2891         * shell/ev-window-title.c: (get_filename_from_uri):
2892         * shell/main.c: (main):
2893         * thumbnailer/Makefile.am:
2894         * thumbnailer/evince-thumbnailer.c: (main):
2895
2896         Plugin system for backends. Fixes bug #351348.
2897         
2898 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2899
2900         * shell/ev-view-private.h:
2901         * shell/ev-view.c: (ev_view_drag_update_momentum),
2902         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2903         (ev_view_button_release_event), (ev_view_destroy):
2904         
2905         Kinetic scrolling implemented as requested in
2906         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2907
2908 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2909
2910         * data/evince-toolbar.xml:
2911         * data/evince-ui.xml:
2912         * shell/ev-view-private.h:
2913         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2914         (ev_view_button_press_event), (ev_view_motion_notify_event),
2915         (ev_view_button_release_event), (ev_view_init),
2916         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2917         (ev_view_set_cursor):
2918         * shell/ev-view.h:
2919         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2920         (ev_window_cmd_view_autoscroll):
2921         
2922         Autoscroll feature with the context menu. Fixes bug 
2923         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2924
2925 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2928
2929         Disconnect also page-ready signal when removing a job because the
2930         page size has changed. Thanks to kripken
2931         <kripkensteiner@gmail.com>.
2932
2933 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2934
2935         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2936         
2937         Scroll pages in page entry with mouse wheel. Fixes bug
2938         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2939
2940 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * backend/dvi/Makefile.am:
2943         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2944         (mdvi_cairo_device_init):
2945         * backend/dvi/mdvi-lib/common.h:
2946         * backend/dvi/mdvi-lib/mdvi.h:
2947         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2948         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2949         (mdvi_build_path_from_cwd):
2950
2951         Add ps specials support in dvi backend when libspectre is
2952         present. Fixes bug #386005.
2953         
2954 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * configure.ac:
2957         * backend/ps/Makefile.am:
2958         * backend/ps/ev-spectre.[ch]:
2959         
2960         Use libspectre, if available, for the ps backend. Fixes bugs
2961         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2962
2963 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2964         
2965         * backend/comics/comics-document.c: (comics_document_load):
2966         
2967         Cygwin build issue fix.
2968
2969 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * shell/ev-view.c: (ev_view_set_zoom):
2972
2973         Do not limit the minimum zoom factor when sizing mode is best bit
2974         or fit width. Fixes bug #503805.
2975         
2976 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2977
2978         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2979         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2980         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2981         (ev_link_dest_get_property), (ev_link_dest_set_property),
2982         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2983         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2984         (ev_link_dest_new_fitr):
2985         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2986         (goto_fith_dest), (goto_xyz_dest):
2987
2988         Do not change left, top and zoom values when they are null in PDF
2989         destinations. Fixes bug #460658.
2990         
2991 2007-12-10  Christian Persch  <chpe@gnome.org>
2992
2993         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2994         (ev_view_accessible_class_init),
2995         (ev_view_accessible_idle_do_action),
2996         (ev_view_accessible_action_do_action),
2997         (ev_view_accessible_action_get_description),
2998         (ev_view_accessible_action_set_description),
2999         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3000         (ev_view_accessible_factory_init),
3001         (ev_view_accessible_factory_get_accessible_type):
3002         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3003         private data, and G_DEFINE_TYPE. Bug #502843.
3004
3005 2007-12-08  Christian Persch  <chpe@gnome.org>
3006
3007         * shell/ev-metadata-manager.c: (item_free),
3008         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3009         (value_free), (parse_value), (parseItem),
3010         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3011         (save_values): Use GSlice to allocate small amounts of memory. Bug
3012         #475972.
3013
3014 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3017
3018         Restore cursor to normal after a drag operation. Fixes bug
3019         #501603.
3020         
3021 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3022
3023         * NEWS:
3024         * configure.ac:
3025         
3026         Update for release 2.21.1
3027
3028 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * configure.ac:
3031         * cut-n-paste/gedit-message-area/Makefile.am:
3032         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3033         * shell/Makefile.am:
3034         * shell/ev-message-area.[ch]:
3035         * shell/ev-window.c: (ev_window_set_message_area),
3036         (ev_window_error_message_response_cb), (ev_window_error_message),
3037         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3038         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3039         (ev_attachment_popup_cmd_open_attachment),
3040         (attachment_save_dialog_response_cb), (ev_window_set_document),
3041         (ev_window_init):
3042
3043         Use a message area instead of a popup dialog for error
3044         notifications. Fixes bug #337495.
3045         
3046 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3049         (ev_window_run_fullscreen):
3050
3051         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3052         
3053 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * ev-sidebar-thumbnails.c: (update_visible_range),
3056         (ev_sidebar_thumbnails_refresh),
3057         (ev_sidebar_thumbnails_set_document),
3058         (ev_sidebar_thumbnails_support_document):
3059
3060         Show thumbnails for documents with one page. Fixes bug #358751.
3061         
3062 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-window.c:
3065         (ev_window_load_print_settings_from_metadata),
3066         (ev_window_save_print_settings), (ev_window_print_finished),
3067         (ev_window_print_range):
3068
3069         Print settings that are specific to the document are now saved per
3070         document in the metadata file. Fixes bug #488806.
3071         
3072 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3073
3074         * backend/tiff/tiff-document.c: (tiff_document_render):
3075
3076         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3077         
3078 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-application.[ch]: (get_find_string_from_args),
3081         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3082         (ev_application_open_uri_list):
3083         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3084         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3085         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3086         (ev_window_cmd_recent_file_activate),
3087         (ev_window_open_recent_action_item_activated),
3088         (ev_window_print_send), (open_remote_link):
3089         * shell/main.c: (arguments_parse):
3090
3091         Add a command line option for search. Fixes bug #497710.
3092         
3093 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3094
3095         * shell/ev-jobs.c: (ev_job_print_new):
3096
3097         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3098         
3099 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * data/evince-toolbar.xml:
3102         * shell/Makefile.am:
3103         * shell/ev-application.c: (ev_application_init):
3104         * shell/ev-open-recent-action.[ch]:
3105         * shell/ev-window.c:
3106         (ev_window_open_recent_action_item_activated),
3107         (register_custom_actions):
3108
3109         Add an expander to the open toolbar item which pops up a dropdown
3110         menu with the recently used documents. Fixes bug #487215.
3111         
3112 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * shell/ev-window.c: (ev_window_open_uri),
3115         (ev_window_cmd_view_reload):
3116
3117         Do not jump to the first page when reloading by running evince
3118         from the command line. Fixes bug #490847.
3119         
3120 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3121
3122         * shell/ev-window.c: (ev_window_cmd_help_contents):
3123
3124         Plugged memory leak when help file is not found. Fixes bug
3125         #490762.
3126         
3127 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * configure.ac:
3130
3131         Enable djvu, dvi and comics backends by default. Fixes bug
3132         #437121.
3133         
3134 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * configure.ac:
3137         * cut-n-paste/Makefile.am:
3138         * cut-n-paste/recent-files/*: Removed
3139         * help/reference/Makefile.am:
3140         * shell/Makefile.am:
3141         * shell/ev-application.[ch]: (ev_application_shutdown),
3142         (ev_application_init):
3143         * shell/ev-window.c: (ev_window_add_recent),
3144         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3145
3146         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3147         
3148 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3149
3150         * shell/ev-window.c: (launch_external_uri):
3151
3152         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3153         and report error if the URL is not supported (#489910).
3154
3155 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3158         (pdf_document_file_exporter_begin_page),
3159         (pdf_document_file_exporter_end_page):
3160
3161         Fix printing with poppler splash backend. Fixes bug #489774.
3162         
3163 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3166         * shell/ev-print-job.c: (ev_print_job_class_init):
3167
3168         Fix a crash when printing with the gnome-print dialog. Fixes bug
3169         #488939.
3170         
3171 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3172
3173         * backend/pixbuf/pixbuf-document.c:
3174
3175         Fix an implicit function definition warning (#487655)
3176
3177 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-window.c:
3180
3181         Fix conflicting shortcut for view sade pane and presentation.
3182         
3183 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * backend/pdf/ev-poppler.cc:
3186         (pdf_document_file_exporter_begin_page),
3187         (pdf_document_file_exporter_do_page),
3188         (pdf_document_file_exporter_end_page),
3189         (pdf_document_file_exporter_iface_init):
3190         * libdocument/ev-file-exporter.[ch]:
3191         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3192         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3193         (ev_job_print_run):
3194
3195         When printing multiple pages per sheet in reverse option, do not
3196         invert the order of the pages in every sheet, but the order of the
3197         sheets. Do not print blank pages when page range is invalid. Fixes
3198         bugs #484857 and #485521.
3199         
3200 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3203         (ev_job_print_run):
3204         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3205
3206         Respect ranges order when printing more than one range in random
3207         order.
3208         
3209 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3210
3211         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3212         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3213
3214         Rotate also the window icon when document is rotated. Fixes bug
3215         #474681.
3216         
3217 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3220         (pdf_document_forms_get_form_fields):
3221
3222         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3223         Matthias Drochner.
3224         
3225 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * configure.ac:
3228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3229
3230         Use poppler_page_render_for_printing() instead of
3231         poppler_page_render() if available when exporting to a ps or pdf
3232         file. Fixes bug #476627.
3233         
3234 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-window.c: (ev_window_run_fullscreen):
3237
3238         Do not show the toolbar in fullscreen mode if the main toolbar is
3239         not visible. Fixes bug #483048.
3240         
3241 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * shell/ev-view.c: (ev_view_button_press_event):
3244
3245         Give priority to form fields over images when deciding whether a
3246         button press event is over an image or form field. It allows edit
3247         form fields when they are over a background image. Fixes bug
3248         #477841.
3249         
3250 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * NEWS:
3253         * configure.ac:
3254         
3255         Update for release 2.20.0
3256
3257 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * backend/pdf/ev-poppler.cc:
3260
3261         Remove #ifdef HAVE_FORMS, so that forms support works again.
3262
3263 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3264
3265         * configure.ac:
3266         * data/evince.desktop.in.in:
3267         
3268         Fixes desktop file issues. See bug #473471.
3269
3270 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3273         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3274         (ev_job_queue_remove_job):
3275         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3276         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3277         * shell/ev-window.c: (ev_window_clear_save_job),
3278         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3279         (ev_window_dispose):
3280
3281         Move save a copy task to its own job so that it's carried out in a
3282         thread avoiding another lock in the main thread. Use
3283         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3284         can be saved to a pathin another file system. Fixes bug #456891.
3285         
3286 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3287
3288         * NEWS:
3289         * configure.ac:
3290         
3291         Update for release 2.19.92
3292
3293 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * configure.ac:
3296         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3297         (pdf_selection_get_selection_region),
3298         (pdf_selection_get_selection_map),
3299         (ev_form_field_from_poppler_field):
3300
3301         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3302         and triple click selections are enabled again now.
3303
3304 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * shell/ev-window.c: (ev_window_add_history):
3307
3308         Make sure not to use the history with documents not supporting
3309         links. Fixes bug #468954.
3310
3311 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-window.c: (ev_window_load_job_cb):
3314
3315         Restart the search when reloading a document with the find bar
3316         visible. Fixes bug #461962.
3317
3318 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * shell/ev-window.c: (setup_document_from_metadata),
3321         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3322
3323         Do not jump to the first page when reloading a document from the
3324         last page.
3325
3326 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (update_chrome_flag),
3329         (setup_sidebar_from_metadata),
3330         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3331         (ev_window_cmd_edit_find_next),
3332         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3333         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3334         (find_bar_close_cb), (view_actions_focus_in_cb):
3335
3336         Do not update visibility when changing a chrome flag so that it's
3337         possible to update several flags and update visibility only once
3338         for all of them.
3339
3340 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3343
3344         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3345         supported by gtk+. Fixes bug #460907.
3346
3347 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-view.c: (view_update_range_and_current_page):
3350
3351         Make sure current-page <= end-page in continuous mode. Fixes bug
3352         #454950.
3353
3354 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * backend/pdf/ev-poppler.cc: (build_tree):
3357
3358         Ignore outline items without a title. Fixes bug #453913.
3359
3360 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3363         (ev_view_button_release_event), (ev_view_leave_notify_event):
3364
3365         Use always drag mouse cursor during a drag operation. Fixes bug
3366         #470564.
3367
3368 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3371         (pdf_selection_get_selection_region),
3372         (pdf_selection_get_selection_map):
3373
3374         Temporarily disable double and triple selections since it depends on
3375         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3376         released and the update of the external dependency minimal version
3377         approved.
3378
3379 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3382         (pdf_document_file_exporter_do_page):
3383         * libdocument/ev-file-exporter.h:
3384         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3385         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3386
3387         Actually fix printing regressions. Remove orientation from
3388         EvPrintContext since it's redundant.
3389
3390 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3393         * backend/impress/impress-document.c:
3394         (impress_document_document_iface_init):
3395         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3396         * backend/djvu/djvu-document.c:
3397         (djvu_document_document_iface_init),
3398         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3399         * backend/tiff/tiff-document.c:
3400         (tiff_document_document_iface_init):
3401         * backend/pixbuf/pixbuf-document.c:
3402         (pixbuf_document_document_iface_init):
3403         * backend/comics/comics-document.c:
3404         (comics_document_document_iface_init):
3405         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3406         (pdf_selection_render_selection),
3407         (pdf_selection_get_selected_text),
3408         (pdf_selection_get_selection_region),
3409         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3410         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3411         (ev_selection_get_selection_region),
3412         (ev_selection_get_selection_map):
3413         * libdocument/ev-document.[ch]:
3414         * shell/ev-pixbuf-cache.[ch]: (add_job),
3415         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3416         * shell/ev-view-private.h:
3417         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3418         (ev_job_render_run):
3419         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3420         * shell/ev-view.c: (start_selection_for_event),
3421         (ev_view_button_press_event), (ev_view_drag_data_get),
3422         (ev_view_drag_data_received), (ev_view_button_release_event),
3423         (compute_new_selection_text), (compute_selections),
3424         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3425         (ev_view_primary_get_cb):
3426
3427         Add support for double and triple click selections.
3428
3429 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * NEWS:
3432         * configure.ac:
3433
3434         Update for release 2.19.4
3435
3436 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3437
3438         * shell/ev-view-private.h:
3439         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3440         (ev_view_set_highlight_search):
3441         * shell/ev-view.h:
3442         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3443         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3444         (find_bar_visibility_changed_cb):
3445         
3446         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3447
3448 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3451         (pdf_document_file_exporter_begin),
3452         (pdf_document_file_exporter_do_page):
3453         * shell/ev-jobs.c: (ev_job_print_run):
3454         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3455
3456         Create always a portrait cairo surface and rotate when needed for
3457         landscape. It fixes printing problems in real printers.
3458
3459 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3462         * libdocument/ev-file-exporter.[ch]:
3463         (ev_file_exporter_get_capabilities):
3464         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3465         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3466
3467         Adjust number of pages per row according to page orientation when
3468         printing 2 or 6 pages per sheet.
3469
3470 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3471
3472         * shell/ev-window.c: (ev_window_print_send):
3473
3474         Reset also cups setting to 1 when printing multiple pages per
3475         sheet. Fixes bug #468853.
3476
3477 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * libdocument/ev-document-misc.c:
3480         (ev_document_misc_surface_rotate_and_scale):
3481
3482         Use directly cairo_surface_get_content() when creating a similar
3483         surface as suggested by Jeff Muizelaar. Thanks again.
3484
3485 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * backend/djvu/djvu-document.c: (djvu_document_render):
3488         * backend/tiff/tiff-document.c: (tiff_document_render):
3489         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3490         * libdocument/ev-document-misc.c:
3491         (ev_document_misc_surface_from_pixbuf),
3492         (ev_document_misc_surface_rotate_and_scale):
3493
3494         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3495         creating page surfaces. Fixes bug #453123. Thank you very much to
3496         Jeff Muizelaar <jeff@infidigm.net>.
3497
3498 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-page-cache.c: (ev_page_cache_new),
3501         (ev_page_cache_get_thumbnail_size):
3502         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3503         (ev_sidebar_thumbnails_set_loading_icon):
3504
3505         Also store in page-cache the dimensions of the thumbnails so that
3506         they can be used to create the correct loading icon in the side
3507         pane. Fixes bug #466857.
3508
3509 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * backend/pdf/ev-poppler.cc:
3512         (pdf_document_thumbnails_get_thumbnail):
3513
3514         Fix thumbnails rotation in pdf documents that include embedded 
3515         thumbnails.
3516
3517 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3518
3519         * backend/pdf/ev-poppler.cc:
3520
3521         Don't use #ifdef in macro expansion. Some compilers don't
3522         like that. Closes bug #467042.
3523
3524 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3525
3526         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3527         
3528         Fixes memory leak in djvu backend.
3529
3530 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3531
3532         * data/icons/32x32/Makefile.am:
3533         * data/icons/32x32/actions/Makefile.am:
3534         * data/icons/32x32/actions/view-page-cont.svg:
3535         * data/icons/32x32/actions/view-page-facing.svg:
3536         * data/icons/48x48/Makefile.am:
3537         * data/icons/48x48/actions/Makefile.am:
3538         * data/icons/48x48/actions/view-page-cont.svg:
3539         * data/icons/48x48/actions/view-page-facing.svg:
3540         
3541         Icons for a new sizes.
3542
3543 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3544
3545         * shell/ev-page-cache.c: (build_height_to_page),
3546         (ev_page_cache_get_height_to_page):
3547         
3548         Fixes invalid read, see bug #466401.
3549
3550 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3553         (set_drag_cursor):
3554         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3555         (configure_item_cursor), (new_pixbuf_from_widget):
3556
3557         Fix multihead problems in toolbar editor. Fixes bug #382055.
3558
3559 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3560
3561         * shell/ev-window.c: (ev_window_cmd_file_open),
3562         (ev_window_cmd_save_as):
3563
3564         Use g_get_user_special_dir when available instead of
3565         xdg_user_dir_lookup.
3566
3567 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * MAINTAINERS:
3570         
3571         Updated according to request on desktop-devel.
3572
3573 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3576
3577         Do not use cairo_rectangle and cairo_clip since we are
3578         not using cairo_fill but cairo_paint. Use the same cairo context
3579         for every page in the same expose event.
3580
3581 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3582
3583         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3584         leak.
3585
3586 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * configure.ac:
3589         * NEWS:
3590
3591         Release 0.9.3
3592
3593 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * libdocument/ev-document-info.h:
3596         * libdocument/ev-document.h:
3597         * shell/ev-page-action.h:
3598         * shell/ev-sidebar-links.h:
3599
3600         Fix a headers problem with ev-link
3601         
3602         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3603         * shell/ev-view-private.h:
3604         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3605         (get_link_area), (ev_view_query_tooltip),
3606         (ev_view_leave_notify_event), (ev_view_destroy),
3607         (ev_view_class_init):
3608
3609         Use new gtk tooltips when available instead of ev-tooltip.
3610         
3611 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/ev-window.c: (update_chrome_visibility),
3614         (ev_window_sidebar_visibility_changed_cb):
3615
3616         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3617         
3618 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-navigation-action.c:
3621         (ev_navigation_action_history_changed),
3622         (ev_navigation_action_set_history):
3623         * shell/ev-navigation-action-widget.c:
3624         (ev_navigation_action_widget_init):
3625         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3626
3627         Fix compile warnings.
3628         
3629 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3632         (egg_editable_toolbar_dispose):
3633
3634         Fix memory leak.
3635         
3636 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3639         (screensaver_disable_x11):
3640         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3641         * shell/ev-window.c: (presentation_set_timeout):
3642         * shell/ev-view.c: (ev_view_presentation_transition_start):
3643
3644         Use g_timeout_add_seconds instead of g_timeout_add when
3645         available.
3646         
3647 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3650
3651         Set horizontal scrollbar policy to AUTOMATIC instead of
3652         NEVER. Workaround for bug #449462.
3653         
3654 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * shell/ev-jobs.c: (ev_job_render_page_ready):
3657
3658         Add page_ready callback to main loop with high priority and hold
3659         a reference to job during idle.
3660         
3661 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * configure.ac:
3664         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3665         (pdf_document_file_exporter_begin),
3666         (pdf_document_file_exporter_do_page),
3667         (pdf_document_file_exporter_get_capabilities):
3668         * libdocument/ev-file-exporter.h:
3669         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3670         * shell/ev-window.c: (ev_window_print_send),
3671         (ev_window_print_dialog_response_cb):
3672
3673         Allow printing multiple pages per sheet. Fixes bug #395573.
3674         
3675 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3676
3677         * shell/ev-view.c: (tip_from_link):
3678         
3679         Check for NULL, fixes bug #460862.
3680
3681 2007-07-29  Christian Persch  <chpe@gnome.org>
3682
3683         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3684         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3685         (ev_window_cmd_preview_print):
3686         
3687         Fixes bug #437681 - blocks while enumerating printers.
3688
3689 2007-07-29  Christian Persch  <chpe@gnome.org>
3690
3691         * shell/ev-window.c: (ev_window_screen_changed):
3692         
3693         Don't use deprecated gtk+ function. See bug #460909.
3694
3695 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * shell/ev-utils.c: (get_num_monitors):
3698         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3699
3700         Do not use display before initializing it. Remove compile
3701         warnings.
3702
3703 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3704
3705         * shell/ev-view.c: (ev_view_class_init):
3706         
3707         Unix-like hjkl bindings added. See bug #458111.
3708
3709 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3710
3711         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3712         * shell/ev-utils.h:
3713         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3714         (ev_view_update_view_size):
3715         * shell/ev-view.h:
3716         * shell/ev-window.c: (ev_window_update_actions),
3717         (setup_view_from_metadata), (ev_window_screen_changed),
3718         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3719         (zoom_control_changed_cb):
3720         * shell/ev-window.h:
3721         
3722         Reorganizes utility functions.
3723
3724 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3727         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3728         (add_job), (ev_pixbuf_cache_get_surface),
3729         (ev_pixbuf_cache_get_link_mapping),
3730         (ev_pixbuf_cache_get_image_mapping),
3731         (ev_pixbuf_cache_get_form_field_mapping),
3732         (ev_pixbuf_cache_get_text_mapping):
3733         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3734         (notify_page_ready), (ev_job_render_page_ready),
3735         (ev_job_render_run):
3736
3737         Add page_ready signal to notify that page is ready as soon as
3738         possible even if other page elements like links, forms, images or
3739         text mapping are not ready yet.
3740
3741 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3744         (dvi_document_file_exporter_do_page),
3745         (dvi_document_file_exporter_get_capabilities),
3746         (dvi_document_file_exporter_iface_init):
3747         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3748         (ps_document_file_exporter_do_page),
3749         (ps_document_file_exporter_get_capabilities),
3750         (ps_document_file_exporter_iface_init):
3751         * backend/djvu/djvu-document.c:
3752         (djvu_document_file_exporter_begin),
3753         (djvu_document_file_exporter_end),
3754         (djvu_document_file_exporter_get_capabilities),
3755         (djvu_document_file_exporter_iface_init):
3756         * backend/tiff/tiff-document.c:
3757         (tiff_document_file_exporter_begin),
3758         (tiff_document_file_exporter_get_capabilities),
3759         (tiff_document_document_file_exporter_iface_init):
3760         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3761         (pdf_document_file_exporter_do_page),
3762         (pdf_document_file_exporter_get_capabilities),
3763         (pdf_document_file_exporter_iface_init):
3764         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3765         (ev_file_exporter_get_capabilities):
3766         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3767         (idle_print_handler), (ev_print_job_print):
3768         * shell/ev-jobs.c: (ev_job_print_run):
3769         * shell/ev-window.c: (ev_window_print_send),
3770         (ev_window_print_range):
3771
3772         Use capabilities to know which options should be offered by the
3773         print dialog depending on the document backend.
3774
3775 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3778
3779         Give priority to forms over text to set the cursor.
3780
3781 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-view-private.h:
3784         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3785         (ev_view_leave_notify_event), (ev_view_finalize),
3786         (ev_view_get_property), (ev_view_class_init):
3787
3788         Use IBEAM cursor for text form fields and NORMAL cursor for read
3789         only fields. Remove unused status attribute.
3790
3791 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3794
3795         Update region for current selected items also for checkbox
3796         buttons, since they can behave as radio buttons when they are in a
3797         set.
3798
3799 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * configure.ac:
3802         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3803
3804         Get max length of text form fields.
3805
3806 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3807
3808         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3809         * libdocument/ev-form-field.h:
3810         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3811
3812         Fix build with current poppler cvs head.
3813
3814 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3817         * shell/eggfindbar.c: (egg_find_bar_init):
3818
3819         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3820         deprecation. Fixes bug #455667
3821
3822 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * NEWS:
3825         * configure.ac:
3826         
3827         Update for release 0.9.2
3828
3829 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-view.c: (ev_view_form_field_text_save),
3832         (ev_view_form_field_choice_save):
3833
3834         Fix a crash when closing whith a form widget visible.
3835
3836 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3839
3840         Update also the region of the current selected button when
3841         clicking on another button if they are radio buttons.
3842
3843 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3846         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3847         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3848         (ev_pixbuf_cache_get_link_mapping),
3849         (ev_pixbuf_cache_get_image_mapping),
3850         (ev_pixbuf_cache_get_form_field_mapping),
3851         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3852         * shell/ev-view.c: (ev_view_form_field_get_region),
3853         (ev_view_form_field_button_create_widget),
3854         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3855         (job_finished_cb):
3856
3857         Redraw only form field region instead of the whole page when
3858         reloading a page to show changes on the form field.
3859
3860 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-view.c: (ev_view_form_field_choice_save):
3863
3864         Fix selection of first item in list form fields.
3865
3866 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3869         (ev_pixbuf_cache_reload_page),
3870         (ev_pixbuf_cache_get_form_field_mapping):
3871
3872         Some refactoring to avoid duplicated code.
3873
3874 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * configure.ac:
3877         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3878         (ev_form_field_from_poppler_field),
3879         (pdf_document_forms_get_form_fields),
3880         (pdf_document_forms_form_field_text_get_text),
3881         (pdf_document_forms_form_field_text_set_text),
3882         (pdf_document_forms_form_field_button_set_state),
3883         (pdf_document_forms_form_field_button_get_state),
3884         (pdf_document_forms_form_field_choice_get_item),
3885         (pdf_document_forms_form_field_choice_get_n_items),
3886         (pdf_document_forms_form_field_choice_is_item_selected),
3887         (pdf_document_forms_form_field_choice_select_item),
3888         (pdf_document_forms_form_field_choice_toggle_item),
3889         (pdf_document_forms_form_field_choice_unselect_all),
3890         (pdf_document_forms_form_field_choice_set_text),
3891         (pdf_document_forms_form_field_choice_get_text),
3892         (pdf_document_document_forms_iface_init):
3893         * libdocument/Makefile.am:
3894         * libdocument/ev-form-field.[ch]:
3895         * libdocument/ev-document-forms.[ch]:
3896         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3897         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3898         (add_job), (ev_pixbuf_cache_reload_page),
3899         (ev_pixbuf_cache_get_form_field_mapping):
3900         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3901         * shell/ev-view-private.h:
3902         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3903         (ev_view_handle_cursor_over_xy),
3904         (ev_view_get_form_field_at_location),
3905         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3906         (ev_view_form_field_button_create_widget),
3907         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3908         (ev_view_form_field_text_create_widget),
3909         (ev_view_form_field_choice_save),
3910         (ev_view_form_field_choice_changed),
3911         (ev_view_form_field_choice_create_widget),
3912         (ev_view_handle_form_field), (ev_view_size_allocate),
3913         (ev_view_realize), (draw_end_presentation_page),
3914         (ev_view_button_press_event), (ev_view_remove_all),
3915         (ev_view_motion_notify_event), (ev_view_key_press_event),
3916         (ev_view_enter_notify_event), (highlight_find_results),
3917         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3918         (ev_view_class_init), (page_changed_cb),
3919         (on_adjustment_value_changed), (ev_view_set_presentation),
3920         (merge_selection_region), (ev_view_set_cursor),
3921         (ev_view_reset_presentation_state):
3922         
3923         Merge evince-forms branch.
3924
3925 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3926
3927         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3928
3929         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3930         This script also updates itself from libegg
3931
3932         * cut-n-paste/toolbar-editor/egg*:
3933         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3934         libegg
3935
3936 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3937
3938         * shell/ev-window.c:
3939         
3940         Adds a nice icon to page action during toolbar editing.
3941         See bug #452872.
3942
3943 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * data/evince-toolbar.xml:
3946         * shell/ev-window.c:
3947         
3948         Let user add a presentation and fullscreen icons on toolbar.
3949         See bug #449734.
3950
3951 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3952
3953         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3954
3955         new script to keep in sync with toolbareditor in libegg
3956
3957         * cut-n-paste/toolbar-editor/*: 
3958
3959         Run update-toolbareditor-from-libegg so we are in sync again. 
3960         Fixes bug #452850.
3961         
3962
3963 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-sidebar-links.c: (job_finished_callback):
3966
3967         Do not connect selection changed signal more than once. Fixes bug
3968         #349433.
3969
3970 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3971
3972         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3973
3974         Do not change sidebar chrome flag when pressing F9 key in
3975         presentation mode.
3976
3977 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * backend/pdf/ev-poppler.cc:
3980         (pdf_document_thumbnails_get_dimensions):
3981
3982         Make sure thumbnails width and height is not <= 0. Fixes a crash
3983         with some pdf documents which have really small pages.
3984
3985 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3986
3987         * shell/main.c: (main):
3988
3989         Fixes program description translation issue.
3990         Bug #450148.
3991
3992 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3993
3994         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3995
3996         Do not change current page when returning from black/white mode
3997         in presentation. Fixes bug #415032.
3998
3999 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * NEWS:
4002         * configure.ac:
4003         
4004         Update for release 0.9.1
4005
4006 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4007
4008         * backend/dvi/dvi-document.c:
4009         (dvi_document_finalize),
4010         (dvi_document_file_exporter_format_supported),
4011         (dvi_document_file_exporter_begin),
4012         (dvi_document_file_exporter_do_page),
4013         (dvi_document_file_exporter_end),
4014         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4015         
4016         PDF exporter for dvi documents. Fixes bug #441319.
4017
4018 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * shell/ev-window.c: (ev_window_clear_print_job):
4021
4022         Clear gtk print job when job has finished. Fixes bug #447612.
4023
4024 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * shell/ev-window.c: (ev_window_print_send),
4027         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4028
4029         Add preview button to print dialog. Fixes bug #445419.
4030
4031 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * backend/dvi/Makefile.am:
4034         * backend/dvi/pixbuf-device.[ch]: Removed
4035         * backend/dvi/cairo-device.[ch]: Added
4036         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4037         * backend/dvi/dvi-document.c: (dvi_document_load),
4038         (dvi_document_render), (dvi_document_finalize),
4039         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4040         (dvi_document_do_color_special):
4041         * libdocument/ev-document-misc.[ch]:
4042         (ev_document_misc_pixbuf_from_surface):
4043
4044         Port dvi backend to cairo and fix a problem with colors. 
4045
4046 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4047
4048         * shell/ev-view.c: (draw_one_page):
4049
4050         Draw only visible region.
4051
4052 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4053
4054         * backend/djvu/djvu-document.c: (djvu_document_render):
4055
4056         Fix rotation in djvu backend.
4057
4058 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4059
4060         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4061         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4062         (ev_pixbuf_cache_get_image_mapping),
4063         (ev_pixbuf_cache_get_text_mapping):
4064
4065         Redraw view every time we have a new surface. Fixes bug #443587.
4066
4067 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * libdocument/ev-document.c: (ev_document_info_free):
4070
4071         Fix memory leaks.
4072
4073 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * backend/dvi/dvi-document.c: (dvi_document_render),
4076         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4077         * backend/impress/impress-document.c:
4078         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4079         (impress_document_render), (impress_document_document_iface_init),
4080         (impress_document_thumbnails_get_thumbnail):
4081         * backend/djvu/djvu-document-private.h:
4082         * backend/djvu/djvu-document.c: (djvu_document_render),
4083         (djvu_document_finalize), (djvu_document_document_iface_init),
4084         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4085         * backend/tiff/tiff-document.c: (tiff_document_render),
4086         (tiff_document_render_pixbuf),
4087         (tiff_document_document_iface_init):
4088         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4089         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4090         (pdf_selection_render_selection):
4091         * backend/comics/comics-document.c:
4092         (comics_document_render_pixbuf), (comics_document_render),
4093         (comics_document_document_iface_init):
4094         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4095         (pixbuf_document_document_iface_init):
4096         * libdocument/ev-document-misc.[ch]:
4097         (ev_document_misc_surface_from_pixbuf),
4098         (ev_document_misc_surface_rotate_and_scale):
4099         * libdocument/ev-document.[ch]: (ev_document_render):
4100         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4101         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4102         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4103         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4104         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4105         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4106         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4107         (render_finished_cb), (ev_job_render_run):
4108         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4109         (merge_selection_region):
4110
4111         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4112         and selections.
4113
4114 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-window-title.c: (ev_window_title_update):
4117
4118         Fix memory leak.
4119
4120 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-view.c: (draw_loading_text):
4123
4124         Show loading text centered. Fixes bug #433061
4125
4126 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-sidebar-thumbnails.c:
4129         (ev_sidebar_thumbnails_set_loading_icon):
4130
4131         Remove a mutex in the main thread that blocks the UI in heavy
4132         documents.
4133
4134 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4137
4138         Set points_set to TRUE so that selections don't disappear after a
4139         zoom change.
4140
4141 2007-06-07  Michael Monreal  <infernux@web.de>
4142
4143         * data/icons/16x16/actions/Makefile.am:
4144         * data/icons/16x16/actions/zoom.svg:
4145         * data/icons/22x22/actions/Makefile.am:
4146         * data/icons/22x22/actions/zoom.svg:
4147         * data/icons/24x24/actions/Makefile.am:
4148         * shell/ev-stock-icons.c:
4149         * shell/ev-stock-icons.h:
4150         * shell/ev-window.c:
4151         
4152         Zoom icon artwork. See bug #444795.
4153
4154 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4155
4156         * shell/ev-metadata-manager.c: Remove extraneous function
4157         (Closes: #444386)
4158
4159 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4160
4161         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4162         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4163         (ev_metadata_manager_set), (ev_metadata_manager_save):
4164         Simplify the timeout, no need for modified anymore
4165
4166 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4167
4168         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4169         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4170         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4171         (ev_metadata_manager_save): Adapted patch from Arjan van de
4172         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4173         time, saves on power (Closes: #443851)
4174
4175 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * configure.ac:
4178         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4179         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4180
4181         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4182
4183 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4184
4185         * shell/ev-window.c: (ev_window_add_history):
4186
4187         Check if history is NULL
4188
4189 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * libdocument/ev-image.c: (ev_image_finalize):
4192         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4193         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4194         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4195         (ev_tmp_uri_unlink):
4196
4197         Add functions to delete temporary files created by evince in a safe
4198         way.
4199
4200         * shell/ev-window.c: (ev_window_clear_local_uri),
4201         (open_xfer_update_progress_callback),
4202         (save_xfer_update_progress_callback), (ev_window_save_remote),
4203         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4204         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4205         (attachment_save_dialog_response_cb),
4206         (ev_attachment_popup_cmd_save_attachment_as):
4207
4208         Allow saving a copy of a document, image or attachment to a remote
4209         location. Fixes bug #440754. 
4210
4211 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * configure.ac:
4214         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4215
4216         Fix build with current poppler from cvs head. 
4217
4218 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4219
4220         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4221
4222         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4223         directory exists.
4224
4225 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4226
4227         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4228         * shell/ev-window.c:
4229
4230         Change sidebar ordering. Fixes bug #439939.
4231
4232 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4233
4234         * backend/comics/Makefile.am:
4235         
4236         Fixes build with --without-libgnome.
4237
4238 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4239         
4240         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4241
4242         Update cursor and tooltip on page change and view scroll. Fixes bug
4243         #439217.
4244
4245 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * NEWS:
4248         * configure.ac:
4249         
4250         Update for release 0.9.0
4251
4252 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4253
4254         * backend/djvu/djvu-document-private.h:
4255         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4256         (djvu_document_finalize),
4257         (djvu_document_file_exporter_format_supported),
4258         (djvu_document_file_exporter_begin),
4259         (djvu_document_file_exporter_do_page),
4260         (djvu_document_file_exporter_end),
4261         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4262         
4263         Implemented printing with djvu. Bug #437998.
4264
4265 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * backend/impress/zip.c:
4268         Add missing ulong definition.
4269
4270         * backend/ps/ps-interpreter.c:
4271         Add missing headers.
4272
4273         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4274
4275 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4276
4277         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4278
4279         Add missing call to parent class dispose method. 
4280
4281 2007-05-12  Ross Burton  <ross@openedhand.com>
4282
4283         * shell/main.c:
4284         Sync keybindings manually when building without libgnome
4285         (#437925).
4286
4287 2007-05-12  Ross Burton  <ross@openedhand.com>
4288
4289         * shell/ev-window.c:
4290         Respect the screen when opening help (#437866).
4291
4292 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * data/evince-ui.xml:
4295         * shell/ev-application.[ch]: (get_print_settings_from_args),
4296         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4297         (ev_application_open_uri_list):
4298         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4299         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4300         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4301         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4302         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4303         (ev_window_dispose):
4304         * shell/main.c: (arguments_parse):
4305
4306         Add print button in preview mode. Fixes bug #396475. 
4307
4308 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * cut-n-paste/zoom-control/ephy-zoom.h:
4311         
4312         Fixes zoom level factors. See bug #408119 for details.
4313
4314 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * backend/comics/comics-document.c: (comics_regex_quote),
4317         (extract_argv):
4318         
4319         Correctly quote symbols. Fixes crash in the bug
4320         #415370.
4321
4322 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4323
4324         * shell/ev-navigation-action-widget.c:
4325         (ev_navigation_action_widget_init),
4326         (ev_navigation_action_widget_class_init),
4327         (ev_navigation_action_widget_button_press_event):
4328         
4329         Connect to button-press event on correct widget. Fixes
4330         bug #431988
4331
4332 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * shell/ev-application.c: (ev_application_open_window),
4335         (ev_application_add_icon_path_for_screen),
4336         (ev_application_open_uri_at_dest):
4337         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4338         * shell/ev-navigation-action.c: (build_menu):
4339         
4340         Add app-specific icons to our icon theme. Fixes bug
4341         #425508.
4342
4343 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * shell/ev-history.c: (ev_history_class_init),
4346         (ev_history_add_link):
4347         * shell/ev-history.h:
4348         * shell/ev-navigation-action.c:
4349         (ev_navigation_action_history_changed),
4350         (ev_navigation_action_set_history), (build_menu),
4351         (ev_navigation_action_finalize):
4352         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4353         
4354         Make navigation action unsensitive instead of showing
4355         menu with unsensitive word. Fixes bug #417392.
4356
4357 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * shell/ev-application.[ch]: (ev_application_shutdown),
4360         (ev_application_get_print_settings),
4361         (ev_application_set_print_settings):
4362         * shell/ev-window.c:
4363
4364         Remember print settings. Fixes bug #349102. 
4365
4366 2007-05-08  Christian Persch  <chpe@gnome.org>
4367
4368         * configure.ac:
4369         * properties/ev-properties-view.c:
4370
4371         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4372         Bug #382438.
4373
4374 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * configure.ac:
4377         * properties/ev-properties-view.c: (ev_regular_paper_size):
4378
4379         Use gtk+ builtin paper list to identify the document's paper size.
4380         Fixes bug #382438. 
4381
4382 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * configure.ac:
4385
4386         Fix build when compiling with thumbnailer and libgnome support. 
4387
4388 2007-05-04  Ross Burton  <ross@openedhand.com>
4389
4390         * configure.ac:
4391         Add --without-libgnome, check for libgnome and libgnomeui
4392         separately, and add them to the symbols as required.
4393
4394         * libdocument/ev-file-helpers.c:
4395         When building without libgnome, use g_get_user_config_dir instead
4396         of gnome_user_dir_get.
4397
4398         * shell/ev-application.c:
4399         When building without libgnome, don't use session management.
4400
4401         * shell/main.c:
4402         When building without libgnome, don't use GnomeProgram or
4403         initialise the authentication manager.
4404
4405         This fixes #328842.
4406
4407 2007-05-04  Ross Burton  <ross@openedhand.com>
4408
4409         * shell/ev-window.c:
4410         Don't use libgnome to open help, instead call Yelp directly.
4411
4412 2007-05-04  Ross Burton  <ross@openedhand.com>
4413
4414         * shell/ev-sidebar-attachments.c:
4415         Don't use libgnome to lookup icons for MIME types, instead copy
4416         code from GTK+ to do it manually.
4417
4418 2007-05-04  Ross Burton  <ross@openedhand.com>
4419
4420         * configure.ac:
4421         Add libxml to the dependencies for SHELL_CORE (#435818).
4422
4423 2007-05-02  Ross Burton  <ross@openedhand.com>
4424
4425         * configure.ac:
4426         * Makefile.am:
4427         Add --disable-thumbnailer (#434825)
4428
4429 2007-05-02  Ross Burton  <ross@openedhand.com>
4430
4431         * shell/ev-window.c:
4432         Add missing includes, fix indentation.
4433
4434         * shell/main.c:
4435         Fix indentation.
4436
4437 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4438
4439         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4440         ev_application_open_uri_at_dest instead of ev_application_open_uri
4441         preventing new document always being opened in a new window even if there
4442         is an empty window.
4443
4444 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4447         (egg_recent_view_uimanager_finalize):
4448         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4449         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4450         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4451         (ev_pixbuf_cache_dispose):
4452         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4453         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4454         
4455         Add missing chain to parent class methods. Fixes
4456         bug #433128.
4457
4458 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4459
4460         * data/Makefile.am (update-icon-cache): Updates
4461         gtk-update-icon-cache in uninstall-hook.
4462
4463 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4464
4465         * shell/ev-window.c: (ev_window_setup_document),
4466         (ev_window_set_document), (ev_window_load_job_cb):
4467         * shell/ev-view.c: (setup_caches):
4468         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4469
4470         Start rendering pages before any other jobs. 
4471
4472 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-window.c: (ev_window_stop_fullscreen),
4475         (ev_window_stop_presentation):
4476
4477         Update chrome visibility before window unfullscreen. 
4478
4479 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * data/Makefile.am:
4482         * data/evince-ui.xml:
4483         * shell/ev-stock-icons.[ch]:
4484         * shell/ev-application.[ch]: (ev_application_shutdown),
4485         (ev_application_init), (ev_application_get_toolbars_model):
4486         * shell/ev-window.c: (update_chrome_visibility),
4487         (fullscreen_toolbar_setup_item_properties),
4488         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4489         (ev_window_run_presentation), (ev_window_stop_presentation),
4490         (ev_window_run_preview), (ev_window_screen_changed),
4491         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4492         (ev_window_dispose), (ev_window_init):
4493
4494         Make fullscreen toolbar always visible. Do not use egg toolbars for
4495         fullscreen and preview modes since such toolbars are not editables.
4496         Fixes bugs #300278, #338910 and #316188.  
4497
4498 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4499
4500         * shell/ev-application.c:
4501         * shell/ev-job-queue.c:
4502         * shell/ev-metadata-manager.c:
4503         * shell/ev-stock-icons.c:
4504         * shell/ev-window.c:
4505         * shell/main.c:
4506         
4507         Developers documentation updated.
4508
4509 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4510
4511         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4512
4513         Check whether uri is valid before launching it. Fixes bug #427664.
4514
4515 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-window.c:
4518
4519         Change key accelerator for Open a Copy menu entry which is in conflict
4520         with Close. Fixes bug #427321.
4521
4522 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * NEWS:
4525         * configure.ac:
4526         
4527         Update for release 0.8.1
4528
4529 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-window.c: (setup_size_from_metadata):
4532         
4533         Do not make window bigger than screen. Fixes bug 
4534         #388985.
4535
4536 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4537
4538         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4539         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4540
4541         Use default resolution when it's not provided by document. Fixes bug
4542         #408762.
4543
4544 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * configure.ac:
4547         * thumbnailer/Makefile.am:
4548         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4549         * thumbnailer/evince-thumbnailer.schemas.in:
4550         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4551
4552         Add support for ps, eps and compressed documents thumbnails. Do not
4553         ignore size parameter. 
4554
4555 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4556
4557         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4558         (dvi_document_do_color_special):
4559         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4560
4561         Implement font color specials in the DVI backend. Fixes bug #303651.
4562
4563 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4564
4565         Fixup the previous commit:
4566
4567         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4568         * shell/xdg-user-dir-lookup.c: Make the function non-static
4569         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4570
4571 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4572
4573         * shell/ev-window.c (file_open_dialog_response_cb): Use
4574         the xdg-user-dirs DOCUMENTS folder as default folder when
4575         opening a file chooser.  (#424858)
4576
4577         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4578         xdg-user-dirs.
4579
4580 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * shell/ev-window.c: (ev_window_load_job_cb):
4583
4584         Do not setup view from metadata on preview mode. 
4585
4586 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/main.c:
4589
4590         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4591
4592 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * shell/ev-view.c: (ev_view_primary_get_cb):
4595
4596         Check pointer != NULL before using it. Fixes bug #416841. 
4597
4598 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * NEWS:
4601         * configure.ac:
4602         
4603         Release 0.8.0
4604
4605 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4608
4609         Do not render thumbnails when sidebar thumbnail page is not visible
4610         at startup. Fixes bug #416447. 
4611
4612 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4613
4614         * data/evince.desktop.in.in:
4615
4616         "Application" is not a valid category in the freedesktop specification.
4617
4618 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * libdocument/ev-file-helpers.[ch]: (compression_run),
4621         (ev_file_uncompress), (ev_file_compress):
4622         * shell/ev-window.c: (file_save_dialog_response_cb):
4623
4624         Save document compressed when saving a copy of a compressed document.
4625         Fixes bug #334542.
4626
4627 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4630
4631         Allow deleting in goto window entry in presentation mode. 
4632
4633 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4634
4635         * Makefile.am: Dist MAINTAINERS.
4636
4637 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * shell/ev-window.c: (ev_window_update_actions):
4640
4641         Fix zoom shortcut keys when searching. Fixes bug #409828.
4642
4643 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * shell/ev-window.c: (ev_window_setup_document):
4646
4647         Fix crash when loading documents with only one page. 
4648
4649 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * backend/dvi/dvi-document.c:
4652         (dvi_document_thumbnails_get_dimensions),
4653         (dvi_document_thumbnails_get_thumbnail):
4654         * backend/impress/impress-document.c:
4655         (impress_document_thumbnails_get_thumbnail),
4656         (impress_document_thumbnails_get_dimensions):
4657         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4658         (ps_document_thumbnails_get_dimensions):
4659         * backend/djvu/djvu-document.c:
4660         (djvu_document_thumbnails_get_dimensions),
4661         (djvu_document_thumbnails_get_thumbnail):
4662         * backend/tiff/tiff-document.c:
4663         (tiff_document_thumbnails_get_thumbnail),
4664         (tiff_document_thumbnails_get_dimensions):
4665         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4666         (pdf_document_thumbnails_get_thumbnail),
4667         (pdf_document_thumbnails_get_dimensions):
4668         * backend/comics/comics-document.c:
4669         (comics_document_thumbnails_get_thumbnail),
4670         (comics_document_thumbnails_get_dimensions):
4671         * backend/pixbuf/pixbuf-document.c:
4672         (pixbuf_document_thumbnails_get_thumbnail),
4673         (pixbuf_document_thumbnails_get_dimensions):
4674         * libdocument/ev-document-thumbnails.[ch]:
4675         (ev_document_thumbnails_get_thumbnail),
4676         (ev_document_thumbnails_get_dimensions):
4677         * libdocument/ev-document-misc.[ch]:
4678         (ev_document_misc_get_thumbnail_frame):
4679         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4680         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4681         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4682         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4683         (ev_sidebar_thumbnails_refresh):
4684         * shell/ev-window.c: (ev_window_setup_document):
4685         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4686
4687         Use an EvRenderContext for rendering thumbnails instead of a suggested
4688         width, so that different sized pages get sized proportionally.
4689
4690 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-view.c: (ev_view_button_press_event),
4693         (ev_view_key_press_event):
4694
4695         Fix critical warnings when there is no document loaded. 
4696
4697 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * shell/ev-page-action-widget.c:
4700         * shell/ev-navigation-action.c:
4701         * shell/ev-window.c:
4702
4703         Fix compile warnings. 
4704
4705 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * backend/djvu/djvu-text.h:
4708         * backend/djvu/djvu-document.c:
4709         * backend/djvu/djvu-text-page.c:
4710         * backend/djvu/djvu-links.c:
4711         * backend/djvu/djvu-text-page.h:
4712         * backend/djvu/djvu-text.c:
4713         
4714         Fix build on Mac. Fixes bug #392186. Patch by
4715         <ephraim_owns@hotmail.com>
4716
4717 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4720
4721         Restore cairo context before rendering every page when printing a PDF
4722         document into a PDF file. 
4723
4724 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * backend/ps/gstypes.h:
4727         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4728         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4729         (ps_document_thumbnails_get_thumbnail):
4730
4731         Handle PostScript page orientation. Fixes bug #318568.
4732
4733 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * backend/ps/Makefile.am:
4736         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4737         (document_load), (ps_document_load), (save_document),
4738         (save_page_list), (ps_document_get_n_pages),
4739         (ps_document_get_page_size), (ps_document_get_info),
4740         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4741         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4742         (ps_document_thumbnails_get_thumbnail),
4743         (ps_document_thumbnails_get_dimensions),
4744         (ps_document_document_thumbnails_iface_init):
4745         * backend/ps/ps.[ch]: (psgetpagebox):
4746         * backend/ps/ps-interpreter.[ch]:
4747
4748         Add support for thumbnails in ps backend. Fixes bug #164755. 
4749
4750 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * NEWS:
4753         * configure.ac:
4754         
4755         Release 0.7.2
4756
4757 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4760         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4761         (ev_window_dispose):
4762
4763         Use document thumbnail as window icon. Fixes bug #384442.
4764
4765 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4766
4767         * configure.ac:
4768
4769         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4770         duplicated adding application/x-bzpostscript instead. 
4771
4772 2007-02-11  Tom Parker  <palfrey@tevp.net>
4773
4774         * backend/ps/ps-document.c: (document_load):
4775
4776         Check return value of psscan before trying
4777         to use it. Fixes bug #372414.
4778
4779 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4782
4783         Fix invalid free in ev-page-cache. Fixes bug #404745.
4784
4785 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4786
4787         * test/Makefile.am:
4788         * test/test3.py:
4789         
4790         Added reload test case.
4791
4792 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * po/POTFILES.in:
4795         * backend/djvu/djvu-document.c: (djvu_document_load):
4796
4797         Check whether there are missing files in indirect multipage djvu
4798         documents. Fixes bug #361683. 
4799
4800 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * test/Makefile.am:
4803         * test/test-mime.bin:
4804         * test/test3.py:
4805         
4806         Added test for slow mime type
4807
4808 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4809
4810         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4811
4812         Add some checks and call parent_class->finalize. Fixes bug #404745.
4813
4814 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-navigation-action.c: (connect_proxy):
4817         
4818         Fixes dropdown history menu. Thanks a lot Carlos!
4819
4820 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4823
4824         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4825         bug #373715.
4826
4827 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * backend/ps/ps.c: (psscan):
4830
4831         Fix memory leak. 
4832
4833 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4834
4835         * configure.ac:
4836         * libdocument/ev-file-helpers.c: 
4837
4838         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4839
4840 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * configure.ac:
4843         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4844         (ps_interpreter_start), (document_load), (save_document),
4845         (save_page_list):
4846         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4847         * libdocument/ev-document-factory.c:
4848         (ev_document_factory_get_from_mime), (get_document_from_uri),
4849         (free_uncompressed_uri), (ev_document_factory_get_document):
4850         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4851
4852         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4853
4854 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4855
4856         * libdocument/ev-document.h:
4857
4858         Fix typo in function name. 
4859
4860 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4861
4862         * backend/ps/ps-document.c: (ps_interpreter_finished),
4863         (ps_interpreter_start), (ps_interpreter_failed):
4864
4865         Handle ghostscript interpreter crashes. 
4866
4867 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * shell/ev-window.c: (ev_window_open_uri),
4870         (window_configure_event_cb):
4871
4872         Setup window size and position before showing it. Fixes bug #401711.
4873
4874 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * backend/ps/Makefile.am:
4877         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4878         (ps_document_dispose), (ps_document_class_init),
4879         (ps_interpreter_input), (ps_interpreter_output),
4880         (ps_interpreter_error), (setup_interpreter_env),
4881         (ps_interpreter_start), (ps_interpreter_stop),
4882         (ps_interpreter_failed), (ps_interpreter_is_ready),
4883         (check_filecompressed), (document_load), (ps_document_load),
4884         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4885         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4886         (render_page):
4887
4888         Rework ps-document. Code cleanups, remove deprecated code. 
4889
4890 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4891
4892         * shell/ev-view.c: (ev_view_button_press_event):
4893
4894         Do not start an image drag and drop operation when pointer is on 
4895         text, so that we can select text when the whole background is an
4896         image. 
4897
4898 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * shell/ev-window.c: (ev_window_update_actions): 
4901
4902         Disable all zoom related actions during presentation mode. 
4903
4904 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4905
4906         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4907
4908         Do not zoom in or out on presentation mode. Fixes bug #401305.
4909
4910 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * shell/ev-navigation-action.c: (connect_proxy),
4913         (create_menu_item), (ev_navigation_action_class_init):
4914         
4915         Correctly show menu and fix crash when navigaton 
4916         action is out of toolbar visible area.
4917
4918 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * data/Makefile.am:
4921         * data/evince.1:
4922         
4923         Added man file
4924
4925 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * help/reference/* :
4928         * configure.ac:
4929         
4930         Added gtk-doc based documentation for Evince.
4931         Still in initial state but I hope it will
4932         grow.
4933         
4934         * configure.ac:
4935         
4936         Lower dbus requirement to 0.70
4937
4938 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4939
4940         * shell/ev-window.c: (ev_window_add_history):
4941
4942         Fix memory leak. 
4943
4944 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4947         * shell/ev-view.h:
4948         * shell/ev-window.c: (ev_window_add_history):
4949         
4950         Correctly handle named destination links
4951
4952 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * NOTES:
4955         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4956         * backend/pdf/ev-poppler.cc:
4957         * libdocument/ev-document-links.h:
4958         * libdocument/ev-link.c: (ev_link_get_page):
4959         * libdocument/ev-link.h:
4960         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4961         (ev_history_add_link):
4962         * shell/ev-history.h:
4963         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4964         (new_history_menu_item), (build_menu):
4965         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4966         * shell/ev-sidebar-links.c: (create_loading_model),
4967         (print_section_cb), (ev_sidebar_links_construct),
4968         (fill_page_labels), (update_page_callback_foreach),
4969         (update_page_callback), (job_finished_callback):
4970         * shell/ev-view.c: (ev_view_handle_link):
4971         * shell/ev-window.c: (ev_window_find_chapter),
4972         (ev_window_add_history), (view_handle_link_cb),
4973         (history_changed_cb):
4974         
4975         Implements another history variant
4976
4977 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * shell/ev-window.c: (view_external_link_cb):
4980         * shell/ev-view.c: (ev_view_button_release_event):
4981
4982         Open links in new window when clicking with middle button. 
4983
4984 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * shell/ev-navigation-action.c: (new_history_menu_item):
4987         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4988         * shell/ev-view.c: (ev_view_handle_link):
4989         * shell/ev-window.c:
4990         
4991         Store link before jump, not the destination. For me it 
4992         seems like more natural history behavior.
4993
4994 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4997         (ev_navigation_action_class_init):
4998         * shell/ev-navigation-action.h:
4999         * shell/ev-page-action.c: (activate_cb):
5000         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5001         (ev_page_cache_set_current_page_history):
5002         * shell/ev-page-cache.h:
5003         * shell/ev-sidebar-thumbnails.c:
5004         (ev_sidebar_tree_selection_changed),
5005         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5006         * shell/ev-view-private.h:
5007         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5008         * shell/ev-view.h:
5009         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5010         (ev_window_setup_document), (ev_window_load_job_cb):
5011         * shell/ev-window.h:
5012         
5013         History finally works as expected.
5014
5015 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5018
5019         Do not update links treeview if it doesn't have a model assigned yet. 
5020
5021 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5024         (ev_sidebar_links_class_init), (update_page_callback):
5025
5026         Do not update links treeview when sidepane is not visible. 
5027
5028 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * shell/ev-marshal.list:
5031         * shell/ev-page-action.c: (activate_cb),
5032         (ev_page_action_class_init):
5033         * shell/ev-page-action.h:
5034         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5035         * shell/ev-window.c:
5036         
5037         Remove activate_link signal, not required.
5038
5039 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * shell/ev-navigation-action.c: (build_menu):
5042         
5043         Reorder menu items and build menu with fixed length.
5044
5045 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5046
5047         * shell/ev-view.c: (get_selected_text):
5048         
5049         Normalize text to fix ligatures problem. See bug
5050         #341947 for details.
5051
5052 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5053
5054         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5055
5056         Fix memory leak in ev-page-cache. 
5057
5058 2007-01-25  Tom Parker <palfrey@tevp.net>
5059
5060         * backend/impress/impress-document.c: (impress_document_load),
5061         (impress_document_finalize), (impress_document_init):
5062         * properties/ev-properties-main.c: (ev_properties_get_pages):
5063         
5064         Correctly handle impress document errors. Fixes nautilus
5065         crash in property page #370491.
5066
5067 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5070         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5071         (ev_job_queue_remove_job):
5072         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5073         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5074         (ev_job_load_run):
5075         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5076         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5077         (ev_window_load_job_cb), (xfer_update_progress_callback),
5078         (ev_window_open_uri), (ev_window_dispose):
5079         * shell/main.c: (main):
5080
5081         Do file transfer asynchronously in the main thread instead of
5082         synchronously in the load thread. Fixes bugs #399694, #398307 and
5083         #343542.
5084
5085 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * shell/ev-jobs.c: (ev_job_xfer_run):
5088
5089         Load the document with the font-config lock held. 
5090
5091 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5092
5093         * backend/ps/ps-document.c: (start_interpreter):
5094
5095         Fix memory leaks in ps backend. 
5096
5097 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * backend/impress/impress-document.c:
5100         (impress_document_render_pixbuf):
5101
5102         Do not acquire fontconfig lock in impress backend, since it is using
5103         the main loop for rendering. 
5104
5105 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * po/POTFILES.in: 
5108
5109         Remove mdvi files that shouldn't be translated. 
5110
5111 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5112
5113         * shell/ev-view-private.h:
5114         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5115         (ev_view_set_zoom):
5116
5117         Render "loading..." text into a cairo surface instead of directly into
5118         the window so that fontconfig lock is only needed once and UI is not
5119         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5120
5121 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5122
5123         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5124         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5125
5126         Use icon theme associated with the window screen rather than default. 
5127
5128 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5129
5130         * configure.ac:
5131
5132         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5133
5134 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5135
5136         * data/icons/*/apps/evince.*:
5137
5138         Move Evince icons under new apps directory.
5139
5140         * data/icons/*/actions/*:
5141
5142         Add new custom themeable Evince icons: view-page-continuous, 
5143         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5144         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5145
5146         * configure.ac:
5147
5148         Add new directories to AC_CONFIG_FILES.
5149
5150         * shell/ev-stock-icons.c:
5151         * shell/ev-stock-icons.h:
5152
5153         Use new custom themeable icons.
5154
5155 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5158
5159         Do not draw white background page in presentation mode. 
5160
5161 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5162
5163         * shell/ev-view.c: Remove unused gnome-vfs include.
5164
5165 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5166
5167         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5168         
5169         Format string is corrected, fixes bug #397129.
5170
5171 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * shell/ev-window.c: (ev_window_setup_recent):
5174
5175         Do not include in recent menu inexistent documents. Fixes
5176         bug #339171.
5177
5178 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * po/POTFILES.skip: 
5181
5182         Update POTFILES.skip file according to current source tree. 
5183
5184 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * shell/ev-window.c: (file_save_dialog_response_cb):
5187
5188         Do Save a copy in atomic way. Fixes bug #328266. 
5189
5190 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5193
5194         Keep selected cell always visible in index treeview.
5195
5196 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5197         
5198         * shell/ev-view.c: (ev_view_size_allocate):
5199
5200         Restore horizontal scrollbar after switching to/from fullscreen
5201         or presentation mode. Fixes bug #331728.
5202
5203 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-view-private.h:
5206         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5207         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5208         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5209         (ev_view_can_zoom_out):
5210
5211         Use max and min scale values in the view iby taking dpi into account. 
5212
5213 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * configure.ac:
5216         * NEWS:
5217
5218         Release 0.7.1
5219
5220 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5221
5222         * shell/ev-window.c: (ev_window_print_send):
5223
5224         Send print job to printer with some settings set to default values,
5225         since we have already exported to a file according to such settings
5226         and they could be taken twice by some printers. 
5227
5228 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5229
5230         * shell/ev-jobs.c: (ev_job_xfer_run):
5231         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5232
5233         Show main window and load document with the font-config lock held. 
5234
5235 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * configure.ac:
5238         * shell/ev-application.c: (ev_application_register_service):
5239         * shell/main.c: (load_files_remote):
5240
5241         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5242
5243 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * doc/debugging.txt:
5246         
5247         Remove obsolete documentation.
5248
5249 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * Makefile.am:
5252         * backend/Makefile.am:
5253         * backend/comics/Makefile.am:
5254         * backend/djvu/Makefile.am:
5255         * backend/dvi/Makefile.am:
5256         * backend/ev-async-renderer.c:
5257         * backend/ev-async-renderer.h:
5258         * backend/ev-attachment.c:
5259         * backend/ev-attachment.h:
5260         * backend/ev-backend-marshal.c:
5261         * backend/ev-document-factory.c:
5262         * backend/ev-document-factory.h:
5263         * backend/ev-document-find.c:
5264         * backend/ev-document-find.h:
5265         * backend/ev-document-fonts.c:
5266         * backend/ev-document-fonts.h:
5267         * backend/ev-document-images.c:
5268         * backend/ev-document-images.h:
5269         * backend/ev-document-info.h:
5270         * backend/ev-document-links.c:
5271         * backend/ev-document-links.h:
5272         * backend/ev-document-misc.c:
5273         * backend/ev-document-misc.h:
5274         * backend/ev-document-security.c:
5275         * backend/ev-document-security.h:
5276         * backend/ev-document-thumbnails.c:
5277         * backend/ev-document-thumbnails.h:
5278         * backend/ev-document-transition.c:
5279         * backend/ev-document-transition.h:
5280         * backend/ev-document.c:
5281         * backend/ev-document.h:
5282         * backend/ev-file-exporter.c:
5283         * backend/ev-file-exporter.h:
5284         * backend/ev-image.c:
5285         * backend/ev-image.h:
5286         * backend/ev-link-action.c:
5287         * backend/ev-link-action.h:
5288         * backend/ev-link-dest.c:
5289         * backend/ev-link-dest.h:
5290         * backend/ev-link.c:
5291         * backend/ev-link.h:
5292         * backend/ev-render-context.c:
5293         * backend/ev-render-context.h:
5294         * backend/ev-selection.c:
5295         * backend/ev-selection.h:
5296         * backend/impress/Makefile.am:
5297         * backend/pdf/Makefile.am:
5298         * backend/pixbuf/Makefile.am:
5299         * backend/ps/Makefile.am:
5300         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5301         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5302         (start_interpreter), (stop_interpreter), (document_load),
5303         (ps_document_next_page), (render_page):
5304         * backend/tiff/Makefile.am:
5305         * comics/Makefile.am:
5306         * comics/comics-document.c:
5307         * comics/comics-document.h:
5308         * configure.ac:
5309         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5310         * djvu/Makefile.am:
5311         * djvu/djvu-document-private.h:
5312         * djvu/djvu-document.c:
5313         * djvu/djvu-document.h:
5314         * djvu/djvu-links.c:
5315         * djvu/djvu-links.h:
5316         * djvu/djvu-text-page.c:
5317         * djvu/djvu-text-page.h:
5318         * djvu/djvu-text.c:
5319         * djvu/djvu-text.h:
5320         * dvi/Makefile.am:
5321         * dvi/dvi-document.c:
5322         * dvi/dvi-document.h:
5323         * dvi/fonts.c:
5324         * dvi/fonts.h:
5325         * dvi/mdvi-lib/Makefile.am:
5326         * dvi/mdvi-lib/afmparse.c:
5327         * dvi/mdvi-lib/afmparse.h:
5328         * dvi/mdvi-lib/bitmap.c:
5329         * dvi/mdvi-lib/bitmap.h:
5330         * dvi/mdvi-lib/color.c:
5331         * dvi/mdvi-lib/color.h:
5332         * dvi/mdvi-lib/common.c:
5333         * dvi/mdvi-lib/common.h:
5334         * dvi/mdvi-lib/defaults.h:
5335         * dvi/mdvi-lib/dvimisc.c:
5336         * dvi/mdvi-lib/dviopcodes.h:
5337         * dvi/mdvi-lib/dviread.c:
5338         * dvi/mdvi-lib/files.c:
5339         * dvi/mdvi-lib/font.c:
5340         * dvi/mdvi-lib/fontmap.c:
5341         * dvi/mdvi-lib/fontmap.h:
5342         * dvi/mdvi-lib/fontsrch.c:
5343         * dvi/mdvi-lib/gf.c:
5344         * dvi/mdvi-lib/hash.c:
5345         * dvi/mdvi-lib/hash.h:
5346         * dvi/mdvi-lib/list.c:
5347         * dvi/mdvi-lib/mdvi.h:
5348         * dvi/mdvi-lib/pagesel.c:
5349         * dvi/mdvi-lib/paper.c:
5350         * dvi/mdvi-lib/paper.h:
5351         * dvi/mdvi-lib/pk.c:
5352         * dvi/mdvi-lib/private.h:
5353         * dvi/mdvi-lib/setup.c:
5354         * dvi/mdvi-lib/sp-epsf.c:
5355         * dvi/mdvi-lib/special.c:
5356         * dvi/mdvi-lib/sysdeps.h:
5357         * dvi/mdvi-lib/t1.c:
5358         * dvi/mdvi-lib/tfm.c:
5359         * dvi/mdvi-lib/tfmfile.c:
5360         * dvi/mdvi-lib/tt.c:
5361         * dvi/mdvi-lib/util.c:
5362         * dvi/mdvi-lib/vf.c:
5363         * dvi/pixbuf-device.c:
5364         * dvi/pixbuf-device.h:
5365         * impress/Makefile.am:
5366         * impress/common.h:
5367         * impress/document.c:
5368         * impress/f_oasis.c:
5369         * impress/f_oo13.c:
5370         * impress/iksemel.c:
5371         * impress/iksemel.h:
5372         * impress/imposter.h:
5373         * impress/impress-document.c:
5374         * impress/impress-document.h:
5375         * impress/internal.h:
5376         * impress/r_back.c:
5377         * impress/r_draw.c:
5378         * impress/r_geometry.c:
5379         * impress/r_gradient.c:
5380         * impress/r_style.c:
5381         * impress/r_text.c:
5382         * impress/render.c:
5383         * impress/render.h:
5384         * impress/zip.c:
5385         * impress/zip.h:
5386         * lib/Makefile.am:
5387         * lib/ev-debug.c:
5388         * lib/ev-debug.h:
5389         * lib/ev-file-helpers.c:
5390         * lib/ev-file-helpers.h:
5391         * lib/ev-gui.c:
5392         * lib/ev-gui.h:
5393         * lib/ev-tooltip.c:
5394         * lib/ev-tooltip.h:
5395         * libdocument/Makefile.am:
5396         * libdocument/ev-file-helpers.c:
5397         * pdf/Makefile.am:
5398         * pdf/ev-poppler.cc:
5399         * pdf/ev-poppler.h:
5400         * pixbuf/Makefile.am:
5401         * pixbuf/pixbuf-document.c:
5402         * pixbuf/pixbuf-document.h:
5403         * properties/Makefile.am:
5404         * ps/Makefile.am:
5405         * ps/gsdefaults.c:
5406         * ps/gsdefaults.h:
5407         * ps/gsio.c:
5408         * ps/gsio.h:
5409         * ps/gstypes.h:
5410         * ps/ps-document.c:
5411         * ps/ps-document.h:
5412         * ps/ps.c:
5413         * ps/ps.h:
5414         * shell/Makefile.am:
5415         * shell/ev-application.h:
5416         * shell/ev-sidebar-links.c:
5417         * shell/ev-sidebar-links.h:
5418         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5419         (ev_gui_menu_position_tree_selection):
5420         * shell/ev-utils.h:
5421         * shell/ev-view.c: (ev_view_finalize):
5422         * shell/ev-window.c:
5423         * shell/main.c: (main):
5424         * thumbnailer/Makefile.am:
5425         * tiff/Makefile.am:
5426         * tiff/tiff-document.c:
5427         * tiff/tiff-document.h:
5428         * tiff/tiff2ps.c:
5429         * tiff/tiff2ps.h:
5430         
5431         Reorganize source tree.
5432
5433 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5434
5435         * backend/ev-document-factory.c:
5436
5437         Do not include ev-poppler.h when pdf is disabled. 
5438
5439 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * configure.ac:
5442         * data/evince-ui.xml:
5443         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5444         (pdf_document_document_images_iface_init):
5445         * backend/Makefile.am:
5446         * backend/ev-document-images.[ch]:
5447         * backend/ev-image.[ch]:
5448         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5449         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5450         (ev_job_xfer_run):
5451         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5452         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5453         (ev_pixbuf_cache_get_image_mapping):
5454         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5455         (view_menu_popup_cb), (ev_window_dispose),
5456         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5457         (ev_view_popup_cmd_copy_image):
5458         * shell/ev-view-private.h:
5459         * shell/ev-view.c: (ev_view_get_image_at_location),
5460         (ev_view_do_popup_menu), (ev_view_popup_menu),
5461         (ev_view_button_press_event), (ev_view_drag_data_get),
5462         (ev_view_drag_motion), (ev_view_drag_data_received),
5463         (ev_view_motion_notify_event), (ev_view_button_release_event),
5464         (ev_view_finalize), (ev_view_class_init):
5465
5466         Add image handling support. Fixes bugs #310008 and #325047. Images
5467         selection is not supported yet. 
5468
5469 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5470
5471         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5472         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5473         (ev_view_init):
5474
5475         Move view drag and drop stuff to ev-view.
5476
5477 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5478
5479         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5480         * shell/ev-view.c: (clear_selection): 
5481
5482         Clear selection also in pixbuf cache.
5483
5484 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5485
5486         * data/evince.desktop.in.in:
5487         
5488         Change icon name in desktop file. See bug #390734
5489         for details.
5490
5491 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5492
5493         * thumbnailer/Makefile.am:
5494
5495         Use top_builddir instead top_srcdir for generated schema
5496         file installation. Fixes bug #390161.
5497
5498 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5499
5500         * configure.ac:
5501         * backend/Makefile.am:
5502         * backend/ev-document-transition.[ch]:
5503         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5504         (pdf_document_page_transition_iface_init):
5505         * shell/ev-view-private.h:
5506         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5507         (ev_view_set_presentation), (transition_next_page),
5508         (ev_view_presentation_transition_stop),
5509         (ev_view_presentation_transition_start), (ev_view_next_page):
5510
5511         Add page transition support in presentation mode. At the moment only
5512         page duration is supported, but not transition effects. Fixes bug
5513         #309815.
5514
5515 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5518
5519         Run find_link_dest with document lock held, since it's called by links
5520         thread and main thread at the same time. 
5521
5522 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * shell/ev-view.c: (goto_dest):
5525
5526         Update page-cache when page is changed by the view, so that
5527         page-changed signal is emitted. 
5528
5529 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5530
5531         * test/test1.py:
5532         * test/test2.py:
5533
5534         Use C locale in tests. 
5535
5536 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * shell/ev-window.c: (ev_window_run_presentation):
5539         * shell/ev-view-private.h:
5540         * shell/ev-view.c: (ev_view_set_presentation):
5541
5542         Restore zoom settings when back from presentation mode. 
5543
5544 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5545
5546         * shell/ev-window.c: (ev_window_run_presentation):
5547
5548         Always use "best fit" zoom in presentation mode.
5549         Fixes bug #389195.
5550
5551 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5552
5553         * shell/ev-view.c: (ev_view_goto_window_create):
5554
5555         Show "Jump to page" label in the page jumping popup in
5556         presentation mode instead of just a GtkEntry.
5557
5558 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * shell/ev-window.c: (launch_external_uri):
5561
5562         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5563         #378085.
5564
5565 2006-12-22  Elijah Newren  <newren gmail com>
5566
5567         * configure.ac: explicitly check for libxml2.  Fixes #388795
5568
5569 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * shell/ev-view-private.h:
5572         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5573         (ev_view_goto_window_delete_event), (key_is_numeric),
5574         (ev_view_goto_window_key_press_event),
5575         (ev_view_goto_window_button_press_event),
5576         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5577         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5578         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5579
5580         Allow jumping to another page by typing a page number in presentation
5581         mode. It uses a popup window with an entry. Fixes bug #353625.
5582
5583 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * configure.ac:
5586         * properties/ev-properties-view.c: (ev_get_default_user_units),
5587         (ev_regular_paper_size):
5588         
5589         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5590         to Damien Carbery <damien.carbery@sun.com> and
5591         Yevgen Muntyan <muntyan@tamu.edu>.
5592
5593 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5594
5595         * shell/ev-window.c: (setup_document_from_metadata):
5596
5597         Make sure Evince doesn't restore the view on the last
5598         page when a document is reopened. Fixes bug #383381.
5599
5600 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5601
5602         * shell/ev-view.c: (draw_loading_text):
5603
5604         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5605
5606 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5607
5608         * configure.ac:
5609         * NEWS:
5610
5611         Release 0.7.0
5612
5613 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5614
5615         * configure.ac:
5616         * pdf/ev-poppler.cc: (pdf_print_context_free),
5617         (pdf_document_file_exporter_begin),
5618         (pdf_document_file_exporter_do_page):
5619
5620         Make cairo-pdf depedency optional. 
5621
5622 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5625
5626         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5627
5628 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5631         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5632         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5633         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5634         * shell/ev-view.c: (draw_loading_text):
5635         * shell/ev-window.c: (ev_window_cmd_file_properties):
5636
5637         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5638         related to using FontConfig from different threads.
5639         
5640 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5641
5642         * shell/ev-view.c: (draw_loading_text):
5643
5644         Acquire lock document when drawing "Loading..." text so that only one
5645         thread will use FontConfig at the same time. Fixes bug #374750.
5646
5647 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * shell/ev-page-action.[ch]: (activate_cb):
5650         * shell/ev-window.c: (activate_label_cb):
5651
5652         Check if text inserted in page entry is a valid page number when it
5653         doesn't match to any document page label. Fixes bug #383165.
5654
5655 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5656         * shell/ev-window.c:
5657
5658         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5659         available with GTK < 2.10. Added an ifdef to avoid compilation
5660         error.
5661
5662 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5663
5664         * configure.ac:
5665         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5666
5667         Fix ps backend in multihead systems.
5668
5669 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5670
5671         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5672         * shell/ev-window.c: (ev_window_get_screen_dpi),
5673         (ev_window_update_actions), (setup_view_from_metadata),
5674         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5675
5676         Take screen DPI into account when zooming. Fixes bug #318285.
5677
5678 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5679
5680         * data/Makefile.am:
5681
5682         Cleaned up/slightly refactored Makefile.am. Added GConf
5683         schemas uninstallation as well.
5684
5685 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5686
5687         * Makefile.am:
5688         * test/Makefile.am:
5689
5690         Fight with autotools to fix make check. Make distcheck
5691         works fine as well now!
5692
5693 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5694
5695         * shell/ev-view.c: (draw_end_presentation_page):
5696
5697         Corrected "end of presentation" string.
5698
5699 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5700
5701         * shell/ev-view.c: (ev_view_key_press_event):
5702
5703         Correctly propagate key press event so that up/down keys
5704         work as expected (correct behaviour was broken by
5705         black/white screen key bindings for presentations).
5706
5707 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5708
5709         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5710         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5711         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5712         (pdf_selection_get_selection_region),
5713         (pdf_selection_get_selection_map):
5714
5715         Add "static" to some private functions. 
5716
5717 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5718
5719         * lib/ev-tooltip.h:
5720         * properties/ev-properties-view.h:
5721         * shell/ev-jobs.h:
5722         * shell/ev-properties-dialog.h:
5723         * shell/ev-properties-fonts.h:
5724         * shell/ev-sidebar-links.h:
5725         * shell/ev-sidebar-thumbnails.h:
5726         * shell/ev-sidebar.h:
5727         * shell/ev-window.h:
5728         
5729         Fixes CHACK type in class casts. See bug #385343
5730         for details.
5731
5732 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5733
5734         * shell/ev-view-private.h:
5735         * shell/ev-view.c: (draw_end_presentation_page),
5736         (ev_view_expose_event), (ev_view_key_press_event),
5737         (ev_view_class_init), (ev_view_init):
5738
5739         Blank screen in presentation mode when pressing 'b' (filling with
5740         black) or 'w' (filling with white) keys. Fixes bug #358132.
5741
5742 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5743
5744         * data/evince-toolbar.xml:
5745         * shell/ev-window.c:
5746         
5747         Use stock icon for Select All action. Fixes
5748         bug #382652.
5749
5750 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5751
5752         * shell/ev-view.c: (get_doc_point_from_offset),
5753         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5754
5755         Add links support in rotated documents. Fixes bug #343733.
5756
5757 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5758
5759         * shell/ev-view-private.h:
5760         * shell/ev-view.c: (draw_end_presentation_page),
5761         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5762
5763         Show a blank page after the last page in presentation mode with a
5764         message indicating that presentation has finished and how to exit. 
5765
5766 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5767
5768         * shell/ev-window.c: (fullscreen_timeout_cb):
5769
5770         Hide cursor after a while in presentation mode. 
5771
5772 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5773
5774         * backend/ev-document-info.h:
5775         * data/evince-properties.glade:
5776         * pdf/ev-poppler.cc:
5777         * properties/ev-properties-view.c: (ev_regular_paper_size),
5778         (ev_properties_view_set_info):
5779         * ps/ps-document.c: (ps_document_get_info):
5780
5781         Adds a paper size field to the properties dialog. Fixes
5782         bug #307315. Patch by Kasper Svendsen (with some i18n
5783         changes done by me).
5784
5785 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5788         (screensaver_init_dbus), (totem_scrsaver_new),
5789         (totem_scrsaver_init):
5790         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5791         * shell/ev-application.c: (ev_application_register_service),
5792         (ev_application_screensaver_enable),
5793         (ev_application_screensaver_disable):
5794         * shell/ev-application.h:
5795         * shell/ev-window.c: (ev_window_run_presentation),
5796         (ev_window_stop_presentation), (build_comments_string),
5797         (ev_window_init):
5798         
5799         Move screensaver handling to application. No more
5800         message on startup.
5801
5802 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5803
5804         * configure.ac:
5805         * backend/Makefile.am:
5806         * backend/ev-file-exporter.[ch]:
5807         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5808         * ps/ps-document.c: (ps_document_file_exporter_*):
5809         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5810         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5811         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5812         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5813
5814         Allow printing to PDF when suppoted by the backend.
5815         
5816 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * shell/ev-window.c: (build_comments_string):
5819
5820         Use always "Document Viewer" in about dialog. 
5821
5822 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5823
5824         * djvu/djvu-document.c: (djvu_document_get_page_size):
5825
5826         Display a warning message when get_pageinfo fails. 
5827
5828 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5829
5830         * Makefile.am:
5831         * backend/Makefile.am:
5832         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5833         * configure.ac:
5834         * shell/ev-window.c: (build_comments_string):
5835         
5836         Make pdf compilation optional. See bug #38007.
5837
5838 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * ps/ps.c: (get_next_text):
5841
5842         Fix CVE-2006-5864.
5843
5844 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5847         * shell/ev-navigation-action.c: (connect_proxy),
5848         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5849         
5850         Do not call g_type_class_peek_parent twice.
5851
5852 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * configure.ac:
5855         * data/icons/24x24/.cvsignore:
5856         * data/icons/24x24/Makefile.am:
5857         * data/icons/24x24/evince.png:
5858         * data/icons/Makefile.am:
5859         
5860         Add 24x24 icon. Thanks to 
5861         Michael Monreal <infernux@web.de>.
5862
5863 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * configure.ac: Fix typo in configure.ac. Thanks
5866         to dmacks@netspace.org for notification.
5867
5868 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5871         
5872         Drop dbus include, fixes compilation with older dbus.
5873
5874 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5875
5876         * configure.ac:
5877         * cut-n-paste/Makefile.am:
5878         * cut-n-paste/totem-screensaver/.cvsignore
5879         * cut-n-paste/totem-screensaver/Makefile.am:
5880         * cut-n-paste/totem-screensaver/README:
5881         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5882         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5883         * shell/Makefile.am:
5884         * shell/ev-window.c: (ev_window_run_presentation),
5885         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5886         (ev_window_init):
5887
5888         Implemented screensaver enabling/disabling for
5889         presentation mode (not fullscreen mode). Code stolen
5890         from Totem (with some minor tweaks). Fixes bug #338889.
5891
5892 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5893
5894         * configure.ac:
5895
5896         Bump gnome-icon-theme requirements. We use the rotation
5897         icons that appeared recently.
5898
5899 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * shell/ev-history.c: (ev_history_add_page):
5902         * shell/ev-history.h:
5903         * shell/ev-window.c: (page_changed_cb):
5904         
5905         Use page labels instead of numbers.
5906
5907 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * data/evince-toolbar.xml:
5910         * po/POTFILES.in:
5911         * shell/Makefile.am:
5912         * shell/ev-navigation-action-widget.c:
5913         (ev_navigation_action_widget_init),
5914         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5915         (menu_detacher), (ev_navigation_action_widget_set_menu),
5916         (menu_position_func), (popup_menu_under_arrow),
5917         (ev_navigation_action_widget_toggled),
5918         (ev_navigation_action_widget_button_press_event):
5919         * shell/ev-navigation-action-widget.h:
5920         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5921         (ev_navigation_action_set_window), (activate_menu_item_cb),
5922         (new_history_menu_item), (new_empty_history_menu_item),
5923         (build_menu), (menu_activated_cb), (connect_proxy),
5924         (create_tool_item), (ev_navigation_action_init),
5925         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5926         * shell/ev-navigation-action.h:
5927         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5928         (ev_page_action_widget_set_page_cache),
5929         (ev_page_action_widget_finalize),
5930         (ev_page_action_widget_class_init), (match_selected_cb),
5931         (display_completion_text), (match_completion), (build_new_tree_cb),
5932         (get_filter_model_from_model),
5933         (ev_page_action_widget_update_model):
5934         * shell/ev-page-action-widget.h:
5935         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5936         (connect_proxy):
5937         * shell/ev-page-action.h:
5938         * shell/ev-stock-icons.c:
5939         * shell/ev-stock-icons.h:
5940         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5941         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5942         (register_custom_actions):
5943         * shell/main.c:
5944         
5945         Preliminary history implementation
5946
5947 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5950         (dvi_document_class_init), (dvi_document_init_params):
5951         * dvi/mdvi-lib/font.c: (font_reference):
5952         
5953         Add reference to subfont. Fixes bug #374277.
5954
5955 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5956
5957         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5958         (ev_window_cmd_file_open_copy_at_dest):
5959
5960         Fix a race condition when creating symlink. Increase the counter
5961         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5962         Mathias Hasselmann).
5963
5964 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5965
5966         * backend/Makefile.am:
5967         * backend/ev-attachment.c: (ev_attachment_open):
5968         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5969         (ev_tmp_dir), (ev_tmp_filename):
5970         * shell/ev-sidebar-attachments.c:
5971         (ev_sidebar_attachments_drag_data_get):
5972         * shell/ev-window.c: (ev_window_clear_temp_file):
5973
5974         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5975         in ensure_dir_exists. Abort without crashing when we can't create
5976         user's directory.
5977
5978 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5979
5980         * data/evince-ui.xml:
5981         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5982         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5983         (ev_window_cmd_file_open_copy_at_dest),
5984         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5985         (ev_view_popup_cmd_open_link_new_window):
5986
5987         Allow opening a copy of the current document in a new window. Fixes bug
5988         #357472
5989
5990 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * data/evince-toolbar.xml:
5993         
5994         Add rotate right and rotate left to available items for toolbar.
5995         
5996         * data/evince-ui.xml:
5997         * shell/ev-window.c: (ev_window_init):
5998         
5999         Customize toolbar with right click. Fixes bug #372451.
6000
6001 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6002
6003         * shell/ev-window.c: 
6004         
6005         Use "object-rotate-{left,right}" stock icons. Fixes 
6006         bug #373863.
6007
6008 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6009
6010         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6011         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6012         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6013         (ev_window_open_uri):
6014         * shell/main.c: (arguments_parse):
6015
6016         Remove temp file created when evince is used by GTK+ in
6017         preview mode. Fixes bug #365282. 
6018
6019 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6022         
6023         Fixes bug #372474 - Side pane disabled when entering 
6024         and leaving fullscreen mode.
6025
6026 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6027
6028         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6029         * data/Makefile.am:
6030         * data/evince-preview-toolbar.xml:
6031         * data/evince-toolbar.xml:
6032         * shell/ev-application.c: (ev_application_shutdown),
6033         (ev_application_init), (ev_application_get_toolbars_model):
6034         * shell/ev-application.h:
6035         * shell/ev-window.c: (update_chrome_visibility),
6036         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6037         (ev_window_cmd_edit_toolbar), (ev_window_init):
6038         
6039         Fixes bug #364364 - toolbar editor shows zoom actions again.
6040
6041 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6042
6043         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6044
6045         Do not take margins into consideration for paper size when printing.
6046         Really fixes bug #350491.
6047
6048 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6049
6050         * data/evince-ui.xml:
6051         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6052         (ev_window_cmd_file_print_setup),
6053         (ev_window_print_dialog_response_cb),
6054         (ev_window_setup_action_sensitivity):
6055
6056         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6057
6058 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6059
6060         * shell/ev-window.c: (ev_window_print_range):
6061
6062         Revert my previuos commit, since printing to PDF is not supported by
6063         evince yet. 
6064
6065 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6066
6067         * shell/ev-window.c: (ev_window_print_range):
6068
6069         Enable print to a PDF. Fixes bug #332121.
6070
6071 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6072
6073         * shell/ev-application-service.xml:
6074         * shell/ev-application.[ch]: (ev_application_open_window),
6075         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6076         (ev_application_open_uri), (ev_application_open_uri_list):
6077         * shell/ev-window.c: (file_open_dialog_response_cb),
6078         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6079         (drag_data_received_cb), (open_remote_link):
6080         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6081
6082         Add support for multiscreen systems. Fixes bug #316206.
6083
6084 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6085
6086         * shell/ev-jobs.[ch]: (ev_job_print_new),
6087         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6088         (ev_job_print_do_page):
6089         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6090
6091         Allow printing only odd/even pages. Fixes bug #367289.
6092
6093 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6094
6095         * test/test1.py:
6096         * test/test2.py:
6097
6098         Re-add locale settings to test files.
6099
6100 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * data/evince-ui.xml:
6103         * shell/ev-window.c: (set_action_properties):
6104         
6105         Removed garbage from code and ui.
6106
6107 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6108
6109         * shell/ev-window.c: (ev_window_cmd_help_about):
6110
6111         Shamelessly add my name to the list of contributors.
6112
6113 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6114
6115         * test/test1.py:
6116         * test/test2.py:
6117
6118         Cleaned up the dogtail scripts.
6119
6120 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6121
6122         * shell/ev-view.c: (draw_loading_text): Don't render
6123         "loading..." text in presentation mode. Temporary
6124         workaround for bug #320352.
6125
6126 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6127
6128         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6129         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6130
6131         Use print settings scale, copies, collate and reverse which were
6132         ignored. Fixes bug #359032.
6133
6134 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * configure.ac:
6137         * data/evince-password.glade:
6138         * test/Makefile.am:
6139         * test/test-encrypt.pdf:
6140         * test/test-links.pdf:
6141         * test/test1.py:
6142         * test/test2.py:
6143
6144         Add automated UI tests for evince with dogtail. See
6145         bug #300948.    
6146
6147 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6148
6149         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6150
6151         Hide fullscreen toolbar when switching to another desktop workspace.
6152         Fixes bug #338871
6153
6154 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * shell/ev-window-title.c: 
6157         
6158         Test for .dvi in title of pdf documents.
6159
6160 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6161
6162         * shell/ev-view.c: (ev_view_scroll):
6163
6164         Page Up/Down should do page jumps in "Best fit" mode.
6165         If a user has explicitly chosen to view exactly one page
6166         at a time, scrolling just a part of the page when
6167         pressing Page Up/Down is not right. Fixes bug #323107.
6168
6169 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * NEWS:
6172         * configure.ac:
6173         
6174         Update for 0.6.1
6175
6176 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6177
6178         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6179         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6180         
6181         Correctly disconnect from job signals on destroy.
6182
6183 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * shell/ev-view-private.h:
6186         * shell/ev-view.c: (view_set_adjustment_values),
6187         (view_update_range_and_current_page),
6188         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6189         
6190         Fixes bug #343199, current page now follows find page.
6191
6192 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6193
6194         * backend/ev-document-factory.c:
6195         * configure.ac:
6196         Assigned OpenDocument presenation MIME type to the
6197         Impress backend. Added some missing (but harmless)
6198         #ifdefs in the document factory as well to make things
6199         consistent again. Fixes bug #360658.
6200
6201 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6202
6203         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6204         * backend/ev-document-find.c: (ev_document_find_get_type):
6205         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6206         * backend/ev-document-links.c: (ev_document_links_get_type):
6207         * backend/ev-document-security.c: (ev_document_security_get_type):
6208         * backend/ev-document-thumbnails.c:
6209         (ev_document_thumbnails_get_type):
6210         * backend/ev-document.c: (ev_document_get_type):
6211         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6212         * backend/ev-selection.c: (ev_selection_get_type):
6213         * cut-n-paste/recent-files/egg-recent-model.c:
6214         (egg_recent_model_get_type):
6215         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6216         (egg_recent_view_uimanager_get_type):
6217         * cut-n-paste/recent-files/egg-recent-view.c:
6218         (egg_recent_view_get_type):
6219         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6220         (egg_editable_toolbar_get_type):
6221         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6222         (egg_toolbar_editor_get_type):
6223         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6224         (egg_toolbars_model_get_type):
6225         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6226         (egg_tree_multi_drag_source_get_type):
6227         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6228         (ephy_zoom_action_get_type):
6229         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6230         (ephy_zoom_control_get_type):
6231         * impress/r_back.c: (_imp_fill_back):
6232         * properties/ev-properties-main.c:
6233         (ev_properties_plugin_register_type):
6234         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6235         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6236         (ev_view_accessible_factory_get_type):
6237
6238         Reduce relocations. Bug #360616.
6239
6240 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * backend/ev-document-factory.c:
6243         (ev_document_factory_get_document):
6244         
6245         Load document even if extension is wrong.
6246
6247 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * shell/ev-metadata-manager.c: (save_values):
6250         * shell/ev-window.c: (setup_size_from_metadata),
6251         (setup_view_from_metadata), (ev_window_setup_document),
6252         (ev_window_xfer_job_cb), (window_configure_event_cb):
6253         
6254         Set size according to the document size/page size ratio.
6255         That should correct rather wierd behaviour of the previous
6256         commit.
6257
6258 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-window.c: (setup_view_from_metadata):
6261         
6262         Set size for new windows from previous window size.
6263         See bugs #354968 and #168450 for details. Thanks
6264         to Meik Hellmund.
6265
6266 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * djvu/djvu-links.c: (build_tree):
6269
6270         Fix memory leak.
6271
6272 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6275         
6276         Don't make sidebar close button insensitive. Fixes
6277         bug #357871.
6278
6279 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6282         (ev_window_set_view_accels_sensitivity):
6283         
6284         Don't enable Slash on documents which don't support
6285         find. Fixes bug #358648.
6286
6287 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6288
6289         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6290         open dialog fall back to the current document uri if the
6291         filechooser hasn't been used before. Fixes bug #356980.
6292
6293 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6294
6295         * shell/ev-window.c: (ev_window_setup_recent), 
6296         (ev_window_get_recent_file_label):
6297
6298         Escape underscores in filenames of recent file items.
6299
6300 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * configure.ac:
6303         
6304         Bumped poppler requirements, really 0.5.3 is very 
6305         buggy, now we require 0.5.4.
6306
6307 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * djvu/Makefile.am:
6310         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6311         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6312         (djvu_document_document_links_iface_init):
6313         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6314         (number_from_string_10), (get_djvu_link_dest),
6315         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6316         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6317         (djvu_links_get_links), (djvu_links_find_link_dest),
6318         (djvu_links_get_links_model):
6319         * djvu/djvu-links.h:
6320         
6321         Add support for links and bookmarks in djvu documents. Thanks
6322         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6323         patch.
6324
6325 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6328         
6329         Reopen should reload document. Fixes 
6330         bug 327951.
6331
6332 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * configure.ac:
6335         * data/Makefile.am:
6336         * data/evince-16.png:
6337         * data/evince-22.png:
6338         * data/evince.png:
6339         * data/evince.svg:
6340         * data/icons/16x16/Makefile.am:
6341         * data/icons/16x16/evince.png:
6342         * data/icons/22x22/Makefile.am:
6343         * data/icons/22x22/evince.png:
6344         * data/icons/48x48/Makefile.am:
6345         * data/icons/48x48/evince.png:
6346         * data/icons/Makefile.am:
6347         * data/icons/scalable/Makefile.am:
6348         * data/icons/scalable/evince.svg:
6349         
6350         Install icons with correct names. Fixes
6351         bug #354429.
6352
6353 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * shell/ev-view.c: (ev_view_button_release_event):
6356
6357         Don't open links with middle mouse button. Fixes bug #353649
6358
6359 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * NEWS:
6362         * configure.ac:
6363         
6364         Update for release 0.6.0
6365
6366 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6369         Implement Close named action. Patch by Carlos Garcia Campos.
6370
6371 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6374         
6375         Don't clear link mapping on copy_job_to_job_info. Fixes
6376         bug 346168.
6377
6378 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6379
6380         * shell/main.c: (main):
6381
6382         Revert my previous commit, gnome_program_init owns the option context.
6383         Fix another memory leak in main. Both caught by Christian Persch. 
6384
6385 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6386
6387         * shell/main.c: (main):
6388
6389         Fix memory leak.
6390
6391 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6392
6393         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6394
6395         Fix crash when opening a pdf with password protection. 
6396
6397 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6398
6399         * pdf/ev-poppler.cc: (pdf_document_search_free):
6400
6401         Fix memory leak. 
6402
6403 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * backend/ev-document-factory.c:
6406         (ev_document_factory_get_document):
6407         * tiff/tiff-document.c: (tiff_document_finalize):
6408         
6409         More correct handling of document loading. Fixes
6410         bug #349043.
6411
6412 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6413
6414         * backend/ev-attachment.c: (ev_attachment_save):
6415
6416         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6417         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6418
6419 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6420         
6421         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6422         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6423
6424 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6425
6426         * shell/ev-sidebar-thumbnails.c:
6427
6428         Do not render thumbnails unless thumbnails page is active in the
6429         sidebar.
6430
6431 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6432
6433         * shell/ev-properties-dialog.c:
6434
6435         Fix dialogue spacing. Bug #351370.
6436
6437 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6438
6439         * configure.ac:
6440
6441         Use lowercase gettext catalog file names (evince.mo
6442         instead of Evince.mo)
6443
6444 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6445
6446         * shell/ev-sidebar-attachments.c:
6447
6448         GtkIconTheme is now screen safe too. Fixes bug #350878
6449
6450 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * shell/ev-window.c:
6453
6454         GtkRecent manager is now screen safe. Fixes bug #350145
6455
6456 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * shell/ev-sidebar.c: (ev_sidebar_init):
6459         
6460         Make sidebar close icon smaller. Fix for bug 350177.
6461         See also bugs 350176 and 165770.
6462
6463 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6464
6465         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6466
6467         Ignore zoom for xyz destinations when it's <= 1, keeping user
6468         preferences instead. Set correct sizing-mode for fith and fitv
6469         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6470
6471 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * NEWS:
6474         * configure.ac:
6475         
6476         Update for release 0.5.5
6477
6478 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6479         
6480         * shell/ev-window.c: (ev_window_cmd_escape)
6481
6482         Escape unfocus page entry. Fixes bug #345809.
6483
6484 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6487         (build_tree), (pdf_document_links_get_links),
6488         (pdf_document_links_find_link_dest):
6489         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6490         (goto_xyz_dest):
6491
6492         Convert from PDF style coordinates to X style coordinates in the
6493         backend rather than in the view. Fixes bug #338440
6494
6495 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6496
6497         * shell/ev-window.c:
6498         
6499         Remove Ctrl+Shift+T shortcut for toolbars. See
6500         the bug #350098.
6501
6502 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6503
6504         * configure.ac:
6505
6506         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6507         of this. 
6508
6509 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6510
6511         * configure.ac:
6512         * cut-n-paste/Makefile.am:
6513         * data/evince-ui.xml:
6514         * shell/Makefile.am:
6515         * shell/ev-application.[ch]:
6516         * shell/ev-window.c:
6517
6518         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6519         #349273
6520
6521 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6522
6523         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6524         findbar code: s/help/search/
6525
6526 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6527
6528         * shell/ev-window.c: (setup_document_from_metadata),
6529         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6530         (setup_view_from_metadata):
6531         
6532         Fix memory leaks.
6533
6534 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6535
6536         * autogen.sh, configure.ac: 
6537         
6538         Update automake usage. See bug 349292.
6539
6540 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * shell/eggfindbar.c: (egg_find_bar_class_init),
6543         (entry_activate_callback), (egg_find_bar_init),
6544         (egg_find_bar_set_status_text):
6545         * shell/eggfindbar.h:
6546         
6547         Unify Evince findbar with Epiphany. Nice patch
6548         from Fabricio Silva <silva@crans.org> and
6549         Frederic Peters <fpeters@entrouvert.com>. See
6550         bug #339966 for details.
6551
6552 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * data/evince.desktop.in.in:
6555         
6556         Correct information for bugzilla. Thanks to
6557         Olaf Vitters, see bug #348855.
6558
6559 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6560
6561         * shell/ev-jobs.[ch]:
6562         * shell/ev-sidebar-links.c:
6563         * shell/ev-window.[ch]:
6564
6565         GtkPrintJob doesn't support print ranges or current page, so we export
6566         to a ps file now when printing ranges or current page.
6567
6568 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * pdf/ev-poppler.cc:
6571         * shell/ev-window.c: (do_action_named):
6572
6573         We should be more clear about bugzilla. See the
6574         poppler bug #7623.
6575
6576 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6577
6578         * configure.ac:
6579         * shell/Makefile.am:
6580         * shell/ev-job-queue.c:
6581         * shell/ev-jobs.[ch]:
6582         * shell/ev-sidebar-links.c:
6583         * shell/ev-window.[ch]:
6584         
6585         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6586         #348422
6587
6588 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6589
6590         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6591         * shell/ev-application-service.xml:
6592         * shell/ev-application.[ch]:
6593         * shell/ev-jobs.[ch]:
6594         * shell/ev-window.[ch]: (ev_window_run_preview):
6595         * shell/main.c: 
6596
6597         Add preview mode to use evince as a printing previewer. It also adds
6598         other command line options for fullscreen and presentation modes.
6599         Fixes bugs #347822, #317031
6600
6601 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * NEWS:
6604         * configure.ac:
6605         
6606         Update for release 0.5.4
6607
6608 2006-07-11  Bastien Nocera <hadess@hadess.net>
6609
6610         * Makefile.am:
6611         * backend/Makefile.am:
6612         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6613         * backend/ev-document-factory.h:
6614         * configure.ac:
6615         * impress/.cvsignore:
6616         * impress/Makefile.am:
6617         * impress/common.h:
6618         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6619         (imp_get_page), (imp_next_page), (imp_prev_page),
6620         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6621         * impress/f_oasis.c: (render_object), (render_page),
6622         (get_geometry), (_imp_oasis_load):
6623         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6624         (_imp_oo13_load):
6625         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6626         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6627         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6628         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6629         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6630         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6631         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6632         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6633         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6634         (iks_new_within), (iks_insert), (iks_insert_cdata),
6635         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6636         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6637         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6638         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6639         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6640         (iks_cdata), (iks_cdata_size), (iks_has_children),
6641         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6642         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6643         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6644         (iks_tree), (iks_load), (iks_save):
6645         * impress/iksemel.h:
6646         * impress/imposter.h:
6647         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6648         (imp_render_draw_bezier_real), (imp_render_get_size),
6649         (imp_render_set_fg_color), (imp_render_draw_line),
6650         (imp_render_draw_rect), (imp_render_draw_polygon),
6651         (imp_render_draw_arc), (imp_render_draw_bezier),
6652         (imp_render_open_image), (imp_render_get_image_size),
6653         (imp_render_scale_image), (imp_render_draw_image),
6654         (imp_render_close_image), (imp_render_markup),
6655         (imp_render_get_text_size), (imp_render_draw_text),
6656         (impress_document_load), (impress_document_save),
6657         (impress_document_get_n_pages), (impress_document_get_page_size),
6658         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6659         (impress_document_finalize), (impress_document_class_init),
6660         (impress_document_can_get_text), (impress_document_get_info),
6661         (impress_document_document_iface_init),
6662         (impress_document_thumbnails_get_thumbnail),
6663         (impress_document_thumbnails_get_dimensions),
6664         (impress_document_document_thumbnails_iface_init),
6665         (impress_document_init):
6666         * impress/impress-document.h:
6667         * impress/internal.h:
6668         * impress/r_back.c: (_imp_fill_back):
6669         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6670         (_imp_draw_image), (_imp_tile_image):
6671         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6672         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6673         (r_polyline):
6674         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6675         (r_draw_gradient_complex), (r_draw_gradient):
6676         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6677         (r_get_bullet):
6678         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6679         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6680         (r_text):
6681         * impress/render.c: (imp_create_context), (imp_context_set_page),
6682         (imp_context_set_step), (imp_render), (imp_delete_context):
6683         * impress/render.h:
6684         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6685         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6686         (zip_load_xml), (zip_get_size), (zip_load):
6687         * impress/zip.h:
6688         * shell/ev-utils.c:
6689         
6690         New backend to support impress slides. Fixes bug #30867.
6691
6692 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6693
6694         * shell/ev-utils.c: (using_postscript_printer):
6695         
6696         Fixes crash when print using PAPI backend,
6697         bug #345012.
6698
6699 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6700
6701         * shell/ev-jobs.c: (ev_job_xfer_run):
6702         * shell/ev-window.c: (password_dialog_response),
6703         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6704         (ev_window_dispose):
6705         Fixes bug #344160: if the xfer job doesn't complete
6706         because a password is required, reload the existing
6707         instance instead of creating a new one.
6708
6709 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/main.c: (main): Call gdk_threads_init. Thus
6712         we'll avoid errors in auth dialog. Fix for the bug
6713         #343347.
6714
6715 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6716
6717         * configure.ac: Advertise pixbuf support, fix
6718         for the bug 343317.
6719
6720 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6723         (ev_sidebar_thumbnails_set_document):
6724         
6725         Update sidebar thumbnails after reloading.
6726
6727 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6728
6729         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6730         * shell/ev-jobs.h:
6731         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6732         (ev_window_cmd_view_reload), (ev_window_init):
6733         
6734         Don't crash on reload. Fix for the bug #343167.
6735
6736 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-jobs.c: (ev_job_render_run):
6739         
6740         Check for document links.
6741
6742 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6743
6744         * backend/ev-attachment.c: (ev_attachment_save),
6745         (ev_attachment_launch_app), (ev_attachment_open):
6746         * backend/ev-document-factory.c: (get_document_from_uri):
6747         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6748         (egg_recent_view_uimanager_set_list):
6749         * ps/ps-document.c: (check_filecompressed), (document_load),
6750         (ps_document_load):
6751         * shell/ev-metadata-manager.c: (load_values):
6752         * shell/ev-password.c: (ev_password_dialog_set_property):
6753         * shell/ev-view.c: (tip_from_link):
6754         * shell/ev-window.c: (file_save_dialog_response_cb),
6755         (ev_window_print_dialog_response_cb):
6756         
6757         Use consistent quoting style. Fix for the bug #320285.
6758
6759 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * shell/ev-jobs.c: (ev_job_xfer_run):
6762         * shell/main.c: (load_files):
6763                 
6764         Open links with anchors. Fix for the bug #339836.
6765
6766 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6769         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6770         (ev_link_dest_set_property), (ev_link_dest_finalize),
6771         (ev_link_dest_class_init), (ev_link_dest_new_named),
6772         (ev_link_dest_new_page_label):
6773         * backend/ev-link-dest.h:
6774         * shell/ev-application.c: (ev_application_open_uri):
6775         * shell/ev-view.c: (goto_dest):
6776         * shell/ev-window.c:
6777         * shell/ev-window.h:
6778         
6779         Fix page-label command line option. Bug #342070.
6780
6781 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6782
6783         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6784         
6785         Don't show highlight rects if page can't be showed. Fix for 
6786         the bug #342076
6787
6788 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * shell/ev-window.c: (setup_sidebar_from_metadata),
6791         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6792         
6793         Setup sidebar from metadata even if there is no document
6794         loaded. Fix for the bug #342807.
6795
6796 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * cut-n-paste/toolbar-editor/Makefile.am:
6799         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6800         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6801         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6802         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6803         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6804         (popup_context_menu_cb), (button_press_event_cb),
6805         (configure_item_sensitivity), (configure_item_cursor),
6806         (configure_item_tooltip), (connect_widget_signals),
6807         (action_sensitive_cb), (create_item_from_action),
6808         (create_item_from_position), (toolbar_drag_data_received_cb),
6809         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6810         (toolbar_drag_leave_cb), (configure_drag_dest),
6811         (toggled_visibility_cb), (toolbar_visibility_refresh),
6812         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6813         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6814         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6815         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6816         (egg_editable_toolbar_dispose),
6817         (egg_editable_toolbar_set_ui_manager),
6818         (egg_editable_toolbar_get_selected),
6819         (egg_editable_toolbar_set_selected), (set_edit_mode),
6820         (egg_editable_toolbar_set_property),
6821         (egg_editable_toolbar_get_property),
6822         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6823         (egg_editable_toolbar_new_with_model),
6824         (egg_editable_toolbar_get_edit_mode),
6825         (egg_editable_toolbar_set_edit_mode),
6826         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6827         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6828         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6829         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6830         (item_added_or_removed_cb), (toolbar_removed_cb),
6831         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6832         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6833         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6834         (editor_create_item_from_name), (append_table),
6835         (update_editor_sheet), (egg_toolbar_editor_init):
6836         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6837         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6838         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6839         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6840         (toolbar_node_free), (egg_toolbars_model_get_flags),
6841         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6842         (egg_toolbars_model_get_name), (impl_add_item),
6843         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6844         (parse_data_list), (parse_item_list), (parse_toolbars),
6845         (egg_toolbars_model_load_toolbars), (parse_available_list),
6846         (parse_names), (egg_toolbars_model_load_names),
6847         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6848         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6849         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6850         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6851         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6852         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6853         (egg_toolbars_model_set_types), (fill_avail_array),
6854         (egg_toolbars_model_get_name_avail),
6855         (egg_toolbars_model_get_name_flags),
6856         (egg_toolbars_model_set_name_flags):
6857         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6858         * cut-n-paste/toolbar-editor/eggintl.h:
6859         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6860         (egg_tree_multi_drag_source_get_type),
6861         (egg_tree_multi_drag_source_row_draggable),
6862         (egg_tree_multi_drag_source_drag_data_delete),
6863         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6864         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6865         (path_list_free), (set_context_data), (get_context_data),
6866         (get_info), (egg_tree_multi_drag_drag_data_get),
6867         (egg_tree_multi_drag_motion_event),
6868         (egg_tree_multi_drag_button_press_event),
6869         (egg_tree_multi_drag_add_drag_support):
6870         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6871         * shell/ev-application.c: (ev_application_init),
6872         (ev_application_save_toolbars_model):
6873         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6874         (ev_window_cmd_edit_toolbar), (ev_window_init):
6875         
6876         Sync toolbareditor with epiphany and libegg
6877
6878 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6879
6880         * configure.ac: 
6881
6882         Depend on poppler 0.5.2
6883
6884 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/ev-jobs.c: (ev_job_render_run):
6887         
6888         Check if document supports links iterface.
6889
6890 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * NEWS:
6893         * configure.ac:
6894         
6895         Update for release 0.5.3
6896
6897 2006-05-13  Michael Plump  <plumpy@skylab.org>
6898
6899         * configure.ac:
6900         * shell/Makefile.am:
6901         * shell/main.c: (main):
6902         
6903         Port to GOption command line parsing. Fix for the 
6904         bug #327518
6905
6906 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6907
6908         * shell/ev-window.c: (ev_window_cmd_help_about):
6909         
6910         Do not wrap license. Fix for the bug #309460.
6911
6912 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6913
6914         * configure.ac:
6915         * properties/ev-properties-main.c: (ev_properties_get_pages):
6916         * shell/ev-application.c: (ev_application_open_window),
6917         (ev_application_open_uri_at_dest):
6918         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6919         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6920         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6921         * shell/ev-utils.c: (save_print_config_to_file):
6922         * shell/ev-window.c: (ev_window_cmd_save_as),
6923         (ev_attachment_popup_cmd_save_attachment_as):
6924         * shell/main.c: (load_files_remote):
6925         
6926         Bump requirements to gtk 2.8 and drop all ifdefs used.
6927
6928 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6929
6930         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6931         * shell/ev-window.c: (ev_window_init):
6932         
6933         Show attachments page.
6934
6935 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * po/POTFILES.in:
6938         * shell/ev-attachment-bar.c:
6939         * shell/ev-attachment-bar.h:
6940         * shell/ev-sidebar-attachments.c:
6941         (ev_sidebar_attachments_icon_cache_add),
6942         (icon_theme_get_pixbuf_from_mime_type),
6943         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6944         (ev_sidebar_attachments_icon_cache_refresh),
6945         (ev_sidebar_attachments_get_attachment_at_pos),
6946         (ev_sidebar_attachments_popup_menu_show),
6947         (ev_sidebar_attachments_popup_menu),
6948         (ev_sidebar_attachments_button_press),
6949         (ev_sidebar_attachments_update_icons),
6950         (ev_sidebar_attachments_drag_data_get),
6951         (ev_sidebar_attachments_get_property),
6952         (ev_sidebar_attachments_destroy),
6953         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6954         (ev_sidebar_attachments_new),
6955         (ev_sidebar_attachments_set_document),
6956         (ev_sidebar_attachments_support_document),
6957         (ev_sidebar_attachments_get_label),
6958         (ev_sidebar_attachments_page_iface_init):
6959         * shell/ev-sidebar-attachments.h:
6960         * shell/ev-window.c: (update_chrome_visibility),
6961         (setup_sidebar_from_metadata), (ev_window_setup_document),
6962         (ev_window_sidebar_current_page_changed_cb),
6963         (attachment_bar_menu_popup_cb), (ev_window_init):
6964         
6965         Move attachments bar to sidebar.
6966
6967 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6968
6969         * pdf/ev-poppler.cc:
6970         * shell/ev-application.[ch]:
6971         * shell/main.c:
6972
6973         Fix some memory leaks.
6974
6975 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6976
6977         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6978
6979         Change the properties dialog response to
6980         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6981         will make the dialog go away when the user presses
6982         enter. With gtk+ >= 2.9 this will happen anyway, but for
6983         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6984         escape by default. Fixes bug #340539. See also bug
6985         #101293 for the gtk+ part.
6986
6987 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6988
6989         * shell/ev-view.c (tip_from_action_named): Replace some strings
6990         that were wrong. Closes #340970.
6991
6992 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6993
6994         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6995
6996         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6997         #341049
6998
6999 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7000
7001         * djvu/Makefile.am:
7002         * dvi/Makefile.am:
7003         * dvi/mdvi-lib/Makefile.am:
7004         * properties/Makefile.am:
7005         * ps/Makefile.am:
7006         * shell/Makefile.am:
7007         * thumbnailer/Makefile.am:
7008         
7009         Due to broken libtool that is unable to track dependencies
7010         of noinst libraries we are forced to explicitely point
7011         libraries for binary. Fix for the bug #333334.
7012
7013 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * data/evince.desktop.in.in:
7016         * shell/ev-view.c: (view_update_range_and_current_page),
7017         (ev_view_next_page), (ev_view_previous_page):
7018         * shell/ev-window.c: (update_chrome_visibility),
7019         (setup_sidebar_from_metadata), (ev_window_setup_document),
7020         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7021         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7022         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7023         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7024         (ev_window_stop_presentation), (ev_window_focus_in_event),
7025         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7026         (ev_window_init):
7027         * thumbnailer/Makefile.am:
7028         
7029         Update fullscreen and presentation timeout handling. Hide
7030         cursor in presentation after timeout. Fix for the bugs
7031         #136359 and #336981.
7032
7033 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7034
7035         * backend/ev-link-action.[ch]:
7036         * pdf/ev-poppler.cc: (ev_link_from_action):
7037         * shell/ev-view-private.h:
7038         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7039         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7040
7041         Add support for Named Action links
7042
7043 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7044
7045         * backend/Makefile.am:
7046         * backend/ev-document-links.[ch]:
7047         * backend/ev-document.[ch]:
7048         * backend/ev-link-action.[ch]:
7049         * backend/ev-link-dest.[ch]:
7050         * backend/ev-link.[ch]:
7051         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7052         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7053         * shell/ev-page-action.c: (build_new_tree_cb):
7054         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7055         (links_page_num_func), (update_page_callback):
7056         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7057         (tip_from_link):
7058         * shell/ev-jobs.c:
7059         * shell/ev-window.[ch]: (ev_window_open_uri),
7060         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7061         * shell/ev-application.[ch]: (ev_application_open_window),
7062         (ev_application_open_uri):
7063
7064         Rework links system, it adds support for remote links now and it makes
7065         easier to add new kinds of actions and destinations. Fixes bug #317292
7066
7067 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * data/Makefile.am:
7070         * data/evince.png:
7071         * data/evince-16.png:
7072         * data/evince-22.png:
7073         * data/evince.svg:
7074         * shell/main.c: (main):
7075         
7076         Evince use it's own icon. Fix for the bug #313392.
7077
7078         * shell/ev-window.c: (fullscreen_timeout_cb),
7079         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7080         (ev_window_cmd_help_about), (ev_window_dispose):
7081         
7082         Simplify fullscreen timeout code.
7083
7084 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7085
7086         * backend/ev-attachment.c: 
7087         * shell/ev-attachment-bar.c:
7088         * shell/ev-window.c:
7089
7090         Allow multiple selection of attachments
7091
7092 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * shell/ev-view.c: (view_update_range_and_current_page),
7095         (ev_view_scroll):
7096         
7097         Fix for the bug #312573 – Optimal selection of current 
7098         page among visible pages.
7099
7100 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * configure.ac:
7103         * djvu/Makefile.am:
7104         * djvu/djvu-text.h:
7105         
7106         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7107         for the bug 339868.
7108
7109 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7110
7111         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7112
7113 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7114
7115         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7116         dictated by the GNOME HIG. Fixes bug #339235.
7117
7118 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7119
7120         * data/evince-ui.xml:
7121         * shell/ev-view.c: (ev_view_can_find_previous):
7122         * shell/ev-view.h:
7123         * shell/ev-window.c: (ev_window_update_actions),
7124         (ev_window_cmd_edit_find_previous):
7125
7126         Add support for "Find Previous" as dictated by the GNOME HIG. A
7127         menu item is added and some glue code to make it all work is added
7128         to various files.
7129
7130 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7131
7132         * configure.ac: Award myself the "useless use of cat" award.
7133
7134 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7135
7136         * po/LINGUAS: New file listing all supported languages.
7137
7138         * configure.in: Use po/LINGUAS instead of including all languages
7139         directly in this file. See the wiki for more information:
7140         http://live.gnome.org/GnomeGoals/PoLinguas
7141
7142 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7143
7144         * backend/ev-document-factory.c:
7145
7146         Do not load the document twice when there isn't errors
7147
7148 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7149
7150         * backend/ev-attachment.c: 
7151
7152         Fix a crash when there isn't a default application to open an
7153         attachment
7154
7155 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7156
7157         * backend/ev-attachment.[ch]:
7158         * shell/ev-attachment-bar.[ch]:
7159
7160         Added missing files. 
7161
7162 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7163
7164         * backend/Makefile.am:
7165         * data/evince-ui.xml:
7166         * backend/ev-attachment.[ch]:
7167         * backend/ev-document.[ch]: (ev_document_has_attachments),
7168         (ev_document_get_attachments):
7169         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7170         (attachment_save_to_buffer), (pdf_document_get_attachments),
7171         (pdf_document_document_iface_init):
7172         * shell/Makefile.am:
7173         * shell/ev-attachment-bar.[ch]:
7174         * shell/ev-window.c:
7175
7176         Add support for PDF attachments. Fixes bug #325143
7177
7178 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * backend/ev-document-factory.c: (get_document_from_uri),
7181         (ev_document_factory_get_document):
7182         * backend/ev-document-factory.h:
7183         * properties/ev-properties-main.c: (ev_properties_get_pages):
7184         * shell/Makefile.am:
7185         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7186         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7187         (ev_job_queue_remove_job):
7188         * shell/ev-job-queue.h:
7189         * shell/ev-job-xfer.c:
7190         * shell/ev-job-xfer.h:
7191         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7192         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7193         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7194         (ev_job_xfer_run):
7195         * shell/ev-jobs.h:
7196         * shell/ev-window.c: (ev_window_is_empty),
7197         (password_dialog_response), (ev_window_clear_xfer_job),
7198         (ev_window_xfer_job_cb), (ev_window_open_uri),
7199         (ev_window_cmd_focus_page_selector),
7200         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7201         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7202         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7203         (ev_window_dispose):
7204         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7205         
7206         * Cleanup mime type detection on document load. Fix for the
7207         bug #336448.
7208
7209 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7212         
7213         Fix crash on exit, described in the bug #336825.
7214
7215 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * backend/ev-document-factory.c:
7218         (ev_document_factory_get_from_mime),
7219         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7220         (ev_document_factory_get_document),
7221         (file_filter_add_mime_list_and_free),
7222         (ev_document_factory_add_filters):
7223         * backend/ev-document-factory.h:
7224         * properties/ev-properties-main.c: (ev_properties_get_pages):
7225         * shell/Makefile.am:
7226         * shell/ev-application.c:
7227         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7228         * shell/ev-window.c: (ev_window_cmd_file_open),
7229         (ev_window_cmd_save_as):
7230         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7231         
7232         Rework factory functions so they are placed now in a single 
7233         file ev-document-factory.c
7234
7235 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7236
7237         * shell/ev-window.c: (update_chrome_visibility):
7238         
7239         Fix for the bug 166566 - don't show menubar in fullscreen
7240         mode.
7241
7242 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7243
7244         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7245
7246 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7247
7248         * shell/ev-view.c: (ev_view_expose_event):
7249         
7250         More correctly draw loading text when document
7251         is empty.
7252
7253 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * shell/ev-view.c: (ev_view_scroll):
7256         
7257         Fix for the bug #334854, page down and page up switch
7258         pages in presentation mode.
7259
7260 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7261
7262         * shell/ev-window.c: (ev_window_set_action_sensitive),
7263         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7264         (ev_window_set_view_accels_sensitivity),
7265         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7266         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7267         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7268         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7269         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7270         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7271         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7272         (view_actions_focus_in_cb), (ev_window_init):
7273         
7274         Fix for the bug #333902, now it's possible to search
7275         words with slash.
7276
7277 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7278
7279         * configure.ac: Added Breton translation.
7280         * po/br.po: Added Breton translation.
7281
7282 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7283
7284         * shell/ev-window-title (ev_window_title_update):
7285
7286         Fix memory leak in window title. Fixes bug #333944
7287
7288 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7289
7290         * shell/ev-metadata-manager.c (parseItem):
7291
7292         Fix memory leaks. Fixes bug #333945
7293
7294 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7295         
7296         * NEWS, configure.ac, TODO:
7297         
7298         Update for release 0.5.2.
7299
7300 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * shell/ev-view.c: (view_update_range_and_current_page),
7303         (page_changed_cb):
7304         
7305         Don't jump on scrolling, fix for the bug #333127.
7306
7307 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7308
7309         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7310         
7311         Scroll by one page in presentation mode. Fix for the bug
7312         #332993.
7313
7314 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7315
7316         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7317
7318 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7319
7320         * configure.ac  Added lv in ALL_LINGUAS line.
7321
7322 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7323         
7324         * NEWS, configure.ac:
7325         
7326         Update for release 0.5.1
7327
7328 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7329
7330         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7331         * backend/ev-document-misc.h:
7332         * shell/ev-view.c: (draw_one_page):
7333         
7334          Clairfy what page the toolbar page number applies to. Fix
7335          for the bug #328102.
7336
7337 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7338
7339         * shell/ev-view-private.h:
7340         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7341         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7342         (ev_view_search_changed):
7343         * shell/ev-view.h:
7344         * shell/ev-window.c: (find_bar_search_changed_cb):
7345         
7346         Dont't jump to find result if window was scrolled during search.
7347         Fix for the bug #313266.
7348
7349 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7350
7351         * shell/eggfindbar.c: (egg_find_bar_class_init):
7352         * shell/eggfindbar.h:
7353         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7354         * shell/ev-view-private.h:
7355         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7356         (ev_view_class_init), (ev_sizing_mode_get_type),
7357         (ev_scroll_type_get_type):
7358         * shell/ev-view.h:
7359         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7360         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7361         (ev_window_init):
7362         
7363         Fix for the bug 319133 - Find entry should allow text scroll.
7364
7365 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7366
7367         * shell/ev-view-private.h:
7368         * shell/ev-view.c: (view_update_range_and_current_page),
7369         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7370         (ev_view_set_document), (update_find_status_message),
7371         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7372         (ev_view_find_previous):
7373         
7374         Fix for the bug #319137. Search now takes account for scrolling.
7375
7376 2006-02-19  Michael Hofmann <mh21@piware.de>
7377
7378         * configure.ac:
7379         * djvu/Makefile.am:
7380         * djvu/djvu-document-private.h:
7381         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7382         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7383         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7384         (djvu_document_can_get_text), (djvu_document_get_text),
7385         (djvu_document_document_iface_init),
7386         (djvu_document_thumbnails_get_thumbnail),
7387         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7388         (djvu_document_find_get_result),
7389         (djvu_document_find_page_has_results),
7390         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7391         (djvu_document_find_iface_init):
7392         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7393         (djvu_text_page_selection), (djvu_text_page_limits_process),
7394         (djvu_text_page_limits), (djvu_text_page_copy),
7395         (djvu_text_page_position), (djvu_text_page_union),
7396         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7397         (djvu_text_page_box), (djvu_text_page_append_text),
7398         (djvu_text_page_search), (djvu_text_page_prepare_search),
7399         (djvu_text_page_new), (djvu_text_page_free):
7400         * djvu/djvu-text-page.h:
7401         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7402         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7403         (djvu_text_n_results), (djvu_text_has_results),
7404         (djvu_text_get_result), (djvu_text_get_progress):
7405         * djvu/djvu-text.h:
7406         
7407         Text search in djvu. Fix for the bug #303415.
7408
7409 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * configure.ac:
7412         * shell/ev-window.c: (ev_window_cmd_save_as):
7413         
7414         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7415         Thanks to Gary Coady <gary@lyranthe.org>
7416
7417 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * shell/ev-print-job.c: (idle_print_handler):
7420         
7421         Inverse order printing, bug #320919.
7422
7423 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7424
7425         * data/evince-toolbar.xml:
7426         * shell/ev-window.c:
7427         
7428         Allow to add sidebar checkbutton on toolbar. Fix
7429         for the bug #144577.
7430
7431 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7434         
7435         Add checks that have sense for empty ps document.
7436
7437 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7438
7439         * configure.ac: Include PS in mime types list. 
7440
7441 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * configure.ac:
7444         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7445         * ps/gsdefaults.h:
7446         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7447         
7448         Runtime check for gs interpreter. Fix for the bug #320868.
7449         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7450
7451 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7452
7453         * shell/ev-application.c: 
7454
7455         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7456         dbus>=0.60, so that the request is not queued. 
7457
7458 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * configure.ac:
7461         * shell/Makefile.am:
7462         * shell/ev-sidebar-links.c: (print_section_cb):
7463         * shell/ev-utils.c:
7464         * shell/ev-utils.h:
7465         * shell/ev-window.c: (update_action_sensitivity),
7466         (ev_window_close_dialogs), (ev_window_print):
7467         * shell/ev-window.h:
7468         
7469         Make printing support optional. Patch from Eduardo de Barros Lima
7470         <eduardo.lima@indt.org.br> for the bug #330546.
7471
7472 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7473
7474         * shell/ev-view-private.h:
7475         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7476         (ev_view_set_document):
7477         * shell/ev-view.h:
7478         * shell/ev-window.c: (ev_window_load_job_cb),
7479         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7480         (ev_window_init):
7481
7482         Draw Loading message during xfer job. Fix for the bug #329495.
7483
7484 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * comics/comics-document.c: (comics_regex_quote),
7487         (comics_document_load), (extract_argv):
7488         
7489         Correcly quote regexp before passing it to unzip.
7490
7491 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * shell/ev-page-cache.c: (build_height_to_page),
7494         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7495         (ev_page_cache_get_dual_even_left):
7496         * shell/ev-page-cache.h:
7497         * shell/ev-view.c: (view_update_range_and_current_page),
7498         (get_page_y_offset), (get_page_extents):
7499         
7500         Place even pages to the left if document has less then
7501         two pages. Fix for the bug #328856.
7502
7503 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7506         
7507         Correct comics scheme. This make evince create thumbnails
7508         for comic books. Fix for the bug 329088.
7509
7510 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7511
7512         * data/evince-password.glade: Don't explicitly set
7513         invisible_char to the current default value in case
7514         the default changes; let GTK+ do its magic.
7515
7516 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7519         real filename to tmp filename since often document
7520         type is determined by extension.
7521
7522 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7523
7524         * shell/ev-view.c: (add_scroll_binding_keypad),
7525         (ev_view_binding_activated), (ev_view_class_init):
7526         
7527         Add keybindings for percision-scrolling of display area. 
7528         Fix for the bug #314072.
7529
7530 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * data/evince.desktop.in.in:
7533         
7534         Add GTK to the list of categories. Fix for the bug #328034.
7535
7536 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * shell/ev-application.c: (ev_application_shutdown),
7539         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7540         * shell/ev-application.h:
7541         * shell/ev-window.c: (file_open_dialog_response_cb),
7542         (ev_window_cmd_file_open):
7543         
7544         Save last uri in file chooser dialog. Fix for the bug #327950.
7545
7546 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * NEWS:
7549         * README:
7550         
7551         Final update for release 0.5.0
7552         
7553         * shell/Makefile.am:
7554         
7555         Remove disable deprecated until we'll require libgnome-2.13.7
7556         and port to GOption argument parsing. See bug 327518.
7557
7558 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7559
7560         * comics/comics-document.c: (comics_document_save):
7561         * djvu/djvu-document.c: (djvu_document_save):
7562         * dvi/dvi-document.c: (dvi_document_save):
7563         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7564         * lib/ev-file-helpers.h:
7565         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7566         * tiff/tiff-document.c: (tiff_document_save):
7567         
7568         Use common save function for backends.
7569
7570 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7571
7572         * backend/ev-document-types.c:
7573         
7574         Fix crash on saving pixbuf.
7575
7576 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * cut-n-paste/recent-files/egg-recent-item.c:
7579         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7580         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7581         (parse_info_free), (valid_element), (start_element_handler),
7582         (end_element_handler), (text_handler), (egg_recent_model_filter),
7583         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7584         (egg_recent_model_monitor), (egg_recent_model_read),
7585         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7586         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7587         (egg_recent_model_set_property), (egg_recent_model_class_init),
7588         (egg_recent_model_init), (egg_recent_model_add_full),
7589         (egg_recent_model_delete), (egg_recent_model_get_list),
7590         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7591         (egg_recent_model_set_filter_mime_types),
7592         (egg_recent_model_clear_group_filter),
7593         (egg_recent_model_set_filter_groups),
7594         (egg_recent_model_clear_scheme_filter),
7595         (egg_recent_model_set_filter_uri_schemes),
7596         (egg_recent_model_remove_expired):
7597         * cut-n-paste/recent-files/egg-recent-util.c:
7598         (egg_recent_util_get_icon):
7599         * cut-n-paste/recent-files/egg-recent-util.h:
7600         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7601         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7602         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7603         (egg_recent_view_uimanager_set_property),
7604         (egg_recent_view_uimanager_get_property),
7605         (egg_recent_view_uimanager_class_init),
7606         (egg_recent_view_uimanager_init),
7607         (egg_recent_view_uimanager_set_label_width),
7608         (egg_recent_view_uimanager_get_label_width):
7609         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7610         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7611         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7612         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7613         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7614         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7615         
7616         Update from libegg.
7617
7618 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * shell/ev-page-cache.c: (build_height_to_page),
7621         (ev_page_cache_get_height_to_page):
7622         * shell/ev-page-cache.h:
7623         * shell/ev-view.c: (view_update_range_and_current_page),
7624         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7625         (ev_view_previous_page):
7626         
7627         Dual mode places even pages to the left. Fix for the bug #309393.
7628
7629         * shell/ev-view.h:
7630         * shell/ev-window.c: (update_action_sensitivity),
7631         (setup_view_from_metadata), (view_menu_popup_cb):
7632         
7633         Don't restore presentation in empty windows, more intelligent
7634         next page behaviour in dual mode.
7635
7636         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7637         (ev_pixbuf_cache_clear_job_sizes):
7638         
7639         Cleanup job callback on removal. Fix for the bug #325886.
7640
7641 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * ps/ps.c: (psscan):
7644         
7645         Commit workaround Mozilla problem. Fix for the bug #325919
7646         
7647         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7648         (save_item):
7649         
7650         Fix for year 2038 problem.
7651
7652 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7653
7654         * shell/ev-window.c: (setup_document_from_metadata),
7655         (ev_window_cmd_view_reload):
7656
7657         Clamp page recieved from metadata in valid values. Fix
7658         for the bug #325986.
7659
7660 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661
7662         * MAINTAINERS: 
7663         Add MAINTAINERS as requested on desktop-devel-list.
7664
7665 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7668         (mime_type_supported_by_gdk_pixbuf),
7669         (ev_document_factory_get_mime_types),
7670         (ev_document_factory_get_all_mime_types):
7671         
7672         Don't add pixbuf mime types if pixbuf backend is disabled.
7673         
7674         * shell/ev-application.c: (ev_application_get_uri_window):
7675         
7676         Fix for the bug 325815 - unhandled MIME type message doesn't 
7677         appear a second time. 
7678         
7679         * shell/ev-document-types.c: (ev_document_types_add_filters):
7680         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7681         (password_dialog_response), (ev_window_popup_password_dialog),
7682         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7683         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7684         (ev_window_run_presentation), (ev_window_stop_presentation),
7685         (save_sizing_mode), (ev_window_zoom_changed_cb),
7686         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7687         (ev_window_dual_mode_changed_cb),
7688         (ev_window_sidebar_current_page_changed_cb),
7689         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7690         (window_state_event_cb), (window_configure_event_cb):
7691         
7692         Cleanup additional uris holded by EvWindow.
7693
7694 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7697         (ev_view_can_previous_page), (ev_view_can_next_page):
7698         * shell/ev-view.h:
7699         * shell/ev-window.c: (update_action_sensitivity):
7700         
7701         Two page scrolling with Space and PageUp in dual mode. Second fix 
7702         for the bug #316608.
7703
7704 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7705
7706         * shell/ev-view.c: (scroll_to_current_page):
7707         
7708         Correctly clamp adjustment value. Fix for the bug
7709         #325808.
7710
7711 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * shell/ev-sidebar-links.c: (print_section_cb):
7714         * shell/ev-window.c: (ev_window_get_uri),
7715         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7716         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7717         (ev_window_dispose):
7718         
7719         Make print dialog non-modal. Fix for the bug #325622.
7720
7721 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * shell/ev-metadata-manager.c:
7724         * shell/ev-utils.c: (using_pdf_printer),
7725         (using_postscript_printer), (load_print_config_from_file),
7726         (save_print_config_to_file):
7727         * shell/ev-utils.h:
7728         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7729         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7730         (setup_view_from_metadata), (ev_window_setup_document),
7731         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7732         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7733         (ev_window_run_presentation), (ev_window_stop_presentation),
7734         (save_sizing_mode), (ev_window_zoom_changed_cb),
7735         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7736         (ev_window_dual_mode_changed_cb),
7737         (ev_window_sidebar_current_page_changed_cb),
7738         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7739         (window_state_event_cb), (window_configure_event_cb),
7740         (ev_window_init):
7741         
7742         Setting saving behaviour fixes.
7743
7744 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7745
7746         * configure.ac:
7747         
7748         Make antialiasing gs options better and allow
7749         to change them during configure. Fix for the 
7750         bug #319049.
7751
7752 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * shell/ev-window.c: (setup_view_from_metadata):
7755         
7756         Remember if last window was maximized. Fix for the
7757         bug #323797.
7758
7759 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7760
7761         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7762
7763 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7766         * shell/ev-page-action.c: (build_new_tree_cb):
7767         * shell/ev-sidebar-links.c: (links_page_num_func),
7768         (update_page_callback_foreach), (update_page_callback):
7769         * shell/ev-view.c: (scroll_to_current_page):
7770         
7771         Fix for the bug #325067 with more intelligent selection
7772         of current link in sidebar. Make sidebar handle links
7773         of FITR-like type more correctly.
7774
7775         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7776         (dvi_pixbuf_put_pixel):
7777         
7778         Fix memory consumtion with disabled alpha channel.
7779
7780 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7781
7782         * data/evince-ui.xml:
7783         * shell/ev-window.c: (view_menu_popup_cb),
7784         (ev_popup_cmd_open_link), (ev_window_init):
7785         
7786         Update context menu for internal links. Fix for the bug
7787         #325066.
7788
7789 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7792         
7793         Bind context menu to keyboard also. Fix for the bug
7794         #325065.
7795
7796 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-view.c: (selection_scroll_timeout_cb):
7799         
7800         Horizontal scroll on selection also.
7801
7802 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7803
7804         * shell/ev-metadata-manager.c: (parse_value):
7805         * shell/ev-view.c: (goto_xyz_link):
7806         
7807         Correct zoom setup and metadata save broken in 
7808         some locales.
7809
7810 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7811
7812         * shell/ev-view-private.h:
7813         * shell/ev-view.c: (scroll_to_current_page),
7814         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7815         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7816         (page_changed_cb), (ev_view_set_continuous),
7817         (ev_view_set_dual_page), (ev_view_set_presentation):
7818         
7819         Delay scroll until allocation to correctly position page. Fix
7820         for the bug #317334.
7821
7822 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * NEWS:
7825         * configure.ac:
7826         
7827         Update NEWS and require poppler 0.5.0.
7828
7829 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7830         
7831         * data/evince-ui.xml:
7832         * shell/ev-view-private.h:
7833         * shell/ev-view.c: (ev_view_get_link_at_location),
7834         (handle_link_over_xy), (ev_view_button_press_event),
7835         (ev_view_button_release_event), (ev_view_class_init):
7836         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7837         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7838         (ev_window_init):
7839         
7840         Implement right-click context menu.
7841
7842 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7845         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7846         (mdvi_pixbuf_device_render):
7847         * pdf/ev-poppler.cc:
7848
7849         Don't generate thumbnails with alpha. See bug #324077.
7850         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7851
7852 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7853
7854         * shell/ev-window.c: (setup_chrome_from_metadata):
7855         
7856         Fix typo that was hiding toolbar.
7857
7858 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * shell/ev-view-private.h:
7861         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7862         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7863         (ev_view_button_release_event), (ev_view_destroy):
7864         
7865         Small cleanup and autoscrolling during selection. Thanks to 
7866         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7867
7868 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7869
7870         * configure.ac:
7871         
7872         Correctly check for comics option.
7873
7874 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7875         * Makefile.am:
7876         * configure.ac:
7877         * backend/Makefile.am:
7878         * backend/ev-document-factory.c:
7879         * shell/ev-document-types.c:
7880
7881         Included option in configure to make ps backend 
7882         compilation optional with --disable-ps.
7883
7884 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * backend/ev-document-factory.c:
7887         * comics/Makefile.am:
7888         * comics/comics-document.c: (comics_document_load):
7889         * comics/ev-cbr-mime.xml:
7890         * configure.ac:
7891         
7892         Comics mime types are added to shared-mime-info CVS. Now
7893         we don't need to install our own mime types.
7894
7895 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * shell/ev-window.c:
7898         
7899         Add shortcut for "save a copy" menu entry. Fix for
7900         the bug #324582.
7901
7902 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7905         (job_finished_cb), (new_selection_pixbuf_needed),
7906         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7907         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7908         
7909         Rework selection job info logic and fix critical warning.
7910
7911 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7912
7913         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7914
7915 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7916
7917         * data/evince-ui.xml:
7918         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7919         
7920         Enter as shortcut key for next page. Fix for the bug
7921         #321394.
7922
7923 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7924
7925         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7926
7927 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7928
7929         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7930         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7931         (new_selection_pixbuf_needed),
7932         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7933         (clear_job_selection):
7934         
7935         Too early for 0.5. Pixbuf cache code cleaned a bit.
7936
7937 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7938
7939         * NEWS:
7940         * configure.ac:
7941         
7942         Release 0.5.0 preparation
7943
7944 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7945
7946         * comics/Makefile.am:
7947         * configure.ac:
7948         * shell/ev-document-types.c: (ev_document_types_add_filters):
7949         
7950         More advanced handling of custom mime type installation.
7951
7952 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * data/evince.schemas.in:
7955         * shell/ev-metadata-manager.c: (value_free),
7956         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7957         (ev_metadata_manager_get), (ev_metadata_manager_set):
7958         * shell/ev-metadata-manager.h:
7959         * shell/ev-window.c: (update_chrome_flag),
7960         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7961         (setup_document_from_metadata), (setup_chrome_from_metadata),
7962         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7963         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7964         (ev_window_view_toolbar_cb),
7965         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7966         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7967         
7968         Save last document settings and reuse them for new documents.
7969
7970 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7971
7972         * Makefile.am:
7973         * backend/Makefile.am:
7974         * backend/ev-document-factory.c:
7975         * backend/ev-document-factory.h:
7976         * comics/Makefile.am:
7977         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7978         (comics_document_load), (comics_document_save),
7979         (comics_document_get_n_pages), (comics_document_get_page_size),
7980         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7981         (comics_document_class_init), (comics_document_can_get_text),
7982         (comics_document_get_info), (comics_document_document_iface_init),
7983         (comics_document_init), (get_supported_image_extensions),
7984         (comics_document_thumbnails_get_geometry),
7985         (comics_document_thumbnails_get_thumbnail),
7986         (comics_document_thumbnails_get_dimensions),
7987         (comics_document_document_thumbnails_iface_init), (extract_argv):
7988         * comics/comics-document.h:
7989         * comics/ev-cbr-mime.xml:
7990         * configure.ac:
7991         * po/POTFILES.in:
7992         * shell/ev-application.c: (ev_application_register_service):
7993         * shell/ev-document-types.c: (ev_document_types_add_filters):
7994         * thumbnailer/Makefile.am:
7995         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7996         
7997         New CBR/CBZ backend for comic books.
7998
7999 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/main.c: (load_files_remote):
8002
8003         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8004         warning on startup of second instance is fixed. It
8005         is bug #320353.
8006
8007 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8008
8009         * shell/ev-window.c: (ev_window_finalize):
8010         
8011         Fix double free that cause crash.
8012
8013 2005-10-29  Bastien Nocera <hadess@hadess.net>
8014
8015         * tiff/tiff-document.c: (tiff_document_load):
8016         
8017         Fix memory leak.
8018
8019 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * po/POTFILES.in:
8022         * shell/Makefile.am:
8023         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8024         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8025         (ev_view_accessible_get_text),
8026         (ev_view_accessible_get_character_at_offset),
8027         (ev_view_accessible_get_text_before_offset),
8028         (ev_view_accessible_get_text_at_offset),
8029         (ev_view_accessible_get_text_after_offset),
8030         (ev_view_accessible_get_character_count),
8031         (ev_view_accessible_get_caret_offset),
8032         (ev_view_accessible_set_caret_offset),
8033         (ev_view_accessible_get_run_attributes),
8034         (ev_view_accessible_get_default_attributes),
8035         (ev_view_accessible_get_character_extents),
8036         (ev_view_accessible_get_offset_at_point),
8037         (ev_view_accessible_get_n_selections),
8038         (ev_view_accessible_get_selection),
8039         (ev_view_accessible_add_selection),
8040         (ev_view_accessible_remove_selection),
8041         (ev_view_accessible_set_selection),
8042         (ev_view_accessible_text_iface_init),
8043         (ev_view_accessible_idle_do_action),
8044         (ev_view_accessible_action_do_action),
8045         (ev_view_accessible_action_get_n_actions),
8046         (ev_view_accessible_action_get_description),
8047         (ev_view_accessible_action_get_name),
8048         (ev_view_accessible_action_set_description),
8049         (ev_view_accessible_action_iface_init),
8050         (ev_view_accessible_get_type), (ev_view_accessible_new),
8051         (ev_view_accessible_factory_get_accessible_type),
8052         (ev_view_accessible_factory_create_accessible),
8053         (ev_view_accessible_factory_class_init),
8054         (ev_view_accessible_factory_get_type):
8055         * shell/ev-view-accessible.h:
8056         * shell/ev-view-private.h:
8057         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8058         * shell/ev-view.h:
8059         
8060         Initial accessibility support.
8061
8062 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8063
8064         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8065
8066 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8067
8068         * shell/ev-print-job.c: (idle_print_handler):
8069         
8070         Fix for bug Bug 318916: Printing multiple pages.
8071
8072 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8073
8074         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8075
8076 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * pdf/ev-poppler.cc:
8079         
8080         Thumnail dimensions unified with other backends.
8081         
8082         * shell/ev-window-title.c: (ev_window_title_update):
8083         
8084         Fix warning.
8085
8086 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8087
8088         * data/ev-stock-zoom-fit-width.png:
8089         
8090         Remove unused file.
8091
8092 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8093
8094         * configure.ac:
8095         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8096         (djvu_document_finalize):
8097         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8098         (dvi_document_finalize):
8099         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8100         (pixbuf_document_save), (pixbuf_document_finalize):
8101         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8102         (tiff_document_finalize):
8103         
8104         Save a copy implemented for various backends.
8105
8106 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8107
8108         * configure.ac:
8109         
8110         Don't link with ltiff if tiff is disabled.
8111
8112 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8113
8114         * pdf/GDKSplashOutputDev.cc:
8115         * pdf/GDKSplashOutputDev.h:
8116         * pdf/Thumb.cc:
8117         * pdf/Thumb.h:
8118         * pdf/pdf-document.cc:
8119         * pdf/pdf-document.h:
8120         * pdf/test-gdk-output-dev.cc:
8121         
8122         Remove old unused files.
8123
8124 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8125
8126         * shell/ev-window.c: (ev_window_setup_document):
8127         
8128         Fixed warnings on reload and probably crash reason.
8129
8130 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * properties/ev-properties-view.c:
8133         (ev_properties_view_format_date):
8134         
8135         Check if date is invalid. Fix for bug 318134.
8136
8137 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8138
8139         * shell/ev-window-title.c:
8140         
8141         Add .indd files (Adobe Indesign) to the list of "bad
8142         extensions".
8143
8144 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146         * data/evince-ui.xml:
8147         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8148         
8149         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8150
8151 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8152
8153         * shell/ev-window.c: (launch_link), (launch_external_uri),
8154         (view_external_link_cb):
8155
8156         URL-escape link before passing it to gnome_vfs_url_show.
8157
8158 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8159
8160         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8161         there isn't text selected.
8162
8163 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8164
8165         * shell/ev-view.c: (handle_link_over_xy):
8166
8167         Check tooltip is valid utf8 before showing it
8168
8169 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8170
8171         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8172
8173 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8174
8175         * shell/ev-window-title.c: (ev_window_title_update):
8176
8177         Guard against using g_strstrip on NULL. Fixes bug #317291.
8178
8179 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8180
8181         * pdf/ev-poppler.cc:
8182
8183         Show title even for unknown links
8184
8185 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * shell/ev-window-title.c: (ev_window_title_update):
8188
8189         Strip the title string
8190
8191 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * shell/ev-window-title.c:
8194
8195         Add .rtf to the bad extensions list
8196
8197 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8200         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8201
8202         Ignore link coordinates if they are outside page bounds
8203
8204 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8205
8206         * backend/ev-link.c: (ev_link_type_get_type),
8207         (ev_link_get_filename), (ev_link_get_params),
8208         (ev_link_get_property), (ev_link_set_property),
8209         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8210         * backend/ev-link.h:
8211         * pdf/ev-poppler.cc:
8212         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8213         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8214         (ev_window_init):
8215
8216         Implement launch links. Delegate external link opening to
8217         the window.
8218
8219 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8222         (ev_link_get_right), (ev_link_get_property),
8223         (ev_link_set_property), (ev_link_class_init),
8224         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8225         * backend/ev-link.h:
8226         * pdf/ev-poppler.cc:
8227         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8228
8229         Implement fitr links
8230
8231 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8234         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8235         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8236         (ev_view_size_request_continuous),
8237         (ev_view_size_request_dual_page),
8238         (ev_view_size_request_single_page), (ev_view_size_allocate),
8239         (ev_view_zoom_for_size_continuous_and_dual_page),
8240         (ev_view_zoom_for_size_continuous),
8241         (ev_view_zoom_for_size_dual_page),
8242         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8243         (ev_sizing_mode_get_type):
8244         * shell/ev-view.h:
8245         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8246
8247         Do not use modes for link, we need to calculate size ad hoc.
8248         Still not perfect because of the usual scrollbar issues grrr.
8249
8250 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * backend/ev-link.c: (ev_link_type_get_type),
8253         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8254         * backend/ev-link.h:
8255         * pdf/ev-poppler.cc:
8256         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8257         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8258         (ev_view_size_request_continuous),
8259         (ev_view_size_request_dual_page),
8260         (ev_view_size_request_single_page), (ev_view_size_allocate),
8261         (zoom_for_size_fit_height),
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         Implement FIT_HEIGHT mode (only for links).
8271         Implement FITH links
8272
8273 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * shell/ev-window-title.c: (get_filename_from_uri),
8276         (ev_window_title_sanitize_extension), (ev_window_title_update),
8277         (ev_window_title_set_document), (ev_window_title_set_uri),
8278         (ev_window_title_free):
8279         * shell/ev-window-title.h:
8280         * shell/ev-window.c: (ev_window_setup_document),
8281         (ev_window_popup_password_dialog):
8282
8283         Refactor window title building while fixing it for
8284         password documents.
8285
8286 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * pdf/ev-poppler.cc:
8289
8290         Escape link title before setting it in the model
8291
8292 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/ev-application.c: (removed_from_session), (save_session),
8295         (init_session), (ev_application_get_empty_window),
8296         (ev_application_init), (ev_application_get_windows):
8297         * shell/ev-application.h:
8298         * shell/ev-window.c: (ev_window_finalize):
8299
8300         Add a function to retrieve window list and share it where
8301         necessary.
8302         Implement session handling, works pretty well thanks to the
8303         metadata system.
8304
8305 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8306
8307         * shell/ev-password.c: (ev_password_item_created_callback),
8308         (ev_password_dialog_save_password):
8309         
8310         Fix for bug 316972. Use async gnome-keyring API.
8311
8312 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8313
8314         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8315         Remove unused unrealize handler. Add scroll handling to
8316         ev_view_scroll_event for presentation mode (bug #316708),
8317         and fix the event state checks there.
8318
8319 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * shell/ev-page-action.c: (page_changed_cb):
8322
8323         "marco, maybe we should be crazy and jump right to 6! :)"
8324
8325         Bryan Clark, Sep 2005
8326
8327 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8328
8329         * ps/ps-document.c: (save_document), (ps_document_save),
8330         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8331         (ps_document_ps_export_end):
8332
8333         Fix unstructured documents save and print
8334
8335 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * shell/ev-application.c: (ev_application_open_uri):
8338
8339         Fix window size persistance
8340
8341 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8342
8343         * shell/ev-view.c: (ev_view_button_release_event):
8344
8345         Based on a patch from carlosgc@gnome.org. Mouse buttons
8346         switch pages in presentation mode.
8347
8348 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8351
8352         Dont cast to int before scaling
8353
8354 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * backend/ev-link.c: (ev_link_type_get_type),
8357         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8358         (ev_link_new_page_fith):
8359         * backend/ev-link.h:
8360         * pdf/ev-poppler.cc:
8361         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8362
8363         Implement FIT and FITH links
8364
8365 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8366
8367         * pdf/ev-poppler.cc:
8368
8369         Return 0 results when search is not in progress.
8370
8371         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8372         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8373
8374         Update menu sensitivity when cancelling search
8375
8376 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8377
8378         * shell/ev-view.c: (ev_view_can_find_next):
8379
8380         Take all pages in consideration, not just current one
8381
8382 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * shell/ev-page-cache.c:
8385         * shell/ev-page-cache.h:
8386         * shell/ev-view.c: (ev_view_binding_activated),
8387         (ev_view_next_page), (ev_view_previous_page),
8388         (ev_sizing_mode_get_type):
8389         * shell/ev-view.h:
8390         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8391         (ev_window_cmd_go_next_page):
8392
8393         Move page next/previous functions from page chace to
8394         view and change it to move by 2 page steps in dual mode.
8395
8396 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8397
8398         * shell/ev-window.c: (update_sidebar_visibility),
8399         (setup_sidebar_from_metadata), (ev_window_setup_document),
8400         (setup_view_from_metadata):
8401
8402         Show the index by default when there is one     
8403
8404 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * shell/ev-window-title.c: (ev_window_title_set_document):
8407
8408         Missing null check
8409
8410 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * shell/ev-view.c: (view_update_range_and_current_page):
8413         
8414         Allow display of last odd page in dual view. Fix for 316347.
8415
8416 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8417
8418         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8419         
8420         Make close button default. Fix for 316383.
8421
8422 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8423
8424         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8425         
8426         Mark close button as default. Fix for 316381.
8427
8428 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * backend/ev-link.c: (ev_link_class_init):
8431
8432         Allow negative doubles in left/top properties
8433
8434 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * shell/ev-window.c:
8437
8438         Remove a bunch of strings that was used only
8439         by the statusbar.
8440
8441 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8442
8443         * shell/ev-window-title.c: (get_filename_from_uri),
8444         (ev_window_title_set_document):
8445
8446         When title has a confusing extension, show also
8447         the document filename inside ()
8448
8449 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/Makefile.am:
8452         * shell/ev-window-title.c: (ev_window_title_new),
8453         (ev_window_title_update), (ev_window_title_set_type),
8454         (ev_window_title_set_document), (ev_window_title_free):
8455         * shell/ev-window-title.h:
8456         * shell/ev-window.c: (ev_window_setup_document),
8457         (password_dialog_response), (ev_window_popup_password_dialog),
8458         (ev_window_dispose), (ev_window_init):
8459
8460         Factor out and cleanup window title code
8461
8462 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8465         (unable_to_load):
8466
8467         Make dialog transient so it doesnt block other windows
8468
8469 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8470
8471         * pdf/ev-poppler.cc:
8472         
8473         Fix pdf thumbnails rendering.
8474
8475 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8476
8477         * shell/ev-window.c: (fullscreen_set_timeout):
8478         
8479         Increase timeout to hide full screen popup. Bug 
8480         316123. 
8481
8482 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8483
8484         * data/evince.schemas.in:
8485         * shell/ev-window.c: (update_action_sensitivity):
8486
8487         Allow the user to override document restrictions. Fix for bug
8488         305818.
8489
8490 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8491
8492         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8493         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8494         (ev_window_class_init): Fix multihead behaviour of fullscreen
8495         toolbar popup. Fixes bug #315451.
8496
8497 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * configure.ac:
8500         * data/evince-password.glade:
8501         * shell/ev-password.c: (ev_password_dialog_set_property),
8502         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8503         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8504         (ev_password_dialog_entry_changed_cb),
8505         (ev_password_dialog_entry_activated_cb),
8506         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8507         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8508         (ev_password_dialog_set_bad_pass):
8509         * shell/ev-password.h:
8510         * shell/ev-window.c: (password_dialog_response),
8511         (ev_window_popup_password_dialog):
8512         
8513         Support for gnome-keyring for encrypted PDF's.
8514
8515 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8518         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8519         (ev_view_enter_notify_event), (ev_view_class_init):
8520         
8521         More precise handling of enter_notify/leave_notify events
8522         in EvView. Fix for bug 315470.
8523
8524 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8525
8526         * shell/ev-window.c: (fullscreen_timeout_cb),
8527         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8528         (ev_window_dispose):
8529
8530         leak fix: unref fullscreen_timeout_source before clearing it
8531
8532 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8533
8534         * configure.ac, dvi/mdvi/Makefile.am: 
8535         
8536         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8537
8538 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8539
8540         * backend/ev-link.c: (ev_link_new_page_xyz):
8541         * pdf/ev-poppler.cc:
8542         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8543
8544         Fix some bugs with xyz links, respect zoom
8545
8546 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * shell/ev-window.c: (page_changed_cb),
8549         (setup_document_from_metadata), (update_sidebar_visibility),
8550         (setup_view_from_metadata), (ev_window_run_fullscreen),
8551         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8552         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8553         (ev_window_dual_mode_changed_cb),
8554         (ev_window_sidebar_current_page_changed_cb):
8555
8556         null check uri before setting and getting metadata
8557
8558 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * dvi/Makefile.am:
8561         * properties/Makefile.am:
8562         * shell/Makefile.am:
8563         * thumbnailer/Makefile.am:
8564
8565         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8566
8567 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8570         (selection_changed_callback):
8571         * shell/ev-sidebar-links.h:
8572
8573         Add a signal for link activation.
8574
8575         * shell/ev-view.c: (ev_view_goto_link),
8576         (ev_view_button_release_event):
8577         * shell/ev-view.h:
8578         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8579         (ev_window_init):
8580
8581         Implement the signal so that we can handle all link types.
8582
8583         * shell/ev-page-cache.c:
8584
8585         Remove unused set_link function
8586
8587 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8590
8591         Add some space from the cursor, hardcoded but I couldnt
8592         find a better way.
8593
8594 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8595
8596         * lib/ev-tooltip.c:
8597
8598         Use mozilla style vs gtk style, way better for links.
8599
8600         * shell/ev-view.c: (ev_view_motion_notify_event),
8601         (ev_view_destroy), (ev_view_init):
8602
8603         Deactive tooltip when the link hovered is changed.
8604
8605 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * backend/ev-document.h:
8608         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8609         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8610         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8611         (ev_link_new_page), (ev_link_new_page_xyz):
8612         * backend/ev-link.h:
8613         * pdf/ev-poppler.cc:
8614         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8615         (go_to_link), (tip_from_link):
8616
8617         Implement xyz links, still not functional. Links are a total
8618         mess, will need to refactor and bugfix a lot :(
8619
8620 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8621
8622         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8623
8624 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8625
8626         * data/evince-ui.xml:
8627         * data/evince.schemas.in:
8628         * shell/Makefile.am:
8629         * shell/ev-window.c: (update_chrome_visibility),
8630         (password_dialog_response), (ev_window_load_job_cb),
8631         (ev_window_xfer_job_cb), (ev_window_open_uri),
8632         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8633         (ev_window_init):
8634
8635         Remove the statusbar. This regress loading feedback, need to
8636         check with Bryan what we want to do there...
8637
8638 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * lib/ev-tooltip.c: (ev_tooltip_init):
8641
8642         Fix tooltip border and size handling
8643
8644 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8647         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8648         (ev_tooltip_timeout), (ev_tooltip_activate),
8649         (ev_tooltip_deactivate):
8650         * lib/ev-tooltip.h:
8651         * shell/ev-view.c: (ev_view_motion_notify_event):
8652
8653         Delay popup showing. Mirror gtk logic/times.
8654
8655 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * lib/Makefile.am:
8658         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8659         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8660         (ev_tooltip_set_text), (ev_tooltip_set_position):
8661         * lib/ev-tooltip.h:
8662
8663         Simple widget to show tooltips at a custom position
8664
8665         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8666         (ev_view_destroy):
8667
8668         Use it for links. First go, needs work
8669
8670 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8671
8672         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8673         HIG fixes.  Use title capitalization for window title. Use 12 
8674         pixels of space between the dialog's vbox and action area.
8675
8676 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-window.c: (file_open_dialog_response_cb),
8679         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8680         (ev_window_cmd_save_as):
8681
8682         Make file pickers not modal and refactor code some
8683
8684 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * shell/ev-sidebar.h:
8687         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8688         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8689         (ev_sidebar_class_init), (ev_sidebar_select_page),
8690         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8691         (ev_sidebar_set_page):
8692
8693         Add a current page property and allow to get/set it
8694
8695         * shell/ev-window.c: (setup_view_from_metadata),
8696         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8697
8698         Persist current sidebar page per document
8699
8700 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * data/evince.schemas.in:
8703         * shell/ev-window.c: (update_chrome_visibility),
8704         (setup_document_from_metadata), (update_sidebar_visibility),
8705         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8706         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8707         (ev_window_run_presentation), (ev_window_stop_presentation),
8708         (ev_window_view_sidebar_cb),
8709         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8710         (load_chrome), (ev_window_init):
8711
8712         Persist size/visibility of sidebar per document
8713
8714 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8715
8716         * shell/ev-view.c (draw_loading_text): Draw loading text.
8717
8718 2005-09-02  Dan Damian  <dand@gnome.ro>
8719
8720         * configure.in: Added "ro" to ALL_LINGUAS.
8721
8722 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8723
8724         * shell/ev-view.c: (clear_caches):
8725
8726         ev_page_cache_get doesnt return a reference,
8727         dont try to unref it.
8728
8729 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/main.c: (load_files_remote):
8732
8733         Fix timestamp parameter with dbus <= 0.33
8734
8735 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * data/evince.schemas.in:
8738
8739         Add missing full stop
8740
8741 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8742
8743         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8744         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8745
8746         Plug some memory leaks
8747
8748 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8749
8750         * configure.ac:
8751         * lib/ev-debug.c: (trap_handler):
8752
8753         Check for execinfo.h and use it only if it exists.
8754         Ported from Epiphany (bug #314776).
8755
8756 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8757
8758         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8759
8760 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8761
8762         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8763         * po/id.po      : Added Indonesian translation
8764
8765 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8766
8767         * shell/main.c:
8768         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8769         * NEWS: Release 0.4.0
8770
8771 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8772
8773         * configure.ac: catch another gtk+-2.8ism
8774         * shell/main.c: Make work with gtk+-2.6
8775
8776 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8777
8778         * shell/ev-application-service.xml: Add 'timestamp' argument to
8779           ev_application_open_window and ev_application_open_uri methods.
8780
8781         * shell/ev-application.h: Add 'timestamp' argument to
8782           ev_application_open_window, ev_application_open_uri,
8783           and ev_application_open_uri_list functions.
8784
8785         * shell/ev-application.c (ev_application_open_window,
8786           ev_application_open_uri, ev_application_open_uri_list): Change
8787           functions that show/present windows to use a timestamp if one
8788           is passed in.
8789
8790         * shell/ev-window.c (ev_window_cmd_file_open,
8791           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8792         * shell/main.c (load_files): Modify calls to ev_application to
8793           include GDK_CURRENT_TIME as timestamp.
8794
8795         * shell/main.c (load_files_remote): Obtain timestamp for client
8796           instance from GDK and pass to server instance so new windows are
8797           focused properly.  Fix dbus_g_proxy_call() calls by including second
8798           G_TYPE_INVALID.
8799           
8800         Closes bug #314475.
8801
8802 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8803
8804         * shell/ev-window.c (ev_window_finalize): Check for
8805         avail. EvWindows when quiting to handle the finalize better,
8806         #314497
8807
8808 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8809         
8810         * properties/ev-properties-view.c: 
8811         
8812         Set textdomain to libglade. Fixes translation problem in property page.
8813
8814 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8815
8816         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8817         * dvi/Makefile.am:
8818         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8819         * dvi/mdvi-lib/Makefile.am:
8820         
8821         Fix rotation of thumbnails, ported to new API. Moved library
8822         dependencies earlier, probably it will fix linkage problem.
8823
8824 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8825
8826         * backend/ev-document-misc.c:
8827         (ev_document_misc_get_thumbnail_frame):
8828         * backend/ev-document-misc.h:
8829         * configure.ac:
8830         * pdf/ev-poppler.cc:
8831         * shell/Makefile.am:
8832         * shell/ev-sidebar-thumbnails.c: (add_range),
8833         (ev_sidebar_thumbnails_set_loading_icon),
8834         (ev_sidebar_thumbnails_refresh),
8835         (ev_sidebar_thumbnails_set_document):
8836         * shell/ev-sidebar-thumbnails.h:
8837         * shell/ev-view.c: (ev_view_motion_notify_event),
8838         (ev_view_set_property), (ev_view_get_property),
8839         (ev_view_class_init), (ev_view_set_rotation):
8840         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8841         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8842         (ev_window_init):
8843         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8844         Redo rotation (again).  prepare for 0.4.0
8845
8846 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8847
8848         * configure.ac: Bump poppler requirement to 0.4.1.
8849
8850         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8851         argument to poppler_page_render_selection() call.
8852
8853 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8854
8855         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8856         (djvu_document_thumbnails_get_thumbnail):
8857         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8858         (dvi_document_thumbnails_get_thumbnail):
8859         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8860         (pixbuf_document_thumbnails_get_thumbnail):
8861         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8862         
8863         Update rotation direction of backends to fit with pdf and ps.
8864
8865 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8868         * backend/ev-async-renderer.h:
8869         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8870         (setup_page), (ps_document_get_page_size),
8871         (ps_async_renderer_render_pixbuf):
8872         * ps/ps-document.h:
8873         * shell/ev-jobs.c: (ev_job_render_run):
8874
8875         Fix orientation in the postscript document
8876
8877 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8878
8879         * pdf/ev-poppler.cc:
8880         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8881         * shell/ev-view.c: (highlight_find_results):
8882
8883         Adapt to the new poppler rotation API. Fix text maps on landscape
8884         documents.
8885
8886 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8887
8888         * shell/ev-view.c (compute_new_selection_text): get the correct
8889         region when selecting in modes other than continuous.
8890
8891 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8892
8893         * shell/main.c (main): remove redundant g_warnings.
8894
8895 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8896
8897         * shell/Makefile.am: Don't include autogenerated
8898         file ev-application-service.h into distribution, since
8899         it causes dbus crash. Fix for bugs 313724 and 313443. 
8900
8901 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * configure.ac: Fix sed expression for FreeBSD. Thanks
8904         to Joe Marcus Clark <marcus@freebsd.org>
8905         
8906         * shell/eggfindbar.c: (entry_activate_callback),
8907         (entry_changed_callback), (egg_find_bar_init),
8908         (egg_find_bar_set_search_string):
8909         
8910         Made findbar buttons unsensitive if there is no text in
8911         entry. Fix for the bug 313285.
8912
8913 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8914
8915         * ps/ps-document.c: Use g_filename_display_name for displaying
8916         filenames and revert string freeze breackage
8917
8918 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * NEWS:
8921         * configure.ac:
8922
8923         Update for 0.3.4
8924
8925         * shell/Makefile.am:
8926
8927         Add ev-application-service.xml to extra dist
8928
8929         * shell/ev-view.c: (find_page_at_location):
8930
8931         Remove unused function (fix warning)
8932
8933 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8936         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8937         
8938         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8939         bug 313623.
8940
8941 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8942
8943         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8944         * shell/ev-window.c:
8945         Fix build warnings
8946
8947 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8948
8949         * configure.ac: Update script to get dbus version.
8950         Fix for the bug #313443.
8951
8952 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8953
8954         * shell/ev-window.c: (ev_window_cmd_escape):
8955         
8956         Return focus back to view on escape. Fix for bug 313295.
8957
8958 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8959
8960         * shell/ev-window.c: (update_window_title),
8961         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8962         (ev_window_cmd_save_as):
8963         
8964         Correct conversion from uri to displayable string. Fix for
8965         bug 313296.
8966
8967 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8968
8969         * ps/ps-document.c: convert filename to utf8 when there is an error
8970         loading document. Fixes #309915
8971
8972 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * configure.ac:
8975
8976         We depend on poppler 0.4.0
8977
8978 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8979
8980         * configure.ac:
8981         * NEWS: Release 0.3.3.
8982         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8983
8984 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8985
8986         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8987         add a couple missing mnemonics to menu items, use title 
8988         capitalization for menu items and window titles, and add 
8989         ellipsis to open menu item.     
8990
8991 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8992
8993         * pdf/ev-poppler.cc:
8994         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8995         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8996         (ev_view_get_rotation):
8997         * shell/ev-view.h:
8998         * shell/ev-window.c: (setup_view_from_metadata),
8999         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9000         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9001         disk.
9002
9003 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9004
9005         * configure.ac: Added tr to ALL_LINGUAS
9006
9007 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9008
9009         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9010         requires several clicks to find word. Thanks to 
9011         Colin Slater <kiltedtaco@gmail.com>.
9012
9013 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9014
9015         * data/evince.desktop.in.in: Hide menu entry and
9016         rename it to "Document Viewer". Fix for bug 
9017         #312399.
9018
9019 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9020
9021         * shell/ev-page-action.c (ev_page_action_class_init): 
9022
9023         Point to the correct function in constructor of the
9024         activate_label signal
9025
9026 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9027
9028         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9029         * shell/ev-jobs.h: Make thread safe.
9030
9031 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9032
9033         * shell/ev-view.c: (view_update_range_and_current_page):
9034         Don't update page range if we are scrolling to some document
9035         point.
9036
9037 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9038
9039         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9040         when getting max_page_width, fix drawing in dual mode.
9041
9042 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9045         getting the area for select_all.
9046
9047 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9048
9049         * backend/ev-selection.c: (ev_selection_render_selection):
9050         * backend/ev-selection.h:
9051         * pdf/ev-poppler.cc:
9052         * shell/ev-jobs.c: (ev_job_render_new):
9053         * shell/ev-jobs.h:
9054         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9055         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9056         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9057         (ev_view_class_init):
9058
9059         Change selection color on focus in and focus out events.  Also,
9060         poppler now uses GdkColor for specifying the selection colors, so
9061         drop some awkward conversion code.
9062
9063 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9064
9065         * configure.ac: Added Hebrew translation
9066
9067 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9068
9069         * NOTES:
9070         * backend/ev-selection.c: (ev_selection_render_selection):
9071         * backend/ev-selection.h:
9072         * pdf/ev-poppler.cc:
9073         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9074         (ev_job_render_run):
9075         * shell/ev-jobs.h:
9076         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9077         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9078         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9079         (ev_pixbuf_cache_style_changed),
9080         (ev_pixbuf_cache_get_selection_pixbuf),
9081         (ev_pixbuf_cache_set_selection_list),
9082         (ev_pixbuf_cache_get_selection_list):
9083         * shell/ev-pixbuf-cache.h:
9084         * shell/ev-utils.c: (ev_print_region_contents):
9085         * shell/ev-utils.h:
9086         * shell/ev-view.c: (ev_view_queue_draw_page),
9087         (selection_update_idle_cb), (ev_view_motion_notify_event),
9088         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9089         (setup_caches), (ev_view_find_next), (merge_selection_region),
9090         (selection_free):
9091         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9092
9093         Clean up selection to be much smoother!
9094
9095 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9096
9097         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9098         to poppler_page_render_selection().
9099
9100 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9101
9102         * ps/ps-document.c: (save_page_list): Use
9103         unzipped document when printing. Thanks to 
9104         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9105         311016.
9106
9107 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9108
9109         * shell/ev-window.c: (update_action_sensitivity):
9110         
9111         Disable print and save respect to lockdown gconf keys. Fix
9112         for 312342.
9113
9114 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9115
9116         * configure.ac:
9117         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9118         (write_to_temp_file), (ev_file_set_contents):
9119         * shell/ev-utils.h:
9120         * shell/ev-window.c: (save_print_config_to_file):
9121         
9122         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9123         Fix for bug 312238
9124
9125 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9126
9127         * shell/ev-window.c: (load_print_config_from_file),
9128         (save_print_config_to_file), (ev_window_print_range):
9129
9130         Persist the print settings. Fixes bug #311578.
9131
9132 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9133
9134         * djvu/djvu-document.c: (djvu_document_get_page_size),
9135         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9136         (djvu_document_thumbnails_get_thumbnail):
9137         * dvi/dvi-document.c: (dvi_document_get_page_size),
9138         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9139         (dvi_document_thumbnails_get_dimensions),
9140         (dvi_document_thumbnails_get_thumbnail):
9141         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9142         (pixbuf_document_render_pixbuf),
9143         (pixbuf_document_document_iface_init),
9144         (pixbuf_document_thumbnails_get_thumbnail):
9145         
9146         Update backends to make them build with new rotation system.
9147
9148 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9149
9150         * help/C/figures/evince_start_window.png:
9151         
9152         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9153
9154 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9155
9156         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9157         * shell/ev-pixbuf-cache.h:
9158         * shell/ev-sidebar-thumbnails.c:
9159         (ev_sidebar_thumbnails_get_property), (add_range),
9160         (adjustment_changed_cb):
9161         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9162         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9163         we were thumbnailing the entire docment on startup, slowing us
9164         down hugely. 
9165
9166 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * shell/ev-page-cache.c: (ev_page_cache_new):
9169         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9170         == 0, fixes #310306.
9171
9172 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9173
9174         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9175         (ev_view_rotate_left):
9176
9177         Account rotation in doc_rect_to_view_rect.
9178         Ensure rotation doesnt go out of bounds.
9179
9180 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9183
9184         Correct and cleanup w/h swapping
9185
9186 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9187
9188         * backend/ev-document-thumbnails.c:
9189         (ev_document_thumbnails_get_thumbnail):
9190         * backend/ev-document-thumbnails.h:
9191         * backend/ev-document.c:
9192         * backend/ev-document.h:
9193         * backend/ev-render-context.c: (ev_render_context_new),
9194         (ev_render_context_set_rotation):
9195         * backend/ev-render-context.h:
9196         * pdf/ev-poppler.cc:
9197         * ps/ps-document.c: (ps_document_document_iface_init):
9198         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9199         * shell/ev-jobs.h:
9200         * shell/ev-page-cache.c: (build_height_to_page),
9201         (ev_page_cache_new), (ev_page_cache_get_size),
9202         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9203         (ev_page_cache_get_height_to_page):
9204         * shell/ev-page-cache.h:
9205         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9206         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9207         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9208         (ev_pixbuf_cache_get_selection_pixbuf):
9209         * shell/ev-pixbuf-cache.h:
9210         * shell/ev-print-job.c: (idle_print_handler):
9211         * shell/ev-sidebar-thumbnails.c: (add_range):
9212         * shell/ev-view.c: (view_update_range_and_current_page),
9213         (get_page_y_offset), (get_page_extents),
9214         (ev_view_size_request_continuous_dual_page),
9215         (ev_view_size_request_continuous),
9216         (ev_view_size_request_dual_page),
9217         (ev_view_size_request_single_page), (draw_one_page),
9218         (ev_view_set_rotation), (ev_view_rotate_right),
9219         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9220         (ev_view_zoom_for_size_continuous_and_dual_page),
9221         (ev_view_zoom_for_size_continuous),
9222         (ev_view_zoom_for_size_dual_page),
9223         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9224         (ev_view_select_all):
9225         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9226         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9227         (tiff_document_document_iface_init),
9228         (tiff_document_thumbnails_get_thumbnail):
9229
9230         Use rotation rather than orientation. It's easier and enough
9231         for our needs.
9232
9233 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * shell/ev-page-cache.c: (build_height_to_page),
9236         (ev_page_cache_new), (ev_page_cache_get_size),
9237         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9238         (ev_page_cache_get_height_to_page):
9239         * shell/ev-page-cache.h:
9240         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9241         (ev_view_size_request_continuous_dual_page),
9242         (ev_view_size_request_continuous),
9243         (ev_view_zoom_for_size_continuous_and_dual_page),
9244         (ev_view_zoom_for_size_continuous):
9245
9246         Make the page cache aware of page orientation.
9247
9248 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * backend/ev-document-thumbnails.c:
9251         (ev_document_thumbnails_get_thumbnail):
9252         * backend/ev-document-thumbnails.h:
9253         * backend/ev-document.c:
9254         * backend/ev-document.h:
9255         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9256         * backend/ev-ps-exporter.h:
9257         * pdf/ev-poppler.cc:
9258         * ps/ps-document.c: (ps_document_document_iface_init),
9259         (ps_document_ps_export_do_page):
9260         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9261         * shell/ev-jobs.h:
9262         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9263         (ev_page_cache_get):
9264         * shell/ev-page-cache.h:
9265         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9266         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9267         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9268         * shell/ev-pixbuf-cache.h:
9269         * shell/ev-print-job.c: (idle_print_handler):
9270         * shell/ev-sidebar-thumbnails.c: (add_range):
9271         * shell/ev-view.c: (view_update_range_and_current_page),
9272         (get_page_extents), (ev_view_size_request_dual_page),
9273         (ev_view_size_request_single_page), (draw_one_page),
9274         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9275         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9276         (ev_view_zoom_for_size_dual_page),
9277         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9278         (ev_view_select_all):
9279         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9280         * tiff/tiff-document.c: (tiff_document_get_page_size),
9281         (tiff_document_get_orientation), (rotate_pixbuf),
9282         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9283         (tiff_document_thumbnails_get_thumbnail),
9284         (tiff_document_ps_export_do_page), (tiff_document_init):
9285
9286         Really make use of the orientation bit of the render context.
9287         Use the render context in a few more places in the backend API.
9288         This regress orientation, but now it's done right. Will try to
9289         fix it up asap...
9290
9291 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * shell/ev-view.c: (ensure_rectangle_is_visible):
9294
9295         Patch by Nickolay V. Shmyrev to fix find flickering
9296
9297 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9298
9299         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9300         duplex parameters to ::begin.
9301
9302         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9303         * shell/ev-print-job.c (idle_print_handler): 
9304         * ps/ps-document.c (ps_document_ps_export_begin): 
9305         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9306         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9307         implementations. Poppler backend needs poppler cvs. Rest has
9308         unchanged behavior.
9309
9310 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9311
9312         * shell/ev-window.c (using_pdf_printer): new function.
9313         (ev_window_print_range): print a less techy message if someone
9314         tries to print to PDF.
9315
9316 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9317
9318         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9319         from "unknown font" string. Bug #311431
9320
9321 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9322
9323         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9324
9325 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9326
9327         Bug #311280
9328         
9329         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9330         name for PopplerFontTypes
9331         (pdf_document_fonts_fill_model): add font type to the detail column
9332
9333         * backend/ev-document-fonts.h: added
9334         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9335
9336         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9337         font name and font details, add a little markup.
9338         (ev_properties_fonts_init): use the new cell data func, specify ypad
9339         property for the cell renderer.
9340         (ev_properties_fonts_set_document): add the details column.
9341
9342 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9343
9344         * configure.ac: Added "pl" to ALL_LINGUAS.
9345
9346 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9347
9348         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9349
9350 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9351
9352         * help/ChangeLog: Started this for translations of manual.
9353         * configure.ac, autogen.sh, .cvsignore: Migrated to
9354         gnome-doc-utils. Patch in bug #311222.
9355
9356 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9357
9358         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9359         #ifdef this away to fix an unused-function warning.
9360
9361 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9362
9363         * configure.ac: Added 'gl' to ALL_LINGUAS.
9364
9365 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9366
9367         * configure.ac: Added ne in ALL_LINGUAS
9368         
9369 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * shell/ev-view.c: (ev_view_leave_notify_event):
9372         
9373         Clear status message when pointer leaves view. Fix for bug
9374         #310818 
9375
9376 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9377
9378         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9379
9380 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9381
9382         * shell/ev-view.c: (ev_view_leave_notify_event),
9383         (ev_view_class_init):
9384         
9385         Set cursor to normal then leaving view.
9386
9387 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9388
9389         * configure.ac:
9390         
9391         Fix required djvulibre version.
9392
9393 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9394
9395         *configure.ac: Hindi (hi) language added
9396
9397 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9398
9399         *configure.ac: Punjabi (pa) Language added
9400
9401 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9402
9403         * data/evince-ui.xml, shell/ev-window.c:
9404         
9405         Add keypad accelerators for zooming. Fix for bug 308128.
9406
9407 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9408
9409         * Makefile.am:
9410         * backend/Makefile.am:
9411         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9412         * configure.ac:
9413         * shell/ev-document-types.c: (ev_document_types_add_filters):
9414
9415         Allow to enable/disable the pixbuf backend.
9416         Default to off for now. If we want it enabled we should
9417         really put mime types in the desktop, implement properties etc.
9418
9419         * properties/evince-properties.c:
9420
9421         Initialize error to NULL.
9422         Check error is not NULL before freeing.
9423
9424 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9425
9426         * shell/ev-window.c:
9427
9428         Use F5 as presentation accell
9429
9430 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9431
9432         * shell/ev-window.c: (update_chrome_visibility),
9433         (ev_window_create_fullscreen_popup), (ev_window_init):
9434
9435         Do not leak the fullscreen toolbar
9436
9437 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * shell/ev-window.c: (view_actions_focus_in_cb),
9440         (view_actions_focus_out_cb):
9441
9442         These has a return value! Fix totally random focus
9443         issues we was seeing.
9444
9445 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9446
9447         * shell/main.c: (load_files_remote):
9448
9449         Allow open more than one file
9450
9451 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9452
9453         * shell/main.c: (load_files_remote):
9454
9455         Fix for dbus 0.33. bug #309975
9456
9457 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9458
9459         * properties/ev-properties-main.c: (ev_properties_get_pages):
9460
9461         Actually return NULL for types we dont support
9462
9463 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9464
9465         * po/POTFILES.in:
9466
9467         Remove empty lines.
9468
9469 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9470
9471         * backend/ev-document-factory.c:
9472         (ev_document_factory_get_document):
9473
9474         Do not try to create the object if type
9475         is invalid.
9476
9477 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9478
9479         * ps/ps-document.c: (ps_document_dispose),
9480         (ps_async_renderer_render_pixbuf):
9481         * ps/ps-document.h:
9482
9483         Do not leak the target window
9484
9485 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9486
9487         * shell/ev-application.c: (ev_application_init):
9488
9489         Let tbe check file existence for us.
9490         Add a comment about eggrecent mime filter.
9491
9492 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9493
9494         * data/evince-ui.xml:
9495         * shell/ev-application.c: (ev_application_shutdown),
9496         (ev_application_init), (ev_application_get_toolbars_model),
9497         (ev_application_get_recent_model),
9498         (ev_application_save_toolbars_model):
9499         * shell/ev-application.h:
9500         * shell/ev-window.c: (ev_window_add_recent),
9501         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9502         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9503         (ev_window_init):
9504
9505         Use common toolbar and recent models for all windows.
9506         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9507
9508 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9509
9510         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9511         successfully check for gtk_icon_view_get_visible_range.
9512
9513 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9514
9515         * djvu/Makefile.am:
9516         * dvi/Makefile.am:
9517         
9518         Fix djvu and dvi backend build.
9519
9520 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9521
9522         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9523         (new_separator_pixbuf):
9524
9525         Don't leak windows.
9526
9527 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9528
9529         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9530
9531         HIGification of toolbar editor dialogue.
9532
9533 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9534
9535         * configure.ac:
9536         * shell/Makefile.am:
9537
9538         Ever build metadata manager since it's just
9539         disabled at runtime now.
9540
9541 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9542
9543         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9544         (ev_metadata_manager_get), (ev_metadata_manager_set):
9545         * shell/ev-metadata-manager.h:
9546
9547         Add an _init functions that enabled metadata management
9548         at runtime.
9549
9550         * shell/ev-window.c: (page_changed_cb),
9551         (setup_document_from_metadata), (ev_window_setup_document),
9552         (setup_view_from_metadata), (ev_window_open_uri),
9553         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9554         (ev_window_run_presentation), (ev_window_stop_presentation),
9555         (save_sizing_mode), (ev_window_zoom_changed_cb),
9556         (ev_window_continuous_changed_cb),
9557         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9558         (window_configure_event_cb):
9559
9560         Remove all ugly metadata define since we deal with it
9561         at runtime now.
9562
9563         * shell/main.c: (load_files_remote), (main):
9564
9565         Add support for dbus cvs head. Hopefully didnt break one
9566         of the other versions now!
9567
9568         If we dont get a response from the dbus server just
9569         give up with it and not enable metadata.
9570
9571 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * Makefile.am:
9574         * backend/Makefile.am:
9575         * configure.ac:
9576         * cut-n-paste/recent-files/Makefile.am:
9577         * cut-n-paste/toolbar-editor/Makefile.am:
9578         * cut-n-paste/zoom-control/Makefile.am:
9579         * lib/Makefile.am:
9580         * pdf/Makefile.am:
9581         * pixbuf/Makefile.am:
9582         * properties/Makefile.am:
9583         * ps/Makefile.am:
9584         * shell/Makefile.am:
9585         * thumbnailer/Makefile.am:
9586         * tiff/Makefile.am:
9587
9588         Make frontends depend on just libev.
9589         Rework and group CFLAGS/LIBS definitions.
9590         Cleanups.
9591
9592 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9593
9594         * shell/ev-window:
9595
9596         do not unnecessarily save zoom
9597
9598         * configure.ac:
9599         * lib/ev-file-helpers.c: (ev_dot_dir):
9600         * shell/Makefile.am:
9601         * shell/dummy.cc:
9602
9603         Some cleanups
9604
9605 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * configure.ac:
9608         
9609         Remove unnecessary dependencies
9610
9611 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * properties/Makefile.am:
9614         * thumbnailer/Makefile.am:
9615         * tiff/Makefile.am:
9616
9617         Some more cleanups. Was really necessary
9618         but I probably introduced bugs, feel free
9619         to flame :)
9620
9621 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9622
9623         * backend/Makefile.am:
9624         * configure.ac:
9625         * cut-n-paste/recent-files/Makefile.am:
9626         * cut-n-paste/toolbar-editor/Makefile.am:
9627         * cut-n-paste/zoom-control/Makefile.am:
9628         * lib/Makefile.am:
9629         * pdf/Makefile.am:
9630         * pixbuf/Makefile.am:
9631         * properties/Makefile.am:
9632         * ps/Makefile.am:
9633         * shell/Makefile.am:
9634         * thumbnailer/Makefile.am:
9635         * tiff/Makefile.am:
9636
9637         Use gnome-common macros when possible.
9638         Cleanup dependencies.
9639         Actually disable deprecated where possible.
9640
9641 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * Makefile.am:
9644         * backend/Makefile.am:
9645         * properties/Makefile.am:
9646         * shell/Makefile.am:
9647         * thumbnailer/Makefile.am:
9648
9649         This should solve the circular dep without
9650         requiring dir reorg!
9651
9652         * shell/ev-window.c: (setup_view_from_metadata):
9653
9654         Never restore window size/position when the
9655         window is already visible.
9656
9657 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9658
9659         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9660
9661         Return a boolean from timeout func. Fix ported from gedit.
9662
9663 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9664
9665         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9666
9667 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9668
9669         * shell/ev-document-types.c: set "All Documents" as default filter in
9670         open dialog
9671
9672 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9673
9674         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9675         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9676         (ev_metadata_manager_set_boolean): fix value/val thinko.
9677
9678 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9679
9680         * shell/ev-window.c: (setup_view_from_metadata),
9681         (window_state_event_cb), (window_configure_event_cb),
9682         (ev_window_init):
9683
9684         Remember window position and maximized state
9685
9686 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9687
9688         * configure.ac:
9689
9690         Fix DBUS configure checks.
9691
9692         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9693         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9694         (ev_metadata_manager_set_boolean):
9695
9696         Plug mem leaks.
9697
9698         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9699         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9700         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9701         (ev_window_continuous_changed_cb),
9702         (ev_window_dual_mode_changed_cb), (ev_window_new):
9703
9704         Fix the build without DBUS.
9705
9706 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9707
9708         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9709         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9710         (ev_metadata_manager_set_string),
9711         (ev_metadata_manager_set_boolean):
9712         * shell/ev-metadata-manager.h:
9713
9714         Add support for some more types
9715
9716         * shell/ev-view.c: (scroll_to_current_page),
9717         (ev_view_get_continuous), (ev_view_set_continuous),
9718         (ev_view_get_dual_page):
9719         * shell/ev-view.h:
9720         * shell/ev-window.c: (page_changed_cb),
9721         (setup_document_from_metadata), (ev_window_setup_document),
9722         (setup_view_from_metadata), (ev_window_open_uri),
9723         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9724         (ev_window_run_presentation), (ev_window_stop_presentation),
9725         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9726         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9727         (ev_window_update_dual_page_action),
9728         (ev_window_continuous_changed_cb),
9729         (ev_window_dual_mode_changed_cb), (ev_window_init):
9730
9731         Remember a bunch of view/document properties. Prolly some
9732         are still missing but it's getting interesting.
9733
9734 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9735
9736         * configure.ac: check if dbus-binding-tool is installed. Not the
9737         case on current Ubuntu breezy, it seems.
9738
9739 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9740
9741         * data/evince.desktop.in.in:
9742         
9743         Allow open uri lists and add TryExec field.
9744
9745 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9746
9747         * configure.ac:
9748
9749         Enable dbus when available, do not require a configure
9750         option.
9751
9752 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9753
9754         * configure.ac:
9755
9756         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9757         disabled.
9758
9759 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9760         Marco Pesenti Gritti  <mpg@redhat.com>
9761
9762         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9763         
9764         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9765         functions to the format required by dbus
9766
9767         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9768         errors. Use the RPC parameters in the expected way
9769
9770 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * Makefile.am:
9773         * properties/Makefile.am:
9774         * properties/ev-properties-main.c: (ev_properties_get_pages):
9775
9776         Support all mime types
9777
9778         * shell/Makefile.am:
9779         * thumbnailer/Makefile.am:
9780         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9781         (evince_thumbnail_pngenc_get):
9782
9783         Use the document factory
9784
9785 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9786
9787         * backend/Makefile.am:
9788         * backend/ev-document-factory.c:
9789         (mime_type_supported_by_gdk_pixbuf),
9790         (ev_document_type_get_from_mime),
9791         (ev_document_factory_get_document),
9792         (ev_document_factory_get_backend),
9793         (ev_document_factory_get_mime_types),
9794         (ev_document_factory_get_all_mime_types):
9795         * backend/ev-document-factory.h:
9796         * shell/Makefile.am:
9797         * shell/ev-document-types.c: (get_document_from_uri),
9798         (ev_document_types_get_document),
9799         (file_filter_add_mime_list_and_free),
9800         (ev_document_types_add_filters):
9801         * shell/ev-document-types.h:
9802         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9803         * shell/ev-properties-dialog.c:
9804         (ev_properties_dialog_set_document):
9805         * shell/ev-window.c: (ev_window_cmd_file_open),
9806         (ev_window_cmd_save_as):
9807         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9808
9809         Rework document types managing to avoid code duplication
9810         and actually abstract from backend implementations.
9811         Also provide a minimal factory api that can be used by
9812         thumbnailer/properties.
9813
9814 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9815
9816         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9817         Plug a mem leak.
9818         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9819         HIG spacings.
9820
9821 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9822
9823         * shell/ev-properties-dialog.c
9824         (ev_properties_dialog_set_document): only call
9825         ev_properties_fonts_set_document() if the document implements the
9826         fonts interface
9827
9828 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9829
9830         * configure.ac:
9831         * properties/Makefile.am:
9832         * properties/ev-properties-view.c:
9833         (ev_properties_view_register_type):
9834         * properties/ev-properties-view.h:
9835         * properties/ev-properties-main.h:
9836
9837         Implement nautilus plugin for properties.
9838         Works only for pdf atm, I need to rework the
9839         document types stuff to get this to work
9840         for all backends...
9841
9842 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9843
9844         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9845         (ev_properties_fonts_set_document): use
9846         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9847
9848 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9849
9850         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9851         them
9852         (PlaceImage, tiff2ps_process_page): use
9853         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9854
9855
9856 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9857
9858         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9859         (main): to call gnome_authentication_manager_init. Should fix
9860         Bug #308510
9861
9862         * configure.ac: that requires libgnomeui 2.6.0.
9863
9864 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9865
9866         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9867         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9868         use the new tiff2ps interfaces
9869
9870         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9871         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9872
9873         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9874         structure instead of global variables.  Remove use of static
9875         variables in functions.
9876
9877 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9878
9879         * shell/ev-page-action.c: unref the completion after setting it to the
9880         entry
9881
9882 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9883
9884         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9885         postscript files
9886
9887 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9888
9889         * shell/ev-window.c (update_action_sensitivity): disable
9890         File->Print if the document does not implement the ps exporter
9891         interface
9892
9893 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9894
9895         * Makefile.am:
9896         * configure.ac:
9897         * data/evince-properties.glade:
9898         * properties/.cvsignore:
9899         * properties/Makefile.am:
9900         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9901         (ev_properties_view_class_init), (ev_properties_view_format_date),
9902         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9903         (ev_properties_view_init), (ev_properties_view_new):
9904         * properties/ev-properties-view.h:
9905         * shell/Makefile.am:
9906         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9907         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9908         (ev_properties_dialog_new):
9909         * shell/ev-properties-dialog.h:
9910         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9911         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9912         (update_progress_label), (job_fonts_finished_cb),
9913         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9914         * shell/ev-properties-fonts.h:
9915         * shell/ev-properties.c:
9916         * shell/ev-properties.h:
9917         * shell/ev-window.c: (ev_window_setup_document),
9918         (ev_window_cmd_file_properties):
9919
9920         Split the properties pages in two different objects, depend
9921         only on the backend where possible, use widgets instead
9922         of gobject for the glade part, reimplement the dialog
9923         itself with gtk.
9924         I need this to implement nautilus properties page.
9925
9926 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9927
9928         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9929         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9930         (tiff_document_document_ps_exporter_iface_init): implement the ps
9931         exporter interface for tiff documents
9932
9933         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9934         libtiff to implement TIFF postscript export
9935
9936         * tiff/tiff2ps.h: added a header file for external tiff2ps
9937         functions.
9938
9939         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9940         tiff2ps.h
9941
9942 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9943
9944         * shell/ev-view.c: (scroll_to_current_page),
9945         (ev_view_set_fullscreen), (ev_view_set_presentation):
9946         
9947         Scroll to current page when exit from presentation
9948
9949 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9950
9951         * shell/ev-window.c: (update_document_mode),
9952         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9953         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9954         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9955         
9956         Exit from fullscreen mode when switch to presentation. Fix for
9957         bug 309365
9958
9959 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9960
9961         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9962         return NULL if the document does not implement the selection
9963         interface.
9964
9965 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9966
9967         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9968         reported height by using the resolution aspect ratio
9969         (tiff_document_render_pixbuf): scale the pixbuf using the
9970         resolution aspect ratio
9971
9972 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9973
9974         * configure.ac:
9975         
9976         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9977         <kiltedaco@gmail.com>
9978         
9979         * djvu/djvu-document.c: (djvu_document_get_orientation),
9980         (djvu_document_set_orientation), (djvu_document_get_page_size),
9981         (rotate_pixbuf), (djvu_document_render_pixbuf),
9982         (djvu_document_document_iface_init):
9983         * dvi/dvi-document.c: (dvi_document_get_orientation),
9984         (dvi_document_set_orientation), (dvi_document_get_page_size),
9985         (rotate_pixbuf), (dvi_document_render_pixbuf),
9986         (dvi_document_document_iface_init):
9987         
9988         Dvi and djvu backends are ported to new API
9989
9990 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9991
9992         * backend/ev-selection.c: (ev_selection_get_selection_region),
9993         (ev_selection_get_selection_map):
9994         * backend/ev-selection.h:
9995         * pdf/ev-poppler.cc:
9996         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9997         * shell/ev-jobs.h:
9998         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9999         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10000         (ev_pixbuf_cache_get_text_mapping):
10001         * shell/ev-pixbuf-cache.h:
10002         * shell/ev-view.c: (location_in_text),
10003         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10004         support to EvView.  Now we can see where we can select!  Sweet!
10005
10006 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10007
10008         * shell/ev-view.c (ev_view_button_press_event): Fix
10009         event->y + view->scroll_x typo.
10010
10011 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10012
10013         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10014         sub-GdkPixbuf instead of passing dest_x and dest_y.
10015         
10016         * shell/ev-view.c: (view_point_to_doc_point),
10017         (view_rect_to_doc_rect), (ev_view_button_press_event),
10018         (ev_view_motion_notify_event), (compute_new_selection_rect),
10019         (gdk_rectangle_point_in), (compute_new_selection_text),
10020         (compute_selections): Update selection code to keep the selection
10021         around as two points and not as a normalized rectangle, and fix
10022         page level selection in two-column mode.
10023
10024 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10025
10026         * shell/ev-window.c: (window_configure_event_cb): 
10027         
10028         Fix compilation
10029         
10030 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10031
10032         * pdf/ev-poppler.cc:
10033
10034         Fix compilation
10035
10036 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * shell/Makefile.am:
10039         * shell/ev-metadata-manager.c: (item_free),
10040         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10041         (parse_value), (parseItem), (load_values),
10042         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10043         (save_values), (save_item), (get_oldest), (resize_items),
10044         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10045         * shell/ev-metadata-manager.h:
10046
10047         Metadata manager from gedit but modified to use GValue, so that
10048         we dont need to keep converting from strings.
10049
10050         * configure.ac:
10051
10052         ENABLE_METADATA conditional, on when dbus is on
10053
10054         * shell/ev-application.c: (ev_application_open_uri):
10055
10056         Show the window after load so that we can initialize
10057         window size before it's showed.
10058
10059         * shell/ev-window.c: (ev_window_setup_from_metadata),
10060         (ev_window_open_uri), (window_configure_event_cb),
10061         (ev_window_init):
10062
10063         Save and load metadata information about window size.
10064         Not yet keeping states in account.
10065
10066         * shell/main.c: (main):
10067
10068         Shutdown metadata manager.
10069
10070 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10071
10072         * shell/ev-application-service.xml:
10073         * configure.ac:
10074         * shell/Makefile.am:
10075         * shell/ev-application.c:
10076         * shell/ev-application.h:
10077         * shell/ev-window.c:
10078         * shell/ev-window.h:
10079         * shell/main.c:
10080
10081         Add an optional dbus interface (--enable-dbus).
10082         Rework application code, mainly to be easier to
10083         use "remotely".
10084         Do not open multiple windows with the same document,
10085         spatial evince!
10086
10087 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10088
10089         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10090         pixbuf iff it exists.
10091
10092 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10093
10094         * shell/*:
10095         * backend/ev-render-context.[ch]:
10096         * backend/ev-selection.[ch]:
10097
10098         Massive changes.  We now support text selection of pdfs, and not
10099         just rectangular selection.  This is pretty broken still, but I
10100         want to get something into CVS.
10101
10102 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10103
10104         * pdf/ev-poppler.cc:
10105         
10106         Fix for Bug 309080: crash on window close.
10107         
10108         * shell/ev-page-action.c: (page_changed_cb):
10109         
10110         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10111         jensgr@gmx.net (Jens Granseuer).
10112
10113 2005-06-25  Marcel Telka  <marcel@telka.sk>
10114
10115         * configure.in (ALL_LINGUAS): Added sk.
10116
10117 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10118
10119         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10120         not a document open
10121
10122 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10123
10124         * NEWS:
10125         * configure.ac:
10126
10127         Release 0.3.2
10128
10129         * cut-n-paste/recent-files/Makefile.am:
10130
10131         Fix make distcheck
10132
10133 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10134
10135         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10136         (pixbuf_document_set_orientation), (rotate_pixbuf),
10137         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10138         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10139
10140         Implement rotation and cleanup the code a bit.
10141
10142         * tiff/tiff-document.c: (tiff_document_get_page_size),
10143         (tiff_document_get_orientation), (tiff_document_set_orientation),
10144         (rotate_pixbuf), (tiff_document_render_pixbuf),
10145         (tiff_document_document_iface_init), (tiff_document_init):
10146
10147         Implement rotation. Was the quicker solution for the release
10148         but we really need to share this code in the shell.
10149
10150 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10151
10152         * pdf/ev-poppler.cc:
10153
10154         Enable rotation, require poppler cvs. Fix a leak.
10155
10156 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10157
10158         * shell/ev-window.c: (update_action_sensitivity):
10159         
10160         Make properties unsensitive if document backend doesn't provide
10161         any info
10162
10163 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10164
10165         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10166         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10167         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10168         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10169         (bitmap_flip_rotate_counter_clockwise):
10170         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10171         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10172         (buff_gets):
10173         * dvi/mdvi-lib/common.h:
10174         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10175         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10176         (opendvi), (mdvi_reload), (mdvi_init_context),
10177         (mdvi_destroy_context), (mdvi_dopage), (special):
10178         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10179         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10180         (file_hash_free), (register_encoding), (parse_spec),
10181         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10182         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10183         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10184         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10185         (mdvi_register_font_type), (mdvi_unregister_font_type),
10186         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10187         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10188         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10189         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10190         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10191         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10192         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10193         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10194         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10195         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10196         (mdvi_unregister_special), (mdvi_flush_specials):
10197         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10198         (t1_font_remove):
10199         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10200         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10201         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10202         (free_font_metrics), (flush_font_metrics):
10203         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10204         (tt_font_remove):
10205         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10206         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10207         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10208         (dstring_insert), (dstring_new), (dstring_reset):
10209         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10210         
10211         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10212         avoid conflict with libtool on FC4
10213         
10214         * shell/ev-window.c: (ev_window_cmd_help_about):
10215         
10216         Update copyright year. Fix for bug 308828.
10217
10218 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10219
10220         * shell/ev-view.c: (add_scroll_binding_keypad),
10221         (ev_view_binding_activated), (ev_view_class_init),
10222         (on_adjustment_value_changed):
10223         
10224         Bug 170874: Arrow keys switch pages in presentation mode
10225
10226 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10227
10228         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10229         
10230         Fix for Bug 308265: Sidebar dissappears coming out of 
10231         Presentation mode
10232
10233 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10234
10235         * shell/ev-application.c: (ev_application_open):
10236         * shell/ev-document-types.c: (ev_document_types_add_filters),
10237         (ev_document_types_add_filters_for_type):
10238         * shell/ev-document-types.h:
10239         * shell/ev-window.c: (ev_window_cmd_save_as):
10240         
10241         Suggest basename as template when saving, provide filters
10242         for save dialog. It's bug 308402
10243
10244 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10245
10246         * pdf/ev-poppler.cc:
10247         * shell/ev-sidebar-links.c: (job_finished_callback):
10248         * shell/ev-view.c: (update_find_status_message):
10249         
10250         Some leaks fixed
10251
10252 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10253
10254         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10255         (egg_recent_view_uimanager_set_list):
10256
10257         Fix buglet in !show_numbers case.
10258
10259 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10260
10261         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10262         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10263
10264         Use pango ellipsisation.
10265
10266         * pdf/ev-poppler.cc:
10267
10268         Fix refcount leak, from nsh.
10269
10270 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10271
10272         * cut-n-paste/recent-files/Makefile.am:
10273         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10274         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10275         
10276         Removed EggRecentViewGtk
10277         
10278         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10279         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10280         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10281         (ev_window_setup_recent):
10282         
10283         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10284         with other projects
10285
10286 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10287
10288         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10289         (egg_recent_view_gtk_finalize):
10290
10291         Fix memory leak
10292
10293         * cut-n-paste/toolbar-editor/Makefile.am:
10294         
10295         Fix location of cursor icon.
10296         
10297         * pdf/ev-poppler.cc:
10298         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10299         (display_completion_text), (match_completion):
10300         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10301         (selection_changed_callback), (create_loading_model),
10302         (print_section_cb), (links_page_num_func),
10303         (update_page_callback_foreach):
10304         * shell/ev-window.c: (ev_window_dispose):
10305         
10306         Small memory fixes. Links model now store objects instead
10307         of pointers to improve memory management. 
10308
10309 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10310
10311         * shell/ev-window.c: (zoom_control_changed_cb):
10312         
10313         Fix update of zoom control (bug 308268).
10314
10315 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10316
10317         * shell/ev-properties.c (set_property): escape the text correctly.
10318         Handles non-UTF-8 properties and escaped properties.  Also, sets
10319         the text to "<i>None</i>" if the property isn't set.
10320
10321         * data/evince-properties.glade: Change the label to be ellipsized,
10322         and give it a minimum size.
10323
10324 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10327         * shell/ev-sidebar-links.c: (create_loading_model):
10328         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10329         * shell/ev-view.c: (ev_view_set_document):
10330         * shell/ev-window.c: (ev_window_dispose):
10331         
10332         Various small fixes, mostly memory leaks. Thanks to valgrind.
10333
10334 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10335
10336         * ps/ps-document.c: remove the locale.h include again ;-). And
10337         kill the (bogus) setlocale/savelocale business.
10338
10339 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10340
10341         * ps/ps-document.c:
10342         
10343         Include locale.h to fix build
10344         
10345         * shell/ev-sidebar.c:
10346         
10347         Remove unnecessary includes
10348
10349 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10350
10351         * dvi/dvi-document.c: (dvi_document_load):
10352         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10353         * po/POTFILES.in:
10354         
10355         Check for incorrect dvi files. Fix parsing dvi on AMD64
10356         platform. Thanks to tester@tester.ca (Olivier Crete).
10357
10358 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * shell/ev-page-action.c: (match_selected_cb),
10361         (display_completion_text), (match_completion), (update_model):
10362         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10363         (expand_open_links):
10364         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10365         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10366         (ev_sidebar_set_document):
10367         * shell/ev-window.c: (ev_window_xfer_job_cb),
10368         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10369         
10370         Fixed lot's of memory leaks, for example, memory leak on reload, 
10371         described in bug 307793.
10372
10373 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10374
10375         * pdf/ev-poppler.cc:
10376         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10377         (update_visible_range), (adjustment_changed_cb),
10378         (ev_sidebar_thumbnails_fill_model),
10379         (ev_sidebar_thumbnails_refresh),
10380         (ev_sidebar_tree_selection_changed),
10381         (ev_sidebar_icon_selection_changed),
10382         (ev_sidebar_thumbnails_use_icon_view),
10383         (ev_sidebar_thumbnails_set_document):
10384         * shell/ev-sidebar-thumbnails.h:
10385         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10386         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10387
10388         Refresh thumbnails when changing orientation. Not fully
10389         working yet becuase of a sidebar bug.
10390
10391         Set page orientation to poppler page everywhere. This sucks
10392         really need to fix poppler.
10393
10394 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10395
10396         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10397         (egg_recent_view_gtk_new_menu_item),
10398         (egg_recent_view_gtk_set_property),
10399         (egg_recent_view_gtk_get_property),
10400         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10401         (egg_recent_view_gtk_set_tooltip_func),
10402         (egg_recent_view_gtk_set_label_width),
10403         (egg_recent_view_gtk_get_label_width):
10404         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10405
10406         Sync with libegg (ellipsize labels)
10407
10408 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10409
10410         * data/evince-ui.xml:
10411         * shell/ev-window.c: (ev_window_cmd_go_forward),
10412         (ev_window_cmd_go_backward):
10413         
10414         Shift + PageUp moves 10 Pages. Fix for 306125
10415
10416 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10417
10418         * pdf/ev-poppler.cc:
10419
10420         Add a flag to check if orientation has been overriden
10421
10422 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10423
10424         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10425         field if necessary.
10426
10427         * ps/ps.h: add creator field to document.
10428
10429         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10430         set creator field.
10431
10432 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10433
10434         * data/evince-properties.glade:
10435         * shell/ev-properties.c: (ev_properties_set_document):
10436
10437         s/PDF Version/Format
10438
10439 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * shell/ev-properties.c: (ev_properties_set_document):
10442
10443         Remove unnecessary translations
10444
10445 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10446
10447         * cut-n-paste/toolbar-editor/Makefile.am:
10448
10449         Correct library name    
10450
10451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * configure.ac:
10454         * cut-n-paste/recent-files/egg-recent-model.c:
10455         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10456         (egg_recent_model_unlock_file):
10457         * cut-n-paste/recent-files/egg-recent-util.c:
10458         (egg_recent_util_get_unique_id):
10459         * cut-n-paste/recent-files/update-from-egg.sh:
10460         * cut-n-paste/toolbar-editor/Makefile.am:
10461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10462         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10463         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10464         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10465         (egg_toolbars_model_get_type):
10466         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10467
10468         Better makefile for toolbar editor and update everything
10469         to latest libegg.
10470
10471 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10472
10473         * shell/ev-window.c: (update_document_mode):
10474
10475         Prefer presentation mode when the document
10476         require fullscreen.
10477
10478 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10479
10480         * data/evince-ui.xml:
10481         * shell/ev-window.c:
10482
10483         Add control-equal for zooming
10484
10485 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10486
10487         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10488
10489 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10490
10491         * backend/ev-document.c: (ev_document_get_orientation):
10492         * backend/ev-document.h:
10493         * pdf/ev-poppler.cc:
10494         * ps/ps-document.c: (ps_document_get_orientation),
10495         (ps_document_set_orientation), (ps_document_document_iface_init):
10496
10497         Add a get_orientation api. Improve set_orientation.
10498
10499         * data/evince-ui.xml:
10500         * shell/ev-view.c: (ev_view_set_orientation),
10501         (ev_view_rotate_right), (ev_view_rotate_left):
10502         * shell/ev-view.h:
10503         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10504         (ev_window_cmd_edit_rotate_right):
10505
10506         Better ui for changing document orientation
10507
10508 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10509
10510         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10511         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10512         * shell/ev-sidebar-links.h:
10513         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10514         (ev_sidebar_page_iface_init):
10515         * shell/ev-sidebar-page.h:
10516         * shell/ev-sidebar-thumbnails.c:
10517         (ev_sidebar_thumbnails_get_property),
10518         (ev_sidebar_thumbnails_class_init),
10519         (ev_sidebar_thumbnails_set_document):
10520         * shell/ev-sidebar-thumbnails.h:
10521         * shell/ev-view.c: (ev_view_motion_notify_event):
10522         * shell/ev-window.c: (update_chrome_visibility),
10523         (ev_window_cmd_focus_page_selector),
10524         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10525         (sidebar_page_main_widget_update_cb), (ev_window_init):
10526         
10527         Autoraise toolbar on GoToPage binding and fix bindings in
10528         EvSidebarThumbnails page.
10529
10530 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10531
10532         * shell/ev-properties.c: (update_progress_label):
10533
10534         Hide the progress label when finished; bug #307697.
10535
10536 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10537
10538         * pdf/ev-poppler.cc:
10539
10540         Enable is_open for links, you will need poppler cvs
10541
10542         * shell/ev-properties.c: (job_fonts_finished_cb):
10543
10544         Get a lock on the document when filling the tree view
10545
10546 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10547
10548         * backend/ev-document-links.h:
10549         * pdf/ev-poppler.cc:
10550         * shell/ev-sidebar-links.c: (create_loading_model),
10551         (expand_open_links), (job_finished_callback):
10552
10553         Expand links when specified by the document.
10554         Depend on a poppler api (defined out for now)
10555
10556 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10557
10558         * shell/ev-properties.c: (ev_properties_dispose),
10559         (ev_properties_class_init), (dialog_destroy_cb),
10560         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10561         (ev_properties_set_document), (ev_properties_new),
10562         (ev_properties_show):
10563         * shell/ev-properties.h:
10564
10565         Make it an object, cleanup the code, api to show it as transient
10566         and to set the document.
10567
10568         * shell/ev-window.c: (ev_window_setup_document),
10569         (ev_window_cmd_file_properties):
10570
10571         Adapt to EvProperties changes, do not show multiple
10572         times, update it when document changes.
10573
10574 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10575
10576         * ps/gstypes.h:
10577         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10578         (ps_document_set_orientation), (ps_document_document_iface_init):
10579         * ps/ps-document.h:
10580
10581         Implement orientation here too
10582
10583         * shell/ev-properties.c: (ev_properties_new):
10584         * data/evince-properties.glade:
10585
10586         Hide the fonts page for backends that doesnt
10587         support it.     
10588
10589 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10590
10591         * backend/ev-document.c: (ev_document_set_orientation):
10592         * backend/ev-document.h:
10593         * pdf/ev-poppler.cc:
10594
10595         Add orientation api. Currently poppler api is not optimal,
10596         we need to set orientation every time we _get a page.
10597         I will try to fix that at some point.
10598
10599         * data/evince-ui.xml:
10600         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10601         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10602
10603         Add orientation menu items
10604
10605         * shell/ev-page-cache.c: (ev_page_cache_clear):
10606         * shell/ev-page-cache.h:
10607
10608         Add api to clear the cache
10609
10610         * shell/ev-view.c: (setup_caches), (clear_caches),
10611         (ev_view_set_document), (ev_view_zoom_out),
10612         (ev_view_set_orientation):
10613         * shell/ev-view.h:
10614
10615         Implement orientation changing
10616
10617 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10618
10619         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10620         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10621         * backend/ev-document-fonts.h:
10622
10623         Separate scan and fill so that we can incrementally fill from
10624         the main thread. Add a progress api.
10625
10626         * data/evince-properties.glade:
10627         * pdf/ev-poppler.cc:
10628         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10629         * shell/ev-jobs.h:
10630         * shell/ev-properties.c: (update_progress_label),
10631         (job_fonts_finished_cb), (setup_fonts_view):
10632
10633         Incrementally feel the list and show the progress
10634         percentage in a label like acrobat does.
10635
10636         You are going to need poppler cvs
10637
10638 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10639
10640         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10641         * backend/ev-document-fonts.h:
10642         * pdf/ev-poppler.cc:
10643
10644         Make fonts model fill incrementally.
10645
10646         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10647         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10648         (ev_job_queue_remove_job):
10649         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10650         (ev_job_fonts_new), (ev_job_fonts_run):
10651         * shell/ev-jobs.h:
10652
10653         New job for fonts scanning
10654
10655         * shell/ev-properties.c: (job_fonts_finished_cb),
10656         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10657         * shell/ev-properties.h:
10658         * shell/ev-window.c: (ev_window_cmd_file_properties):
10659
10660         Incrementally feel the treeview using the new job. Show Loading...
10661         message until scanning is completed.
10662
10663         Hopefully I didnt break the build without the poppler patch.
10664
10665 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10666
10667         * shell/ev-application.c: (ev_application_open):
10668         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10669         (ev_document_type_get_type), (ev_document_type_lookup):
10670         * shell/ev-document-types.h:
10671         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10672         * shell/ev-job-xfer.h:
10673         * shell/ev-window.c: (ev_window_clear_local_uri),
10674         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10675         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10676         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10677         
10678         Transfer remote documents to tmp directory to display them later.
10679
10680 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10681
10682         * backend/ev-document-info.h:
10683         * shell/ev-properties.c: (ev_properties_new):
10684
10685         s/GTime*/GTime. Not sure why we was using a pointer
10686         at all there!
10687
10688 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10689
10690         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10691         situations.  That situation is that you're using GTK+-HEAD with
10692         the patch at #306726 is applied, and you have a document with <
10693         1500 pages in it.  It's not quite as uniformly nice as the
10694         TreeView, but should be better in the long run.
10695
10696         I'm pretty sure I guarded against breaking compilation with
10697         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10698         I missed some.
10699
10700         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10701         widget yet, so I commented that code out
10702         enable_view_actions_for_widget() for now.  Need to figure this
10703         out.
10704
10705         * shell/ev-page-action.c (match_selected_cb): emit the right
10706         signals.  Our cool C-l completion now works.
10707
10708 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10709
10710         * backend/Makefile.am:
10711         * backend/ev-document-fonts.c:
10712         * backend/ev-document-links.c:
10713         * backend/ev-document.c: (ev_document_load):
10714         * backend/ev-document.h:
10715         * backend/ev-job-queue.c:
10716         * backend/ev-job-queue.h:
10717         * backend/ev-jobs.c:
10718         * backend/ev-jobs.h:
10719         * backend/ev-page-cache.c:
10720         * backend/ev-page-cache.h:
10721
10722         EvPageCache and EvJobs are moved to shell.
10723
10724         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10725         (ev_tmp_filename):
10726         * lib/ev-file-helpers.h:
10727         
10728         New helper to work with temporary files
10729         
10730         * shell/Makefile.am:
10731         * shell/ev-application.c: (ev_application_open):
10732         * shell/ev-application.h:
10733         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10734         (remove_job_from_async_queue), (add_job_to_async_queue),
10735         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10736         (handle_job), (search_for_jobs_unlocked),
10737         (no_jobs_available_unlocked), (ev_render_thread),
10738         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10739         (ev_job_queue_add_job), (move_job_async), (move_job),
10740         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10741         * shell/ev-job-queue.h:
10742         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10743         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10744         * shell/ev-job-xfer.h:
10745         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10746         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10747         (ev_job_links_class_init), (ev_job_render_init),
10748         (ev_job_render_dispose), (ev_job_render_class_init),
10749         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10750         (ev_job_thumbnail_class_init), (ev_job_load_init),
10751         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10752         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10753         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10754         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10755         * shell/ev-jobs.h:
10756         * shell/ev-page-action.c: (ev_page_action_set_document):
10757         * shell/ev-page-cache.c: (ev_page_cache_init),
10758         (ev_page_cache_class_init), (ev_page_cache_finalize),
10759         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10760         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10761         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10762         (ev_page_cache_get_title), (ev_page_cache_get_size),
10763         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10764         (ev_page_cache_get_height_to_page),
10765         (ev_page_cache_get_max_label_chars),
10766         (ev_page_cache_get_page_label),
10767         (ev_page_cache_has_nonnumeric_page_labels),
10768         (ev_page_cache_get_info), (ev_page_cache_next_page),
10769         (ev_page_cache_prev_page), (ev_page_cache_get):
10770         * shell/ev-page-cache.h:
10771         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10772         (ev_pixbuf_cache_clear_job_sizes),
10773         (ev_pixbuf_cache_add_jobs_if_needed),
10774         (ev_pixbuf_cache_set_page_range):
10775         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10776         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10777         * shell/ev-sidebar-thumbnails.c:
10778         (ev_sidebar_tree_selection_changed),
10779         (ev_sidebar_thumbnails_set_document):
10780         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10781         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10782         (ev_statusbar_get_context_id), (ev_statusbar_push),
10783         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10784         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10785         (ev_statusbar_set_progress):
10786         * shell/ev-statusbar.h:
10787         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10788         (ev_view_find_previous):
10789         * shell/ev-window.c: (ev_window_is_empty),
10790         (ev_window_setup_document), (password_dialog_response),
10791         (ev_window_clear_jobs), (ev_window_load_job_cb),
10792         (ev_window_xfer_job_cb), (ev_window_open_uri),
10793         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10794         (ev_window_print), (ev_window_print_range),
10795         (ev_window_state_event), (ev_window_cmd_view_reload),
10796         (menu_item_select_cb), (menu_item_deselect_cb),
10797         (view_status_changed_cb), (ev_window_dispose),
10798         (drag_data_received_cb), (ev_window_init):
10799         * shell/ev-window.h:
10800         * shell/main.c: (load_files):
10801         
10802         New statusbar to show progress on idle. Two new jobs - 
10803         xfer job and load job to load document in background. And update
10804         of page_cache clients to new location of code.
10805
10806 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10807
10808         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10809         selection in open dialog. It also remembers the last visited directory 
10810         in the current session.
10811
10812 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10813
10814         * shell/ev-properties.c: (ev_properties_new):
10815         * shell/ev-properties.h:
10816         * shell/ev-window.c: (ev_window_cmd_file_properties):
10817         
10818         Get document info from page cache instead of document itself.
10819         This should fix crash related to race conditions described in
10820         bug 306545.
10821
10822 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10823
10824         * ps/ps-document.c: (ps_document_init),
10825         (send_ps), (get_page_box), (output), (catchPipe), (input),
10826         (stop_interpreter), (file_length), (file_readable),
10827         (check_filecompressedb), (ps_document_enable_interpreter),
10828         (document_load), (ps_async_renderer_render_pixbuf):
10829         * ps/ps-document.h:
10830
10831         Big cleanup of the ps code
10832
10833 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10834
10835         * backend/Makefile.am:
10836         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10837         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10838         * backend/ev-async-renderer.h:
10839
10840         Add an async renderer interface (method + callback) which
10841         is useful for backends like ps.
10842
10843         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10844         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10845         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10846         (ev_job_queue_add_job), (move_job_async), (move_job),
10847         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10848
10849         Add queues for async renderer, these are executed on the
10850         main thread.
10851
10852         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10853         (ev_job_render_run):
10854         * backend/ev-jobs.h:
10855
10856         If the backend support async renderer interface use it.
10857
10858         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10859         (setup_pixmap), (ps_document_get_type),
10860         (ps_async_renderer_render_pixbuf),
10861         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10862
10863         Implement async renderer interface.
10864
10865 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10866
10867         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10868
10869         Cleanup links job on exit.
10870
10871 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10872
10873         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10874         (drag_data_get_cb), (drag_data_received_cb):
10875         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10876         (drag_data_get_cb), (parse_item_list),
10877         (egg_toolbar_editor_load_actions):
10878         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10879         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10880         (parse_item_list), (parse_toolbars):
10881         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10882         (dvi_pixbuf_put_pixel):
10883         
10884         Fix gcc 4.0 warnings
10885
10886 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10887
10888         * ps/ps-document.c: (start_interpreter):
10889
10890         Fix warning when loading ps
10891
10892 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10893
10894         * ps/ps-document.c: (output):
10895
10896         Fix crash when priting gs error messages.
10897
10898 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * backend/ev-page-cache.c: (_ev_page_cache_new):
10901         * backend/ev-page-cache.h:
10902
10903         Use a const to return title so that we dont double
10904         free it. Small cleanup and fix a leak.
10905
10906         * shell/ev-window.c: (update_window_title):
10907
10908         strdup value from get_title.
10909
10910 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10911
10912         * shell/ev-sidebar-links.c: (job_finished_callback),
10913         (ev_sidebar_links_set_document):
10914
10915         Cleanup the old job when changing document
10916
10917 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10918
10919         * shell/ev-stock-icons.c:
10920         * shell/ev-stock-icons.h:
10921         * shell/ev-window.c:
10922         
10923         Add stock icons for actions that can appear in toolbar. Fix for
10924         bug 306566.
10925
10926 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10927
10928         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10929         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10930         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10931         * backend/ev-page-cache.h:
10932         * shell/ev-view.c: (scroll_to_current_page),
10933         (view_update_range_and_current_page), (get_page_y_offset),
10934         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10935         (ev_view_size_request_continuous),
10936         (ev_view_zoom_for_size_continuous_and_dual_page),
10937         (ev_view_zoom_for_size_continuous):
10938         
10939         More compact EvView layout in document with pages of different size.
10940
10941 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10942
10943         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10944         compilation.
10945
10946 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10947
10948         * shell/ev-view.c: (view_set_adjustment_values):
10949         * shell/ev-window.c: (ev_window_cmd_file_properties):
10950         
10951         A bit different fix for rounding problem but it has no
10952         problems on startup. Make properties window transient to parent.
10953
10954 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10955
10956         * pdf/ev-poppler.cc:
10957         
10958         More commenting of font stuff.
10959
10960 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * pdf/ev-poppler.cc:
10963
10964         Comment out some more fonts stuff. Should really
10965         work without the poppler patch now.
10966
10967 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10968
10969         * pdf/ev-poppler.cc:
10970
10971         Adapt to api change
10972
10973 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * data/evince-properties.glade:
10976         * pdf/ev-poppler.cc:
10977         * shell/ev-properties.c: (setup_fonts_view):
10978
10979         Set the column title. Show the dialog only
10980         once everything is setup.
10981         Getting font info can be very slow... will
10982         prolly need to make this threaded too.
10983
10984 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10985
10986         * backend/Makefile.am:
10987         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10988         (ev_document_fonts_get_fonts_model):
10989         * backend/ev-document-fonts.h:
10990         * data/evince-properties.glade:
10991         * pdf/ev-poppler.cc:
10992         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10993         * shell/ev-properties.h:
10994         * shell/ev-window.c: (ev_window_cmd_file_properties):
10995
10996         Implement fonts list. Defined out for now, since it depends
10997         on a not yet committed poppler patch.
10998
10999 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11000
11001         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11002         page + 1.
11003
11004         * shell/ev-window.c: Make sure we add the timeout when we get a
11005         focus-in event.
11006
11007         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11008         adjustment->value before calculating the zoom factor to average
11009         out all of our rounding errors.  The page no longer 'drifts' when
11010         resizing.
11011
11012 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11013
11014         * data/evince-properties.glade:
11015         * shell/ev-properties.c: (ev_properties_format_date),
11016         (set_property):
11017         
11018         Labels don't expand when the dialogue is resized.
11019         strftime result needs to be converted to UTF-8. Thanks
11020         to Christian Persch <chpe@gnome.org>.
11021
11022 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * data/evince-properties.glade:
11025
11026         Hide the fonts tab
11027
11028 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11029
11030         * backend/ev-document-info.h:
11031         * backend/ev-document.c: (ev_document_info_free):
11032         * data/evince-properties.glade:
11033         * pdf/ev-poppler.cc:
11034         * ps/ps-document.c: (ps_document_get_info):
11035         * shell/ev-properties.c: (ev_properties_format_date),
11036         (set_property), (ev_properties_new):
11037         * shell/ev-properties.h:
11038         * shell/ev-window.c: (ev_window_cmd_file_properties):
11039
11040         Rework properties code to take only EvPropertyInfo
11041         in the constructor so that it can be useful for
11042         nautilus plugin too.
11043
11044         Deal with backends that doesnt support some properties.
11045         Make set property code generic.
11046
11047 2005-06-04  Christian Persch <chpe@gnome.org>
11048
11049         * data/evince-properties.glade:
11050
11051         fix spacings, make resizeable, and make data labels
11052         selectable + ellipsised
11053
11054 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11055
11056         * backend/ev-document-info.h:
11057         * data/Makefile.am:
11058         * data/evince-ui.xml:
11059         * pdf/ev-poppler.cc:
11060         * shell/Makefile.am:
11061         * shell/ev-window.c: (update_action_sensitivity),
11062         (ev_window_cmd_file_properties):
11063
11064         Initial go at file properties. Patch by
11065         Emil Soleyman-Zomalan <emil@soleyman.com>.
11066         Needs love see #169583
11067
11068 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11069
11070         * ps/ps-document.c: (output):
11071         * ps/ps.c: (psscan):
11072
11073         Try to render even if psscan fails.
11074
11075 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11076
11077         * ps/ps.c: (psscan), (pscopydoc):
11078
11079         Port buffered reading code from gv
11080
11081 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * ps/ps-document.c: (interpreter_message), (output):
11084
11085         Do not fail on interpreter messages
11086
11087 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11088
11089         * backend/ev-document-misc.c:
11090         (ev_document_misc_get_thumbnail_frame):
11091
11092         Pages can be 0 x 0, dont assert on this case
11093
11094 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11097         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11098
11099         Correctly manage our reference on document. Finally the reload
11100         huge leak is gone...
11101
11102 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11103
11104         * ps/ps-document.c: (ps_document_dispose):
11105
11106         Forgot to chain it to the parent. Thanks chpe.
11107
11108 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11109
11110         * ps/ps-document.c: (ps_document_dispose),
11111         (ps_document_class_init), (stop_interpreter), (document_load):
11112
11113         Cleanup dispose a bit. Dont leak the whole pixmap.
11114
11115 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11116
11117         * pdf/ev-poppler.cc:
11118
11119         Release the poppler document on dispose
11120
11121 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11122
11123         * shell/ev-view.c: (ev_view_set_document):
11124
11125         Release ref on the pixbuf cache when changing
11126         document.
11127
11128 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * ps/ps-document.c: (ps_document_get_info):
11131
11132         Fix a double free
11133
11134 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11135
11136         * backend/ev-page-cache.c: (ev_page_cache_init),
11137         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11138         * backend/ev-page-cache.h:
11139         * shell/ev-page-action.c: (page_changed_cb):
11140         
11141         Set page action entry width depending on labels width. Fix
11142         for bug 305202.
11143
11144 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11145
11146         * backend/ev-link.c: (ev_link_class_init):
11147
11148         Allow -1 as page value (error)
11149
11150 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * shell/ev-sidebar-thumbnails.c:
11153         (ev_sidebar_thumbnails_set_document):
11154         * shell/ev-view.c: (scroll_to_current_page),
11155         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11156         (page_changed_cb), (on_adjustment_value_changed),
11157         (ev_view_set_document):
11158
11159         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11160         Fix bug 305377
11161
11162 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11163
11164         * configure.ac:
11165         * djvu/djvu-document.c: (djvu_document_get_page_size):
11166
11167         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11168         bug 301993.
11169
11170 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11171
11172         * shell/ev-view.c (draw_one_page): modify the expose handling to
11173         get the shadows.
11174
11175         * shell/ev-window.c (update_action_sensitivity): Respect
11176         permissions field.  Kowtow to the man.
11177
11178         * pdf/ev-poppler.cc: Get the permissions field.
11179
11180         * tiff/*c: Make a tiny bit more robust.
11181
11182 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11183
11184         * djvu/djvu-document.c:
11185         
11186         Pop messages from djvu context message queue.
11187
11188 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11189
11190         * configure.ac, Makefile.am, shell/Makefile.am:
11191         * tiff/Makefile.am, shell/ev-document-types.c:
11192         
11193         Cleanup tiff configure checks. Fix for bug 305218.
11194
11195 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11196
11197         * configure.ac: Added "uk" to ALL_LINGUAS.
11198
11199 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11200
11201         * cut-n-paste/zoom-control/ephy-zoom.c:
11202         (ephy_zoom_get_changed_zoom_level):
11203         * cut-n-paste/zoom-control/ephy-zoom.h:
11204         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11205         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11206         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11207         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11208         (zoom_control_changed_cb), (ev_window_init):
11209         
11210         Fix minor points related to moving best fit up. Introduce
11211         "zoom" property and make zoom control change it's value on
11212         notify::zoom signals. Fix for 305080.
11213
11214 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11215
11216         * data/evince-ui.xml:
11217         * shell/ev-window.c: (set_view_actions_sensitivity):
11218         
11219         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11220
11221 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11222
11223         * configure.ac:
11224
11225         Depends on poppler 0.3.2
11226
11227 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11228
11229         * cut-n-paste/recent-files/egg-recent-item.c:
11230         (egg_recent_item_get_short_name):
11231         * cut-n-paste/toolbar-editor/Makefile.am:
11232         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11233         (new_pixbuf_from_widget):
11234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11235         * cut-n-paste/toolbar-editor/egg-marshal.c:
11236         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11237         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11238
11239         Sync
11240
11241 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11242
11243         * tiff/tiff-document.c: Rough TIFF backend.
11244
11245 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11246
11247         * NEWS:
11248         * configure.ac:
11249         * cut-n-paste/toolbar-editor/Makefile.am:
11250
11251         Release 0.3.1
11252
11253 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11254
11255         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11256         (ev_view_find_next), (ev_view_find_previous):
11257
11258         Remove the locks around get_n_results   
11259
11260 2005-05-21  Juerg Billeter  <j@bitron.ch>
11261
11262         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11263
11264         Pass correct number of pages to poppler.
11265
11266 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11267
11268         * configure.ac:
11269         * data/Makefile.am:
11270         * data/evince.desktop.in: 
11271         * data/evince.desktop.in.in:
11272         * po/POTFILES.in:
11273         
11274         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11275
11276 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11277
11278         * shell/ev-view.c: (view_update_adjustments),
11279         (view_set_adjustment_values): cast adjustmen->value to (int)
11280         before using it.  Otherwise, we get off by a pixel in some
11281         situations.
11282
11283         (draw_one_page): Draw the border on expose.
11284
11285 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11286
11287         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11288         adjustment when the mode changes, #304923
11289
11290 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11291
11292         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11293         flickering on resize but still use gdk_window_scroll on
11294         scrolling
11295
11296 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11297
11298         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11299         option, #170458
11300
11301 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11302
11303         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11304         second page on page_changed if possible, #304669
11305
11306 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11307
11308         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11309         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11310
11311 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11312
11313         * .cvsignore:
11314         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11315         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11316         (ev_view_zoom_for_size_presentation),
11317         (ev_view_zoom_for_size_continuous_and_dual_page),
11318         (ev_view_zoom_for_size_continuous),
11319         (ev_view_zoom_for_size_dual_page),
11320         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11321         * shell/ev-view.h:
11322         * shell/ev-window.c: (update_view_size),
11323         (ev_window_sizing_mode_changed_cb):
11324
11325         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11326         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11327         an infinite loop, #304769
11328
11329
11330 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11331
11332         * data/evince-ui.xml:
11333         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11334         * shell/ev-window.c: (set_view_actions_sensitivity):
11335
11336         Make PgUp/Down behave like Space
11337
11338 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11339
11340         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11341         * backend/ev-ps-exporter.h:
11342         * pdf/ev-poppler.cc:
11343         * ps/ps-document.c: (ps_document_ps_export_begin):
11344         * shell/ev-print-job.c: (idle_print_handler):
11345
11346         Adapt to new poppler api
11347
11348 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11349
11350         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11351         (ephy_zoom_control_init):
11352
11353         Translate zoom levels
11354
11355 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11356
11357         * cut-n-paste/zoom-control/ephy-zoom.c:
11358         (ephy_zoom_get_zoom_level_index):
11359
11360         Fix current zoom -> zoom control match
11361
11362 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11363
11364         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11365         rather than the scrolled_window that it's in. Fixes bug #304655.
11366
11367 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11368
11369         * shell/ev-view.c: (view_update_adjustments),
11370         (view_set_adjustment_values), (view_update_range_and_current_page),
11371         (view_scroll_to_page), (set_scroll_adjustment),
11372         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11373         (ev_view_scroll), (ev_view_scroll_view),
11374         (ensure_rectangle_is_visible), (find_page_at_location),
11375         (get_link_at_location), (go_to_link), (status_message_from_link),
11376         (ev_view_size_request_continuous_dual_page),
11377         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11378         (ev_view_unrealize), (ev_view_expose_event),
11379         (ev_view_button_press_event), (ev_view_motion_notify_event),
11380         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11381         (draw_rubberband), (highlight_find_results), (draw_one_page),
11382         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11383         (ev_view_init), (find_changed_cb), (page_changed_cb),
11384         (on_adjustment_value_changed), (ev_view_new),
11385         (ev_view_set_document), (ev_view_set_zoom),
11386         (ev_view_set_continuous), (ev_view_set_dual_page),
11387         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11388         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11389         (ev_view_zoom_for_size_presentation),
11390         (ev_view_zoom_for_size_continuous_dual_page),
11391         (ev_view_zoom_for_size_continuous),
11392         (ev_view_zoom_for_size_dual_page),
11393         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11394         (ev_view_get_status), (ev_view_set_status),
11395         (update_find_status_message), (ev_view_get_find_status),
11396         (ev_view_set_find_status), (jump_to_find_result),
11397         (jump_to_find_page), (compute_selections), (clear_selection),
11398         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11399         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11400         (ev_view_update_primary_selection),
11401         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11402         * shell/ev-view.h:
11403         * shell/ev-window.c: (ev_window_open_page_label),
11404         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11405         (ev_window_init):
11406         * shell/ev-window.h:
11407         * shell/main.c: (load_files):
11408
11409         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11410         when resizing.  Remove the bin_window().  Also, patch from James
11411         Bowes to fix command line page, #300641
11412         
11413 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11414
11415         * data/evince-ui.xml:
11416         * shell/ev-view.c:
11417         * shell/ev-view.h:
11418         * shell/ev-window.c: (update_action_sensitivity):
11419
11420         Get rid of View->Normal Size, it's just confusing
11421
11422 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11423
11424         * backend/ev-document-info.h:
11425         * backend/ev-document.c: (ev_document_info_free): Free the
11426         EvDocumentInfo.
11427
11428         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11429         (clear_range), (add_range), (update_visible_range),
11430         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11431         (ev_sidebar_thumbnails_set_document):
11432         * shell/ev-window.c: (ev_window_setup_document): Only render the
11433         visible thumbnails.  It takes an instant to render, but it uses
11434         much less memory.
11435
11436 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11437
11438         * shell/ev-sidebar-links.c: (popup_menu_cb):
11439
11440         Select first item
11441
11442 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11443
11444         * lib/Makefile.am:
11445         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11446         (button_press_cb), (ev_sidebar_links_construct):
11447
11448         Show the popup menu also on keybindings
11449
11450 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11451
11452         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11453         * shell/ev-window.h:
11454
11455         Expose api to print a range (with dialog). Make private _print use
11456         it.
11457
11458         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11459         (ev_sidebar_links_construct):
11460
11461         Show a print context menu on linkx, it prints the selected
11462         section.
11463
11464 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11465
11466         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11467         button.
11468
11469 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11470
11471         * AUTHORS:
11472
11473         Update
11474
11475         * shell/ev-window.c: (build_comments_string),
11476         (ev_window_cmd_help_about):
11477
11478         Show poppler version/backend and authors
11479
11480 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11481
11482         * cut-n-paste/zoom-control/ephy-zoom.c:
11483         (ephy_zoom_get_zoom_level_index):
11484         * cut-n-paste/zoom-control/ephy-zoom.h:
11485
11486         Move the best fit items at the top of the list
11487
11488 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11489
11490         * shell/ev-marshal.list:
11491         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11492         (activate_cb), (match_selected_cb), (activate_link_cb),
11493         (connect_proxy), (ev_page_action_class_init):
11494         * shell/ev-page-action.h:
11495
11496         Use signals to notify action activation. Hopefully
11497         I did not break completion since I cant test...
11498
11499         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11500         (register_custom_actions):
11501
11502         Connect to page selector actions and also grab focus on
11503         the view when activated.
11504
11505 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * pdf/ev-poppler.cc:
11508         * backend/ev-page-cache.c: make page size calculation consistent
11509         and set it to (int)( width * scale + 0.5).  This makes the weird
11510         line going through the middle of the page go away.
11511
11512         * shell/ev-view.c: move painting the background page after
11513         checking the expose area covers us.
11514
11515 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11516
11517         * data/evince-password.glade:
11518         
11519         Mark labels as not translatable. Fix for bug 302842.
11520
11521 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11522
11523         * configure.ac: Added "es" to ALL_LINGUAS.
11524
11525 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11526
11527         * data/evince-toolbar.xml:
11528         * shell/ev-window.c: (update_action_sensitivity),
11529         (ev_window_setup_document), (ev_window_set_page_mode),
11530         (ev_window_init):
11531
11532         Remove some leftover code from jrb first continous
11533         attempt. Use the new actions, we still need good icons
11534         though...
11535
11536 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11537
11538         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11539
11540         Update label when connecting proxy. Fix a warning with NULL
11541         page_cache.
11542
11543 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11544
11545         * data/evince-ui.xml:
11546         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11547         * shell/ev-page-action.h:
11548         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11549
11550         Add mnemonic for edit toolbar.
11551         ctrl+l focus the page entry.
11552
11553 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11554
11555         * lib/Makefile.am:
11556         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11557         (ev_window_init):
11558         * shell/main.c: (main):
11559
11560         Put the toolbar xml in evince own dot dir
11561
11562 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11563
11564         * shell/ev-window.c: (ev_window_init):
11565
11566         Make the toolbar not removable
11567
11568 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11569
11570         * data/evince-ui.xml:
11571         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11572         * shell/ev-sidebar-links.h:
11573         * shell/ev-sidebar-thumbnails.c:
11574         (ev_sidebar_thumbnails_get_treeview):
11575         * shell/ev-sidebar-thumbnails.h:
11576         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11577         (ev_view_class_init):
11578         * shell/ev-view.h:
11579         * shell/ev-window.c: (update_action_sensitivity),
11580         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11581         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11582         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11583         (ev_window_init):
11584
11585         This is evil... Make space/backspace global accelerators but
11586         enable them only for some widgets (sidebars and view).
11587         I dont like it, but I dont know a better way... :/
11588
11589 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11590
11591         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11592         (ev_page_action_widget_finalize),
11593         (ev_page_action_widget_class_init), (update_page_cache):
11594
11595         Keep a weak reference on proxy->page_cache so that we
11596         dont try to disconnect the signal if the object is already
11597         gone. Maybe there is a better way to cleanup reference handling
11598         in page action though...
11599
11600 2005-05-10  Juerg Billeter  <j@bitron.ch>
11601
11602         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11603         * backend/ev-ps-exporter.h:
11604         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11605         * ps/ps-document.c: (ps_document_ps_export_begin):
11606         
11607         Change api to pass print range to ps_exporter_begin. The pdf backend
11608         requires this information.
11609         
11610         * shell/ev-print-job.c: (idle_print_handler):
11611         
11612         Adapt to api change
11613
11614 2005-05-10  Juerg Billeter  <j@bitron.ch>
11615
11616         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11617         (idle_print_handler)
11618         * shell/ev-window.c: (ev_window_print):
11619
11620         Support printing page range, based on patch by Amaury Jacquot
11621
11622 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11623
11624         * data/evince-toolbar.xml:
11625
11626         Add zoom control to available items
11627
11628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11629
11630         * shell/ev-window.c: (update_action_sensitivity):
11631
11632         Set slash action insensitive when appropriate
11633
11634 2005-05-10  Christian Persch <chpe@gnome.org>
11635
11636         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11637
11638         Fix warning on the overflow menu
11639
11640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11641
11642         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11643
11644         Check for uri correctness/existence
11645
11646 2005-05-09  Juerg Billeter  <j@bitron.ch>
11647
11648         * shell/ev-window.c: (using_postscript_printer):
11649
11650         LPD printers use postscript, too
11651
11652 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11653
11654         * shell/ev-window.c: (register_custom_actions):
11655
11656         The zoom one is actually sort of useful,
11657         put it back
11658
11659 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11660
11661         * shell/ev-window.c: (register_custom_actions):
11662
11663         Hide page/zoom controls from overflow, they
11664         are useless.
11665
11666 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11667
11668         * cut-n-paste/update-from-egg.sh:
11669         
11670         Share it between all cut-n-paste subdirs
11671
11672         * cut-n-paste/recent-files/Makefile.am:
11673
11674         Fix to use "global" update-from-egg.sh
11675
11676         * cut-n-paste/recent-files/egg-recent-model.c:
11677         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11678         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11679         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11680         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11681
11682         Update from libegg
11683
11684         * cut-n-paste/toolbar-editor/Makefile.am:
11685
11686         Fix to use "global" update-from-egg.sh
11687
11688         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11689
11690         Update from libegg
11691
11692 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11693
11694         * configure.ac:
11695         * cut-n-paste/Makefile.am:
11696         * cut-n-paste/recent-files/Makefile.am:
11697         * cut-n-paste/toolbar-editor/.cvsignore:
11698         * cut-n-paste/toolbar-editor/Makefile.am:
11699         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11700         (egg_editable_toolbar_get_type), (get_toolbar_position),
11701         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11702         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11703         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11704         (set_item_drag_source), (create_item_from_action), (create_item),
11705         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11706         (popup_toolbar_context_menu_cb), (free_dragged_item),
11707         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11708         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11709         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11710         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11711         (item_added_cb), (item_removed_cb),
11712         (egg_editable_toolbar_construct),
11713         (egg_editable_toolbar_disconnect_model),
11714         (egg_editable_toolbar_deconstruct),
11715         (egg_editable_toolbar_set_model),
11716         (egg_editable_toolbar_set_ui_manager),
11717         (egg_editable_toolbar_set_property),
11718         (egg_editable_toolbar_get_property),
11719         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11720         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11721         (egg_editable_toolbar_new_with_model),
11722         (egg_editable_toolbar_get_edit_mode),
11723         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11724         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11725         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11726         (new_pixbuf_from_widget), (new_separator_pixbuf),
11727         (update_separator_image), (style_set_cb),
11728         (_egg_editable_toolbar_new_separator_image),
11729         (egg_editable_toolbar_get_model):
11730         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11731         * cut-n-paste/toolbar-editor/egg-marshal.c:
11732         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11733         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11734         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11735         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11736         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11737         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11738         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11739         (editor_drag_data_delete_cb), (drag_data_get_cb),
11740         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11741         (editor_create_item), (update_editor_sheet), (setup_editor),
11742         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11743         (parse_item_list), (model_has_action), (update_actions_list),
11744         (egg_toolbar_editor_load_actions):
11745         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11746         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11747         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11748         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11749         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11750         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11751         (egg_toolbars_model_add_separator), (impl_add_item),
11752         (parse_item_list), (egg_toolbars_model_add_toolbar),
11753         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11754         (impl_get_item_data), (impl_get_item_type),
11755         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11756         (egg_toolbars_model_init), (free_toolbar),
11757         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11758         (egg_toolbars_model_remove_toolbar),
11759         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11760         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11761         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11762         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11763         (egg_toolbars_model_get_item_data),
11764         (egg_toolbars_model_get_item_type):
11765         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11766         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11767         * data/Makefile.am:
11768         * data/evince-toolbar.xml:
11769         * data/evince-ui.xml:
11770         * data/hand-open.png:
11771         * po/POTFILES.in:
11772         * shell/Makefile.am:
11773         * shell/ev-window.c: (update_chrome_visibility),
11774         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11775         (ev_window_dispose), (ev_window_init):
11776
11777         Implement epiphany like toolbar editor. Based on patch by
11778         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11779
11780 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11781
11782         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11783
11784         Use set_cursor instead of set_selection, so that
11785         the keyboard focus moves too.
11786
11787 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11788
11789         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11790
11791         Fix infinite loop when loading Type1 fonts
11792
11793 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11794
11795         * data/evince-ui.xml:
11796         * shell/ev-window.c:
11797
11798         Slash -> Find
11799
11800 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11801
11802         * configure.ac:
11803
11804         Make --disable really disable
11805
11806 2005-05-07  Juerg Billeter  <j@bitron.ch>
11807
11808         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11809
11810         Compare page labels even without has_labels set, fixes setting page
11811         with entry
11812
11813 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11814
11815         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11816         (ev_view_set_cursor), (ev_view_button_press_event),
11817         (ev_view_motion_notify_event), (ev_view_button_release_event),
11818         (ev_view_init):
11819
11820         Implement middle button scrolling. Based on a patch
11821         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11822
11823 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11824
11825         * shell/ev-document-types.c: (get_slow_mime_type),
11826         (get_document_type_from_mime), (ev_document_type_lookup):
11827         * shell/ev-document-types.h:
11828
11829         Change api to lookup from uri. Do fast lookup first, if the
11830         type is unknown try with data sniffing.
11831
11832         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11833         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11834
11835         Adapt to api change
11836
11837 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11838
11839         * thumbnailer/Makefile.am:
11840
11841         Fix distcheck
11842
11843 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11844
11845         * NEWS:
11846         * configure.ac:
11847
11848         Release 0.3.0
11849
11850         * data/evince-ui.xml:
11851
11852         Hide presentation mode for now
11853
11854         * shell/ev-view.c: (highlight_find_results):
11855
11856         Show current find selection only on current page
11857
11858 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11859
11860         * shell/ev-view.c: (ev_view_select_all):
11861
11862         Compute size of the actual page, not of
11863         the current one.
11864
11865 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11866
11867         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11868         (view_rect_to_doc_rect), (compute_selections),
11869         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11870         (ev_view_copy), (ev_view_primary_get_cb),
11871         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11872         (ev_view_button_press_event), (ev_view_motion_notify_event),
11873         (ev_view_button_release_event), (page_changed_cb):
11874
11875         Fix text selection
11876
11877 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11878
11879         * shell/ev-view.c: (compute_border), (get_page_extents),
11880         (doc_rect_to_view_rect), (highlight_find_results),
11881         (ev_view_bin_expose), (ev_view_select_all),
11882         (ev_view_motion_notify_event), (update_find_status_message),
11883         (jump_to_find_result), (jump_to_find_page):
11884
11885         First go at fixing search, still buggy
11886
11887 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11888
11889         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11890         dropdown box and button at the top of the sidebar.
11891
11892 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11893
11894         * configure.ac: Output zoom-control Makefile.
11895         * cut-n-paste/Makefile.am: build zoom-control subdir.
11896         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11897         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11898         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11899         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11900         * cut-n-paste/zoom-control/ephy-zoom.c:
11901         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11902         from epiphany, and modified to add a separator into the menu.
11903         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11904         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11905         zoom-control action.
11906         * shell/Makefile.am: Include zoom-control flags.
11907         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11908         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11909         (ev_view_zoom_for_size_presentation),
11910         (ev_view_zoom_for_size_continuous_and_dual_page),
11911         (ev_view_zoom_for_size_continuous),
11912         (ev_view_zoom_for_size_dual_page),
11913         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11914         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11915         ev_view_get_zoom and ev_view_get_sizing_mode.
11916         * shell/ev-view.h:
11917         * shell/ev-window.c: (update_action_sensitivity),
11918         (update_sizing_buttons), (zoom_control_changed_cb),
11919         (register_custom_actions): Initialize and use the zoom-control 
11920         widget.
11921
11922 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11923
11924         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11925         preview cache back to 1.  Don't know when it got set to 0.
11926         
11927         * shell/ev-view.c: (compute_border), (ev_view_realize),
11928         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11929         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11930         (ev_view_get_fullscreen), (ev_view_set_presentation),
11931         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11932         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11933         * shell/ev-view.h:
11934         * shell/ev-window.c:
11935         (update_chrome_visibility),
11936         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11937         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11938         (update_document_mode), (ev_window_update_fullscreen_action),
11939         (ev_window_fullscreen), (ev_window_unfullscreen),
11940         (ev_window_cmd_view_fullscreen),
11941         (ev_window_update_presentation_action),
11942         (ev_window_run_presentation), (ev_window_stop_presentation),
11943         (ev_window_cmd_view_presentation), (ev_window_state_event),
11944         (ev_window_focus_in_event), (ev_window_focus_out_event),
11945         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11946         * data/evince-ui.xml: Initial presentation mode.  We should
11947         probably hide this until it's done, as it's quite rough.  Also,
11948         change full-screen to fullscreen and add two getters to EvView.
11949
11950 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11951
11952         * shell/ev-page-action.c: (update_page_cache),
11953         (ev_page_action_dispose):
11954         * shell/ev-window.c: (destroy_fullscreen_popup),
11955         (ev_window_create_fullscreen_popup):
11956
11957         Use connect_object rather than explicitly
11958         disconnect on dispose.
11959
11960 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11961
11962         * shell/ev-page-action.c: (update_page_cache),
11963         (ev_page_action_dispose):
11964
11965 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11966
11967         * backend/ev-page-cache.c: (_ev_page_cache_new),
11968         (ev_page_cache_set_page_label),
11969         (ev_page_cache_has_nonnumeric_page_labels):
11970         * backend/ev-page-cache.h:
11971         * shell/ev-page-action.c: (update_pages_label):
11972         
11973         If all page labels are numeric, fallback to default
11974         way to display number of pages. See bug 173185.
11975
11976 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11977
11978         * shell/ev-page-action.c: (ev_page_action_dispose):
11979         * shell/ev-view.c: (view_update_range_and_current_page):
11980         * shell/ev-window.c: (ev_window_dispose):
11981         
11982         Set page on scroll in continuous mode. Fixes bug 301986.
11983         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11984
11985 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11986
11987         * configure.ac:
11988
11989         Require poppler 0.3.0
11990
11991 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11992         
11993         * shell/Makefile.am, configure.ac: Fix build problems
11994         with t1lib. Bug 301996.
11995
11996 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11997
11998         * shell/ev-view.c: (ev_view_scroll_event):
11999         
12000         Scroll up increase zoom
12001
12002 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12003
12004         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12005         (ev_view_set_sizing_mode),
12006         (ev_view_zoom_for_size_continuous_and_dual_page),
12007         (ev_view_zoom_for_size_continuous):
12008         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12009         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12010         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12011         (ev_window_init):
12012
12013         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12014         Fix for 165473 and 165472.
12015
12016 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12017
12018         * po/POTFILES.in:
12019         * thumbnailer/Makefile.am:
12020         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12021         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12022         * thumbnailer/evince-thumbnailer.schemas.in:
12023         
12024         Make thumbnailer schemas translatable. Fix for bug 301773
12025         
12026         * thumbnailer/evince-thumbnailer-djvu.schemas:
12027         * thumbnailer/evince-thumbnailer-dvi.schemas:
12028         * thumbnailer/evince-thumbnailer.schemas:
12029
12030         Removed files
12031
12032 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12033
12034         * shell/ev-view.c (ev_view_init): forgot to set this.
12035
12036 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12037
12038         * shell/ev-view.c: (find_page_at_location),
12039         (get_link_at_location),
12040         (ev_view_set_show_border), (ev_view_set_spacing),
12041         (ev_view_zoom_for_size_continuous_and_dual_page),
12042         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12043         Also, add a quick fix measuring of widths.  Also, removed
12044         ev_view_set_spacing and ev_view_set_show_border.
12045         
12046         * shell/ev-window.c: (ev_window_unfullscreen),
12047         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12048
12049 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12050
12051         * shell/ev-view.c: (view_update_range_and_current_page),
12052         (page_changed_cb):
12053         
12054         Fix crash on exit and scrolling to page in continuous view.
12055
12056 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12057
12058         * TODO:
12059         * backend/ev-page-cache.c: (_ev_page_cache_new),
12060         (ev_page_cache_get_max_width_size),
12061         (ev_page_cache_get_max_height_size):
12062         * backend/ev-page-cache.h:
12063         * data/evince-ui.xml:
12064         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12065         * shell/ev-view.c: (view_update_adjustments),
12066         (view_update_range_and_current_page), (get_bounding_box_size),
12067         (ev_view_size_request_continuous_and_dual_page),
12068         (ev_view_size_request_continuous),
12069         (ev_view_size_request_dual_page),
12070         (ev_view_size_request_single_page), (ev_view_size_request),
12071         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12072         (ev_view_bin_expose), (ev_view_expose_event),
12073         (ev_view_set_property), (ev_view_get_property),
12074         (ev_view_class_init), (ev_view_init), (ev_view_new),
12075         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12076         (ev_view_set_dual_page), (ev_view_set_full_screen),
12077         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12078         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12079         (ev_view_zoom_out), (zoom_for_size_fit_width),
12080         (zoom_for_size_best_fit),
12081         (ev_view_zoom_for_size_continuous_and_dual_page),
12082         (ev_view_zoom_for_size_continuous),
12083         (ev_view_zoom_for_size_dual_page),
12084         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12085         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12086         * shell/ev-view.h:
12087         * shell/ev-window.c: (update_action_sensitivity),
12088         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12089         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12090         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12091         (ev_window_cmd_view_zoom_out), (update_view_size),
12092         (ev_window_set_sizing_mode), (ev_window_init):
12093
12094         Add Continuous and Dual page modes.
12095
12096 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12097
12098         * dvi/dvi-document.c: (dvi_document_load),
12099         (dvi_document_thumbnails_get_thumbnail),
12100         (dvi_document_init_params): Fix up some mixups between
12101         width and height to correct thumbnail rendering.
12102
12103 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12104
12105         * dvi/mdvi-lib/private.h:
12106         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12107         
12108         Suppess output for kpathsea during font generation. Thanks to
12109         James Bowes
12110
12111 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12112
12113         * NEWS:
12114         * configure.ac:
12115
12116         Release 0.2.1
12117
12118         * Makefile.am: fix distcheck.
12119
12120 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12121
12122         * shell/ev-sidebar-links.c: (selection_changed_callback),
12123         (update_page_callback), (row_activated_callback),
12124         (job_finished_callback), (ev_sidebar_links_set_document):
12125         
12126         Fix for bug #169901. Double click on links expands tree.
12127
12128 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12129
12130         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12131         hard-coded style. Fix for bug 170111
12132
12133 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12134
12135         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12136         locking.
12137
12138 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12139
12140         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12141
12142 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12143
12144         * pdf/ev-poppler.cc:
12145         * shell/ev-view.c: (highlight_find_results):
12146
12147         Fix find on single page documents
12148
12149 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12150
12151         * data/evince.schemas.in: fix for bug 301390
12152
12153 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12154
12155         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12156         (ev_view_zoom_out), (ev_view_zoom_normal):
12157         * shell/ev-view.h:
12158         * shell/ev-window.c: (update_action_sensitivity),
12159         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12160         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12161         (ev_window_cmd_view_normal_size):
12162
12163         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12164         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12165         better than oom. 
12166
12167 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12168
12169         * configure.ac:
12170
12171         Depend on 2.57, 2.59 doesnt seem to be necessary
12172
12173 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12174
12175         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12176         (create_tool_item):
12177
12178         Put back total number of pages as (1 of 1234)
12179
12180 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12181
12182         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12183         remove the job.
12184
12185         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12186         function.  This helps debugging.
12187
12188 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12189
12190         * djvu/djvu-document.c: (djvu_document_class_init),
12191         (djvu_document_get_info), (djvu_document_document_iface_init):
12192         * dvi/dvi-document.c: (dvi_document_class_init),
12193         (dvi_document_get_info), (dvi_document_document_iface_init):
12194
12195         Dummy implementation of get_info method for dvi and
12196         djvu. Fix crashes with those backends
12197
12198 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12199
12200         * data/evince.desktop.in:
12201
12202         Add application/x-gzpostscript
12203
12204 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12205
12206         * data/evince.schemas.in: Added real long descriptions, 
12207         closes bug 172496 
12208
12209         * README: Added actual text, closes bug 171869
12210
12211 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12212
12213         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12214
12215         Thumbnail page 0
12216
12217 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12218
12219         * backend/ev-document-info.h:
12220
12221         s/GDate */GDate so we can just use g_free
12222
12223 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12224
12225         * shell/ev-window.c: (update_document_mode),
12226         (ev_window_setup_document):
12227
12228         Show the window in fullscreen when specified by
12229         the document
12230
12231 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12232
12233         * backend/ev-document.c: (ev_document_class_init),
12234         (ev_document_get_info), (ev_document_render_pixbuf):
12235         * backend/ev-document.h:
12236         * backend/ev-page-cache.c: (_ev_page_cache_new):
12237         * pdf/ev-poppler.cc:
12238         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12239         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12240         * ps/ps-document.c: (ps_document_class_init), (document_load),
12241         (ps_document_get_info), (ps_document_document_iface_init):
12242
12243         Remove get_title from the interface, we can just use document info
12244
12245 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12246
12247         * backend/Makefile.am:
12248         * backend/ev-document.c: (ev_document_render_get_info):
12249         * backend/ev-document.h:
12250         * pdf/ev-poppler.cc:
12251
12252         Initial support for document info. Based on jrb patch.
12253
12254 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12255
12256         * shell/ev-window.c: (ev_window_state_event),
12257         (ev_window_class_init), (ev_window_init):
12258         
12259         Doesn't show resize grip when maximized. See bug #301053
12260
12261 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12262
12263         * po/POTFILES.in:
12264         
12265         ev-sidebar-thumbnails now has translatable labels
12266         
12267         * shell/Makefile.am:
12268         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12269         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12270         (ev_sidebar_links_page_iface_init):
12271         * shell/ev-sidebar-links.h:
12272         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12273         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12274         (ev_sidebar_page_get_label):
12275         * shell/ev-sidebar-page.h:
12276         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12277         (ev_sidebar_thumbnails_set_document),
12278         (ev_sidebar_thumbnails_support_document),
12279         (ev_sidebar_thumbnails_get_label),
12280         (ev_sidebar_thumbnails_page_iface_init):
12281         * shell/ev-sidebar-thumbnails.h:
12282         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12283         (ev_sidebar_set_document):
12284         * shell/ev-sidebar.h:
12285         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12286         
12287         Small rework of sidebar code. Now sidebar pages should implement
12288         EvSidebarPage interface. That makes page management in EvSidebar
12289         easier. See bug #164811 for details
12290
12291 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12292
12293         * shell/ev-application.c: (ev_application_open):
12294         * shell/ev-document-types.c:
12295         
12296         Fix build error and small problem with application exit
12297
12298 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12299
12300         * thumbnailer/Makefile.am:
12301         * thumbnailer/evince-thumbnailer-djvu.schemas:
12302         * thumbnailer/evince-thumbnailer-dvi.schemas:
12303         
12304         Conditionally install schemas for djvu/dvi thumbnailer
12305
12306 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12307
12308         * shell/ev-document-types.h: 
12309         * shell/ev-document-types.c: 
12310         New files, handling the mapping from mimetypes to backends
12311         
12312         * shell/ev-window.c: 
12313         * thumbnailer/evince-thumbnailer.c:     
12314         Use the ev-document-types code
12315         
12316         * shell/Makefile.am: 
12317         Added new convenience library libevbackendfactory_la, containing
12318         the new mimetype->backend logic; moved the backends into it.
12319
12320         * thumbnailer/Makefile.am:
12321         Make the thumbnailer link with the libevbackend.la convenience
12322         library, rather than having a duplicate of the backend logic here.
12323
12324 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12325
12326         * shell/ev-stock-icons.c: constify some vars.
12327         * shell/ev-window.c: ditto.
12328
12329 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12330
12331         * ps/ps-document.c (get_page_orientation):
12332
12333         Respect document orientation 
12334
12335 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12336
12337         * djvu/Makefile.am:
12338         * dvi/Makefile.am:
12339         * shell/Makefile.am:
12340         
12341         Move library dependencies to components.
12342         
12343         * shell/ev-window.c: (update_window_title),
12344         (start_loading_document):
12345         
12346         Fix display of uris with spaces. Bug 168358.
12347
12348 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12349
12350         * shell/ev-sidebar-links.c: (selection_changed_cb):
12351         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12352         (ev_view_button_release_event), (ev_view_set_document):
12353         * shell/ev-view.h:
12354         * shell/ev-window.c: (find_bar_search_changed_cb):
12355         * shell/ev-window.h: Minor cleanups removing some dead code.
12356
12357 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12358
12359         * backend/ev-page-cache.c: (_ev_page_cache_new):
12360         
12361         Set current page to 0 if document has pages.
12362
12363 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12364
12365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12366
12367         Initialize GError to NULL, fix a crash when loading fails.
12368
12369 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12370
12371         * shell/ev-window.c: (update_view_size):
12372
12373         Calculate shadow size only when there is actually
12374         a shadow.
12375
12376 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12377
12378         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12379         * shell/ev-view.h:
12380
12381         Allow setting view spacing, default to 0
12382
12383         * shell/ev-window.c: (ev_window_unfullscreen),
12384         (ev_window_cmd_view_fullscreen), (ev_window_init):
12385
12386         Remove spacing in fullscreen mode
12387
12388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12389
12390         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12391         (ev_view_size_request), (expose_bin_window),
12392         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12393         * shell/ev-view.h:
12394         * shell/ev-window.c: (ev_window_unfullscreen),
12395         (ev_window_cmd_view_fullscreen):
12396
12397         Do not draw the border in fulscreen
12398
12399 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12400
12401         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12402         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12403         (find_page_at_location), (page_changed_cb):
12404
12405         Rework border calculation, so that I can more easily disable it.
12406         Code somewhat cleaner too.
12407
12408 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12409
12410         * backend/ev-page-cache.c: (ev_page_cache_init),
12411         (_ev_page_cache_new):
12412
12413         Remove some assertions, documents can have 0 pages.
12414         Make initial current page -1.
12415
12416         * shell/ev-page-action.c: (page_changed_cb):
12417
12418         Show "" if current page is -1
12419
12420         * shell/ev-window.c: (update_action_sensitivity),
12421         (ev_window_setup_document):
12422
12423         When document has 0 pages do not set the view
12424         and make nearly everything insensitive.
12425
12426 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12427
12428         * shell/ev-page-view.c:
12429         * shell/ev-page-view.h:
12430
12431         Remove unused files.
12432         
12433         * shell/ev-sidebar-thumbnails.c:
12434         (ev_sidebar_thumbnails_set_document):
12435         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12436         (ev_sidebar_supports_document):
12437         * shell/ev-sidebar.h:
12438         * shell/ev-window.c: (ev_window_setup_document):
12439         
12440         Doesn't show thumbnails if document has 1 page. Make
12441         sidebar menu entries sensitive only if if they have 
12442         sense. Fix bug 164811. 
12443
12444 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12445
12446         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12447         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12448         (ev_view_zoom_out), (ev_view_set_size):
12449
12450         Rework sizing to deal with documents with not uniform page
12451         size.
12452
12453 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12454
12455         * backend/ev-page-cache.c: (_ev_page_cache_new):
12456
12457         Fix several page size caching bugs
12458
12459 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12460
12461         * shell/ev-window.c: (set_action_properties):
12462
12463         Make all toolbar items translatable
12464
12465 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12466
12467         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12468         (save_page_list), (ps_document_save),
12469         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12470         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12471         (ps_document_ps_exporter_iface_init):
12472         * ps/ps-document.h:
12473
12474         Based on a patch by J�rg Billeter <j@bitron.ch>
12475         
12476         Implement print and save a copy for the ps backend.
12477
12478 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12479
12480         * backend/ev-document.h:
12481         * djvu/djvu-document.c: (djvu_document_can_get_text),
12482         (djvu_document_document_iface_init):
12483         * dvi/dvi-document.c: (dvi_document_can_get_text),
12484         (dvi_document_document_iface_init):
12485         * pdf/ev-poppler.cc:
12486         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12487         (pixbuf_document_document_iface_init):
12488         * ps/ps-document.c: (ps_document_can_get_text),
12489         (ps_document_document_iface_init):
12490         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12491         * shell/ev-window.c: (update_action_sensitivity):
12492
12493         Fix the crash when trying to copy in backends that doesnt
12494         support it. We can implement a better solution once we
12495         do real text selection.
12496
12497 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12498
12499         * data/evince-ui.xml:
12500         * shell/ev-window.c: (ev_window_cmd_escape):
12501         
12502         Work around the Escape conflict (find bar and unfullscreen)
12503
12504 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12505
12506         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12507         
12508         Fix for #300233. Next page correctly handles document end.
12509         
12510         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12511         (ev_sidebar_thumbnails_class_init),
12512         (ev_sidebar_thumbnails_set_document),
12513         (ev_sidebar_thumbnails_clear_job),
12514         (ev_sidebar_thumbnails_clear_model):
12515         
12516         Cleanup thumbnail jobs on document changes.
12517         
12518         * shell/ev-view.c: (add_scroll_binding_keypad),
12519         (add_scroll_binding_shifted), (ev_view_class_init):
12520         
12521         Shift + Space scrolls up. Fix for #173184
12522         
12523         * shell/ev-window.c: (ev_window_open_page),
12524         (ev_window_cmd_view_reload):
12525         
12526         Fix reload (Bug #300094)
12527
12528 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12529
12530         
12531         * dvi/mdvi-lib/assoc.c:
12532         * dvi/mdvi-lib/assoc.h: Removed garbage files
12533         
12534         * dvi/mdvi-lib/bitmap.c:
12535         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12536         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12537         * dvi/mdvi-lib/color.h: Antialias of rules
12538         
12539         * dvi/mdvi-lib/common.h:
12540         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12541         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12542         * dvi/mdvi-lib/files.c:
12543         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12544         * dvi/mdvi-lib/mdvi.h:
12545         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12546         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12547         * dvi/mdvi-lib/util.c: Fix compile warnings
12548         
12549         * dvi/dvi-document.c:
12550         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12551         (dvi_document_thumbnails_get_thumbnail),
12552         (dvi_document_document_thumbnails_iface_init):
12553         * dvi/mdvi-lib/Makefile.am:
12554         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12555         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12556         
12557         Dvi backend now renders thumbnails
12558
12559 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12560
12561         * shell/main.c: (main): 
12562         
12563         Save accelerators on exit. Fixes bug #172095.
12564
12565 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12566
12567         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12568         update priority" comment.
12569
12570         * backend/ev-job-queue.c: Give a way to change priority.
12571
12572 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12573
12574         * shell/ev-page-action.c: Fix logic.
12575
12576 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12577
12578         * shell/ev-view.c: (ev_view_can_find_next):
12579         * shell/ev-window.c: (ev_window_setup_document):
12580
12581         Check that the document supports find
12582
12583 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12584
12585         * data/evince-ui.xml:
12586         * shell/ev-view.c: (ev_view_can_find_next):
12587         * shell/ev-view.h:
12588         * shell/ev-window.c: (update_action_sensitivity),
12589         (find_changed_cb), (ev_window_setup_document),
12590         (ev_window_cmd_edit_find_next):
12591
12592         Add Edit->Find Next
12593
12594 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12595
12596         * pdf/ev-poppler.cc:
12597         * shell/ev-print-job.c: (idle_print_handler):
12598
12599         Make printing work again
12600
12601 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12602
12603         * shell/ev-page-action.h:
12604         * shell/ev-page-action.c: (ev_page_action_widget_init),
12605         (ev_page_action_widget_class_init), (page_changed_cb),
12606         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12607         (get_filter_model_from_model), (match_selected_cb),
12608         (display_completion_text), (match_completion), (update_model),
12609         (connect_proxy), (ev_page_action_set_property),
12610         (ev_page_action_get_property), (ev_page_action_set_document),
12611         (ev_page_action_set_model), (ev_page_action_class_init): Big
12612         reworking to make completions work iff we have >= GTK-2.7.0
12613                 
12614         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12615         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12616         (job_finished_cb): We now have a 'model' property that is set when
12617         the links are loaded.  This can be caught with "notify::model"
12618
12619         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12620         listen for the model to be set, and propagate it to the action.
12621
12622 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12623
12624         * cut-n-paste/recent-files/egg-recent-item.c:
12625         (egg_recent_item_set_uri), (make_valid_utf8),
12626         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12627         * cut-n-paste/recent-files/egg-recent-item.h:
12628         
12629         Update egg-recent from libegg. This should fix long
12630         startup problem. For details see
12631         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12632
12633 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12634
12635         * cut-n-paste/recent-files/Makefile.am:
12636         * data/evince-ui.xml, shell/Makefile.am:
12637         * shell/ev-application.c, shell/ev-application.h:
12638         * shell/ev-window.c: Recent files support.
12639         
12640         * configure.ac: Added "ru" to ALL_LINGUAS.
12641         
12642         * dvju: new backend to support DJVU files.
12643         * dvi: new backend to support DVI.
12644
12645         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12646         * ev-application.c: Support for new backends.
12647         
12648         * help, ev-window.c, main.c shell/Makefile.am: 
12649         Evince user documentation.
12650
12651 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12652
12653         * po/POTFILES.in:
12654         * shell/ev-window.c:
12655         * thumbnailer/evince-thumbnailer.c:
12656
12657         s/pdf-document/ev-poppler
12658
12659 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12660
12661         * NEWS:
12662         * configure.ac:
12663
12664         Release 0.2.0
12665
12666         * ps/ps-document.c: (setup_pixmap):
12667
12668         Remove debug code
12669
12670 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12671
12672         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12673         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12674         (ev_window_cmd_go_first_page): Fix of by one errors.
12675
12676 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12677
12678         * ps/ps-document.c: (get_page_box):
12679
12680         Fix page size calculation
12681
12682 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12683
12684         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12685         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12686         (get_page_orientation), (setup_page), (document_load),
12687         (ps_document_get_page_size), (render_pixbuf_idle):
12688         * ps/ps-document.h:
12689
12690         More refactoring to adapt to EvDocument changes
12691
12692 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12693
12694         * ps/ps-document.c: (start_interpreter):
12695
12696         Actually add alpha args
12697
12698 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12699
12700         * pdf/ev-poppler.cc:
12701
12702         Make clipboard work again
12703
12704 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12705
12706         Make searching work again.
12707         
12708         * backend/ev-document.c:
12709         * backend/ev-document.h:
12710         * backend/ev-document-find.c:
12711         * backend/ev-document-find.h: Change EvDocumentIface so we no
12712         longer store the current page or zoom level in the document.  The
12713         consequence is that all calls that operate on the current page now
12714         instead take the page number as an extra argument, and all
12715         coordinates are now doubles in document coordinate system.
12716
12717         * pdf/ev-poppler.cc:
12718         * pixbuf/pixbuf-document.c:
12719         * ps/ps-document.c: Update backends accordingly.
12720
12721 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12722
12723         * autogen.sh:
12724
12725         Add required gettext version
12726
12727 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12728
12729         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12730         make F1 bring up non-existent help.
12731
12732         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12733         epiphany's find bar, #167477
12734
12735         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12736         <emil@nishra.com> to add space-bar scrolling, 
12737
12738         * shell/ev-window.c (static GtkActionEntry entries): add default
12739         keybinding for Help (F1)
12740         Fixes #171068
12741
12742         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12743         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12744         170110
12745
12746 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12747
12748         * Makefile.am: 
12749         * pixbuf/pixbuf-document.c: 
12750
12751         Got pixbuf backend working again
12752
12753 2005-04-01  Steve Murphy  <murf@e-tools.com>
12754
12755         * configure.in: Added "rw" to ALL_LINGUAS.
12756
12757 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12758
12759         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12760         model types, noticed by Martin Kretzschmar.
12761
12762 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12763
12764         * pdf/ev-poppler.cc: Implement search based on
12765         poppler_page_find_text().  Currently a bit crude since we remember
12766         all matches from all pages.  Also, we grab the big document lock
12767         when we search since searching changes the underlying stream and
12768         thus conflicts with the rendering thread.
12769         
12770         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12771         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12772         (ev_view_find_previous): Fix some page indexes to be 0 based,
12773         offset rubber band by view offset,
12774
12775 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12776
12777         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12778
12779 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12780
12781         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12782         completely because I didn't understand GtkActions.  I should
12783         read Marco's code more carefully in the future.
12784
12785         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12786         function
12787
12788 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12789
12790         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12791         PopplerRectangle change from poppler CVS.
12792
12793 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12794
12795         * backend/ev-document.c: (ev_document_get_page_label):
12796         * backend/ev-document.h:
12797         * backend/ev-page-cache.c: (_ev_page_cache_new),
12798         (ev_page_cache_get_page_label):
12799         * backend/ev-page-cache.h:
12800         * pdf/ev-poppler.cc:
12801         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12802         (links_page_num_func):
12803         * shell/ev-sidebar-thumbnails.c:
12804         (ev_sidebar_thumbnails_set_document):
12805         * shell/ev-view.c: (status_message_from_link),
12806         (ev_view_motion_notify_event):
12807         * shell/ev-window.c: (document_supports_sidebar): Add in page
12808         label support.  It's not perfect yet, but it's the first 'feature'
12809         in a while.
12810         Also, fix a bogus comment noticed by crispin. 
12811
12812 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12813
12814         * Makefile.am: Remove pixbuf backend for now
12815
12816         * configure.ac: Require poppler-glib instead of just poppler.
12817
12818         * backend/ev-document-thumbnails.h: Add a comment
12819
12820         * backend/ev-document.h:
12821         * backend/ev-document.c: (ev_document_class_init),
12822         (ev_document_load), (ev_document_get_link),
12823         (ev_document_get_links): Remove 3 methods and add get_links.
12824         Also, made 0 based.
12825
12826         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12827         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12828
12829         * backend/ev-link.c: (ev_link_set_title),
12830         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12831         (ev_link_mapping_find):
12832         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12833         
12834         * backend/ev-page-cache.c: (ev_page_cache_init),
12835         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12836         (ev_page_cache_get_size), (ev_page_cache_next_page),
12837         (ev_page_cache_prev_page): Fix to be 0 based.
12838
12839         * pdf/Makefile.am: 
12840         * pdf/ev-poppler.h:
12841         * pdf/ev-poppler.cc: New backend.
12842         
12843         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12844         (ps_document_get_page), (ps_document_document_iface_init):
12845
12846         * shell/ev-pixbuf-cache.h:
12847         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12848         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12849         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12850         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12851         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12852         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12853         based.
12854         
12855         * shell/ev-sidebar-thumbnails.c:
12856         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12857         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12858
12859         * shell/ev-view.c: (status_message_from_link),
12860         (find_page_at_location), (get_link_at_location),
12861         (ev_view_motion_notify_event), (ev_view_button_release_event),
12862         (ev_view_init): Use the new link code.  Fix to be 0 based.
12863
12864         * shell/ev-window.c: (update_action_sensitivity),
12865         (document_supports_sidebar): 0 based.
12866
12867 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12868
12869         * pdf/pdf-document.cc: Patch from Fernando Herrera
12870         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12871         *blush*
12872
12873 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12874
12875         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12876         1 to the page, as this seems to be 1 based.  I thought we has this
12877         fixed.  grump.
12878
12879 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12880
12881         * TODO:
12882         * backend/Makefile.am:
12883         * backend/ev-document-links.c:
12884         (ev_document_links_has_document_links),
12885         (ev_document_links_get_links_model):
12886         * backend/ev-document-links.h:
12887         * backend/ev-document.c: (ev_document_get_page_cache),
12888         (ev_document_get_doc_mutex), (ev_document_load),
12889         (ev_document_save), (ev_document_get_title),
12890         (ev_document_get_n_pages), (ev_document_set_page),
12891         (ev_document_get_page), (ev_document_set_target),
12892         (ev_document_set_scale), (ev_document_set_page_offset),
12893         (ev_document_get_page_size), (ev_document_get_text),
12894         (ev_document_get_link), (ev_document_render),
12895         (ev_document_render_pixbuf), (ev_document_scale_changed):
12896         * backend/ev-document.h:
12897         * backend/ev-job-queue.c: (remove_object_from_queue),
12898         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12899         (no_jobs_available_unlocked), (ev_render_thread),
12900         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12901         (ev_job_queue_remove_job):
12902         * backend/ev-job-queue.h:
12903         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12904         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12905         (ev_job_links_class_init), (ev_job_render_init),
12906         (ev_job_render_dispose), (ev_job_render_class_init),
12907         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12908         (ev_job_thumbnail_class_init), (ev_job_finished),
12909         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12910         (ev_job_render_run), (ev_job_thumbnail_new),
12911         (ev_job_thumbnail_run):
12912         * backend/ev-jobs.h:
12913         * backend/ev-link.c:
12914         * backend/ev-link.h:
12915         * backend/ev-page-cache.c: (ev_page_cache_init),
12916         (ev_page_cache_class_init), (ev_page_cache_finalize),
12917         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12918         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12919         (ev_page_cache_set_link), (ev_page_cache_get_title),
12920         (ev_page_cache_get_size), (ev_page_cache_next_page),
12921         (ev_page_cache_prev_page):
12922         * backend/ev-page-cache.h:
12923         * pdf/pdf-document.cc:
12924         * ps/gsdefaults.c:
12925         * ps/gsdefaults.h:
12926         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12927         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12928         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12929         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12930         (is_interpreter_ready), (output), (catchPipe), (input),
12931         (start_interpreter), (check_filecompressed), (compute_dimensions),
12932         (ps_document_enable_interpreter), (document_load),
12933         (ps_document_next_page), (render_page), (ps_document_set_page),
12934         (ps_document_set_scale), (render_pixbuf_idle),
12935         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12936         * ps/ps-document.h:
12937         * shell/Makefile.am:
12938         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12939         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12940         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12941         (ev_pixbuf_cache_new), (job_finished_cb),
12942         (check_job_size_and_unref), (move_one_job),
12943         (ev_pixbuf_cache_update_range), (find_job_cache),
12944         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12945         (ev_pixbuf_cache_add_jobs_if_needed),
12946         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12947         * shell/ev-pixbuf-cache.h:
12948         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12949         (idle_print_handler):
12950         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12951         (selection_changed_cb), (create_loading_model),
12952         (ev_sidebar_links_construct), (links_page_num_func),
12953         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12954         (update_page_callback), (job_finished_cb),
12955         (ev_sidebar_links_set_document):
12956         * shell/ev-sidebar-thumbnails.c:
12957         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12958         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12959         (page_changed_cb), (thumbnail_job_completed_callback),
12960         (ev_sidebar_thumbnails_set_document):
12961         * shell/ev-sidebar-thumbnails.h:
12962         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12963         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12964         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12965         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12966         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12967         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12968         (ev_view_button_release_event), (ev_view_scroll_view),
12969         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12970         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12971         (ev_view_new), (job_finished_cb), (page_changed_cb),
12972         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12973         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12974         (ev_view_find_previous):
12975         * shell/ev-view.h:
12976         * shell/ev-window.c: (update_action_sensitivity),
12977         (ev_window_open_page), (update_window_title), (update_total_pages),
12978         (page_changed_cb), (ev_window_setup_document),
12979         (password_dialog_response), (ev_window_cmd_save_as),
12980         (ev_window_print), (ev_window_cmd_go_previous_page),
12981         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12982         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12983         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12984         * shell/main.c: (main):
12985
12986         Merge evince-threads branch
12987
12988 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12989
12990         * configure.ac: Added "lt" to ALL_LINGUAS.
12991
12992 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * NEWS:
12995         * configure.ac:
12996
12997         Release 0.1.9
12998
12999 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13000
13001         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13002
13003         Fix here also the thumbnails 1-basedness :)
13004
13005 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13006
13007         * NEWS:
13008         * configure.ac:
13009
13010         Release 0.1.8
13011
13012 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * pdf/pdf-document.cc:
13015         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13016         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13017
13018         Fix the mess we did with thumbnails and 1-basedness
13019
13020 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13021
13022         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13023
13024 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * NEWS:
13027         * configure.ac:
13028
13029         Release 0.1.7
13030
13031 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * ps/Makefile.am:
13034         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13035         (gtk_gs_defaults_get_alpha_parameters),
13036         (gtk_gs_defaults_get_ungzip_cmd),
13037         (gtk_gs_defaults_get_unbzip2_cmd):
13038         * ps/gsdefaults.h:
13039         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13040         (ps_document_get_orientation), (document_load),
13041         (ps_document_goto_page), (ps_document_set_page_size):
13042         * ps/ps-document.h:
13043
13044         Some more sanitization of the ps backend. Remove a lot
13045         of unused code and do not base our defaults on ggv
13046         preferences (ugh!)
13047
13048 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13049
13050         * thumbnailer/evince-thumbnailer.schemas:
13051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13052         (main): add -s option for thumbnail size.
13053
13054 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13055
13056         * configure.ac:
13057
13058         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13059         remove it.
13060
13061 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13062
13063         * pdf/pdf-document.cc:
13064
13065         Remove 4 pixels of useless border from the
13066         thumbnail.
13067
13068 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13069
13070         * backend/ev-document-thumbnails.c:
13071         (ev_document_thumbnails_get_thumbnail):
13072         * backend/ev-document-thumbnails.h:
13073
13074         Rework API a bit. Add a border flag and
13075         change sizing logic (now the size we specify
13076         applies to the bigger dimension).
13077
13078         * pdf/pdf-document.cc:
13079         * pixbuf/pixbuf-document.c:
13080         (pixbuf_document_thumbnails_get_thumbnail):
13081         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13082         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13083
13084         Adapt to the new API and do not draw a border for nautilus
13085         thumbnailer.
13086
13087 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13088
13089         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13090         take thumbnails from page "0" instead of "1". Added a copyright header.
13091
13092 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13093
13094         * ps/ps-document.c: (set_up_page), (start_interpreter):
13095
13096         Make it C89 compliant
13097
13098 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13099
13100         * Makefile.am:
13101         * configure.ac:
13102         * pdf/.cvsignore:
13103         * pdf/pdf-document.cc:
13104         * thumbnailer/Makefile.am:
13105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13106         (main):
13107         * thumbnailer/evince-thumbnailer.schemas:
13108         * thumbnailer/pdf-icon.png:
13109
13110         Add a nautilus thumbnailer.
13111         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13112
13113 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13114
13115         * NEWS:
13116         * configure.ac:
13117         * po/POTFILES.in:
13118
13119         Release 0.1.6
13120
13121 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13122
13123         Use poppler instead of including xpdf source code.  Poppler is a
13124         fork of xpdf to build it as a shared library. See
13125         http://freedesktop.org/wiki/Software/poppler.
13126
13127         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13128         xpdf fork.
13129         
13130         * pdf/Makefile.am: Build libpdfdocument.a here.
13131         
13132         * pdf/GDKSplashOutputDev.cc:
13133         * pdf/GDKSplashOutputDev.h:
13134         * pdf/GnomeVFSStream.cc:
13135         * pdf/GnomeVFSStream.h:
13136         * pdf-document.cc:
13137         * pdf-document.h:
13138         * test-gdk-output-dev.cc
13139         * Thumb.cc:
13140         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13141         against poppler.
13142
13143 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13146
13147         Clear idle stack before unsetting the document
13148
13149 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * ps/ps-document.c: (ps_document_widget_event),
13152         (ps_document_set_target), (ps_document_finalize),
13153         (ps_document_get_page):
13154
13155         Disconnect the widget event signal on finalize.
13156         Some code cleanups.
13157
13158 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * ps/ps-document.c: (set_up_page):
13161
13162         If there is no bpixmap create one, even if size
13163         is not changed.
13164
13165 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13168         (set_up_page), (document_load), (ps_document_set_zoom):
13169
13170         Default page is 0. Calculate size even when we have no
13171         target yet.
13172
13173 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13174
13175         * shell/ev-sidebar.c: expand the selection widget to be always as
13176         wide as the sidebar
13177
13178 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13179
13180         * shell/ev-sidebar-thumbnails.c:
13181         (ev_sidebar_thumbnails_set_document):
13182
13183         Clear the list store when setting document
13184
13185 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * shell/ev-page-action.c: (update_entry), (sync_entry),
13188         (activate_cb), (entry_size_request_cb), (create_tool_item),
13189         (connect_proxy):
13190
13191         Use an entry for the page control instead of spinbuttons
13192
13193 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13194
13195         * data/evince.schemas.in:
13196
13197         Correct confusing string
13198
13199 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13200
13201         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13202         for real.  Gosh, how long has this been broken.
13203
13204         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13205         check for a NULL link.  We crash otherwise.
13206
13207 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * NEWS:
13210         * configure.ac:
13211
13212         Release 0.1.5
13213
13214 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13215
13216         * configure.ac: add the french translation.
13217
13218 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * shell/ev-window.c:
13221
13222         Remove unused header -> fix distcheck
13223
13224 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * shell/ev-window.c: (update_window_title),
13227         (ev_window_popup_password_dialog):
13228
13229         Unescape filename for display
13230
13231 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * pdf/xpdf/pdf-document.cc:
13234
13235         In get_page_size deal with rotation. Also
13236         cleanup the function a bit.
13237
13238 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13239
13240         * pdf/xpdf/pdf-document.cc:
13241
13242         Fix crash when opening in new window
13243
13244 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * configure.ac:
13247
13248         Check ghostscript >= 7
13249
13250 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13251
13252         * shell/ev-window.c:
13253
13254         Make page width the default sizing mode
13255
13256 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13257         Marco Pesenti Gritti <marco@gnome.org>
13258
13259         * shell/ev-window.c: Remember the sidebar size
13260
13261         * data/evince.schemas.in: Add a new gconf key to store the size of
13262         the sidebar
13263
13264 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13265
13266         * data/evince-ui.xml:
13267         * shell/ev-window.c: (update_action_sensitivity),
13268         (ev_window_cmd_view_reload):
13269         
13270         Add a "Reload" action and menu entry
13271
13272 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13273
13274         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13275         iff the type doesn't support thumbnailing and indexing.
13276
13277 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13278
13279         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13280
13281 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13282
13283         * pdf/splash/Splash.cc:
13284
13285         Port fix for a crasher from kde bug
13286         http://bugs.kde.org/show_bug.cgi?id=97131
13287
13288 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13289
13290         * pdf/xpdf/pdf-document.cc:
13291
13292         Return a link even if it's of an unrecognized
13293         type. Otherwise we go in an infinte cycle.
13294
13295 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13298         (size_allocate_cb), (ev_window_set_sizing_mode):
13299
13300         Update size when switching mode
13301
13302 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13303
13304         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13305         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13306         (ev_window_cmd_view_normal_size):
13307
13308         Fix size toggle buttons behavior
13309
13310 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13313         (doc_rect_to_view_rect), (ev_view_size_allocate),
13314         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13315         (scale_changed_callback):
13316
13317         Do not cache offsets in size_allocate.
13318
13319 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13320
13321         * shell/ev-view.c: (ev_view_size_allocate):
13322
13323         Calculate offsets before calling the parent
13324         class (which does a redraw)
13325
13326 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * pdf/xpdf/pdf-document.cc:
13329
13330         Fix a crasher on exit. Unused code, put a TODO
13331
13332 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * backend/ev-document.c: (ev_document_class_init),
13335         (ev_document_page_changed), (ev_document_scale_changed):
13336         * backend/ev-document.h:
13337
13338         Separate page/scale notifications
13339
13340         * pdf/xpdf/pdf-document.cc:
13341
13342         Emit the new signals.
13343         Do not display the pdf page in _render, do it
13344         when scale/page are requested.
13345
13346         * ps/ps-document.c: (ps_document_set_zoom),
13347         (ps_document_widget_event):
13348         * ps/ps-document.h:
13349
13350         Emit the new signals.
13351
13352         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13353         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13354         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13355         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13356         * shell/ev-view.h:
13357         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13358         (ev_window_cmd_view_page_width), (size_allocate_cb),
13359         (ev_window_set_sizing_mode):
13360
13361         Rework sizing to be pixel based.
13362         There are bugs but should be already way better.
13363
13364 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13365
13366         * shell/ev-window.c: (ev_window_init):
13367
13368         Do not allow to shrink sidebar smaller then
13369         child requisition
13370
13371 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13372
13373         * shell/ev-sidebar.[ch]
13374         * shell/ev-window.c:
13375
13376         Improved sidebar widget. Fixes #166683
13377
13378 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13379
13380         * shell/ev-view.c (update_find_status_message): Give translators
13381         more flexibility with ngettext plural handling.
13382
13383 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13384
13385         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13386         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13387         page when we get the page size.
13388
13389 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13392
13393         ps pages are 0 based, convert 
13394
13395 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13398
13399         Initialize correct parent class. Set GError on document load
13400
13401 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * pdf/xpdf/pdf-document.cc:
13404
13405         Fixup selection offset calculation
13406
13407         * shell/ev-view.c: (view_rect_to_doc_rect),
13408         (doc_rect_to_view_rect), (ev_view_size_allocate),
13409         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13410         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13411
13412         Store selection as document relative, so that zooming
13413         and offset changing doesnt break it.
13414
13415 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * shell/ev-view.c: (ev_view_best_fit):
13418
13419         Do not try to best fit if the view is not realized
13420
13421 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13422           
13423         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13424
13425 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13426
13427         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13428
13429 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13430
13431         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13432         the popup window.  That prevents it resizing when in full screen
13433         mode.
13434
13435         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13436         multiple rerenders.  This pretty much sucks.
13437
13438         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13439         rest of the toolbar.
13440
13441 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13442
13443         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13444
13445 2005-02-17  Alexander Shopov  <ash@contact.bg>
13446
13447         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13448
13449 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13450
13451         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13452
13453 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13456         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13457         (set_document_page), (document_changed_callback),
13458         (ev_view_set_document), (ev_view_find_previous),
13459         (ev_view_hide_cursor), (ev_view_show_cursor):
13460         * shell/ev-view.h:
13461         * shell/ev-window.c: (update_chrome_visibility),
13462         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13463         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13464         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13465         (ev_window_unfullscreen):
13466         * shell/main.c: (main):
13467
13468         Automatically hide the fullscreen button.
13469         Patch by Kristian Høgsberg <krh@redhat.com>
13470
13471 2005-02-16  Vincent Noel  <vnoel@cox.net>
13472
13473         * shell/main.c (main): Specify an icon for the window. Patch by
13474         Jaap A. Haitsma. Fixes #166177.
13475
13476 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13477
13478         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13479
13480 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13481
13482         * backend/ev-document-misc.h:
13483         * backend/ev-document-misc.c:
13484         (ev_document_misc_get_page_border_size),
13485         (ev_document_misc_paint_one_page): New function to canonicalize
13486         sizing/painting a border.
13487
13488         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13489         used.
13490
13491         * pdf/xpdf/pdf-document.cc: use new function
13492
13493         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13494         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13495         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13496         shell/ev-window.c: (update_sizing_buttons),
13497         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13498         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13499         (ev_window_cmd_view_page_width), (size_allocate_cb),
13500         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13501         and "fit width" values act as toggle buttons so they stay
13502         toggled.  It's not 100% perfect, and it's a little slow, but it's
13503         good enough to commit I think.
13504
13505 2005-02-15  David Lodge  <dave@cirt.net>
13506
13507         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13508
13509 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13510
13511         * shell/ev-window.c (update_window_title): replace newlines in
13512         the title by spaces. Bug #166107.
13513
13514 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13515
13516         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13517         parameters providing allocation width and height without
13518         scrollbars and width of a possible vertical scrollbar. With this
13519         additional information the functions can work as
13520         intended. Unfortunately they're not idempotent. We should
13521         transform these commands to toggles. Fixes Bug #164976
13522         Initial patch by Stephane Loeuillet, then heavily modified.
13523
13524         * shell/ev-view.h: update prototypes.
13525
13526         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13527         (ev_window_cmd_view_page_width): provide EvView fit functions with
13528         all the information they need. Formulas to calculate this
13529         information taken from GtkScrolledWindow.
13530
13531 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13532
13533         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13534         created a thumbnail, the list store is updated to know
13535         that the thumbnail is set. Fixes bug #166792
13536
13537 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13538
13539         * shell/ev-window.c: fixed typo, closes bug 166897
13540
13541         * TODO: updated TODO with bug numbers that are relevant
13542
13543 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13544
13545         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13546
13547 2005-02-09  Vincent Noel  <vnoel@cox.net>
13548
13549         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13550         and "Next" toolbar buttons as important to make them stand out.
13551
13552 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * lib/ev-debug.c:
13555         * lib/ev-debug.h:
13556         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13557         (start_interpreter), (stop_interpreter), (document_load),
13558         (ps_document_next_page), (ps_document_goto_page),
13559         (ps_document_set_page_size), (ps_document_widget_event),
13560         (ps_document_render):
13561         * shell/ev-page-view.c: (ev_page_view_dispose):
13562         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13563
13564         Fix compilation on non-gcc platforms
13565
13566 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * NEWS:
13569         * configure.ac:
13570
13571         Release 0.1.4
13572
13573         * pdf/xpdf/Catalog.cc:
13574         * pdf/xpdf/XRef.cc:
13575
13576         Fix the fix for CAN-2004-0888
13577
13578 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13579
13580         * data/Makefile.am:
13581         * data/evince-ui.xml:
13582         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13583         * shell/ev-stock-icons.h:
13584         * shell/ev-window.c: (update_action_sensitivity),
13585         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13586         (set_action_properties):
13587
13588         Improve toolbar layout/icons
13589
13590 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * pdf/xpdf/pdf-document.cc:
13593
13594         Add warnings about unimplemented/unknown link
13595         types.
13596
13597 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * ps/ps-document.c: (set_up_page):
13600
13601         Log gs property
13602
13603 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * ps/ps-document.c: (start_interpreter):
13606
13607         Log gs env var
13608
13609 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * shell/ev-page-view.c: (ev_page_view_dispose):
13612         * shell/ev-view.c: (ev_view_finalize):
13613         * shell/ev-window.c: (ev_window_setup_document),
13614         (ev_window_dispose), (ev_window_init):
13615
13616         Solve more refs issues.
13617
13618         I commented out the page_view initialization for now:
13619         it was never destroyed (because it's never added
13620         to a container). Because of that we was leaking
13621         gs processes. Couldnt think to a clean fix.
13622         We need to figure this out, password view has the
13623         same issue probably.
13624
13625 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * ps/ps-document.c: (ps_document_finalize),
13628         (ps_document_get_n_pages), (ps_document_get_page):
13629
13630         Some cleanups, stop the interpreter on finalize
13631
13632         * shell/ev-page-view.c: (ev_page_view_dispose),
13633         (ev_page_view_class_init):
13634
13635         Release our reference on the document
13636
13637 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * Makefile.am:
13640         * configure.ac:
13641         * doc/debugging.txt:
13642         * lib/.cvsignore:
13643         * lib/Makefile.am:
13644         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13645         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13646         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13647         * lib/ev-debug.h:
13648
13649         Add debugging helpers
13650
13651         * ps/Makefile.am:
13652         * ps/ps-document.c: (set_up_page), (start_interpreter),
13653         (stop_interpreter), (document_load), (ps_document_next_page),
13654         (ps_document_goto_page), (ps_document_set_page_size),
13655         (ps_document_widget_event), (ps_document_render):
13656         * shell/Makefile.am:
13657         * shell/ev-view.c: (expose_bin_window):
13658         * shell/main.c: (main):
13659
13660         Add some logs
13661         
13662 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13663
13664         * ps/ps-document.c: (ps_document_widget_event):
13665
13666         Initialize message_window, this should make ps
13667         rendering really work! (Never noticed because I was
13668         testing with a ps that is causing gs to exit every time!)
13669
13670 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13671
13672         * data/evince.schemas.in: updated simple error in applyto closing tag
13673
13674 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13675
13676         * Makefile.am:
13677         * configure.ac:
13678         * data/.cvsignore:
13679         * data/Makefile.am:
13680         * data/evince-ui.xml:
13681         A data/evince.schemas.in:
13682         * po/POTFILES.in:
13683         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13684         * shell/ev-stock-icons.h:
13685         * shell/ev-window.c: (update_chrome_visibility),
13686         (update_chrome_flag), (ev_window_cmd_edit_find),
13687         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13688         (ev_window_unfullscreen), (ev_window_focus_in_event),
13689         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13690         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13691         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13692         (ev_window_dispose), (ev_window_class_init),
13693         (set_action_properties), (set_chrome_actions), (load_chrome),
13694         (ev_window_init):
13695
13696         Implement fullscreen mode changes from bug #164776.
13697         Also implement persistent chrome toggles.
13698
13699 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13700
13701         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13702
13703 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * NEWS:
13706         * configure.ac:
13707         * shell/ev-view.c:
13708
13709         Add another check for find interface
13710
13711         Release 0.1.3
13712
13713 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13714
13715         * shell/ev-application.c: (ev_application_open):
13716         * shell/ev-window.c: (ev_window_open):
13717
13718         Open gzipped ps documents
13719
13720 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13721
13722         * TODO:
13723         * shell/ev-view.c: (set_document_page):
13724
13725         Clamp page number, dont try to move to
13726         not existant pages.
13727
13728 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * backend/ev-document-find.c: (ev_document_find_changed):
13731         * backend/ev-document-find.h:
13732         * pdf/xpdf/pdf-document.cc:
13733         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13734         * shell/ev-window.c: (find_bar_search_changed_cb):
13735
13736         Fix several bugs with find
13737
13738 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13739
13740         * shell/ev-sidebar-thumbnails.c
13741         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13742         document. Prevents warning from scroll_to_cell.
13743
13744 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13745
13746         * configure.ac: Add «nb» to ALL_LINGUAS too.
13747
13748 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13749
13750         * NOTES: New file with some random thoughts.
13751
13752         * TODO: Update.
13753
13754         * backend/ev-document-misc.c:
13755         (ev_document_misc_get_page_border_size): New function to
13756         canonicalize shadow drawing sizes.  Possibly goofy.
13757
13758         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13759         (ev_view_best_fit), (ev_view_fit_width):
13760         * pdf/xpdf/pdf-document.cc:
13761         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13762         * ps/ps-document.c: (ps_document_get_page_size):
13763         * backend/ev-document-misc.h:
13764         * backend/ev-document.c: (ev_document_get_page_size):
13765         * backend/ev-document.h: get_page_size now takes a page number
13766         parameter.  Made all the backends/frontends honor it.
13767
13768         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13769         see.  Doesn't work yet.
13770
13771         * shell/Makefile.am:
13772         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13773         Doesn't do anything yet.
13774
13775         * shell/ev-sidebar-thumbnails.c:
13776         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13777         [0..n_pages-1]
13778
13779         * shell/ev-window.c: (update_action_sensitivity),
13780         (ev_window_setup_document), (ev_window_set_page_mode),
13781         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13782         view-swapping code a bit so we can have multiple views on a
13783         document.  Add the multi-page view, though it can't be turned on
13784         yet.
13785
13786 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * shell/ev-application.c: (ev_application_open):
13789         * shell/ev-view.c: (expose_bin_window):
13790         * shell/ev-window.c: (ev_window_open):
13791
13792         Support eps and check document supports find
13793         before drawing highlightings in expose.
13794
13795 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13796
13797         * pixbuf/pixbuf-document.c:
13798         (pixbuf_document_thumbnails_get_dimensions),
13799         (pixbuf_document_document_thumbnails_iface_init):
13800
13801         implement get_dimensions
13802
13803 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13804
13805         * NEWS:
13806         * configure.ac:
13807
13808         Release 0.1.2
13809
13810 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13811
13812         * shell/ev-view.c: (set_document_page):
13813
13814         Scroll at the top of the page when changing page
13815
13816 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * shell/ev-view.c: (ev_view_motion_notify_event):
13819
13820         Do not redraw unnecessarily
13821
13822 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * pdf/xpdf/pdf-document.cc:
13825         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13826         (expose_bin_window), (find_changed_cb):
13827
13828         Yay! find works now... Now to find bugs...
13829
13830 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13831
13832         * backend/ev-document-find.c: (ev_document_find_base_init),
13833         (ev_document_find_changed):
13834         * backend/ev-document-find.h:
13835         * pdf/xpdf/pdf-document.cc:
13836         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13837         (expose_bin_window), (ev_view_init), (set_document_page),
13838         (ensure_rectangle_is_visible), (jump_to_find_result),
13839         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13840         (ev_view_find_next), (ev_view_find_previous):
13841         * shell/ev-view.h:
13842         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13843
13844         More work on find implementation, mostly there now
13845
13846 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13847
13848         * backend/ev-backend-marshalers.list:
13849         * backend/ev-document-find.c: (ev_document_find_base_init),
13850         (ev_document_find_cancel), (ev_document_find_page_has_results),
13851         (ev_document_find_get_n_results), (ev_document_find_get_result),
13852         (ev_document_find_get_progress), (ev_document_find_changed):
13853         * backend/ev-document-find.h:
13854
13855         Enanche the find interface to be really able to do
13856         multi page find.
13857
13858         * pdf/xpdf/pdf-document.cc:
13859
13860         Implement
13861
13862         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13863         (expose_bin_window), (ev_view_init),
13864         (ev_view_get_find_status_message), (find_changed_cb),
13865         (ev_view_set_document), (set_document_page):
13866
13867         Adapt to the new interface. A few things are regressed sorry,
13868         I will finish it soon.
13869
13870 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13871
13872         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13873         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13874         ev_sidebar_thumbnails_parent_class variable, don't define another
13875         parent_class variable.
13876
13877         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13878         (ev_page_action_class_init): ditto.
13879
13880         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13881         (pixbuf_document_class_init): ditto.
13882
13883         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13884         ditto.
13885
13886         * .cvsignore: ignore various valgrind output files.
13887
13888 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * data/evince-ui.xml:
13891         * shell/Makefile.am:
13892         * shell/ev-history.c:
13893         * shell/ev-history.h:
13894         * shell/ev-navigation-action.c:
13895         * shell/ev-navigation-action.h:
13896         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13897         (ev_view_set_page), (ev_view_fit_width):
13898         * shell/ev-view.h:
13899         * shell/ev-window.c: (update_action_sensitivity),
13900         (ev_window_setup_document), (register_custom_actions):
13901
13902         Kill session history
13903
13904 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13905
13906         * shell/ev-window.c: (update_action_sensitivity):
13907
13908         Fix inverted up/down buttons
13909
13910 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13911
13912         * shell/ev-sidebar-thumbnails.c
13913         (ev_sidebar_thumbnails_select_page): make sure the selected
13914         thumbnail stays visible.
13915
13916 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13917
13918         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13919         scrolled window for Federico.
13920
13921 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13922
13923         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13924
13925 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13926
13927         * configure.ac:
13928         * pdf/splash/SplashFTFontEngine.cc:
13929
13930         Fix CID fonts with freetype 2.1.9
13931
13932 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13933
13934         * TODO: added item for desktop icon thumbnailer
13935
13936 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13937
13938         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13939         unloaded docs when the title is accessed.
13940
13941         * shell/ev-password-view.[hc]: New widget for displaying password
13942         state.
13943
13944         * shell/ev-window.[ch]: Refactor password handling code to handle
13945         the new view.
13946
13947 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13948
13949         * NEWS:
13950         * configure.ac:
13951         * data/Makefile.am:
13952
13953         Release 0.1.1
13954
13955 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13956
13957         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13958         ignore page offset here, to make search results independent of it,
13959
13960         * shell/ev-view.c (expose_bin_window): but take offsets into
13961         account here. Bug #164932
13962
13963         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13964         scale at the right time. Bug #164996
13965
13966 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13967
13968         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13969         fix the problem. Now I just removed the Adobe font names and hope
13970         that the URW fonts are always in outline format. Bug #164934
13971
13972         * shell/ev-window.c (update_window_title): empty titles are
13973         useless, use filename in that case too.
13974
13975         * NEWS: Add some content.
13976
13977 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13978
13979         * TODO: added one more TODO item and a TODONE section :)
13980
13981 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13982
13983         * ps/ps-document.h: add page_[xy]_offset fields.
13984
13985         * ps/ps-document.c (ps_document_set_page_offset)
13986         (ps_document_render): Keep offset in consideration in a few
13987         places. Bug #164752 "postscript documents are not centered in
13988         window"
13989
13990         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13991         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13992
13993         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13994         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13995         stub out missing methods for complete EvDocument implementation.
13996         Fixes segfaults with Save A Copy and Copy actions.
13997
13998         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13999         (ps_document_document_iface_init): ditto.
14000         
14001 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14002
14003         * data/.cvsignore:
14004         * data/Makefile.am:
14005         * data/evince.desktop.in:
14006
14007         Add desktop file
14008
14009 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14010
14011         * shell/ev-view.c: (ev_view_button_press_event),
14012         (ev_view_motion_notify_event):
14013
14014         Make selection work in any direction
14015
14016 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14017
14018         * TODO:
14019         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14020
14021         Use shorter labels for some of the toolbars items
14022
14023 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14024
14025         * pdf/xpdf/pdf-document.cc:
14026
14027         Check the links info is initialized before
14028         using it. Should fix a crash on startup.
14029
14030 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14031
14032         * pixbuf/pixbuf-document.c
14033         (pixbuf_document_thumbnails_get_dimensions): force floating point
14034         division to calculate page_ratio. Fixes crash with landscape
14035         format pixbufs.
14036
14037 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14038
14039         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14040
14041 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14042
14043         * shell/ev-view.c (set_document_page): unset has_selection when
14044         the page changes.
14045         (set_document_page): handle paper size changes when the page
14046         changes (test with Free Culture, page 2).
14047
14048 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14051         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14052
14053         Use normal style color for the widget background and
14054         draw a black box around the page.
14055
14056 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14057
14058         * pdf/xpdf/pdf-document.cc:
14059
14060         Keep offset in consideration in a few places
14061
14062         * shell/ev-view.c: (expose_bin_window):
14063
14064         Set the offsets so that the document is ever centered
14065
14066 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14067
14068         * TODO: Added TODO items and finished off the first todo item
14069
14070         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14071         reflect current authors
14072
14073 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * pdf/xpdf/pdf-document.cc:
14076         * shell/ev-view.c: (ev_view_set_cursor),
14077         (ev_view_motion_notify_event), (document_changed_callback),
14078         (set_document_page):
14079
14080         Show a wait cursor while the page is rendering
14081
14082 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14083
14084         * shell/ev-sidebar-thumbnails.c:
14085         (ev_sidebar_tree_selection_changed),
14086         (ev_sidebar_thumbnails_select_page):
14087         * shell/ev-sidebar-thumbnails.h:
14088         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14089         (ev_view_can_go_forward):
14090         * shell/ev-window.c: (ev_window_open_page),
14091         (ev_window_setup_document), (update_current_page),
14092         (view_page_changed_cb), (ev_window_init):
14093         * shell/ev-window.h:
14094
14095         Ensure thumbnails selection, toolbar page control and
14096         current page are in sync.
14097
14098 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * pdf/xpdf/XRef.cc:
14101
14102         Fix CAN-2005-0064
14103
14104 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14105
14106         * backend/Makefile.am:
14107         * backend/ev-document-links.h:
14108         * backend/ev-document-security.c: (ev_document_security_get_type),
14109         (ev_document_security_has_document_security),
14110         (ev_document_security_set_password):
14111         * backend/ev-document-security.h:
14112         * backend/ev-document.c: (ev_document_error_quark):
14113         * backend/ev-document.h:
14114         * data/Makefile.am:
14115         * data/evince-password.glade:
14116         * pdf/xpdf/pdf-document.cc:
14117         * shell/Makefile.am:
14118         * shell/ev-password.c: (ev_password_set_bad_password_label),
14119         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14120         (ev_password_dialog_get_password),
14121         (ev_password_dialog_set_bad_pass):
14122         * shell/ev-password.h:
14123         * shell/ev-window.c: (ev_window_get_attribute),
14124         (ev_window_set_property), (update_action_sensitivity),
14125         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14126         (ev_window_setup_document), (ev_window_get_password),
14127         (ev_window_open), (ev_window_cmd_save_as),
14128         (using_postscript_printer), (ev_window_print),
14129         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14130         (update_fullscreen_popup), (ev_window_fullscreen),
14131         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14132         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14133         (menu_item_select_cb), (find_bar_search_changed_cb),
14134         (ev_window_dispose), (ev_window_init):
14135
14136         Add initial support for password-supported dialogs.  This could be
14137         a lot cooler, but it'll do for now.
14138
14139 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * pdf/xpdf/pdf-document.cc:
14142         * shell/ev-view.c: (status_message_from_link),
14143         (ev_view_set_status), (ev_view_set_cursor),
14144         (ev_view_motion_notify_event), (ev_view_init):
14145         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14146
14147         Fix bugs in the links implementation and change cursor
14148         when hovering a link.
14149
14150 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14151
14152         * viewer/.cvsignore: added cvsignore file for viewer directory
14153
14154         * TODO: created TODO document
14155
14156 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14157
14158         * shell/ev-view.h:
14159         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14160         new functions to help with implementation of sensitivity code
14161         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14162         of all actions that might require it.  Fixes a crash when you
14163         click on the Zoom actions in a window lacking a document.
14164
14165 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14166
14167         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14168         of the Find action
14169
14170 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14173         (pixbuf_document_document_iface_init):
14174         * ps/ps-document.c: (ps_document_get_link),
14175         (ps_document_document_iface_init):
14176         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14177         (status_message_from_link), (ev_view_set_status),
14178         (ev_view_set_find_status), (ev_view_motion_notify_event),
14179         (ev_view_button_release_event), (ev_view_set_property),
14180         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14181         (ev_view_get_find_status_message), (update_find_results),
14182         (ev_view_get_status), (ev_view_get_find_status):
14183         * shell/ev-view.h:
14184         * shell/ev-window.c: (view_status_changed_cb),
14185         (view_find_status_changed_cb), (ev_window_init):
14186
14187         View status message support, use it to show the links.
14188         Needs work...
14189
14190 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * backend/ev-document.c: (ev_document_get_link):
14193         * backend/ev-document.h:
14194         * pdf/xpdf/pdf-document.cc:
14195         * shell/ev-application.c: (ev_application_open):
14196         * shell/ev-application.h:
14197         * shell/ev-sidebar-links.c: (selection_changed_cb):
14198         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14199         (ev_view_go_to_link):
14200
14201         Add support for document links
14202
14203 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14204
14205         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14206         (create_tool_item):
14207         Set the spin button limits correctly.
14208         
14209         * shell/ev-sidebar-thumbnails.c:
14210         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14211         Support changing pages by clicking on the thumbnails.
14212         
14213 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14214
14215         * pixbuf/pixbuf-document.c:
14216         (pixbuf_document_thumbnails_get_dimensions),
14217         (pixbuf_document_document_thumbnails_iface_init):
14218
14219         implement get_dimensions
14220
14221 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * ps/ps-document.c: (ps_document_goto_page):
14224
14225         Fix page switching on multipage documents
14226
14227 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14228
14229         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14230         
14231         check for NULL before assigning to width and height parameters
14232
14233 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14234
14235         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14236         (pixbuf_document_set_property), (pixbuf_document_get_property):
14237
14238         implement get/set properties
14239
14240 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14241
14242         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14243         
14244         return NULL instead of "Unknown", letting the title get set to
14245         the filename when the pdf has no title.
14246
14247 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14248
14249         * ps/ps-document.c: (ps_document_get_page_count),
14250         (ps_document_goto_page):
14251
14252 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14253
14254         * shell/ev-history.c: (ev_history_get_property),
14255         (ev_history_set_property), (ev_history_class_init),
14256         (ev_history_add_page), (ev_history_set_current_index):
14257         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14258         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14259         (ev_navigation_action_finalize):
14260         * shell/ev-navigation-action.h:
14261         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14262         (ev_view_go_forward), (ev_view_get_find_status_message),
14263         (history_index_changed_cb), (ev_view_set_history):
14264         * shell/ev-view.h:
14265         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14266         (update_current_page), (register_custom_actions):
14267
14268         Implement history dropdowns
14269
14270 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14271
14272         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14273         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14274         (ev_view_go_forward):
14275         * shell/ev-window.c: (register_custom_actions):
14276
14277         Fix several history bugs
14278
14279 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14280
14281         * configure.ac: Add «nb» to ALL_LINGUAS.
14282
14283 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * backend/Makefile.am:
14286         * backend/ev-bookmark.c:
14287         * backend/ev-bookmark.h:
14288         * backend/ev-document-bookmarks.c:
14289         * backend/ev-document-bookmarks.h:
14290         * backend/ev-document-links.c: (ev_document_links_get_type),
14291         (ev_document_links_has_document_links),
14292         (ev_document_links_begin_read), (ev_document_links_get_link),
14293         (ev_document_links_get_child), (ev_document_links_next),
14294         (ev_document_links_free_iter):
14295         * backend/ev-document-links.h:
14296         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14297         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14298         (ev_link_get_link_type), (ev_link_set_link_type),
14299         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14300         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14301         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14302         (ev_link_new_external):
14303         * backend/ev-link.h:
14304         * pdf/xpdf/pdf-document.cc:
14305         * shell/Makefile.am:
14306         * shell/ev-application.c: (ev_application_open_link):
14307         * shell/ev-application.h:
14308         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14309         (ev_history_get_link_nth):
14310         * shell/ev-history.h:
14311         * shell/ev-sidebar-bookmarks.c:
14312         * shell/ev-sidebar-bookmarks.h:
14313         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14314         (ev_sidebar_links_class_init), (selection_changed_cb),
14315         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14316         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14317         (do_one_iteration), (populate_links_idle),
14318         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14319         * shell/ev-sidebar-links.h:
14320         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14321         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14322         (go_to_index):
14323         * shell/ev-view.h:
14324         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14325         * shell/ev-window.h:
14326
14327         Rename bookmark to link, and use "Index" for the sidebar panel.
14328
14329 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14330
14331         * shell/Makefile.am:
14332         * shell/ev-application.c: (ev_application_open_bookmark):
14333         * shell/ev-application.h:
14334         * shell/ev-history.c: (ev_history_init), (free_links_list),
14335         (ev_history_finalize), (ev_history_class_init),
14336         (ev_history_add_link), (ev_history_add_page),
14337         (ev_history_get_link_nth), (ev_history_get_n_links),
14338         (ev_history_get_current_index), (ev_history_set_current_index),
14339         (ev_history_new):
14340         * shell/ev-history.h:
14341         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14342         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14343         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14344         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14345         (ev_view_set_page):
14346         * shell/ev-view.h:
14347         * shell/ev-window.c: (ev_window_open_bookmark),
14348         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14349         (goto_page_cb), (register_custom_actions):
14350         * shell/ev-window.h:
14351
14352         Initial history implementation. Needs work.
14353
14354 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14355
14356         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14357
14358 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14359
14360         * cut-n-paste/recent-files/egg-recent-item.c:
14361         * cut-n-paste/recent-files/egg-recent-item.h:
14362         * cut-n-paste/recent-files/egg-recent-model.c:
14363         * cut-n-paste/recent-files/egg-recent-util.c:
14364         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14365         * cut-n-paste/recent-files/egg-recent-view.c:
14366
14367         Update
14368
14369 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14370
14371         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14372         (fillGlyph, fillImageMask, drawImage):
14373         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14374         pdf/splash/SplashTypes.h:
14375         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14376         packed mode for Splash.
14377
14378         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14379         RGB8 packed mode, eliminates the pixbuf data creation loop.
14380
14381         * shell/ev-print-job.c (ev_print_job_finalize)
14382         (ev_print_job_set_property, ev_print_job_get_property)
14383         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14384         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14385         (print_closure_finalize, ev_print_job_print): implement
14386         printing (for backends with EvPsExporter)
14387
14388         * shell/ev_print_job.h: update prototypes.
14389
14390         * shell/ev-window.c (ev_window_print): unref print job after
14391         printing.
14392
14393         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14394         unless the document implements the EvDocumentFind interface.
14395
14396 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14397
14398         * configure.ac: Added ja to ALL_LINGUAS.
14399
14400 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14401
14402         * pdf/xpdf/pdf-document.cc:
14403
14404         add a FIXME. We should probably not allocate
14405         a bookmark object every time
14406
14407 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14408
14409         * shell/ev-application.c: (ev_application_open),
14410         (ev_application_open_bookmark):
14411         * shell/ev-application.h:
14412         
14413         Add a way to open bookmarks
14414
14415         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14416         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14417         (ev_bookmark_set_property), (ev_bookmark_class_init),
14418         (ev_bookmark_new_title), (ev_bookmark_new_link),
14419         (ev_bookmark_new_external):
14420
14421         Support for external uris, better constructors.
14422
14423         * backend/ev-bookmark.h:
14424         * pdf/xpdf/pdf-document.cc:
14425         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14426
14427         Handle external uris
14428
14429 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14430
14431         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14432         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14433
14434         Hook up bookmarks navigation
14435
14436 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14437
14438         * backend/Makefile.am:
14439         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14440         (ev_bookmark_get_title), (ev_bookmark_set_title),
14441         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14442         (ev_bookmark_get_page), (ev_bookmark_set_page),
14443         (ev_bookmark_get_property), (ev_bookmark_set_property),
14444         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14445         (ev_bookmark_new):
14446         * backend/ev-bookmark.h:
14447         * backend/ev-document-bookmarks.c:
14448         (ev_document_bookmarks_get_bookmark):
14449         * backend/ev-document-bookmarks.h:
14450         * pdf/xpdf/pdf-document.cc:
14451         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14452
14453         Add a bookmark object to the backend and use it instead of get_values
14454
14455 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14456
14457         * data/evince-ui.xml:
14458
14459         Cleanup and add select all.
14460
14461         * shell/ev-view.c: (ev_view_select_all),
14462         (ev_view_button_press_event):
14463         * shell/ev-view.h:
14464         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14465
14466         Add select all.
14467         Clear selection on click.
14468
14469 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14470
14471         * shell/ev-sidebar-thumbnails.c
14472         (ev_sidebar_thumbnails_set_document): forgot to unref the
14473         loading_icon.
14474
14475 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14476
14477         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14478         at the visible page, not just linearly.  This makes it look fast.
14479
14480 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14481
14482         * backend/ev-document-misc.c
14483         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14484         white.
14485         * backend/ev-document-thumbnails.h: New interface to get the size
14486         of a page.
14487
14488 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14489
14490         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14491         make dist works
14492
14493 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14494
14495         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14496         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14497         things up a bit.
14498
14499         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14500
14501 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14502
14503         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14504         fonts. Should fix font problems on systems that have the base
14505         fonts in bitmap format. Reported by James Henstridge
14506         <james@jamesh.id.au>.
14507
14508 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14509
14510         * pdf/xpdf/Gfx.cc:
14511         * pdf/xpdf/GfxState.cc:
14512
14513         Fix for CAN-2004-1125
14514
14515 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14516
14517         * shell/ev-view.c: (ev_view_copy):
14518         * shell/ev-view.h:
14519         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14520
14521         Implement Edit->Copy
14522
14523 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14524
14525         * backend/ev-document.c: (ev_document_get_text):
14526         * backend/ev-document.h:
14527         * pdf/xpdf/pdf-document.cc:
14528         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14529         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14530         (ev_view_update_primary_selection), (ev_view_button_press_event),
14531         (ev_view_motion_notify_event), (ev_view_button_release_event):
14532
14533         Beginnings of clipboard support. Incomplete but primary sort
14534         of work.
14535
14536 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14537
14538         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14539         (expose_bin_window):
14540
14541         Nicer rubberband drawing, from GtkIconView.
14542
14543 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14544
14545         * backend/ev-document.c: (ev_document_save):
14546         * backend/ev-document.h:
14547         * data/evince-ui.xml:
14548         * pdf/xpdf/pdf-document.cc:
14549         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14550
14551         Implement "Save a copy..." menu item
14552
14553 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14554
14555         * shell/ev-view.c: (ev_view_zoom):
14556
14557         Queue a resize when zoom changes
14558
14559 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14560
14561         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14562         shadows.
14563
14564         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14565         thumbnails..
14566
14567 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14568
14569         * pdf/xpdf/pdf-document.cc
14570         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14571
14572 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14573
14574         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14575         It's slow, but I'll speed it up next!
14576
14577 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14578
14579         * shell/main.c (load_files):
14580
14581         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14582         from the command line and because it seems more appropriate.
14583
14584 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14585
14586         * data/evince-ui.xml:
14587         * shell/ev-window.c: (update_action_sensitivity),
14588         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14589
14590         s/next page/page down
14591         s/previous page/page up
14592
14593 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14594
14595         * data/evince-ui.xml:
14596
14597         Change the layout to match clarkbw design.
14598
14599         * shell/Makefile.am:
14600         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14601         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14602         (ev_navigation_action_finalize),
14603         (ev_navigation_action_set_property),
14604         (ev_navigation_action_get_property),
14605         (ev_navigation_action_class_init):
14606         * shell/ev-navigation-action.h:
14607
14608         Implement clarkbw toolbar navigation controls (incomplete)
14609
14610         * shell/ev-page-action.c: (update_label), (update_spin),
14611         (value_changed_cb), (create_tool_item), (connect_proxy),
14612         (ev_page_action_init), (ev_page_action_finalize),
14613         (ev_page_action_set_property), (ev_page_action_get_property),
14614         (ev_page_action_set_current_page),
14615         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14616         * shell/ev-page-action.h:
14617
14618         Implement a page switcher in the toolbar
14619
14620         * shell/ev-view.c: (ev_view_scroll_view):
14621         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14622         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14623         (register_custom_actions), (ev_window_init):
14624
14625         Change page on PageUp/Down.
14626
14627 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14628
14629         * pdf/xpdf/pdf-document.cc
14630         (pdf_document_thumbnails_get_thumbnail): initial stab at
14631         implementing thumbnail support for pdfs.  It only does documents
14632         with precached pdfs now.
14633
14634 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14635
14636         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14637         thumbnail code into a time-based idle as well.  Also, turn off the
14638         shadow temporarily as it's really slow.
14639
14640 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14641
14642         * backend/ev-document.c: (ev_document_class_init):
14643         * pdf/xpdf/pdf-document.cc:
14644         * shell/ev-window.c: (ev_window_open):
14645
14646         Fix document title bugs and fallback to
14647         filename when not available.
14648
14649 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14650
14651         * backend/ev-document.c: (ev_document_get_type),
14652         (ev_document_class_init), (ev_document_load),
14653         (ev_document_get_title):
14654         * backend/ev-document.h:
14655         * pdf/xpdf/pdf-document.cc:
14656         * ps/ps-document.c: (ps_document_set_property),
14657         (ps_document_get_property), (ps_document_class_init),
14658         (document_load):
14659         * ps/ps-document.h:
14660         * ps/ps.h:
14661         * shell/ev-window.c: (update_window_title), (ev_window_open),
14662         (ev_window_init):
14663
14664         Initial support for document title. Not working yet.
14665
14666 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14667
14668         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14669
14670         Grab focus on the view when clicking it
14671
14672 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14673
14674         * shell/ev-marshal.list:
14675         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14676         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14677
14678         Add key bindings to the view. Now if the focus would work
14679         right...
14680
14681 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14682
14683         * Makefile.am:
14684         * backend/Makefile.am:
14685         * data/Makefile.am:
14686         * dvi/Makefile.am:
14687         * dvi/dvilib/Makefile.am:
14688         * pdf/xpdf/Makefile.am:
14689         * po/POTFILES.in:
14690         * ps/Makefile.am:
14691
14692         Fix distcheck
14693
14694 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14695
14696         * shell/ev-view.c: (ev_view_realize):
14697
14698         Fix mouse wheel scrolling
14699
14700 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14701
14702         * ps/Makefile.am:
14703         * ps/gstypes.h:
14704         * ps/gtkgs.c:
14705         * ps/gtkgs.h:
14706         * ps/ps-document.c: (catchPipe), (ps_document_init),
14707         (ps_document_class_init), (ps_document_cleanup),
14708         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14709         (set_up_page), (close_pipe), (is_interpreter_ready),
14710         (interpreter_failed), (output), (input), (start_interpreter),
14711         (stop_interpreter), (file_length), (file_readable),
14712         (check_filecompressed), (check_pdf), (compute_xdpi),
14713         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14714         (ps_document_get_type), (ps_document_emit_error_msg),
14715         (document_load), (ps_document_next_page),
14716         (ps_document_get_current_page), (ps_document_get_page_count),
14717         (ps_document_goto_page), (ps_document_set_page_size),
14718         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14719         (ps_document_load), (ps_document_get_n_pages),
14720         (ps_document_set_page), (ps_document_get_page),
14721         (ps_document_widget_event), (ps_document_set_target),
14722         (ps_document_set_scale), (ps_document_set_page_offset),
14723         (ps_document_get_page_size), (ps_document_render),
14724         (ps_document_document_iface_init):
14725         * ps/ps-document.h:
14726         * ps/ps.c:
14727         * shell/ev-window.c: (ev_window_open):
14728
14729         Rename GtkGS to PSDocument
14730
14731 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14732
14733         * ps/gtkgs.c: (gtk_gs_class_init):
14734         * ps/gtkgs.h:
14735
14736         Some more leftover...
14737
14738 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14739
14740         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14741         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14742         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14743         * ps/gtkgs.h:
14744
14745         Remove unused code and make a lot of stuff private
14746
14747 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14748
14749         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14750         (gtk_gs_defaults_changed):
14751         * ps/gsdefaults.h:
14752         * ps/gtkgs.c:
14753         * ps/gtkgs.h:
14754         * ps/ps.h:
14755
14756         Cleanup headers dependencies
14757
14758 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14759
14760         * ps/Makefile.am:
14761         * ps/ggvutils.c:
14762         * ps/ggvutils.h:
14763         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14764         * ps/gsdefaults.h:
14765         * ps/gtkgs.c: (file_length), (file_readable),
14766         (check_filecompressed), (check_pdf), (gtk_gs_load),
14767         (gtk_gs_get_postscript):
14768
14769         Get rid of ggvutils
14770
14771 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14772
14773         * ps/ggvutils.c:
14774         * ps/ggvutils.h:
14775         * ps/gsio.h:
14776         * ps/gtkgs.c: (gtk_gs_set_zoom):
14777
14778         Cleanups
14779
14780 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14781
14782         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14783
14784         Ensure the page is rerendered when changing zoom
14785
14786 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14787
14788         * backend/ev-document.c: (ev_document_base_init),
14789         (ev_document_changed):
14790         * backend/ev-document.h:
14791
14792         Add a changed event that is emitted when the page content
14793         changes. This is necessary to deal with the fact that
14794         in ps backend rendering happen asycrounously.
14795         This makes the ps backend mostly work.
14796
14797         * pdf/xpdf/pdf-document.cc:
14798
14799         Emit changed event
14800
14801         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14802         (ps_document_set_target):
14803
14804         Emit changed event
14805
14806         * shell/ev-view.c: (document_changed_callback),
14807         (ev_view_set_document), (ev_view_set_page):
14808
14809         Redraw on the changed signal
14810
14811 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14812
14813         * configure.ac: Added pt_BR to ALL_LINGUAS.
14814
14815 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14816
14817         * backend/ev-document-bookmarks.c:
14818         (ev_document_bookmarks_get_child): *
14819         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14820         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14821         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14822         (ev_sidebar_bookmarks_destroy),
14823         (ev_sidebar_bookmarks_class_init),
14824         (ev_sidebar_bookmarks_construct), (stack_data_free),
14825         (do_one_iteration), (populate_bookmarks_idle),
14826         (ev_sidebar_bookmarks_clear_document),
14827         (ev_sidebar_bookmarks_set_document): *
14828         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14829         (ev_sidebar_add_page),
14830         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14831         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14832         it displays both the topics and the page numbers.
14833
14834 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14835
14836         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14837         toggle.
14838         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14839         visible.
14840
14841 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14842
14843         * configure.ac: Added en_CA to ALL_LINGUAS.
14844
14845 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14846
14847         * ChangeLog: replace bottom of this ChangeLog (merged history of
14848         ggv and gpdf; where all paths were wrong and most of the files are
14849         not even in this tree) with ChangeLog (from arch) of the shell
14850         code.
14851
14852 2004-12-23  Havoc Pennington  <hp@redhat.com>
14853
14854         * shell/ev-window.c: hook up potentially-questionable "find
14855         results status text" feature - something involving the sidebar or
14856         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14857         might be better in the end.
14858
14859         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14860         with corresponding signal when it should be updated
14861
14862         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14863
14864 2004-12-22  Havoc Pennington  <hp@redhat.com>
14865
14866         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14867         find stuff on other pages, sort of (only returns one result on
14868         invisible pages, to show they have results; updates full results
14869         for a page when you view it). Currently repaints the current page
14870         every time a new result is found on any page, which isn't so nice.
14871
14872 2004-12-22  Havoc Pennington  <hp@redhat.com>
14873
14874         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14875         the document doesn't support find (better ideas?)
14876         (find_bar_search_changed_cb): handle missing document or document
14877         that doesn't support find
14878
14879         * pdf/xpdf/pdf-document.cc: port to implement the new
14880         EvDocumentFindIface
14881
14882         * backend/ev-document-find.c: create a new interface for searching
14883
14884         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14885
14886 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14887
14888         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14889         libevbackend.la.
14890
14891         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14892         EvPrintJob constructor arguments.
14893
14894         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14895         for documents that can export PostScript (page by page).
14896
14897         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14898         
14899         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14900         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14901         (pdf_document_ps_exporter_iface_init:
14902         Implement EvPSExporter.
14903
14904         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14905
14906 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14907
14908         * backend/Makefile.am:
14909         * backend/ev-document-thumbnails.c:
14910         (ev_document_thumbnails_get_type),
14911         (ev_document_thumbnails_get_thumbnail):
14912         * backend/ev-document-thumbnails.h:
14913         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14914         (pixbuf_document_thumbnails_get_thumbnail),
14915         (pixbuf_document_document_thumbnails_iface_init):
14916         * shell/Makefile.am:
14917         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14918         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14919         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14920         * shell/ev-sidebar-thumbnails.h:
14921         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14922         (ev_sidebar_set_document):
14923         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14924         (create_shadow), (ev_pixbuf_add_shadow):
14925         * shell/ev-utils.h:
14926         Add thumbnail support.
14927         
14928 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14929
14930         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14931         (using_postscript_printer): Set up a print dialog for "PostScript
14932         injection" method.
14933
14934         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14935         EvPrintJob.
14936
14937         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14938
14939 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14940
14941         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14942         (ps_document_set_target), (ps_document_get_page_size),
14943         (ps_document_render):
14944         * ps/gtkgs.h:
14945
14946         Fix a few bugs
14947
14948 2004-12-22  Christian Rose  <menthos@menthos.com>
14949
14950         * configure.ac: Added "sv" to ALL_LINGUAS.
14951
14952 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14953
14954         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14955         document supports bookmarks.
14956
14957 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14958
14959         * ps/ggvutils.c: (ggv_file_readable):
14960         * ps/ggvutils.h:
14961         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14962         (gtk_gs_get_postscript):
14963
14964         Remove unused utils
14965
14966 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14967
14968         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14969         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14970         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14971         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14972         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14973         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14974         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14975         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14976         (gtk_gs_set_antialiasing), (ps_document_load),
14977         (ps_document_render):
14978         * ps/gtkgs.h:
14979
14980         Another check point for the ps backend. Now I can get it to show
14981         pages!
14982
14983 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14984
14985         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14986         document setting code.
14987
14988 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14989
14990         * shell/eggfindbar.c: (entry_activate_callback):
14991         Animate the next button when activate is pressed.
14992         
14993 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14994
14995         * shell/ev-window.c: (ev_window_cmd_edit_find),
14996         (update_fullscreen_popup), (ev_window_fullscreen),
14997         (ev_window_unfullscreen), (ev_window_state_event_cb),
14998         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14999         Fix bugs in fullscreen code.
15000         
15001 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15002
15003         * Makefile.am:
15004         * configure.ac:
15005         * pixbuf/Makefile.am:
15006         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15007         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15008         (pixbuf_document_set_page), (pixbuf_document_get_page),
15009         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15010         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15011         (pixbuf_document_render), (pixbuf_document_begin_find),
15012         (pixbuf_document_end_find), (pixbuf_document_finalize),
15013         (pixbuf_document_class_init),
15014         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15015         * pixbuf/pixbuf-document.h:
15016         * shell/Makefile.am:
15017         * shell/ev-application.c: (ev_application_open):
15018         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15019         (ev_window_open):
15020         Add pixbuf backend.
15021         
15022 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15023
15024         * Makefile.am: 
15025         * dvi/dvilib/Makefile.am:
15026         * dvi/Makefile.am:
15027         * configure.ac: Auto*ify dvi and dvi/dvilib
15028
15029         * dvi/Makefile: Remove from CVS
15030         
15031         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15032         confusion.
15033
15034         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15035         
15036         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15037         
15038 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15039
15040         * ps/Makefile.am:
15041         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15042         (gtk_gs_value_adjustment_changed), (compute_size),
15043         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15044         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15045         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15046         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15047         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15048         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15049         (ps_document_load), (ps_document_get_n_pages),
15050         (ps_document_set_page), (ps_document_get_page),
15051         (ps_document_set_target), (ps_document_set_scale),
15052         (ps_document_set_page_offset), (ps_document_get_page_size),
15053         (ps_document_render), (ps_document_begin_find),
15054         (ps_document_end_find), (ps_document_document_iface_init):
15055         * ps/gtkgs.h:
15056         * shell/Makefile.am:
15057         * shell/ev-window.c: (ev_window_open):
15058
15059         Some work to integrate gtkgs with EvDocument
15060
15061 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15062
15063         * shell/ev-window.c: (update_fullscreen_popup),
15064         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15065         (exit_fullscreen_button_clicked_cb),
15066         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15067         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15068         (ev_window_state_event_cb), (ev_window_init):
15069         Add fullscreen support from Epiphany.
15070         
15071 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15072
15073         * data/ev-stock-zoom-fit-width.png: fit-width
15074         stock icon from gpdf.
15075         
15076         * shell/ev-stock-icons.[ch]: copied from gpdf.
15077         
15078         * shell/main.c: (main): init stock icons.
15079         
15080         * shell/ev-window.c: use the fit-width icon.
15081         
15082         * data/evince-ui.xml: add zooming toolbar items.
15083
15084 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15085
15086         * shell/ev-view.c: 
15087         (ev_view_best_fit), (ev_view_fit_width): because
15088         get_page_size() returns the scaled page size, we
15089         need to calculate the scale factor relative to
15090         the previous scale factor. Should really just
15091         add get_real_page_size().
15092
15093 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15094
15095         * shell/ev-view.[ch]:
15096         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15097         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15098         add zooming.
15099         
15100         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15101         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15102         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15103         hook it up.
15104         
15105         * pdf/xpdf/pdf-document.cc:
15106         (pdf_document_begin_find),
15107         (pdf_document_end_find): make static.
15108
15109 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15110
15111         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15112
15113         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15114         names to fontconfig patterns.
15115         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15116
15117         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15118         setupBaseFontsFc.
15119
15120 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15121
15122         * Makefile.am:
15123         * configure.ac:
15124         * ps/Makefile.am:
15125         * ps/ggvutils.c:
15126         * ps/ggvutils.h:
15127         * ps/gsdefaults.c:
15128         * ps/gsdefaults.h:
15129         * ps/gsio.c:
15130         * ps/gsio.h:
15131         * ps/gtkgs.c:
15132         * ps/gtkgs.h:
15133         * ps/ps.c:
15134         * ps/ps.h:
15135
15136         Import ggv backend. Not hooked up yet.
15137
15138 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15139
15140         * shell/main.c: (load_files), (main): load files
15141         from the command line.
15142
15143 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15144
15145         * configure.ac: don't require bonobo.
15146         
15147         * cut-n-paste/recent-files/*: kill bonobo recent
15148         view.
15149
15150         * shell/ev-window.c:
15151         (ev_window_is_empty): upd.
15152         (unable_to_load), (ev_window_open): load backend
15153         based on the mime type.
15154
15155 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15156
15157         * backend/.cvsignore: ignore generated marshalers source.
15158
15159         * shell/main.c (main): this is not epiphany.
15160
15161 2004-12-22  Havoc Pennington  <hp@redhat.com>
15162
15163         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15164         (expose_bin_window): draw find highlights
15165
15166         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15167         
15168         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15169         (pdf_document_end_find): implement this interface
15170
15171         * backend/ev-document.c (ev_document_found): add this to emit
15172         signal
15173
15174 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15175
15176         * data/evince-ui.xml: Add a few more toolbar items.
15177
15178         * shell/ev-window.c: Hook up page navigation toolbar 
15179         items.
15180
15181         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15182         a page-changed signal.
15183
15184         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15185         Add ev_document_get_page().
15186
15187         * shell/ev-window.c: Sensitize/desensitize navigation
15188         actions.
15189
15190 2004-12-21  Havoc Pennington  <hp@redhat.com>
15191
15192         * backend/ev-backend-marshal.c,
15193         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15194         marshaler-generator thingy. I'm sure there's a better way to do
15195         this in the modern world.
15196
15197         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15198         end_find methods and "found" signal.
15199
15200         * configure.ac: find glib-genmarshal
15201
15202 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15203
15204         * shell/ev-sidebar.c: Construct an actual sidebar.
15205         * shell/ev-sidebar-bookmarks.[ch]:
15206         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15207
15208 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15209
15210         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15211         Redo size handling.
15212         
15213         * shell/ev-view.c: Track the size from the document.
15214
15215 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15216
15217         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15218         constructor assumes ownership of the string passed in.
15219         
15220         * shell/ev-window.c (ev_window_open): Destroy the error
15221         dialog once we've displayed it.
15222
15223 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15224
15225         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15226         a bit, it works! (sort of)
15227
15228         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15229         Move to .cc since we need to use C++ in the implementation.
15230
15231         * shell/dummy.cc: Add a CC file to force evince
15232         to be linked as a C++ program.
15233
15234 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15235
15236         * shell/ev-view.[ch]: Start of content-area widget.
15237
15238         * shell/ev-window.c: Create a EvView, update it
15239         as we change documents.
15240
15241         * shell/Makefile.am shell/ev-marshal.list: Add
15242         generated marshalers.
15243
15244 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15245
15246         * Makefile.am (SUBDIRS): move shell.
15247
15248 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15249
15250         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15251         .a to libtool convenience libraries.
15252
15253         * shell/ev-window.c (ev_window_open): Hard code loading
15254         a PDF document.
15255         
15256         * backend/ev-document.h: Add a boolean return to load(),
15257         fix GError * to GError **.
15258
15259         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15260         object for a PDF backend EvDocument.
15261
15262 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15263
15264         * dvi/*: New directory with the beginning of a .dvi backend.
15265
15266 2004-12-21  Havoc Pennington  <hp@redhat.com>
15267
15268         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15269         previous/next instead of back/forward
15270
15271 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15272
15273         * backend/ev-document.[ch]: Fix a couple of problems so
15274         it compile.
15275
15276 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15277
15278         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15279         to backend/ directory, rename EvViewer to EvDocument.
15280
15281 2004-12-21  Havoc Pennington  <hp@redhat.com>
15282
15283         * shell/ev-window.c: hook up the find bar widget; now we just need
15284         a document to find things in
15285
15286         * shell/eggfindbar.c: a find bar widget
15287
15288 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15289
15290         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15291
15292 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15293
15294         * pdf/**: Import of xpdf code from gpdf. 
15295
15296         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15297
15298         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15299         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15300         Fix FreeType includes.
15301
15302         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15303         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15304         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15305         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15306         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15307         Include xpdfconfig.h
15308         
15309 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15310
15311         * shell/ev-window.c (ev_window_dispose): dispose can be called
15312         multiple times.
15313
15314 2004-12-21  Havoc Pennington  <hp@redhat.com>
15315
15316         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15317         rather than Evince
15318
15319         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15320         items; really they should be synced with the strings, etc. from
15321         current gpdf, but just getting the boring typing out of the way 
15322
15323 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15324
15325         * po/POTFILES.in:
15326         * shell/ev-application.c: (window_destroy_cb):
15327         * shell/ev-window.c:
15328         * shell/main.c: (main):
15329
15330         Actually show the window...
15331
15332 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15333
15334         * Makefile.am:
15335         * shell/Makefile.am:
15336         * shell/ev-application.c: (ev_application_class_init):
15337         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15338
15339         Make it build again
15340
15341 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15342
15343         Import to gnome cvs.
15344         
15345         * Remove copies of gpdf and ggv trees.
15346         * Rip out all the recursive configure code.
15347         * Remove bonobo machinery.
15348         * viewer/*: GInterfaces that backends should/can implement.
15349
15350 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15351
15352         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15353         typo
15354
15355 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15356
15357         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15358         (ev_application_finalize, ev_application_class_init)
15359         (ev_application_init): use GType instance private data for priv.
15360
15361         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15362         (ev_window_finalize, ev_window_class_init)
15363         (ev_window_init): ditto.
15364
15365 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15366
15367         * shell/ev-application.c (ev_application_new_window): make public
15368         (ev_application_show_initial_window): kill.
15369
15370         * shell/ev-application.h: update prototypes.
15371
15372         * shell/main.cc (main): inline ev_application_show_initial_window.
15373
15374 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15375
15376         * shell/ev-application.c (ev_application_new_window): impl.
15377         (ev_application_show_initial_window): use it.
15378         (is_window_empty, ev_application_get_empty_window): returns an
15379         existing empty window or a new one.
15380         (ev_application_open): from ev_window_cmd_file_open.
15381
15382         * shell/ev-application.h: update prototypes
15383
15384         * shell/ev-window.c (ev_window_is_empty): impl.
15385         (ev_window_open): make public.
15386         (ev_window_cmd_file_open): use ev_application_open
15387
15388         * shell/ev-window.h: update prototypes, remove unused.
15389
15390 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15391
15392         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15393         move destroy handler out of here...
15394
15395         * shell/ev-application.c, shell/ev-application.h: ...into this new
15396         class. Also handles initial window creation.
15397
15398         * shell/main.cc (main): use EvApplication to create initial
15399         window.
15400
15401 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15402
15403         * Makefile.am (SUBDIRS): add cut-n-paste
15404
15405         * cut-n-paste/Makefile.am: add
15406
15407         * configure.ac: generate Makefiles in cut-n-paste
15408
15409 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15410
15411         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15412         (ev_window_class_init): install ev_window_dispose.
15413
15414 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15415
15416         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15417         char (gchar looks stupid).
15418
15419 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15420
15421         * po/de.po: updated German translation.
15422
15423 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15424
15425         * configure.ac: add more pkg-config library checks for gnome-vfs,
15426         bonobo etc.
15427
15428         * gpdf/configure.in: temporarily disable libpaper
15429         checks. Otherwise I'd have to add the checks for the shell, too.
15430
15431 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15432
15433         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15434         and * file filters to the file choose.
15435
15436 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15437
15438         * po/de.po: Updated German translation.
15439
15440 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15441
15442         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15443
15444 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15445
15446         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15447
15448         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15449         (ev_window_init): implement those menuitems.
15450
15451 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15452
15453         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15454
15455         * shell/ev-window.c (ev_window_init): use the toolbar.
15456
15457 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15458
15459         * shell/ev-window.c (ev_window_init): use menu translations
15460
15461 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15462
15463         * configure.ac: add "de" to ALL_LINGUAS.
15464
15465         * po/de.po: add German translation.
15466
15467 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * Makefile.am (SUBDIRS): add po
15470
15471         * configure.ac: check intltool, glib-gettext etc, generate
15472         po/Makefile.in
15473
15474         * po, po/POTFILES.in, po/POTFILES.skip: new.
15475
15476 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15477
15478         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15479         already use (#ifdef ENABLE_NLS)
15480
15481         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15482         pointer indirection thinko.
15483
15484         * shell/main.c: include gi18n.h for bindtextdomain etc.
15485
15486 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15487
15488         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15489         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15490         tooltips for menu items in the statusbar.
15491
15492 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15493
15494         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15495         pkgdatadir drop UIDIR
15496
15497 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15498
15499         * data/evince-ui.xml: Add File->Open menu item
15500
15501         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15502         chooser), hook it up in the ui manager.
15503
15504 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15505
15506         * shell/ev-window.c: fix Help->About tooltip.
15507
15508 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15509
15510         * configure.ac: set CFLAGS for libevprivate.
15511
15512         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15513         definitions, factory etc.
15514
15515         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15516
15517         * shell/Makefile.am: link against libevprivate.a.
15518
15519         * shell/ev-window.c (entries): add stock icon to Help->About.
15520
15521         * shell/main.c (main): init stock icon code.
15522
15523 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * lib/recent-files: egg recent files code
15526
15527         * lib/Makefile.am: add.
15528
15529         * Makefile.am: add lib subdir.
15530
15531         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15532         set CFLAGS for recent-files.
15533
15534 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15535
15536         * configure.ac: disable -ansi and -pedantic gcc flags. They
15537         disable POSIX stuff in stdio.h, but egg-recent uses them.
15538
15539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15540
15541         * configure.ac: add --disable-deprecated flag (defaults to on in
15542         "cvs" builds).
15543
15544         * shell/Makefile.am (INCLUDES): use it.
15545
15546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15547
15548         * shell/main.c: add missing #include.
15549
15550         * shell/ev-window.c: fix for pedantic gcc.
15551         (ev_window_cmd_help_about): split license into paragraphs for
15552         translators and pedantic compilers.
15553
15554 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15555
15556         * configure.ac: add more warning flags if compiling with gcc from
15557         cvs (or explicitly requested with --enable-more-warnings).
15558
15559 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15560
15561         * data/evince-ui.xml: add File and File->Close menu.
15562
15563         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15564         (ev_window_destroy): quit after destroy.
15565         (ev_window_class_init): override GtkObject::destroy.
15566         (entries): install close_window callback.
15567
15568 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15569
15570         * Makefile.am (SUBDIRS): add data subdir.
15571
15572         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15573         gtk+ 2.5.0 for GtkAboutDialog.
15574
15575         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15576         main window.
15577
15578         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15579
15580         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15581         manager.
15582         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15583
15584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15585
15586         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15587
15588 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15589
15590         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15591
15592 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15593
15594         * shell/*: Added shell directory boilerplate, build it.
15595
15596 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15597
15598         * configure.ac, Makefile.am: Added top-level configure.ac and
15599         Makefile.am