]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Translation updated.
[evince.git] / ChangeLog
1 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
2
3         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
4         GTK symbol in commented out code. Bug #571707
5
6 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7
8         * NEWS:
9
10         Update for release 2.25.91.
11         
12 2009-02-16  Christian Persch  <chpe@gnome.org>
13
14         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
15         memory read.
16
17 2009-02-15  Christian Persch  <chpe@gnome.org>
18
19         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
20         warnings.
21
22 2009-02-15  Christian Persch  <chpe@gnome.org>
23
24         * libdocument/Makefile.am:
25         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
26
27 2009-02-15  Christian Persch  <chpe@gnome.org>
28
29         * libdocument/ev-document-type-builtins.c.template:
30         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
31
32 2009-02-14  Christian Persch  <chpe@gnome.org>
33
34         * backend/impress/impress-document.c: (impress_document_save):
35         Fill in the error.
36
37 2009-02-14  Christian Persch  <chpe@gnome.org>
38
39         * libdocument/ev-document.c: (ev_document_load): Add code to catch
40         backends incorrectly implementing the load vfunc.
41
42 2009-02-14  Christian Persch  <chpe@gnome.org>
43
44         * libdocument/ev-document-factory.c:
45         (ev_document_factory_get_document): Use a local GError, and propagate
46         as appropriate, making sure always to fill in @error if returning NULL.
47
48 2009-02-14  Christian Persch  <chpe@gnome.org>
49
50         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
51
52 2009-02-14  Christian Persch  <chpe@gnome.org>
53
54         * backend/pdf/ev-poppler.cc: Plug a mem leak.
55
56 2009-02-14  Christian Persch  <chpe@gnome.org>
57
58         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
59         an error.
60
61 2009-02-14  Christian Persch  <chpe@gnome.org>
62
63         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
64         to always set @error when returning FALSE. Fix a typo.
65
66 2009-02-14  Christian Persch  <chpe@gnome.org>
67
68         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
69         to always set @error when returning FALSE.
70
71 2009-02-14  Christian Persch  <chpe@gnome.org>
72
73         * backend/comics/comics-document.c: (comics_document_load): Make sure
74         to always set @error when returning FALSE.
75
76 2009-02-14  Christian Persch  <chpe@gnome.org>
77
78         * backend/impress/impress-document.c: (impress_document_load): Plug a
79         mem leak.
80
81 2009-02-14  Christian Persch  <chpe@gnome.org>
82
83         * backend/impress/impress-document.c: (impress_document_load): Don't
84         overwrite an error.
85
86 2009-02-14  Christian Persch  <chpe@gnome.org>
87
88         * libdocument/ev-document.c: (ev_document_info_copy): Remove
89         unnecessary NULL check; g_strdup() is NULL-safe.
90
91 2009-02-14  Christian Persch  <chpe@gnome.org>
92
93         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
94         that this returns either NULL and fills in error, or non-NULL. Use a
95         local GError so we can reliably check it.
96
97 2009-02-14  Christian Persch  <chpe@gnome.org>
98
99         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
100         content type to get the description, not the MIME type.
101
102 2009-02-14  Christian Persch  <chpe@gnome.org>
103
104         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
105         in @error on failure. Also, since this is exported in public APIs,
106         cope with the passed-in GError** being NULL.
107
108 2009-02-13  Christian Persch  <chpe@gnome.org>
109
110         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
111         safety.
112         (get_mime_type_from_data): Return the MIME type, not the content type.
113
114 2009-02-13  Christian Persch  <chpe@gnome.org>
115
116         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
117         the input stream.
118
119 2009-02-13  Christian Persch  <chpe@gnome.org>
120
121         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
122         all errors upwards.
123
124 2009-02-13  Christian Persch  <chpe@gnome.org>
125
126         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
127         more bytes from buffer than were read from the file.
128
129 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
130
131         * properties/ev-properties-view.c (set_property):
132         
133         Fixes bug #571787.
134
135 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/eggfindbar.c: (egg_find_bar_init):
138
139         Use gtk_tool_button_set_use_underline() for next/previous buttons
140         so that the underline is used for the mnemonic. Fixes bug #571547.
141         
142 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (setup_document_from_metadata),
145         (setup_sidebar_from_metadata), (setup_document_from_metadata),
146         (setup_view_from_metadata), (ev_window_set_document),
147         (ev_window_load_job_cb), (ev_window_reload_job_cb),
148         (ev_window_reload_remote), (ev_window_init):
149
150         Do not use metadata when reloading the document, so that the
151         window is not resized when reloading. See bugs #571051 and
152         #304249.
153         
154 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * configure.ac:
157         * cut-n-paste/smclient/Makefile.am:
158
159         Fix smclient libs on cycgwin. See bug #339172.
160         
161 2009-02-08  Christian Persch  <chpe@gnome.org>
162
163         * configure.ac:
164         * libdocument/Makefile.am:
165         * libview/Makefile.am: Add experimental introspection support.
166         Disabled by default; use --enable-introspection to enable it.
167         Bug #569083.
168
169 2009-02-08  Christian Persch  <chpe@gnome.org>
170
171         * libview/Makefile.am: Link libevdocument.la to libevview.la.
172
173 2009-02-05  Christian Persch  <chpe@gnome.org>
174
175         * backend/comics/comics-document.c: (comics_document_load):
176         * backend/djvu/djvu-document.c: (djvu_document_load):
177         * backend/dvi/dvi-document.c: (dvi_document_load):
178         * backend/impress/impress-document.c: (impress_document_load):
179         * backend/pdf/ev-poppler.cc:
180         * libdocument/ev-document-factory.c: (get_document_from_uri),
181         (ev_document_factory_get_document):
182         * shell/ev-print-operation.c:
183         (ev_print_operation_export_print_dialog_response_cb): Use
184         g_set_error_literal now that we depend on glib 2.18.
185
186 2009-02-05  Hib Eris  <hib@hiberis.nl>
187
188         * shell/ev-application.c:
189
190         Include gdkx.h only with X11. See bug #339172.
191         
192 2009-02-05  Hib Eris  <hib@hiberis.nl>
193
194         * backend/pdf/pdfdocument.evince-backend.in:
195
196         Add application/x-ext-pdf mime type for pdf backend. See bug
197         #339172.
198         
199 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * configure.ac:
202         * cut-n-paste/smclient/Makefile.am:
203         * cut-n-paste/smclient/eggdesktopfile.c:
204         * cut-n-paste/smclient/eggsmclient-win32.c:
205         * shell/main.c:
206
207         Make session manager code compile for w32. These changes have been
208         taken from upstream libegg. Based on patch by Hib Eris. See bug
209         #339172.
210         
211 2009-02-05  Hib Eris  <hib@hiberis.nl>
212
213         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
214
215         Make screensaver code compile for w32. These changes have been
216         copied from upstream totem. See bug #339172.
217         
218 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * configure.ac:
221         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
222
223         Make use of GConf optional. Based on patch by Hib Eris. See bug
224         #339172.
225         
226 2009-02-04  Christian Persch  <chpe@gnome.org>
227
228         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
229         evince gettext domain, so i18n works in the library.
230
231         * properties/ev-properties-main.c: (nautilus_module_initialize):
232         Remove extra bindtextdomain call.
233
234 2009-02-04  Christian Persch  <chpe@gnome.org>
235
236         * backend/comics/comics-document.c:
237         * backend/djvu/djvu-document.c:
238         * backend/dvi/dvi-document.c:
239         * backend/impress/impress-document.c:
240         * backend/pdf/ev-poppler.cc:
241         * backend/pixbuf/pixbuf-document.c:
242         * backend/ps/ev-spectre.c:
243         * backend/tiff/tiff-document.c:
244         * libdocument/ev-attachment.c:
245         * libdocument/ev-document-factory.c:
246         * libview/ev-jobs.c:
247         * libview/ev-view-accessible.c:
248         * libview/ev-view.c:
249         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
250         gi18n.h.
251
252 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * NEWS:
255         * configure.ac:
256
257         Update for release 2.25.90
258         
259 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * cut-n-paste/zoom-control/ephy-zoom-control.c:
262         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
263
264         Remove the old tooltips code and use G_DEFINE_TYPE().
265         
266 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * configure.ac:
269         * help/reference/Makefile.am:
270         * help/reference/libdocument/Makefile.am:
271         * help/reference/libdocument/libevdocument-docs.sgml:
272         * help/reference/libdocument/libevdocument.types:
273         * help/reference/libdocument/version.xml.in:
274         * help/reference/libview/Makefile.am:
275         * help/reference/libview/libevview-docs.sgml:
276         * help/reference/libview/libevview.types:
277         * help/reference/libview/version.xml.in:
278         * help/reference/shell/Makefile.am:
279         * help/reference/shell/evince-docs.sgml:
280         * help/reference/shell/evince.types:
281         * help/reference/shell/tmpl/dummy.sgml:
282         * help/reference/shell/version.xml.in:
283
284         Split API documentation into libdocument, libview and
285         shell. Required gtk-doc files has been added, but API docs still
286         need to be completed and improved. Fixes bug #568465.
287         
288 2009-02-01  Christian Persch  <chpe@gnome.org>
289
290         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
291
292 2009-02-01  Christian Persch  <chpe@gnome.org>
293
294         * backend/Makefile.am:
295         A backend/backend.symbols:
296         * configure.ac: Only export the backend module entry point. Bug
297         #569998.
298
299 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * shell/eggfindbar.c: (egg_find_bar_init):
302
303         Add mnemonics to buttons in search bar. Fixes bug #569212.
304         
305 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
306         
307         * shell/ev-print-operation.c:
308         (ev_print_operation_export_print_dialog_response_cb):
309
310         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
311         
312 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
315
316         Clamp top/bottom values of destinations to make sure they are not
317         bigger than the page height. Fixes bug #569327.
318         
319 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * libdocument/ev-debug.h:
322
323         Fix build when debug mode is disabled.
324         
325 2009-01-30  Christian Persch  <chpe@gnome.org>
326
327         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
328         this return TRUE only if any backends were loaded, so the ev_init()
329         function works as documented.
330
331 2009-01-30  Christian Persch  <chpe@gnome.org>
332
333         * evince-document.h:
334         * libdocument/Makefile.am:
335         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
336         #569117.
337
338         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
339         * libdocument/ev-backends-manager.h:
340         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
341         * libdocument/ev-debug.h:
342         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
343         (_ev_file_helpers_shutdown):
344         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
345         private.
346
347         * properties/ev-properties-main.c: (nautilus_module_initialize),
348         (nautilus_module_shutdown):
349         * shell/main.c: (main):
350         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
351         init/shutdown method.
352
353 2009-01-29  Christian Persch  <chpe@gnome.org>
354
355         * shell/main.c: (option_version_cb): Add --version which was lost in
356         the libgnome removal. Bug #562869.
357
358 2009-01-26  Christian Persch  <chpe@gnome.org>
359
360         * shell/ev-application.c: (ev_application_register_service),
361         (ev_application_shutdown):
362         * shell/main.c: (main): Move metadata manager initialisation and
363         shutdown into EvApplication. Follow-up from bug #569120.
364
365 2009-01-26  Christian Persch  <chpe@gnome.org>
366
367         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
368         copy the string twice. Bug #569231.
369
370 2009-01-26  Christian Persch  <chpe@gnome.org>
371
372         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
373         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
374         * libdocument/ev-file-helpers.h:
375         * shell/ev-application.c: (ev_application_shutdown),
376         (ev_application_init), (ev_application_screensaver_disable),
377         (ev_application_save_print_settings),
378         (ev_application_set_page_setup):
379         * shell/ev-application.h:
380         * shell/ev-metadata-manager.c: (load_values),
381         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
382         shell, since it shouldn't be public API. Bug #569120.
383
384         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
385         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
386
387 2009-01-25  Christian Persch  <chpe@gnome.org>
388
389         Bug 569082 – use versioned directory for backends
390
391         * configure.ac: Define ev_binary_version and backenddir.
392         * evince-document.pc.in: Add backenddir variable.
393         * libdocument/Makefile.am:
394         * backend/*/Makefile.am: Remove backenddir definition, so it picks
395         up the one from configure.
396
397 2009-01-25  Christian Persch  <chpe@gnome.org>
398
399         * configure.ac:
400         * evince-document.pc.in: Renamed from evince-backend.pc.in.
401         * libdocument/Makefile.am: Renamed library to libevdocument.la.
402         * libview/Makefile.am:
403         * shell/Makefile.am:
404         * backend/*/Makefile.am: Adapt to changed library name.
405
406         * libdocument/Makefile.am:
407         * libview/Makefile.am: Change the installed headers path to match
408         the directory names in SVN.
409
410         * evince-document.h:
411         * evince-view.h: Add single headers. Bug #568227.
412
413         * libdocument/*.h:
414         * libview/*.h: Add single headers guards.
415
416         * libview/Makefile.am:
417         * libdocument/Makefile.am:
418         * backend/*/Makefile.am:
419         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
420         still include individual headers.
421
422         * properties/Makefile.am:
423         * properties/ev-properties-main.c:
424         * properties/ev-properties-view.h:
425         * thumbnailer/Makefile.am:
426         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
427
428         * libdocument/Makefile.am:
429         * libview/Makefile.am: Generate type builtins from all installed headers.
430         * libdocument/ev-link-action.[ch]:
431         * libdocument/ev-link-dest.[ch]:
432         * libdocument/ev-transition-effect.[ch]:
433         * libview/ev-view.[ch]: Remove handcoded type builtins.
434
435         * libdocument/Makefile.am:
436         * evince-document.h: Add ev-document-factory.h to the public headers.
437
438 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-sidebar-page.c:
441
442         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
443         #568228.
444         
445 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * libdocument/ev-document.h:
448
449         Add EV_DEFINE_INTERFACE macro.
450         
451         * libdocument/ev-async-renderer.c:
452         * libdocument/ev-document-find.c:
453         * libdocument/ev-document-fonts.c:
454         * libdocument/ev-document-forms.c:
455         * libdocument/ev-document-images.c:
456         * libdocument/ev-document-layers.c:
457         * libdocument/ev-document-links.c:
458         * libdocument/ev-document-security.c:
459         * libdocument/ev-document-thumbnails.c:
460         * libdocument/ev-document-transition.c:
461         * libdocument/ev-document.c:
462         * libdocument/ev-file-exporter.c:
463         * libdocument/ev-selection.c:
464
465         Use EV_DEFINE_INTERFACE macro to define interfaces in
466         libdocument. See bug #568228.
467         
468 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * libdocument/ev-document.[ch]:
471
472         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
473         #568228.
474         
475 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
476
477         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
478         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
479         (new_separator_pixbuf):
480         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
481         (egg_toolbar_editor_disconnect_model),
482         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
483         (egg_toolbar_editor_finalize):
484         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
485         * cut-n-paste/toolbar-editor/eggmarshalers.list:
486         
487         Sync EggToolbarEditor with libegg.
488
489 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
490
491         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
492         When saving a file, using the default permissions for the user/system,
493         respecting umask and any setgid bit on the directory. Uses the new
494         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
495         Bug #568593.
496         
497 2009-01-21  Christian Persch  <chpe@gnome.org>
498
499         * configure.ac:
500         * libdocument/Makefile.am:
501         * libview/Makefile.am: Add libtool versioning to libevbackend and
502         libevview. Bug #568229.
503
504 2009-01-21  Christian Persch  <chpe@gnome.org>
505
506         * Makefile.am:
507         * configure.ac:
508         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
509
510 2009-01-21  Christian Persch  <chpe@gnome.org>
511
512         * configure.ac:
513         * libdocument/Makefile.am:
514         A libdocument/ev-version.h.in: Add version defines and version check
515         macro. Bug #568224.
516
517 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
518
519         * shell/ev-sidebar-links.c
520         * shell/ev-print-operation.c:
521         * shell/ev-history.c:
522         * shell/ev-file-monitor.c:
523         * shell/ev-window.c:
524         * shell/ev-password-view.c:
525         * shell/ev-sidebar-thumbnails.c:
526         * shell/ev-sidebar-attachments.c:
527         * libview/ev-pixbuf-cache.c:
528         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
529         Bug #568386.
530
531 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
532
533         * libdocument/ev-document-info.h:
534
535         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
536         
537 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
538
539         * libview/Makefile.am:
540
541         Install ev-job-scheduler.h. See bug #567790.
542         
543 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
544
545         * libdocument/Makefile.am:
546
547         Install ev-backends-manager.h and
548         ev-document-type-builtins.h. Fixes bug #567787.
549         
550 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * NEWS:
553         * configure.ac:
554
555         Update for release 2.25.5
556         
557 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * libview/ev-view.c: (ev_view_drag_data_get):
560
561         Fix second parameter passed to gtk_selection_data_set_uris(), 
562         it expects a gchar **.
563         
564 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
565
566         * libdocument/Makefile.am:
567         * libdocument/ev-document-info.h:
568         * libdocument/ev-document-type-builtins.c.template:
569         * libdocument/ev-document-type-builtins.h.template:
570         * libdocument/ev-document.c: (ev_document_info_get_type),
571         (ev_document_info_copy):
572
573         Make EvDocumentInfo and enums definded in ev-document-info.h
574         GTypes. Fixes bug #567789.
575         
576 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
577
578         * shell/main.c (arguments_parse): Fix for a minor code typo.
579
580 2009-01-18  Christian Persch  <chpe@gnome.org>
581
582         * help/reference/Makefile.am:
583         * help/reference/evince.types: Fix the API docs build. Bug #568171.
584
585 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
586
587         * libview/Makefile.am:
588         * libview/ev-view-type-builtins.c.template:
589         * libview/ev-view-type-builtins.h.template:
590
591         Make EvJobPriority a proper GType. Fixes bug #567788.
592         
593 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * configure.ac:
596         * cut-n-paste/*/Makefile.am:
597         * libdocument/Makefile.am:
598
599         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
600         code.
601         
602 2009-01-18  Christian Persch  <chpe@gnome.org>
603
604         * libview/ev-view.c: (ev_view_drag_data_get),
605         (ev_view_drag_motion), (ev_view_update_primary_selection),
606         (clear_link_selected):
607         * shell/ev-sidebar-attachments.c:
608         (ev_sidebar_attachments_drag_data_get),
609         (ev_sidebar_attachments_get_property),
610         (ev_sidebar_attachments_init):
611         * shell/ev-window.c: Update drag handling code to use the
612         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
613         hardcoding the targets lists. Bug #558084.
614         
615 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * libdocument/Makefile.am:
618         * libdocument/ev-backend-marshal.c:
619         * libdocument/ev-backend-marshalers.list:
620         * libdocument/ev-document.c:
621
622         Remove unused marshalers stuff from libdocument.
623         
624 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * po/POTFILES.in:
627
628         Update for the current source tree.
629         
630 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * configure.ac:
633         * Makefile.am:
634         * libdocument/Makefile.am:
635         * libview/Makefile.am:
636         * libview/ev-job-scheduler.[ch]:
637         * libview/ev-jobs.[ch]:
638         * libview/ev-page-cache.[ch]:
639         * libview/ev-pixbuf-cache.[ch]:
640         * libview/ev-timeline.[ch]:
641         * libview/ev-transition-animation.[ch]:
642         * libview/ev-view-accessible.[ch]:
643         * libview/ev-view-marshal.list:
644         * libview/ev-view.[ch]:
645         * shell/Makefile.am:
646
647         Move EvView specific code to a libeviview library so that it can
648         be embbeded in other applications. Based on patches by Tomeu
649         Vizoso. Fixes bug #567751.
650         
651 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
654         * shell/ev-window.c: (ev_window_load_job_cb),
655         (ev_window_load_job_cb), (ev_window_open_uri),
656         (ev_window_reload_local), (ev_window_dispose):
657
658         Remove dest, mode and search_string from EvJobLoad since they are
659         not really needed by the job, but for the window.
660         
661 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-view.c: (ev_view_drag_data_received),
664         (ev_view_class_init), (ev_view_init):
665         * shell/ev-window.c: (ev_window_drag_data_received),
666         (ev_window_class_init), (ev_window_init):
667
668         Make the whole EvWindow the destination of a drag and drop
669         operation.
670         
671 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * shell/ev-window.c: (window_open_file_copy_progress_cb):
674
675         Add missing brakets around the percentage in progress
676         messages. See bug #567910.
677         
678 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-application.c: (ev_application_open_window),
681         (ev_application_open_uri_at_dest):
682
683         Do no use gdk_x11_* when not available. Based on patch by Hib
684         Eris, see bug #339172.
685         
686 2009-01-16  Hib Eris  <hib@hiberis.nl>
687
688         * configure.ac:
689         * properties/ev-properties-view.c:
690         (ev_properties_view_format_date):
691
692         Check for localtime_r. See bug #339172.
693         
694 2009-01-16  Hib Eris  <hib@hiberis.nl>
695
696         * shell/main.c:
697
698         Include gdkx only for dbus support. See bug #339172.
699         
700 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
701
702         * shell/ev-view.c: (ev_view_set_zoom_for_size):
703
704         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
705         #567785.
706         
707 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-window.c: (reload_remote_copy_progress_cb),
710         (window_save_file_copy_progress_cb):
711
712         Use brakets around the percentage in progress messages. See bug
713         #567910.
714         
715 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-window.c: (reload_remote_copy_ready_cb):
718
719         Fix typo in error message. See bug #567910.
720         
721 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (ev_window_cmd_file_close_window):
724
725         Fix mnemonic conflict. Fixes bug #567937.
726         
727 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
728
729         * NEWS:
730         * configure.ac:
731
732         Update for release 2.25.4
733         
734 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
735
736         * configure.ac:
737         
738         GLib version requirement bumped to 2.18 due to g_set_error_literal.
739         Thanks to Christian Spurk.
740
741 2008-12-31  Hib Eris  <hib@hiberis.nl>
742         
743         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
744
745         Fix mime type handling.
746         
747 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * po/POTFILES.in:
750
751         Add ev-print-operation.c.
752         
753 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-window.c: (ev_window_clear_progress_idle),
756         (reset_progress_idle), (ev_window_show_progress_message),
757         (ev_window_reset_progress_cancellable),
758         (ev_window_progress_response_cb), (show_loading_progress),
759         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
760         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
761         (show_reloading_progress), (reload_remote_copy_ready_cb),
762         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
763         (show_saving_progress), (window_save_file_copy_ready_cb),
764         (window_save_file_copy_progress_cb), (ev_window_save_remote),
765         (ev_window_dispose):
766
767         Show progress information when loading/saving remote files. Fixes
768         bug #370958.
769         
770 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
773
774         Show better warning message when temp file cannot be deleted.
775         
776 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * shell/ev-window.c: (image_save_dialog_response_cb):
779
780         Fix saving images to remote locations.
781         
782 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-application.[ch]: (ev_application_shutdown),
785         (ev_application_get_print_settings_file),
786         (ev_application_save_print_settings),
787         (ev_application_get_print_settings),
788         (ev_application_set_print_settings),
789         (ev_application_get_page_setup), (ev_application_set_page_setup):
790         * shell/ev-window.c: (ev_window_save_print_page_setup),
791         (ev_window_load_print_page_setup_from_metadata),
792         (ev_window_print_page_setup_done_cb),
793         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
794         (ev_window_cmd_preview_print):
795
796         Remember page setup options too. Paper size is globally remembered
797         while page margins are stored per document in metadata file. Fixes
798         bugs #525185 and #349102.
799         
800 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-print-operation.c:
803         (ev_print_operation_export_print_dialog_response_cb):
804
805         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
806         
807 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-print-operation.c: (export_cancel),
810         (export_job_cancelled), (ev_print_operation_export_begin),
811         (ev_print_operation_export_cancel):
812         * shell/ev-window.c: (ev_window_print_cancel),
813         (ev_window_print_update_pending_jobs_message),
814         (ev_window_print_operation_done),
815         (ev_window_print_operation_status_changed),
816         (print_jobs_confirmation_dialog_response),
817         (ev_window_cmd_file_close_window):
818
819         Show a confirmation dialog when there are pending print jobs while
820         closing the main window. Fixes bug #480964.
821         
822 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
825         (ev_print_operation_get_job_name),
826         (ev_print_operation_get_status),
827         (ev_print_operation_get_progress),
828         (ev_print_operation_update_status),
829         (ev_print_operation_export_get_job_name), (clamp_ranges),
830         (get_first_and_last_page), (ev_print_operation_export_run_next),
831         (print_job_finished), (export_print_done), (export_job_cancelled),
832         (update_progress), (export_print_page),
833         (ev_print_operation_export_begin),
834         (ev_print_operation_export_print_dialog_response_cb),
835         (ev_print_operation_export_run),
836         (ev_print_operation_export_cancel),
837         (ev_print_operation_export_class_init):
838         * shell/ev-window.c:
839         (ev_window_print_update_pending_jobs_message),
840         (ev_window_print_operation_done),
841         (ev_window_print_progress_response_cb),
842         (ev_window_print_operation_status_changed),
843         (ev_window_print_operation_begin_print), (ev_window_print_range),
844         (ev_window_dispose):
845
846         Show progress information when printing. Fixes bug #482770.
847         
848 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * shell/Makefile.am:
851         * shell/ev-progress-message-area.[ch]:
852         * shell/ev-message-area.[ch]: (ev_message_area_init),
853         (ev_message_area_set_image_from_stock):
854
855         Add EvProgressMessageArea derived from EvMessageArea to show
856         progress information in the message area. 
857         
858 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
861
862         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
863         close button. Add a function to get the contents of the message
864         area.
865         
866 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/Makefile.am:
869         * shell/ev-print-operation.[ch]:
870         * shell/ev-jobs.[ch]: (ev_job_export_init),
871         (ev_job_export_dispose), (ev_job_export_run),
872         (ev_job_export_class_init), (ev_job_export_new),
873         (ev_job_export_set_page):
874         * shell/ev-window.c: (ev_window_print_operation_done),
875         (ev_window_print_range), (ev_window_dispose):
876
877         First step of the printing system rework. EvJobPrint has been
878         replaced by EvJobExport so that every page is scheduled to be
879         exported in a thread instead of scheduling the whole printing
880         process. This way the gui is responsive during printing.
881         
882 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-window.c: (setup_size_from_metadata),
885         (ev_window_load_print_settings_from_metadata):
886
887         Fix memory leaks.
888         
889 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * libdocument/ev-document.c: (ev_document_get_type):
892
893         Add GObject type as prerequisite to EvDocument interface so that
894         document instances can be used as GObjects.
895         
896 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/ev-view.c: (jump_to_find_result):
899
900         Only jump the the location of the find result for the first match
901         when searching. It drastically improves the performance when
902         searching. Bug catched and fixed by Michael Hunold. Fixes bug
903         #564774.
904         
905 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * properties/ev-properties-main.c: (ev_properties_get_pages):
908         * properties/ev-properties-view.[ch]:
909         (ev_properties_view_dispose), (ev_properties_view_class_init),
910         (ev_properties_view_set_info), (ev_properties_view_new):
911         * shell/ev-properties-dialog.[ch]:
912         (ev_properties_dialog_set_document):
913         * shell/ev-window.c: (ev_window_setup_document),
914         (ev_window_cmd_file_properties):
915
916         Add document URI to properties page. Fixes bug #555376.
917         
918 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * configure.ac:
921         * data/Makefile.am:
922         * data/evince-password.glade: Removed
923         * data/evince-properties.glade: Removed
924         * properties/ev-properties-view.c:
925         (ev_properties_view_class_init), (set_property),
926         (ev_properties_view_set_info), (ev_properties_view_init):
927         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
928         (font_cell_data_func), (ev_properties_fonts_init):
929
930         Remove Glade dependency.
931         
932 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * backend/comics/comics-document.c: (comics_document_load):
935
936         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
937         
938 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * NEWS:
941         * configure.ac:
942
943         Update for release 2.25.2
944         
945 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * configure.ac:
948         * shell/Makefile.am:
949         * shell/ev-keyring.[ch]:
950         * shell/ev-password.[ch]: Removed
951         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
952         (ev_password_view_class_init), (ev_password_view_clicked_cb),
953         (ev_password_view_init), (ev_password_view_set_uri),
954         (ev_password_dialog_got_response),
955         (ev_password_dialog_remember_button_toggled),
956         (ev_password_dialog_entry_changed_cb),
957         (ev_password_dialog_entry_activated_cb),
958         (ev_password_view_ask_password), (ev_password_view_get_password),
959         (ev_password_view_get_password_save_flags),
960         (ev_password_view_new):
961         * shell/ev-window.c: (ev_window_password_view_unlock),
962         (ev_window_load_job_cb), (ev_window_close_dialogs),
963         (ev_window_init):
964
965         Rework the password view. When the password is in the keyring it's
966         used automatically without showing the password dialog and it's  
967         only stored in the keyring when we are sure it's correct. The
968         password dialog has been reworked too, in order to make it
969         more hig compliant and consistent with the GTK+ dialog used in
970         gtkmountoperation. Fixes bug #562496. 
971         
972 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * backend/comics/comics-document.c: (comics_document_load):
975
976         Do not trust file extensions when getting the command needed to
977         uncompress comic documents. Fixes bug #562143.
978         
979 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * libdocument/ev-document-factory.c: (get_document_from_uri),
982         (ev_document_factory_get_document):
983         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
984         (get_mime_type_from_data), (ev_file_get_mime_type):
985
986         Move mime-type functions from document-facrory to file-helpers so
987         that it can be reused.
988         
989 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
992         (window_open_file_copy_ready_cb), (ev_window_reload_local),
993         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
994         (ev_window_reload_remote), (ev_window_reload_document):
995
996         Add support for reloading remote documents. Fixes bug #555399.
997         
998 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-view.c: (ev_view_find_previous):
1001
1002         Make sure find_result is never < 0 which causes a crash while
1003         searching. Fixes bug #558377.
1004         
1005 2008-11-19  Marek Kašík <mkasik@redhat.com>
1006
1007         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1008         (ev_pixbuf_cache_get_selection_surface):
1009         
1010         Fixes crash on fast scrolling with simultaneous text selection.
1011
1012 2008-11-19  Marek Kašík <mkasik@redhat.com>
1013
1014         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1015         * shell/ev-window.c (launch_external_uri):
1016         
1017         Fixes assertion fail on selecting text. See bug #561393.
1018
1019 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * shell/Makefile.am:
1022         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1023         (ev_job_layers_dispose), (ev_job_layers_run),
1024         (ev_job_layers_class_init), (ev_job_layers_new):
1025         * shell/ev-sidebar-layers.[ch]:
1026         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1027         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1028         (ev_view_reload_page), (ev_view_reload):
1029         * shell/ev-window.c: (setup_sidebar_from_metadata),
1030         (ev_window_sidebar_current_page_changed_cb),
1031         (sidebar_layers_visibility_changed), (ev_window_init):
1032
1033         Add layers support.
1034         
1035 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * data/icons/22x22/actions/Makefile.am:
1038         * data/icons/22x22/actions/eye.png:
1039         * shell/ev-stock-icons.[ch]:
1040         
1041         Add eye icon from gimp to hide/show layers.
1042         
1043 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * configure.ac:
1046         * cut-n-paste/Makefile.am:
1047         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1048         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1049         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1050
1051         Add GimpCellRendererToggle from gimp slightly modified to fit our
1052         needs. 
1053         
1054 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * configure.ac:
1057         * backend/pdf/ev-poppler.cc:
1058
1059         Implement layers interface in PDF backend.
1060         
1061 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * libdocument/Makefile.am:
1064         * libdocument/ev-document-layers.[ch]:
1065         * libdocument/ev-layer.[ch]:
1066
1067         Add optional content (layers) interface.
1068         
1069 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1070
1071         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1072         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1073
1074         Removes unused code.
1075
1076 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * NEWS:
1079         * configure.ac:
1080
1081         Update for 2.25.1 release
1082
1083 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * shell/ev-window.c:
1086
1087         Fix build with GTK+ < 2.14
1088
1089 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1090
1091         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1092         
1093         Makes menu label translatable. Fixes bug #559129.
1094
1095 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1096
1097         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1098         (t1_transform_font):
1099         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1100         
1101         More renames of warning to mdvi_warning in follow up to the
1102         fix of the bug #553369. Fix for the bug #559257 by
1103         Tuxce <tuxce.net@gmail.com>.
1104         
1105 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-application.c: (ev_application_init_session):
1108         * shell/main.c: (main):
1109
1110         Move the egg_set_desktop_file() call to main and remove
1111         gtk_window_set_default_icon_name() since it's already called by
1112         egg_set_desktop_file()
1113         
1114 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1117
1118         Initialize GError to NULL.
1119         
1120 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1123         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1124         (ev_window_preview_print_finished), (launch_action):
1125
1126         Do not use popup dialogs to show error messages anymore, use the
1127         message area instead.
1128         
1129 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * shell/ev-window.c: (ev_window_error_message),
1132         (ev_window_warning_message), (ev_window_set_document),
1133         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1134         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1135         (ev_window_cmd_help_contents), (launch_external_uri),
1136         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1137         (ev_attachment_popup_cmd_open_attachment),
1138         (attachment_save_dialog_response_cb):
1139
1140         Use a message format (with printf()-style) in
1141         ev_window_error_message and ev_window_warning_message.
1142
1143 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-window.c: (ev_window_error_message),
1146         (ev_window_warning_message), (ev_window_set_document),
1147         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1148         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1149         (ev_window_cmd_help_contents), (launch_external_uri),
1150         (image_save_dialog_response_cb),
1151         (ev_attachment_popup_cmd_open_attachment),
1152         (attachment_save_dialog_response_cb):
1153
1154         Change ev_window_error_message and ev_window_warning_message to
1155         receive a EvWindow instead of a GtkWindow. It's more consistent
1156         and avoids unneeded casts.
1157         
1158 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * shell/ev-window.c: (ev_window_cmd_help_contents):
1161
1162         Use gtk_show_uri() when availale to display help contents.
1163         
1164 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * configure.ac:
1167         * backend/pdf/ev-poppler.cc:
1168         * properties/ev-properties-view.c:
1169         * shell/Makefile.am:
1170         * shell/ev-tooltip.[ch]: Removed
1171         * shell/ev-view-private.h
1172         * shell/eggfindbar.c:
1173         * shell/ev-application.c:
1174         * shell/ev-open-recent-action.c:
1175         * shell/ev-sidebar-thumbnails.c:
1176         * shell/ev-view.c:
1177         * shell/ev-window.c:
1178
1179         Bump GTK+ requirement to 2.12.
1180         
1181 2008-10-27 Christian Persch <chpe@gnome.org>
1182
1183         * backend/djvu/djvu-document.c
1184         * backend/dvi/cairo-device.c
1185         * cut-n-paste/evmountoperation/ev-mount-operation.h
1186         * cut-n-paste/gedit-message-area/gedit-message-area.h
1187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1190         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1191         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1192         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1193         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1194         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1195         * cut-n-paste/zoom-control/ephy-zoom-action.c
1196         * cut-n-paste/zoom-control/ephy-zoom-action.h
1197         * cut-n-paste/zoom-control/ephy-zoom-control.c
1198         * cut-n-paste/zoom-control/ephy-zoom-control.h
1199         * libdocument/ev-async-renderer.h
1200         * libdocument/ev-document-factory.c
1201         * libdocument/ev-document-misc.h
1202         * libdocument/ev-image.h
1203         * libdocument/ev-selection.h
1204         * shell/ev-properties-fonts.h
1205         * shell/ev-stock-icons.h
1206         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1207         directly. Bug #558064.
1208
1209 2008-10-27 Christian Persch <chpe@gnome.org>
1210
1211         * cut-and-paste/smclient/*: Update from libegg.
1212
1213 2008-10-27 Christian Persch <chpe@gnome.org>
1214
1215         * backend/djvu/djvu-document.c
1216         * backend/ps/ev-spectre.c
1217         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1218
1219 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1220
1221         * shell/ev-view.c (ev_view_change_page),
1222         (ev_view_transition_animation_finish),
1223         (ev_view_transition_animation_cancel), (page_changed_cb),
1224         (ev_view_set_presentation), (ev_view_next_page),
1225         (ev_view_previous_page):
1226         
1227         Cancel the animation without scheduling transition start
1228         and proceed to the next page to fix bug #516749.
1229
1230 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * NEWS:
1233         * configure.ac:
1234
1235         Update for release 2.24.1
1236         
1237 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1240
1241         Disable toggle function of F5 when in presentation mode. Patch by
1242         Dave Neary. Fixes bug #556162.
1243         
1244 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1247         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1248         (ev_sidebar_thumbnails_fill_model),
1249         (ev_sidebar_thumbnails_refresh),
1250         (ev_sidebar_thumbnails_set_document):
1251
1252         Instead of using only one loading icon for thumbnails based on the
1253         size of the first page, create an icon for every different page
1254         size. Fixes bug #556264.
1255         
1256 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1259
1260         Fix memory leak.
1261         
1262 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1265
1266         Removes bad prefixes from window title. Patch by 
1267         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1268         
1269 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (launch_external_uri):
1272
1273         Do not consider mailto links as http uris. Fixes bug #555801.
1274         
1275 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1278
1279         Fix memory leak. Fixes bug #555134.
1280         
1281 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1284
1285         Emit the job finished signal when the job is handled before the
1286         page_ready callback.
1287         
1288 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-window.c: (launch_action):
1291
1292         Use GdkAppLaunchContext when available to launch external
1293         applications.
1294         
1295 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-window.c: (launch_action):
1298
1299         Fix launching external applications for launch actions which seems
1300         to be broken since the gio port. Fixes bug #554500.
1301         
1302 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * backend/dvi/Makefile.am:
1305         * backend/dvi/cairo-device.c:
1306         * backend/dvi/dvi-document.c:
1307         * backend/dvi/mdvi-lib/Makefile.am:
1308
1309         Fix several compile warnings in the dvi backend.
1310         
1311 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * backend/dvi/mdvi-lib/common.h:
1314         * backend/dvi/mdvi-lib/dviread.c:
1315         * backend/dvi/mdvi-lib/font.c:
1316         * backend/dvi/mdvi-lib/fontmap.c:
1317         * backend/dvi/mdvi-lib/fontsrch.c:
1318         * backend/dvi/mdvi-lib/gf.c:
1319         * backend/dvi/mdvi-lib/pagesel.c:
1320         * backend/dvi/mdvi-lib/pk.c:
1321         * backend/dvi/mdvi-lib/sp-epsf.c:
1322         * backend/dvi/mdvi-lib/special.c:
1323         * backend/dvi/mdvi-lib/tfm.c:
1324         * backend/dvi/mdvi-lib/tfmfile.c:
1325         * backend/dvi/mdvi-lib/util.c:
1326         * backend/dvi/mdvi-lib/vf.c:
1327
1328         Rename error as mdvi_error to avoid symbol conflicts with the libc
1329         error. Rename also message, crash, fatal and warning for
1330         consistency. Fixes bug #553369.
1331         
1332 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * backend/dvi/dvi-document.c: (dvi_document_load):
1335
1336         Fix memory leak.
1337         
1338 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * backend/dvi/dvi-document.c:
1341
1342         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1343         G_IMPLEMENT_INTERFACE.
1344         
1345 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1348
1349         Make sure copy_job_page_and_selection_to_job_info is always called
1350         before copy_job_to_job_info. Fixes bug #552382.
1351         
1352 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * NEWS:
1355         * configure.ac:
1356
1357         Update for release 2.24.0
1358         
1359 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-window.c: (launch_external_uri):
1362
1363         Use GdkAppLaunchContext when available to launch external uris.
1364         
1365 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-window.c: (launch_external_uri):
1368
1369         Use the message area to show errors when lauching external uris
1370         instead of a popup window.
1371         
1372 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-window.c: (launch_external_uri):
1375
1376         Assume invalid uris are http uris. Fixes bug #552071.
1377         
1378 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * NEWS:
1381         * configure.ac:
1382
1383         Update for release 2.23.92.
1384         
1385 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/eggfindbar.c: (egg_find_bar_class_init):
1388
1389         Allow page scrolling with PageUp/PageDown keys when find bar is
1390         active. Fixes bug #529833.
1391         
1392 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * shell/ev-view-private.h:
1395         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1396         (ev_view_scroll), (ev_view_class_init):
1397         * shell/ev-view-accessible.c:
1398         (ev_view_accessible_action_do_action):
1399         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1400         (ev_window_cmd_scroll_backward):
1401
1402         Use GtkScrollType instead of EvScrollType.
1403         
1404 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1407         
1408         Patch for case unsensitive page label match by Michael Lee.
1409         See bug #550136.
1410         
1411         * shell/ev-page-action.c (create_tool_item):    
1412         * test/Makefile.am:
1413         * test/test1.py:
1414         * test/test4.py:
1415         * test/test5.py:
1416         
1417         Added test for the above and updated other tests.
1418
1419 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-window.c: (image_save_dialog_response_cb):
1422
1423         Do not append the file extension twice when saving an image.
1424         
1425 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1428
1429         Remove an invalid ifdef.
1430         
1431 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-view.c: (ev_view_motion_notify_event):
1434
1435         Make sure the cursor is correctly restored after showing the right
1436         click menu.
1437         
1438 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1441         (ev_attachment_open):
1442         * shell/ev-sidebar-attachments.c:
1443         (ev_sidebar_attachments_button_press):
1444         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1445
1446         Use GdkAppLaunchContext when available to open attachments.
1447         
1448 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1451
1452         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1453         by Eric Piel.
1454         
1455 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-application.c: (ev_application_get_media_keys):
1458         * shell/ev-media-player-keys.[ch]:
1459         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1460         (ev_media_player_keys_grab_keys),
1461         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1462         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1463         * shell/ev-window.[ch]: (ev_window_dispose),
1464         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1465         (ev_window_init):
1466
1467         Clean up the media player keys stuff.
1468         
1469 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * NEWS:
1472         * configure.ac:
1473
1474         Update for release 2.23.91.
1475         
1476 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1479         (sm_client_xsmp_set_initial_properties):
1480
1481         Fix memory leak.
1482         
1483 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * shell/ev-application.c: (ev_application_open_window),
1486         (ev_application_open_uri_at_dest):
1487
1488         Make sure evince starts up in the right workspace when resuming a
1489         previous session.
1490         
1491 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * shell/ev-application.[ch]: (ev_application_open_window),
1494         (ev_application_add_icon_path_for_screen),
1495         (ev_application_open_uri_at_dest):
1496
1497         Fix window manager warnings shown in ~/.xsession-errors
1498         
1499 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502         * cut-n-paste/Makefile.am:
1503         * cut-n-paste/smclient/Makefile.am:
1504         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1505         * cut-n-paste/smclient/eggsmclient-private.h:
1506         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1507         * cut-n-paste/smclient/eggsmclient.[ch]:
1508
1509         EggSMClient copied from libegg
1510
1511         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1512         * shell/Makefile.am:
1513         * shell/ev-application.[ch]: (ev_application_load_session),
1514         (smclient_save_state_cb), (smclient_quit_cb),
1515         (ev_application_init_session), (ev_application_shutdown),
1516         (ev_application_init):
1517         * shell/main.c: (main):
1518
1519         Use EggSMClient instead of gnome-client and remove libgnome and
1520         libgnomeui dependencies.
1521         
1522 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * shell/main.c: (main):
1525
1526         Remove gnome_authentication_manager_init.
1527         
1528 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * shell/ev-view.c: (ev_view_goto_window_create):
1531
1532         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1533         since it's now deprecated.
1534         
1535 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/djvu/Makefile.am:
1538         * backend/djvu/djvu-document-private.h:
1539         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1540         (djvu_document_find_iface_init):
1541         * backend/djvu/djvu-text-page.[ch]:
1542         * backend/djvu/djvu-text.[ch]: Removed
1543         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1544         (pdf_document_find_iface_init):
1545         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1546         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1547         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1548         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1549         (ev_job_find_has_results), (ev_job_find_get_results):
1550         * shell/ev-view-private.h:
1551         * shell/ev-view.[ch]: (ev_view_expose_event),
1552         (highlight_find_results), (ev_view_finalize),
1553         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1554         (ev_view_set_document), (ev_view_find_get_n_results),
1555         (ev_view_find_get_result), (jump_to_find_result),
1556         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1557         (ev_view_find_previous), (ev_view_find_search_changed),
1558         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1559         * shell/ev-window.c: (ev_window_update_actions),
1560         (page_changed_cb), (ev_window_setup_document),
1561         (ev_window_update_find_status_message),
1562         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1563         (ev_window_clear_find_job), (find_bar_close_cb),
1564         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1565         (ev_window_dispose), (ev_window_init):
1566
1567         Rework find interface. The find logic has been moved from backends
1568         to the shell avoiding a lot of duplicated code in the backends and
1569         making easier to implement the find interface in the backends.
1570         
1571 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * backend/pdf/ev-poppler.cc:
1574         (pdf_document_thumbnails_get_dimensions):
1575
1576         Make sure thumbnail size returned by the PDF is actually
1577         valid. Fixes bug #548462.
1578         
1579 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-window.c: (ev_window_setup_document),
1582         (ev_window_set_document), (ev_window_dispose):
1583
1584         Remove the idle function for setting the document up when the
1585         window is destroyed. Fixes bug #549163.
1586         
1587 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1590         (ev_job_attachments_dispose), (ev_job_attachments_run),
1591         (ev_job_attachments_class_init), (ev_job_attachments_new):
1592         * shell/ev-sidebar-attachments.c:
1593         (ev_sidebar_attachments_set_document):
1594
1595         Add a new job to get the attachments in a thread with the document
1596         lock held. Fixes bug #548653.
1597         
1598 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1601         (tiff_document_document_iface_init):
1602
1603         Implement document_get_page_label in tiff backend.
1604         
1605 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * backend/tiff/tiff-document.c: (tiff_document_render):
1608
1609         Handle document orientation in tiff backend. Fixes bug #548444.
1610         
1611 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1614
1615         Do not crash when adjustment page size is 0. Fixes bug #547440.
1616         
1617 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1620
1621         Sync with current GTK+.
1622         
1623 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1624
1625         * configure.ac:
1626         
1627         Update for release 2.23.6.
1628
1629 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1632         (ev_job_load_set_password):
1633         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1634         * shell/ev-window.c: (password_dialog_response),
1635         (ev_window_load_job_cb):
1636
1637         Fix loading encrypted documents since I broke it with the jobs
1638         rework.
1639         
1640 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * NEWS:
1643
1644         Update NEWS for 2.23.6 release.
1645         
1646 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1647
1648         * backend/impress/impress-document.c:
1649         * backend/impress/render.h:
1650         * libdocument/ev-document-factory.c:
1651         * libdocument/ev-document-factory.h:
1652         * libdocument/ev-document-links.h:
1653         * libdocument/ev-document-misc.c:
1654         * libdocument/ev-document-misc.h:
1655         * properties/ev-properties-main.c:
1656         * properties/ev-properties-view.c:
1657         * properties/ev-properties-view.h:
1658         * shell/eggfindbar.c:
1659         * shell/eggfindbar.h:
1660         * shell/ev-application.c:
1661         * shell/ev-application.h:
1662         * shell/ev-jobs.h:
1663         * shell/ev-message-area.h:
1664         * shell/ev-navigation-action.c:
1665         * shell/ev-navigation-action.h:
1666         * shell/ev-open-recent-action.c:
1667         * shell/ev-open-recent-action.h:
1668         * shell/ev-page-action-widget.c:
1669         * shell/ev-page-action.c:
1670         * shell/ev-page-action.h:
1671         * shell/ev-page-cache.h:
1672         * shell/ev-password-view.h:
1673         * shell/ev-password.h:
1674         * shell/ev-pixbuf-cache.h:
1675         * shell/ev-properties-fonts.c:
1676         * shell/ev-sidebar-attachments.c:
1677         * shell/ev-sidebar-links.c:
1678         * shell/ev-sidebar-links.h:
1679         * shell/ev-sidebar-thumbnails.c:
1680         * shell/ev-sidebar-thumbnails.h:
1681         * shell/ev-sidebar.c:
1682         * shell/ev-sidebar.h:
1683         * shell/ev-stock-icons.c:
1684         * shell/ev-tooltip.h:
1685         * shell/ev-view.c:
1686         * shell/ev-view.h:
1687         * shell/ev-window.c:
1688         * shell/ev-window.h:
1689         * shell/main.c:
1690
1691         More #include cleanups. Again: reordering, single gtk.h
1692         includes and other stuff.
1693
1694 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1695
1696         * shell/eggfindbar.c:
1697         * shell/ev-application.c:
1698         * shell/ev-message-area.c:
1699         * shell/ev-navigation-action.c:
1700         * shell/ev-open-recent-action.c:
1701         * shell/ev-page-action-widget.c:
1702         * shell/ev-page-action.c:
1703         * shell/ev-password-view.c:
1704         * shell/ev-properties-dialog.c:
1705         * shell/ev-properties-fonts.c:
1706         * shell/ev-sidebar-attachments.c:
1707         * shell/ev-sidebar-page.c:
1708         * shell/ev-sidebar-thumbnails.c:
1709         * shell/ev-stock-icons.c:
1710         * shell/ev-tooltip.c:
1711         * shell/ev-view.c:
1712         * shell/ev-window.c:
1713         * shell/main.c:
1714
1715         Cleanup many #include statements: reorder so that a
1716         generic-to-specific order is used, use single gtk.h
1717         includes, and some other cleanups.
1718
1719 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * shell/ev-jobs.h:
1722
1723         Add gio header.
1724         
1725 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1728         (ev_document_fc_mutex_trylock):
1729         * shell/Makefile.am:
1730         * shell/ev-job-queue.[ch]:
1731         * shell/ev-job-scheduler.[ch]:
1732         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1733         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1734         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1735         (ev_job_failed_from_error), (ev_job_succeeded),
1736         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1737         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1738         (ev_job_links_class_init), (ev_job_render_init),
1739         (notify_page_ready), (ev_job_render_page_ready),
1740         (ev_job_render_run), (ev_job_render_class_init),
1741         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1742         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1743         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1744         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1745         (ev_job_save_dispose), (ev_job_save_run),
1746         (ev_job_save_class_init), (ev_job_print_init),
1747         (ev_job_print_dispose), (ev_job_print_run),
1748         (ev_job_print_class_init):
1749         * shell/ev-page-cache.c:
1750         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1751         (check_job_size_and_unref), (move_one_job),
1752         (copy_job_to_job_info), (add_job),
1753         (ev_pixbuf_cache_add_jobs_if_needed):
1754         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1755         (job_fonts_finished_cb), (job_fonts_updated_cb),
1756         (ev_properties_fonts_set_document):
1757         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1758         (ev_sidebar_links_set_document):
1759         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1760         (ev_sidebar_thumbnails_set_document),
1761         (ev_sidebar_thumbnails_clear_job):
1762         * shell/ev-view-private.h:
1763         * shell/ev-view.c:
1764         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1765         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1766         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1767         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1768         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1769         (ev_window_reload_document), (ev_window_clear_save_job),
1770         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1771         (ev_window_clear_print_job), (ev_window_print_job_cb),
1772         (ev_window_print_dialog_response_cb):
1773         * shell/main.c: (main):
1774
1775         Rework the jobs system in order to make it simpler and more
1776         extensible. It allows to run jobs in the main loop instead of
1777         using a thread when it's appropriate like the fonts job. Now it's
1778         also possible to cancel jobs that are currently running. 
1779         
1780 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * libdocument/ev-debug.c: (profile_init):
1783
1784         Create the hash table also when profiling service is enabled for
1785         all sections.
1786         
1787 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1790         (ev_profiler_stop):
1791         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1792         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1793         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1794         (ev_job_print_run):
1795         * shell/main.c: (main):
1796
1797         Add a profile mode available when debug is enabled. Add profilers
1798         in ev-jobs.
1799         
1800 2008-07-23  Götz Waschk <waschk@mandriva.org>
1801
1802         * configure.ac: Correctly build desktop file. Fixes
1803         bug #544237.
1804
1805 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * configure.ac:
1808         
1809         Update for release 2.23.5.
1810
1811 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * NEWS:
1814
1815         Update NEWS for 2.23.5 release.
1816         
1817 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/ev-window.c: (ev_window_state_event),
1820         (ev_window_class_init):
1821
1822         Intercept window manager's fullscreen request in order to run/stop
1823         fullscreen mode. Fixes bug #493541.
1824         
1825 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1828
1829         Restart the job search when the find bar is opened for the second
1830         time. Fixes bug #531956.
1831         
1832 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1835         (get_document_from_uri):
1836
1837         Make sure we always return a valid error struct when
1838         get_document_from_uri fails. Fixes nautilus crash, see bug
1839         #542548.
1840         
1841 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1842
1843         * libdocument/ev-transition-effect.c
1844         (ev_transition_effect_type_get_type),
1845         (ev_transition_effect_alignment_get_type),
1846         (ev_transition_effect_direction_get_type):
1847         
1848         Fixes bug #542924. Makes enums static to fix Solaris build.
1849
1850 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * shell/ev-view.c: (ev_view_key_press_event):
1853
1854         Add '.' keybinding for blanking the screen in presentation
1855         mode. Fixes bug #542001.
1856         
1857 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * libdocument/ev-document-misc.c:
1860         (ev_document_misc_pixbuf_from_surface):
1861
1862         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1863         #540950.
1864         
1865 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1866
1867         * backend/comics/comics-document.c (comics_document_load):
1868         * backend/comics/comicsdocument.evince-backend.in:
1869         * configure.ac:
1870         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1871         
1872         Added support for 7-zip based cb7 comic book. Patch by
1873         Kartik Rustagi. Fixes bug #532312.
1874
1875 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1876
1877         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1878         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1879         Fixes bug #539972.
1880
1881 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1882
1883         * shell/Makefile.am:
1884         * shell/ev-application.c (ev_application_init),
1885         (ev_application_get_media_keys):
1886         * shell/ev-application.h:
1887         * shell/ev-marshal.list:
1888         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1889         (proxy_destroy), (on_media_player_key_pressed),
1890         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1891         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1892         * shell/ev-media-player-keys.h:
1893         * shell/ev-window.c (ev_window_go_previous_page),
1894         (ev_window_go_next_page), (ev_window_go_first_page),
1895         (ev_window_go_last_page), (ev_window_start_presentation),
1896         (ev_window_dispose), (view_actions_focus_in_cb):
1897         * shell/ev-window.h: When building with D-Bus support, listen
1898         for multimedia key events from gnome-settings-daemon. This allows
1899         to go to the next/previous/first/last pages using, respectively,
1900         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1901         a presentation. Fixes bug #539971.
1902
1903 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * configure.ac:
1906         
1907         Update for release 2.23.4.
1908
1909 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * NEWS:
1912
1913         Update news for 2.23.4 release.
1914         
1915 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1918         * shell/ev-sidebar-thumbnails.c:
1919         (ev_sidebar_thumbnails_set_loading_icon),
1920         (ev_sidebar_thumbnails_refresh):
1921         * shell/ev-window.c: (ev_window_error_message),
1922         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1923         (ev_window_set_document):
1924
1925         Do not crash opening documents with no pages and show a warning
1926         message in the message area. Fixes bugs #537574 and #171588.
1927         
1928 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/Makefile.am:
1931         * shell/ev-file-monitor.[ch]:
1932         * shell/ev-window.c: (ev_window_document_changed),
1933         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1934         (ev_window_reload_job_cb), (ev_window_open_uri),
1935         (ev_window_reload_document), (ev_window_cmd_view_reload),
1936         (ev_window_dispose):
1937
1938         Automaticly reload the document when the file has changed on
1939         disk. Bug #304249.
1940         
1941 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1942
1943         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1944         * libdocument/ev-image.c: (ev_image_save_tmp):
1945         * libdocument/ev-module.c: (ev_module_load):
1946         * shell/ev-application.c: (ev_application_shutdown),
1947         (ev_application_get_print_settings):
1948         * shell/ev-sidebar-attachments.c:
1949         (ev_sidebar_attachments_button_press),
1950         (ev_sidebar_attachments_drag_data_get):
1951         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1952         (ev_window_print_finished), (ev_window_print_send),
1953         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1954         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1955         (ev_window_cmd_preview_print):
1956         * shell/main.c: (load_files_remote):
1957         Fix some build warnings under GCC 4.3.0. (#537535).
1958
1959 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-jobs.c: (ev_job_render_dispose):
1962
1963         Fix a crash in debug mode. Patch by Daniel M German.
1964         
1965 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * shell/ev-window.c:
1968
1969         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1970         
1971 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * shell/ev-window.c: (ev_window_print_send),
1974         (ev_window_do_preview_print):
1975
1976         Use the window title as print job name instead of just
1977         "evince-print". Fixes bug #534493.
1978         
1979 2008-05-19  Frederic Peters  <fpeters@0d.be>
1980
1981         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1982         Bug #533897.
1983
1984 2008-05-19  Frederic Peters  <fpeters@0d.be>
1985
1986         * help/reference/Makefile.am: added missing libevmountoperation to
1987         gtkdoc-scanobj libraries.  Bug #533896.
1988
1989 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1990
1991         * properties/ev-properties-view.c (get_default_user_units):
1992         Fixes check for default units string translation. Bug #533323.
1993
1994 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1995
1996         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1997         be an iks_free(). Fix an array overflow in the XML parser that
1998         would occur whenever the number of attributes in a tag was greater
1999         than 0 and divisible by 6. Fixes GNOME bug #530852.
2000
2001 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * backend/djvu/djvu-document-private.h:
2004         * backend/djvu/djvu-links.c:
2005         * backend/djvu/djvu-text.c:
2006         * backend/djvu/djvu-document.c: (djvu_handle_events),
2007         (djvu_wait_for_message), (djvu_document_load),
2008         (document_get_page_size), (djvu_document_render),
2009         (djvu_document_thumbnails_get_thumbnail),
2010         (djvu_document_file_exporter_end):
2011
2012         Make sure load job doesn't finish successfully when the document
2013         is not successfully decoded by libdjvu. Fixes bug #530202.
2014         
2015 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * configure.ac:
2018         * libdocument/Makefile.am:
2019         * libdocument/ev-debug.[ch]:
2020         * libdocument/ev-document.c:
2021         * shell/ev-jobs.c: (ev_job_links_dispose),
2022         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2023         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2024         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2025         (ev_job_render_page_ready), (ev_job_render_run),
2026         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2027         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2028         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2029         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2030         (ev_job_print_new), (ev_job_print_run):
2031         * shell/main.c: (main):
2032
2033         Add debug mode based on gedit code. Add debug messages in
2034         ev-jobs.
2035         
2036 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * libdocument/ev-document-factory.c: (get_document_from_uri):
2039
2040         Fix memory leak.
2041         
2042 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2043
2044         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2045         (get_mime_type_from_data), (get_document_from_uri),
2046         (ev_document_factory_get_document):
2047         
2048         Improved error message about file opening failture.
2049         Bug #529129.
2050
2051 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2052
2053         * data/evince-toolbar.xml:
2054         
2055         Allow to add SaveAs to toolbar.
2056
2057 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * shell/ev-view-private.h:
2060         * shell/ev-view.[ch]: (ev_view_button_release_event),
2061         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2062         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2063         (ev_view_update_primary_selection), (clear_link_selected),
2064         (ev_view_copy_link_address):
2065         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2066
2067         Update also the primary selection when copying a link
2068         address. Fixes bug #520855.
2069         
2070 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * libdocument/ev-document-factory.c: (get_document_from_uri):
2073
2074         Use the pixbuf backend only when the mime type is not supported by
2075         any of the other backend so that tiff documents, for instance, are
2076         handled by the tiff backend instead of the pixbuf backend. fixes
2077         bug #520290.
2078         
2079 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * cut-n-paste/Makefile.am:
2082
2083         Add evmountoperation to subdirs list.
2084         
2085 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * configure.ac:
2088
2089         Fix libspectre check in configure script. Fixes bug #528549.
2090         
2091 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * configure.ac:
2094         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2095         * shell/Makefile.am:
2096         * shell/ev-window.c: (ev_window_load_remote_failed),
2097         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2098
2099         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2100         open documents in remote locations that are not mounted.
2101         
2102 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2105         (bitmap_convert_msb8):
2106         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2107         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2108
2109         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2110         
2111 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2114         (ev_job_render_new), (ev_job_render_set_selection_info),
2115         (ev_job_render_run):
2116         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2117         (check_job_size_and_unref),
2118         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2119         (add_job), (ev_pixbuf_cache_get_selection_surface):
2120
2121         Create the render context needed for rendering a page in the render
2122         thread so that we don't block the main thread. Simplify
2123         EvJobRender API.
2124         
2125 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * libdocument/Makefile.am:
2128         * libdocument/ev-page.[ch]:
2129         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2130         (ev_render_context_new), (ev_render_context_set_page):
2131         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2132         (ev_form_field_finalize), (ev_form_field_class_init):
2133         * libdocument/ev-document-forms.[ch]:
2134         (ev_document_forms_get_form_fields):
2135         * libdocument/ev-document.[ch]: (ev_document_get_page),
2136         (ev_document_get_page_size), (ev_document_get_page_label):
2137         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2138         (ev_job_render_run), (ev_job_thumbnail_new),
2139         (ev_job_thumbnail_run), (ev_job_print_run):
2140         * shell/ev-page-cache.c: (ev_page_cache_new):
2141         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2142         (check_job_size_and_unref), (add_job):
2143         * shell/ev-sidebar-thumbnails.c: (add_range):
2144         * shell/ev-view.c: (ev_view_form_field_get_region),
2145         (ev_view_form_field_button_create_widget),
2146         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2147         (ev_view_handle_form_field), (ev_view_size_allocate),
2148         (get_selected_text):
2149         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2150         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2151         (pdf_document_get_page), (pdf_document_get_page_label),
2152         (pdf_document_render), (pdf_document_get_info),
2153         (pdf_document_document_iface_init),
2154         (pdf_document_thumbnails_get_thumbnail),
2155         (pdf_document_thumbnails_get_dimensions),
2156         (pdf_document_file_exporter_do_page),
2157         (pdf_selection_render_selection),
2158         (pdf_selection_get_selected_text),
2159         (pdf_selection_get_selection_region),
2160         (pdf_selection_get_selection_map),
2161         (pdf_document_forms_get_form_fields),
2162         (pdf_document_forms_form_field_text_get_text),
2163         (pdf_document_forms_form_field_text_set_text),
2164         (pdf_document_forms_form_field_button_set_state),
2165         (pdf_document_forms_form_field_button_get_state),
2166         (pdf_document_forms_form_field_choice_get_item),
2167         (pdf_document_forms_form_field_choice_get_n_items),
2168         (pdf_document_forms_form_field_choice_is_item_selected),
2169         (pdf_document_forms_form_field_choice_select_item),
2170         (pdf_document_forms_form_field_choice_toggle_item),
2171         (pdf_document_forms_form_field_choice_unselect_all),
2172         (pdf_document_forms_form_field_choice_set_text),
2173         (pdf_document_forms_form_field_choice_get_text):
2174         * backend/ps/ev-spectre.c: (ps_document_get_page),
2175         (ps_document_get_page_size), (ps_document_get_page_label),
2176         (ps_document_render), (ps_document_document_iface_init),
2177         (ps_document_file_exporter_do_page):
2178         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2179         (tiff_document_render), (tiff_document_render_pixbuf),
2180         (tiff_document_file_exporter_do_page):
2181         * backend/pixbuf/pixbuf-document.c:
2182         (pixbuf_document_get_page_size):
2183         * backend/comics/comics-document.c:
2184         (comics_document_get_page_size), (comics_document_render_pixbuf):
2185         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2186         (djvu_document_render), (djvu_selection_get_selected_text),
2187         (djvu_document_thumbnails_get_thumbnail),
2188         (djvu_document_file_exporter_do_page),
2189         (djvu_document_find_get_result):
2190         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2191         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2192         (dvi_document_thumbnails_get_thumbnail),
2193         (dvi_document_file_exporter_do_page):
2194         * backend/impress/impress-document.c:
2195         (impress_document_get_page_size),
2196         (impress_document_render_pixbuf):
2197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2198
2199         Add EvPage so that we can hold a reference to the backend
2200         page. Form fields keep now a reference to the poppler page
2201         improving performance since we don't have to create/destroy the
2202         poppler field for every form operation. This will be needed for
2203         annotations too.
2204         
2205 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * data/evince-ui.xml:
2208         * shell/ev-window.c:
2209
2210         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2211         
2212 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * configure.ac:
2215         * backend/ps/Makefile.am:
2216
2217         Remove gs stuff from ps backend.
2218         
2219 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * configure.ac:
2222         * backend/pdf/ev-poppler.cc:
2223
2224         Bump poppler requirement to 0.8.0.
2225         
2226 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * NEWS:
2229         * configure.ac:
2230
2231         Update for release 2.22.1.1
2232
2233 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * configure.ac:
2236
2237         Fix build (again) when poppler version is 0.6
2238         
2239 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * backend/djvu/djvu-links.c: (build_tree):
2242
2243         Make sure link title is a valid utf8 string. Fixes bug #526517.
2244         
2245 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * configure.ac:
2248
2249         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2250         #526799.
2251         
2252 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * configure.ac:
2255         
2256         Update for release 2.22.1.
2257
2258 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * NEWS:
2261
2262         Update for upcoming release.
2263
2264 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * configure.ac:
2267         * backend/dvi/dvidocument.evince-backend.in:
2268
2269         Add compressed dvi to the list of supported mime types. Patch by
2270         Ed Catmur. Fixes bug #307087.
2271
2272 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2275
2276         Fix a crash when printing a range that doesn't specify the start or
2277         end page. Fixes bug #524288.
2278
2279 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2280
2281         * shell/ev-window.c: (ev_window_cmd_continuous),
2282         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2283         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2284         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2285         (ev_window_run_presentation), (ev_window_stop_presentation),
2286         (ev_window_cmd_view_presentation),
2287         (ev_window_cmd_leave_fullscreen),
2288         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2289
2290         Do not unfullscreen and fullscreen again the window when changing
2291         from fullscreen to presentation mode and vice versa. Fixes bug
2292         #524112.
2293         
2294 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2297
2298         Do not crash when thumbnail failed to render in PS backend. Fixes
2299         bug #525015.
2300         
2301 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2304         (ev_window_load_file_remote), (ev_window_open_uri):
2305
2306         Handle errors when opening remote files.
2307         
2308 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2311
2312         Only grab the focus for the current visible proxy widget. Fixes
2313         bug #521224.
2314         
2315 2008-03-30  Emil Soleyman  <emil@nishra.com>
2316
2317         * shell/ev-window.c: (launch_external_uri):
2318         
2319         Reuse g_app_info_launch_default_for_uri to
2320         save some code and fix bug #525009.
2321
2322 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2323
2324         * shell/ev-window.c (image_save_dialog_response_cb):
2325
2326         Use g_str_has_suffix. See bug #523069.
2327
2328 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * configure.ac:
2331
2332         Add a configure option to enable/diable DBus. Patch by Rémi
2333         Cardona. Fixes bug 521797.
2334
2335 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2338
2339         Fix printing in documents with rotated pages. Patch by Eugen
2340         Dedu. Fixes bug #512648.
2341         
2342 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2345         (ev_link_from_action):
2346
2347         Fix warning messages.
2348         
2349 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * shell/ev-window.c: (image_save_dialog_response_cb):
2352
2353         Do not append the extension to filename when saving an image
2354         if the filename alredy contains the extension. Fixes bug #523069.
2355         
2356 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * shell/ev-view.[ch]: (ev_view_find_cancel):
2359         * shell/ev-window.c: (find_bar_close_cb):
2360
2361         Cancel the find operation when the find bar is closed. Fixes bug
2362         #508845.
2363         
2364 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * backend/ps/psdocument.evince-backend.in:
2367
2368         Make ps backend module resident. Fixes bug #520607.
2369         
2370 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * shell/ev-jobs.c: (ev_job_print_run):
2373
2374         Invert collate action in order to work as expected, fix reverse
2375         printing so that it doesn't start with a blank page and fix number
2376         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2377         
2378 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2381
2382         Fix build with poppler <= 0.7.2
2383         
2384 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * libdocument/ev-document-misc.c:
2387         (ev_document_misc_surface_from_pixbuf):
2388
2389         Fix selections with poppler-splash.
2390         
2391 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * configure.ac:
2394         * backend/pdf/ev-poppler.cc:
2395
2396         Fix build with poppler >= 0.7.2
2397         
2398 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2399
2400         * configure.ac:
2401         
2402         Update for release 2.22.0
2403
2404 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * NEWS:
2407
2408         Update for upcoming release.
2409
2410 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2411
2412         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2413
2414         Bug 495107 – Handle print dialog responses correctly
2415
2416         Correctly handle print dialog response. Properly fixes
2417         the above mentioned bug.
2418
2419 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2422
2423         Make sure print job is only run when the print button is
2424         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2425         
2426 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * backend/pdf/pdfdocument.evince-backend.in:
2429         * libdocument/ev-backends-manager.c:
2430         (ev_backends_manager_load_backend),
2431         (ev_backends_manager_get_document):
2432         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2433
2434         Allow making backend modules resident. This is needed only for
2435         some backends like pdf to avoid registering glib types more than
2436         once.
2437         
2438 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * backend/comics/comics-document.c:
2441         * backend/djvu/djvu-document.c:
2442         * backend/impress/impress-document.c:
2443         * backend/pdf/ev-poppler.cc:
2444         * backend/pixbuf/pixbuf-document.c:
2445         * backend/ps/ev-spectre.c:
2446         * backend/ps/ps-document.c:
2447         * backend/tiff/tiff-document.c:
2448         * libdocument/ev-document.h:
2449         * properties/ev-properties-main.c:
2450
2451         Use g_type_module_add_interface instead of
2452         g_type_add_interface_static. Fixes bug #519679.
2453         
2454 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2455
2456         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2457         Added. Returns whether the animation has everything necessary to run.
2458         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2459         is ready just because it's been created. Fixes #519106.
2460         (draw_one_page): Do not show the "Loading..." text in presentation
2461         mode, there was a slim probability that this could happen.
2462
2463 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2466
2467         Duplicate mime_type string before freeing it so that it doesn't
2468         always fail when getting mime type from uri. Fixes bug #518874.
2469         
2470 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2473
2474         Fix a crash when a choice form field doesn't have any item
2475         selected. Fixes bug #518831
2476         
2477 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2478
2479         * shell/ev-window.c (ev_window_clear_temp_file):
2480         Use g_file_has_prefix instead of renamed
2481         g_file_contains_file.
2482
2483         * configure.ac:
2484         Require new glib for above change.
2485         
2486 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * libdocument/ev-image.c: (ev_image_finalize),
2489         (ev_image_save_tmp):
2490
2491         Return a real uri instead of a filename when saving an
2492         image. Fixes images drag an drop from evince to nautilus. 
2493         
2494 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * backend/pdf/ev-poppler.cc:
2497         (pdf_document_images_get_image_mapping):
2498
2499         Return the image list in the right order. Fixes bug #516237.
2500         
2501 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2502
2503         * backend/impress/impress-document.c:
2504         (impress_document_thumbnails_get_thumbnail):
2505
2506         Remove unused variable to avoid a compiler warning.
2507
2508 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * configure.ac:
2511         
2512         Update for release 2.21.91.
2513
2514 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * configure.ac:
2517         * shell/Makefile.am:
2518         * shell/ev-application.[ch]:
2519         * shell/ev-sidebar-links.c:
2520         * shell/ev-utils.[ch]:
2521         * shell/ev-window.[ch]:
2522
2523         Remove libgnomeprint support. Fixes bug #512370.
2524         
2525 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2526
2527         * thumbnailer/evince-thumbnailer.c: (main):
2528
2529         Initialize glib type system before using it. Fixes bug #513934.
2530         
2531 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * properties/ev-properties-main.c:
2534
2535         Add missing #include.
2536         
2537 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * configure.ac:
2540         * backend/djvu/djvu-document.c: (djvu_document_render):
2541         * backend/tiff/tiff-document.c: (tiff_document_render):
2542
2543         Use the new cairo function cairo_format_stride_for_width when
2544         available. Fixes bug #482720.
2545
2546 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2549         (get_mime_type_from_data), (get_document_from_uri):
2550
2551         Use g_content_type_guess() only when slow is true in
2552         get_document_from_uri(). Fix several memory leaks.
2553         
2554 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2555
2556         * libdocument/ev-document-factory.c:
2557         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2558         (get_document_from_uri):
2559
2560         Use g_content_type_guess () to get mimetype for files.
2561         Bug #510401.
2562
2563 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * thumbnailer/Makefile.am:
2566
2567         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2568         
2569 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * configure.ac:
2572
2573         Fix build with --without-libgnome. Fixes bug #512771.
2574         
2575 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2576
2577         * backend/dvi/Makefile.am: Install only dvi
2578         module. Fixes bug #512718.
2579
2580 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2581
2582         * properties/ev-properties-main.c: (nautilus_module_initialize):
2583         
2584         Initialize backends in properties tab. Fixes bug
2585         #512720.
2586
2587 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2588
2589         * properties/Makefile.am: No need to link with 
2590         libraries. Fixes bug #512719.
2591
2592 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * NEWS:
2595         * configure.ac:
2596         
2597         Update for release 2.21.90.
2598
2599 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * shell/ev-window.c: (ev_window_cmd_escape):
2602
2603         Fix compile warning.
2604         
2605 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2608
2609         Fix printing in dvi backend when filename contains white
2610         espaces. Fixes bug #502839.
2611         
2612 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2615         (screensaver_disable_x11):
2616         * shell/Makefile.am:
2617         * shell/xdg-user-dir-lookup.c: Removed
2618         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2619         * shell/ev-view.c: (ev_view_presentation_transition_start):
2620         * shell/ev-window.c: (ev_window_cmd_file_open),
2621         (ev_window_cmd_save_as), (presentation_set_timeout):
2622
2623         Remove #ifdefs that are no longer needed.
2624         
2625 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-view.[ch]: (ev_view_button_release_event),
2628         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2629         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2630         (ev_window_cmd_escape):
2631
2632         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2633         
2634 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * configure.ac:
2637         * backend/comics/comics-document.c: (comics_document_load):
2638         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2639         (ev_attachment_set_property), (ev_attachment_init),
2640         (ev_attachment_save), (ev_attachment_launch_app),
2641         (ev_attachment_open):
2642         * libdocument/ev-document-factory.c: (get_document_from_uri):
2643         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2644         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2645         * shell/ev-jobs.c:
2646         * shell/ev-password.c: (ev_password_dialog_set_property),
2647         (ev_password_dialog_save_password):
2648         * shell/ev-sidebar-attachments.c:
2649         (ev_sidebar_attachments_drag_data_get):
2650         * shell/ev-window-title.c: (get_filename_from_uri):
2651         * shell/ev-window.c: (ev_window_clear_temp_file),
2652         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2653         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2654         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2655         (launch_external_uri), (image_save_dialog_response_cb),
2656         (attachment_save_dialog_response_cb):
2657         * shell/main.c: (load_files), (load_files_remote), (main):
2658         * thumbnailer/evince-thumbnailer.c: (main):
2659
2660         Port to gio and drop gnome-vfs dependency. Fixes bug
2661         #510401. Based on patch by Cosimo Cecchi.
2662         
2663 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2664
2665         * NEWS:
2666
2667         Fixed formatting inconsistencies (spaces vs. tabs)
2668
2669 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2670
2671         * shell/ev-window.c:
2672
2673         Use top/up/bottom/down arrows instead of
2674         first/left/last/right in the toolbar and menu actions.
2675         This fixes issues with RTL languages and is visually
2676         consistent with the page view. Fixes bug #170081.
2677
2678 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2679
2680         * NEWS:
2681
2682         Fixed some inaccuracies pointed out by Carlos Garcia
2683         Campos.
2684
2685 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2686
2687         * NEWS:
2688         * data/evince.schemas.in:
2689         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2690
2691         Override PDF restrictions by default. Fixes bug #382700.
2692
2693 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2694
2695         * NEWS: Updated for upcoming release
2696
2697 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2700
2701         Fix memory leak.
2702         
2703 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2704
2705         * shell/ev-window.c: (register_custom_actions):
2706         
2707         Added comment for translators
2708
2709 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * shell/ev-view.c: (ev_view_button_release_event):
2712
2713         Do not create the idle function for kinetic scrolling if we are
2714         not in a drag operation.
2715
2716 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2719         (ev_view_button_press_event), (ev_view_motion_notify_event),
2720         (ev_view_button_release_event):
2721
2722         Restore cursor after autoscrolling. Fixes bug #509958.
2723
2724 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * configure.ac:
2727         * backend/pdf/ev-poppler.cc:
2728         (pdf_document_images_get_image_mapping),
2729         (pdf_document_images_get_image),
2730         (pdf_document_document_images_iface_init):
2731         * libdocument/ev-document-images.[ch]:
2732         (ev_document_images_get_image_mapping),
2733         (ev_document_images_get_image):
2734         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2735         (ev_image_get_id), (ev_image_save_tmp):
2736         * shell/ev-jobs.c: (ev_job_render_run):
2737         * shell/ev-view.c: (ev_view_drag_data_get):
2738         * shell/ev-window.c: (image_save_dialog_response_cb),
2739         (ev_view_popup_cmd_copy_image):
2740
2741         Do not render images when rendering the page but on demand. It
2742         reduces the memory comsumption.
2743         
2744 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2745
2746         * configure.a:
2747         * shell/ev-password.c:
2748
2749         Make gnome-keyring optional. Fixes bug #509676.
2750         
2751 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * shell/ev-pixbuf-cache.c: (add_job):
2754
2755         Initialize include_images variable as FALSE instead of TRUE.
2756         
2757 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2758
2759         * configure.ac:
2760         * cut-n-paste/Makefile.am:
2761         * cut-n-paste/fileformatchooser/Makefile.am:
2762         * cut-n-paste/fileformatchooser/egg-macros.h:
2763         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2764         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2765         * shell/Makefile.am:
2766         * shell/ev-utils.c:
2767         (file_chooser_dialog_add_writable_pixbuf_formats),
2768         (get_gdk_pixbuf_format_by_extension):
2769         * shell/ev-utils.h:
2770         * shell/ev-window.c: (ev_window_error_message),
2771         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2772         
2773         Simplify image format selection on save.
2774
2775 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2776
2777         * shell/ev-view.c: (ev_view_scroll_event):
2778         
2779         Repair gorizontal scrolling with shift. Fixes
2780         bug #483412.
2781
2782 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2783         
2784         * MAINTAINERS:
2785
2786         Fix formatting issues.
2787         
2788 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * backend/comics/comics-document.c: (comics_regex_quote):
2791         
2792         Don't overquote special chars except of '. See bug 
2793         502500. Thanks to Tom Parker.
2794
2795 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2796
2797         * MAINTAINERS:
2798         
2799         Added Nickolay and Carlos, since they're doing most of
2800         the releases nowadays.
2801
2802 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2803
2804         * properties/Makefile.am:
2805
2806         Get the nautilus extension dir properly instead of using
2807         a hack. Fixes bug #505359.
2808
2809 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2810
2811         * properties/Makefile.am:
2812         
2813         Install nautilus extension into new place. See bug
2814         #505359. Thanks to Matthias Clasen, Brian Pepple and
2815         Damien Carbery.
2816
2817 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2818
2819         * shell/ev-window.c: (ev_window_get_recent_file_label):
2820         
2821         RTL marker in recent file list. See bug #509076.
2822
2823 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2826         * shell/ev-window.c: (image_save_dialog_response_cb):
2827
2828         Fix compile warnings due to unused variables.
2829         
2830 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * configure.ac:
2833         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2834         * backend/ps/ev-spectre.c: (ps_document_render):
2835
2836         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2837
2838 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2839
2840         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2841         (ev_transition_animation_paint): Implement "fade" effect.
2842
2843 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2844
2845         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2846         (ev_transition_animation_paint): Implement "uncover" effect.
2847
2848 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2849
2850         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2851         (ev_transition_animation_paint): Implement "cover" effect.
2852
2853 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2854
2855         * shell/ev-transition-animation.c (ev_transition_animation_push)
2856         (ev_transition_animation_paint): Implement "push" effect.
2857
2858 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2859
2860         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2861         (ev_transition_animation_paint): Implement "dissolve" effect.
2862
2863 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2864
2865         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2866         (ev_transition_animation_paint): Implement "wipe" effect.
2867
2868 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2869
2870         * shell/ev-transition-animation.c (ev_transition_animation_box)
2871         (ev_transition_animation_paint): Implement "box" effect.
2872
2873 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2874
2875         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2876         (ev_transition_animation_paint): Implement "blinds" effect.
2877
2878 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2879
2880         * shell/ev-transition-animation.c (ev_transition_animation_split)
2881         (ev_transition_animation_paint): Implement "split" effect.
2882
2883 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2884
2885         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2886         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2887         (ev_view_transition_animation_start) 
2888         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2889         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2890         (ev_view_next_page) (ev_view_previous_page):
2891         
2892         Use EvTransitionAnimation to drive page changes in the presentation
2893         mode, the animation will wait to start until both the origin and 
2894         destination page surfaces are available. Fixes #458460.
2895
2896         (draw_loading_text):
2897
2898         Remove workaround for bug #320352, it's now fixed properly.
2899
2900
2901 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2902
2903         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2904         will contain the implementations for page transition animations, at
2905         the moment it just has the "replace" effect.
2906         * shell/Makefile.am: Added these files to build.
2907
2908 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2909
2910         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2911         animations.
2912         * shell/Makefile.am: Added these files to build.
2913
2914 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2915
2916         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2917         implementation to get_effect() in EvDocumentTransitionIface.
2918
2919 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2920
2921         * libdocument/ev-transition-effect.[ch]: New files, define a page
2922         transition effect, at the moment it maps PopplerPageTransition to a
2923         GObject.
2924         * libdocument/Makefile.am: Added these files to build.
2925         * libdocument/ev-document-transition.[ch]
2926         (ev_document_transition_get_effect): New method, gets the
2927         EvTransitionEffect returned by the interface implementation, with
2928         fallback to the "replace" effect.
2929
2930 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2931
2932         * configure.ac:
2933         * cut-n-paste/Makefile.am:
2934         * cut-n-paste/fileformatchooser/Makefile.am:
2935         * cut-n-paste/fileformatchooser/egg-macros.h:
2936         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2937         * shell/Makefile.am:
2938         * shell/ev-window.c: (image_save_dialog_response_cb),
2939         (ev_view_popup_cmd_save_image_as):
2940
2941         Allow exporting images in any format supported by
2942         GdkPixbuf. Fixes bug #500209.
2943         
2944 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * backend/pixbuf/pixbuf-document.c:
2947
2948         More warnings fixed.
2949         
2950 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2953         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2954         * backend/djvu/djvu-text.h:
2955         * backend/tiff/tiff-document.c: (tiff_document_render):
2956
2957         Fix compile warnings.
2958         
2959 2007-12-28  Christian Persch  <chpe@gnome.org>
2960
2961         * **/*.c: Include config.h. Bug #504721.
2962
2963 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * configure.ac:
2966         * Makefile.am:
2967         * po/POTFILES.in:
2968         * backend/comics/Makefile.am:
2969         * backend/comics/comics-document.[ch]:
2970         * backend/comics/comicsdocument.evince-backend.in:
2971         * backend/djvu/Makefile.am:
2972         * backend/djvu/djvu-document.[ch]:
2973         * backend/djvu/djvudocument.evince-backend.in:
2974         * backend/dvi/Makefile.am:
2975         * backend/dvi/dvi-document.[c]:
2976         * backend/dvi/dvidocument.evince-backend.in:
2977         * backend/impress/Makefile.am:
2978         * backend/impress/impress-document.[ch]:
2979         * backend/impress/impressdocument.evince-backend.in:
2980         * backend/pdf/Makefile.am:
2981         * backend/pdf/ev-poppler.cc:
2982         * backend/pdf/ev-poppler.h:
2983         * backend/pdf/pdfdocument.evince-backend.in:
2984         * backend/pixbuf/Makefile.am:
2985         * backend/pixbuf/pixbuf-document.[ch]:
2986         * backend/pixbuf/pixbufdocument.evince-backend.in:
2987         * backend/ps/Makefile.am:
2988         * backend/ps/ev-spectre.[ch]:
2989         * backend/ps/ps-document.[ch]:
2990         * backend/ps/psdocument.evince-backend.in:
2991         * backend/tiff/Makefile.am:
2992         * backend/tiff/tiff-document.[ch]:
2993         * backend/tiff/tiffdocument.evince-backend.in:
2994         * libdocument/Makefile.am:
2995         * libdocument/ev-backends-manager.[ch]:
2996         * libdocument/ev-module.[ch]:
2997         * libdocument/ev-document.h:
2998         * libdocument/ev-document-factory.[ch]:
2999         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3000         (get_compression_from_mime_type), (get_document_from_uri),
3001         (ev_document_factory_get_document), (file_filter_add_mime_types),
3002         (ev_document_factory_add_filters):
3003         * shell/Makefile.am:
3004         * shell/ev-window-title.c: (get_filename_from_uri):
3005         * shell/main.c: (main):
3006         * thumbnailer/Makefile.am:
3007         * thumbnailer/evince-thumbnailer.c: (main):
3008
3009         Plugin system for backends. Fixes bug #351348.
3010         
3011 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3012
3013         * shell/ev-view-private.h:
3014         * shell/ev-view.c: (ev_view_drag_update_momentum),
3015         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3016         (ev_view_button_release_event), (ev_view_destroy):
3017         
3018         Kinetic scrolling implemented as requested in
3019         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3020
3021 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3022
3023         * data/evince-toolbar.xml:
3024         * data/evince-ui.xml:
3025         * shell/ev-view-private.h:
3026         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3027         (ev_view_button_press_event), (ev_view_motion_notify_event),
3028         (ev_view_button_release_event), (ev_view_init),
3029         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3030         (ev_view_set_cursor):
3031         * shell/ev-view.h:
3032         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3033         (ev_window_cmd_view_autoscroll):
3034         
3035         Autoscroll feature with the context menu. Fixes bug 
3036         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3037
3038 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3041
3042         Disconnect also page-ready signal when removing a job because the
3043         page size has changed. Thanks to kripken
3044         <kripkensteiner@gmail.com>.
3045
3046 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3049         
3050         Scroll pages in page entry with mouse wheel. Fixes bug
3051         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3052
3053 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * backend/dvi/Makefile.am:
3056         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3057         (mdvi_cairo_device_init):
3058         * backend/dvi/mdvi-lib/common.h:
3059         * backend/dvi/mdvi-lib/mdvi.h:
3060         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3061         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3062         (mdvi_build_path_from_cwd):
3063
3064         Add ps specials support in dvi backend when libspectre is
3065         present. Fixes bug #386005.
3066         
3067 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * configure.ac:
3070         * backend/ps/Makefile.am:
3071         * backend/ps/ev-spectre.[ch]:
3072         
3073         Use libspectre, if available, for the ps backend. Fixes bugs
3074         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3075
3076 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3077         
3078         * backend/comics/comics-document.c: (comics_document_load):
3079         
3080         Cygwin build issue fix.
3081
3082 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-view.c: (ev_view_set_zoom):
3085
3086         Do not limit the minimum zoom factor when sizing mode is best bit
3087         or fit width. Fixes bug #503805.
3088         
3089 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3092         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3093         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3094         (ev_link_dest_get_property), (ev_link_dest_set_property),
3095         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3096         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3097         (ev_link_dest_new_fitr):
3098         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3099         (goto_fith_dest), (goto_xyz_dest):
3100
3101         Do not change left, top and zoom values when they are null in PDF
3102         destinations. Fixes bug #460658.
3103         
3104 2007-12-10  Christian Persch  <chpe@gnome.org>
3105
3106         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3107         (ev_view_accessible_class_init),
3108         (ev_view_accessible_idle_do_action),
3109         (ev_view_accessible_action_do_action),
3110         (ev_view_accessible_action_get_description),
3111         (ev_view_accessible_action_set_description),
3112         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3113         (ev_view_accessible_factory_init),
3114         (ev_view_accessible_factory_get_accessible_type):
3115         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3116         private data, and G_DEFINE_TYPE. Bug #502843.
3117
3118 2007-12-08  Christian Persch  <chpe@gnome.org>
3119
3120         * shell/ev-metadata-manager.c: (item_free),
3121         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3122         (value_free), (parse_value), (parseItem),
3123         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3124         (save_values): Use GSlice to allocate small amounts of memory. Bug
3125         #475972.
3126
3127 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3130
3131         Restore cursor to normal after a drag operation. Fixes bug
3132         #501603.
3133         
3134 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * NEWS:
3137         * configure.ac:
3138         
3139         Update for release 2.21.1
3140
3141 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * configure.ac:
3144         * cut-n-paste/gedit-message-area/Makefile.am:
3145         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3146         * shell/Makefile.am:
3147         * shell/ev-message-area.[ch]:
3148         * shell/ev-window.c: (ev_window_set_message_area),
3149         (ev_window_error_message_response_cb), (ev_window_error_message),
3150         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3151         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3152         (ev_attachment_popup_cmd_open_attachment),
3153         (attachment_save_dialog_response_cb), (ev_window_set_document),
3154         (ev_window_init):
3155
3156         Use a message area instead of a popup dialog for error
3157         notifications. Fixes bug #337495.
3158         
3159 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3162         (ev_window_run_fullscreen):
3163
3164         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3165         
3166 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * ev-sidebar-thumbnails.c: (update_visible_range),
3169         (ev_sidebar_thumbnails_refresh),
3170         (ev_sidebar_thumbnails_set_document),
3171         (ev_sidebar_thumbnails_support_document):
3172
3173         Show thumbnails for documents with one page. Fixes bug #358751.
3174         
3175 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-window.c:
3178         (ev_window_load_print_settings_from_metadata),
3179         (ev_window_save_print_settings), (ev_window_print_finished),
3180         (ev_window_print_range):
3181
3182         Print settings that are specific to the document are now saved per
3183         document in the metadata file. Fixes bug #488806.
3184         
3185 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3186
3187         * backend/tiff/tiff-document.c: (tiff_document_render):
3188
3189         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3190         
3191 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-application.[ch]: (get_find_string_from_args),
3194         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3195         (ev_application_open_uri_list):
3196         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3197         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3198         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3199         (ev_window_cmd_recent_file_activate),
3200         (ev_window_open_recent_action_item_activated),
3201         (ev_window_print_send), (open_remote_link):
3202         * shell/main.c: (arguments_parse):
3203
3204         Add a command line option for search. Fixes bug #497710.
3205         
3206 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3207
3208         * shell/ev-jobs.c: (ev_job_print_new):
3209
3210         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3211         
3212 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * data/evince-toolbar.xml:
3215         * shell/Makefile.am:
3216         * shell/ev-application.c: (ev_application_init):
3217         * shell/ev-open-recent-action.[ch]:
3218         * shell/ev-window.c:
3219         (ev_window_open_recent_action_item_activated),
3220         (register_custom_actions):
3221
3222         Add an expander to the open toolbar item which pops up a dropdown
3223         menu with the recently used documents. Fixes bug #487215.
3224         
3225 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * shell/ev-window.c: (ev_window_open_uri),
3228         (ev_window_cmd_view_reload):
3229
3230         Do not jump to the first page when reloading by running evince
3231         from the command line. Fixes bug #490847.
3232         
3233 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3234
3235         * shell/ev-window.c: (ev_window_cmd_help_contents):
3236
3237         Plugged memory leak when help file is not found. Fixes bug
3238         #490762.
3239         
3240 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * configure.ac:
3243
3244         Enable djvu, dvi and comics backends by default. Fixes bug
3245         #437121.
3246         
3247 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * configure.ac:
3250         * cut-n-paste/Makefile.am:
3251         * cut-n-paste/recent-files/*: Removed
3252         * help/reference/Makefile.am:
3253         * shell/Makefile.am:
3254         * shell/ev-application.[ch]: (ev_application_shutdown),
3255         (ev_application_init):
3256         * shell/ev-window.c: (ev_window_add_recent),
3257         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3258
3259         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3260         
3261 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3262
3263         * shell/ev-window.c: (launch_external_uri):
3264
3265         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3266         and report error if the URL is not supported (#489910).
3267
3268 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3271         (pdf_document_file_exporter_begin_page),
3272         (pdf_document_file_exporter_end_page):
3273
3274         Fix printing with poppler splash backend. Fixes bug #489774.
3275         
3276 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3279         * shell/ev-print-job.c: (ev_print_job_class_init):
3280
3281         Fix a crash when printing with the gnome-print dialog. Fixes bug
3282         #488939.
3283         
3284 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3285
3286         * backend/pixbuf/pixbuf-document.c:
3287
3288         Fix an implicit function definition warning (#487655)
3289
3290 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * shell/ev-window.c:
3293
3294         Fix conflicting shortcut for view sade pane and presentation.
3295         
3296 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * backend/pdf/ev-poppler.cc:
3299         (pdf_document_file_exporter_begin_page),
3300         (pdf_document_file_exporter_do_page),
3301         (pdf_document_file_exporter_end_page),
3302         (pdf_document_file_exporter_iface_init):
3303         * libdocument/ev-file-exporter.[ch]:
3304         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3305         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3306         (ev_job_print_run):
3307
3308         When printing multiple pages per sheet in reverse option, do not
3309         invert the order of the pages in every sheet, but the order of the
3310         sheets. Do not print blank pages when page range is invalid. Fixes
3311         bugs #484857 and #485521.
3312         
3313 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3316         (ev_job_print_run):
3317         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3318
3319         Respect ranges order when printing more than one range in random
3320         order.
3321         
3322 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3323
3324         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3325         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3326
3327         Rotate also the window icon when document is rotated. Fixes bug
3328         #474681.
3329         
3330 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3333         (pdf_document_forms_get_form_fields):
3334
3335         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3336         Matthias Drochner.
3337         
3338 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * configure.ac:
3341         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3342
3343         Use poppler_page_render_for_printing() instead of
3344         poppler_page_render() if available when exporting to a ps or pdf
3345         file. Fixes bug #476627.
3346         
3347 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-window.c: (ev_window_run_fullscreen):
3350
3351         Do not show the toolbar in fullscreen mode if the main toolbar is
3352         not visible. Fixes bug #483048.
3353         
3354 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * shell/ev-view.c: (ev_view_button_press_event):
3357
3358         Give priority to form fields over images when deciding whether a
3359         button press event is over an image or form field. It allows edit
3360         form fields when they are over a background image. Fixes bug
3361         #477841.
3362         
3363 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3364
3365         * NEWS:
3366         * configure.ac:
3367         
3368         Update for release 2.20.0
3369
3370 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * backend/pdf/ev-poppler.cc:
3373
3374         Remove #ifdef HAVE_FORMS, so that forms support works again.
3375
3376 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3377
3378         * configure.ac:
3379         * data/evince.desktop.in.in:
3380         
3381         Fixes desktop file issues. See bug #473471.
3382
3383 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3386         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3387         (ev_job_queue_remove_job):
3388         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3389         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3390         * shell/ev-window.c: (ev_window_clear_save_job),
3391         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3392         (ev_window_dispose):
3393
3394         Move save a copy task to its own job so that it's carried out in a
3395         thread avoiding another lock in the main thread. Use
3396         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3397         can be saved to a pathin another file system. Fixes bug #456891.
3398         
3399 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3400
3401         * NEWS:
3402         * configure.ac:
3403         
3404         Update for release 2.19.92
3405
3406 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * configure.ac:
3409         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3410         (pdf_selection_get_selection_region),
3411         (pdf_selection_get_selection_map),
3412         (ev_form_field_from_poppler_field):
3413
3414         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3415         and triple click selections are enabled again now.
3416
3417 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-window.c: (ev_window_add_history):
3420
3421         Make sure not to use the history with documents not supporting
3422         links. Fixes bug #468954.
3423
3424 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * shell/ev-window.c: (ev_window_load_job_cb):
3427
3428         Restart the search when reloading a document with the find bar
3429         visible. Fixes bug #461962.
3430
3431 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-window.c: (setup_document_from_metadata),
3434         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3435
3436         Do not jump to the first page when reloading a document from the
3437         last page.
3438
3439 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-window.c: (update_chrome_flag),
3442         (setup_sidebar_from_metadata),
3443         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3444         (ev_window_cmd_edit_find_next),
3445         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3446         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3447         (find_bar_close_cb), (view_actions_focus_in_cb):
3448
3449         Do not update visibility when changing a chrome flag so that it's
3450         possible to update several flags and update visibility only once
3451         for all of them.
3452
3453 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3456
3457         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3458         supported by gtk+. Fixes bug #460907.
3459
3460 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-view.c: (view_update_range_and_current_page):
3463
3464         Make sure current-page <= end-page in continuous mode. Fixes bug
3465         #454950.
3466
3467 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * backend/pdf/ev-poppler.cc: (build_tree):
3470
3471         Ignore outline items without a title. Fixes bug #453913.
3472
3473 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3476         (ev_view_button_release_event), (ev_view_leave_notify_event):
3477
3478         Use always drag mouse cursor during a drag operation. Fixes bug
3479         #470564.
3480
3481 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3484         (pdf_selection_get_selection_region),
3485         (pdf_selection_get_selection_map):
3486
3487         Temporarily disable double and triple selections since it depends on
3488         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3489         released and the update of the external dependency minimal version
3490         approved.
3491
3492 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3495         (pdf_document_file_exporter_do_page):
3496         * libdocument/ev-file-exporter.h:
3497         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3498         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3499
3500         Actually fix printing regressions. Remove orientation from
3501         EvPrintContext since it's redundant.
3502
3503 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3506         * backend/impress/impress-document.c:
3507         (impress_document_document_iface_init):
3508         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3509         * backend/djvu/djvu-document.c:
3510         (djvu_document_document_iface_init),
3511         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3512         * backend/tiff/tiff-document.c:
3513         (tiff_document_document_iface_init):
3514         * backend/pixbuf/pixbuf-document.c:
3515         (pixbuf_document_document_iface_init):
3516         * backend/comics/comics-document.c:
3517         (comics_document_document_iface_init):
3518         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3519         (pdf_selection_render_selection),
3520         (pdf_selection_get_selected_text),
3521         (pdf_selection_get_selection_region),
3522         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3523         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3524         (ev_selection_get_selection_region),
3525         (ev_selection_get_selection_map):
3526         * libdocument/ev-document.[ch]:
3527         * shell/ev-pixbuf-cache.[ch]: (add_job),
3528         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3529         * shell/ev-view-private.h:
3530         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3531         (ev_job_render_run):
3532         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3533         * shell/ev-view.c: (start_selection_for_event),
3534         (ev_view_button_press_event), (ev_view_drag_data_get),
3535         (ev_view_drag_data_received), (ev_view_button_release_event),
3536         (compute_new_selection_text), (compute_selections),
3537         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3538         (ev_view_primary_get_cb):
3539
3540         Add support for double and triple click selections.
3541
3542 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3543
3544         * NEWS:
3545         * configure.ac:
3546
3547         Update for release 2.19.4
3548
3549 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3550
3551         * shell/ev-view-private.h:
3552         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3553         (ev_view_set_highlight_search):
3554         * shell/ev-view.h:
3555         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3556         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3557         (find_bar_visibility_changed_cb):
3558         
3559         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3560
3561 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3564         (pdf_document_file_exporter_begin),
3565         (pdf_document_file_exporter_do_page):
3566         * shell/ev-jobs.c: (ev_job_print_run):
3567         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3568
3569         Create always a portrait cairo surface and rotate when needed for
3570         landscape. It fixes printing problems in real printers.
3571
3572 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3575         * libdocument/ev-file-exporter.[ch]:
3576         (ev_file_exporter_get_capabilities):
3577         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3578         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3579
3580         Adjust number of pages per row according to page orientation when
3581         printing 2 or 6 pages per sheet.
3582
3583 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * shell/ev-window.c: (ev_window_print_send):
3586
3587         Reset also cups setting to 1 when printing multiple pages per
3588         sheet. Fixes bug #468853.
3589
3590 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3591
3592         * libdocument/ev-document-misc.c:
3593         (ev_document_misc_surface_rotate_and_scale):
3594
3595         Use directly cairo_surface_get_content() when creating a similar
3596         surface as suggested by Jeff Muizelaar. Thanks again.
3597
3598 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * backend/djvu/djvu-document.c: (djvu_document_render):
3601         * backend/tiff/tiff-document.c: (tiff_document_render):
3602         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3603         * libdocument/ev-document-misc.c:
3604         (ev_document_misc_surface_from_pixbuf),
3605         (ev_document_misc_surface_rotate_and_scale):
3606
3607         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3608         creating page surfaces. Fixes bug #453123. Thank you very much to
3609         Jeff Muizelaar <jeff@infidigm.net>.
3610
3611 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/ev-page-cache.c: (ev_page_cache_new),
3614         (ev_page_cache_get_thumbnail_size):
3615         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3616         (ev_sidebar_thumbnails_set_loading_icon):
3617
3618         Also store in page-cache the dimensions of the thumbnails so that
3619         they can be used to create the correct loading icon in the side
3620         pane. Fixes bug #466857.
3621
3622 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * backend/pdf/ev-poppler.cc:
3625         (pdf_document_thumbnails_get_thumbnail):
3626
3627         Fix thumbnails rotation in pdf documents that include embedded 
3628         thumbnails.
3629
3630 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3631
3632         * backend/pdf/ev-poppler.cc:
3633
3634         Don't use #ifdef in macro expansion. Some compilers don't
3635         like that. Closes bug #467042.
3636
3637 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3638
3639         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3640         
3641         Fixes memory leak in djvu backend.
3642
3643 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3644
3645         * data/icons/32x32/Makefile.am:
3646         * data/icons/32x32/actions/Makefile.am:
3647         * data/icons/32x32/actions/view-page-cont.svg:
3648         * data/icons/32x32/actions/view-page-facing.svg:
3649         * data/icons/48x48/Makefile.am:
3650         * data/icons/48x48/actions/Makefile.am:
3651         * data/icons/48x48/actions/view-page-cont.svg:
3652         * data/icons/48x48/actions/view-page-facing.svg:
3653         
3654         Icons for a new sizes.
3655
3656 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3657
3658         * shell/ev-page-cache.c: (build_height_to_page),
3659         (ev_page_cache_get_height_to_page):
3660         
3661         Fixes invalid read, see bug #466401.
3662
3663 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3666         (set_drag_cursor):
3667         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3668         (configure_item_cursor), (new_pixbuf_from_widget):
3669
3670         Fix multihead problems in toolbar editor. Fixes bug #382055.
3671
3672 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * shell/ev-window.c: (ev_window_cmd_file_open),
3675         (ev_window_cmd_save_as):
3676
3677         Use g_get_user_special_dir when available instead of
3678         xdg_user_dir_lookup.
3679
3680 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3681
3682         * MAINTAINERS:
3683         
3684         Updated according to request on desktop-devel.
3685
3686 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3687
3688         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3689
3690         Do not use cairo_rectangle and cairo_clip since we are
3691         not using cairo_fill but cairo_paint. Use the same cairo context
3692         for every page in the same expose event.
3693
3694 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3695
3696         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3697         leak.
3698
3699 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * configure.ac:
3702         * NEWS:
3703
3704         Release 0.9.3
3705
3706 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * libdocument/ev-document-info.h:
3709         * libdocument/ev-document.h:
3710         * shell/ev-page-action.h:
3711         * shell/ev-sidebar-links.h:
3712
3713         Fix a headers problem with ev-link
3714         
3715         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3716         * shell/ev-view-private.h:
3717         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3718         (get_link_area), (ev_view_query_tooltip),
3719         (ev_view_leave_notify_event), (ev_view_destroy),
3720         (ev_view_class_init):
3721
3722         Use new gtk tooltips when available instead of ev-tooltip.
3723         
3724 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-window.c: (update_chrome_visibility),
3727         (ev_window_sidebar_visibility_changed_cb):
3728
3729         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3730         
3731 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * shell/ev-navigation-action.c:
3734         (ev_navigation_action_history_changed),
3735         (ev_navigation_action_set_history):
3736         * shell/ev-navigation-action-widget.c:
3737         (ev_navigation_action_widget_init):
3738         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3739
3740         Fix compile warnings.
3741         
3742 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3745         (egg_editable_toolbar_dispose):
3746
3747         Fix memory leak.
3748         
3749 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3752         (screensaver_disable_x11):
3753         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3754         * shell/ev-window.c: (presentation_set_timeout):
3755         * shell/ev-view.c: (ev_view_presentation_transition_start):
3756
3757         Use g_timeout_add_seconds instead of g_timeout_add when
3758         available.
3759         
3760 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3763
3764         Set horizontal scrollbar policy to AUTOMATIC instead of
3765         NEVER. Workaround for bug #449462.
3766         
3767 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * shell/ev-jobs.c: (ev_job_render_page_ready):
3770
3771         Add page_ready callback to main loop with high priority and hold
3772         a reference to job during idle.
3773         
3774 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * configure.ac:
3777         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3778         (pdf_document_file_exporter_begin),
3779         (pdf_document_file_exporter_do_page),
3780         (pdf_document_file_exporter_get_capabilities):
3781         * libdocument/ev-file-exporter.h:
3782         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3783         * shell/ev-window.c: (ev_window_print_send),
3784         (ev_window_print_dialog_response_cb):
3785
3786         Allow printing multiple pages per sheet. Fixes bug #395573.
3787         
3788 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3789
3790         * shell/ev-view.c: (tip_from_link):
3791         
3792         Check for NULL, fixes bug #460862.
3793
3794 2007-07-29  Christian Persch  <chpe@gnome.org>
3795
3796         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3797         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3798         (ev_window_cmd_preview_print):
3799         
3800         Fixes bug #437681 - blocks while enumerating printers.
3801
3802 2007-07-29  Christian Persch  <chpe@gnome.org>
3803
3804         * shell/ev-window.c: (ev_window_screen_changed):
3805         
3806         Don't use deprecated gtk+ function. See bug #460909.
3807
3808 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * shell/ev-utils.c: (get_num_monitors):
3811         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3812
3813         Do not use display before initializing it. Remove compile
3814         warnings.
3815
3816 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3817
3818         * shell/ev-view.c: (ev_view_class_init):
3819         
3820         Unix-like hjkl bindings added. See bug #458111.
3821
3822 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3823
3824         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3825         * shell/ev-utils.h:
3826         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3827         (ev_view_update_view_size):
3828         * shell/ev-view.h:
3829         * shell/ev-window.c: (ev_window_update_actions),
3830         (setup_view_from_metadata), (ev_window_screen_changed),
3831         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3832         (zoom_control_changed_cb):
3833         * shell/ev-window.h:
3834         
3835         Reorganizes utility functions.
3836
3837 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3840         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3841         (add_job), (ev_pixbuf_cache_get_surface),
3842         (ev_pixbuf_cache_get_link_mapping),
3843         (ev_pixbuf_cache_get_image_mapping),
3844         (ev_pixbuf_cache_get_form_field_mapping),
3845         (ev_pixbuf_cache_get_text_mapping):
3846         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3847         (notify_page_ready), (ev_job_render_page_ready),
3848         (ev_job_render_run):
3849
3850         Add page_ready signal to notify that page is ready as soon as
3851         possible even if other page elements like links, forms, images or
3852         text mapping are not ready yet.
3853
3854 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3857         (dvi_document_file_exporter_do_page),
3858         (dvi_document_file_exporter_get_capabilities),
3859         (dvi_document_file_exporter_iface_init):
3860         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3861         (ps_document_file_exporter_do_page),
3862         (ps_document_file_exporter_get_capabilities),
3863         (ps_document_file_exporter_iface_init):
3864         * backend/djvu/djvu-document.c:
3865         (djvu_document_file_exporter_begin),
3866         (djvu_document_file_exporter_end),
3867         (djvu_document_file_exporter_get_capabilities),
3868         (djvu_document_file_exporter_iface_init):
3869         * backend/tiff/tiff-document.c:
3870         (tiff_document_file_exporter_begin),
3871         (tiff_document_file_exporter_get_capabilities),
3872         (tiff_document_document_file_exporter_iface_init):
3873         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3874         (pdf_document_file_exporter_do_page),
3875         (pdf_document_file_exporter_get_capabilities),
3876         (pdf_document_file_exporter_iface_init):
3877         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3878         (ev_file_exporter_get_capabilities):
3879         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3880         (idle_print_handler), (ev_print_job_print):
3881         * shell/ev-jobs.c: (ev_job_print_run):
3882         * shell/ev-window.c: (ev_window_print_send),
3883         (ev_window_print_range):
3884
3885         Use capabilities to know which options should be offered by the
3886         print dialog depending on the document backend.
3887
3888 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3891
3892         Give priority to forms over text to set the cursor.
3893
3894 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * shell/ev-view-private.h:
3897         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3898         (ev_view_leave_notify_event), (ev_view_finalize),
3899         (ev_view_get_property), (ev_view_class_init):
3900
3901         Use IBEAM cursor for text form fields and NORMAL cursor for read
3902         only fields. Remove unused status attribute.
3903
3904 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3907
3908         Update region for current selected items also for checkbox
3909         buttons, since they can behave as radio buttons when they are in a
3910         set.
3911
3912 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3913
3914         * configure.ac:
3915         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3916
3917         Get max length of text form fields.
3918
3919 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3922         * libdocument/ev-form-field.h:
3923         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3924
3925         Fix build with current poppler cvs head.
3926
3927 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3930         * shell/eggfindbar.c: (egg_find_bar_init):
3931
3932         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3933         deprecation. Fixes bug #455667
3934
3935 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3936
3937         * NEWS:
3938         * configure.ac:
3939         
3940         Update for release 0.9.2
3941
3942 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-view.c: (ev_view_form_field_text_save),
3945         (ev_view_form_field_choice_save):
3946
3947         Fix a crash when closing whith a form widget visible.
3948
3949 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3952
3953         Update also the region of the current selected button when
3954         clicking on another button if they are radio buttons.
3955
3956 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3959         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3960         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3961         (ev_pixbuf_cache_get_link_mapping),
3962         (ev_pixbuf_cache_get_image_mapping),
3963         (ev_pixbuf_cache_get_form_field_mapping),
3964         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3965         * shell/ev-view.c: (ev_view_form_field_get_region),
3966         (ev_view_form_field_button_create_widget),
3967         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3968         (job_finished_cb):
3969
3970         Redraw only form field region instead of the whole page when
3971         reloading a page to show changes on the form field.
3972
3973 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * shell/ev-view.c: (ev_view_form_field_choice_save):
3976
3977         Fix selection of first item in list form fields.
3978
3979 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3982         (ev_pixbuf_cache_reload_page),
3983         (ev_pixbuf_cache_get_form_field_mapping):
3984
3985         Some refactoring to avoid duplicated code.
3986
3987 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * configure.ac:
3990         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3991         (ev_form_field_from_poppler_field),
3992         (pdf_document_forms_get_form_fields),
3993         (pdf_document_forms_form_field_text_get_text),
3994         (pdf_document_forms_form_field_text_set_text),
3995         (pdf_document_forms_form_field_button_set_state),
3996         (pdf_document_forms_form_field_button_get_state),
3997         (pdf_document_forms_form_field_choice_get_item),
3998         (pdf_document_forms_form_field_choice_get_n_items),
3999         (pdf_document_forms_form_field_choice_is_item_selected),
4000         (pdf_document_forms_form_field_choice_select_item),
4001         (pdf_document_forms_form_field_choice_toggle_item),
4002         (pdf_document_forms_form_field_choice_unselect_all),
4003         (pdf_document_forms_form_field_choice_set_text),
4004         (pdf_document_forms_form_field_choice_get_text),
4005         (pdf_document_document_forms_iface_init):
4006         * libdocument/Makefile.am:
4007         * libdocument/ev-form-field.[ch]:
4008         * libdocument/ev-document-forms.[ch]:
4009         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4010         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4011         (add_job), (ev_pixbuf_cache_reload_page),
4012         (ev_pixbuf_cache_get_form_field_mapping):
4013         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4014         * shell/ev-view-private.h:
4015         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4016         (ev_view_handle_cursor_over_xy),
4017         (ev_view_get_form_field_at_location),
4018         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4019         (ev_view_form_field_button_create_widget),
4020         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4021         (ev_view_form_field_text_create_widget),
4022         (ev_view_form_field_choice_save),
4023         (ev_view_form_field_choice_changed),
4024         (ev_view_form_field_choice_create_widget),
4025         (ev_view_handle_form_field), (ev_view_size_allocate),
4026         (ev_view_realize), (draw_end_presentation_page),
4027         (ev_view_button_press_event), (ev_view_remove_all),
4028         (ev_view_motion_notify_event), (ev_view_key_press_event),
4029         (ev_view_enter_notify_event), (highlight_find_results),
4030         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4031         (ev_view_class_init), (page_changed_cb),
4032         (on_adjustment_value_changed), (ev_view_set_presentation),
4033         (merge_selection_region), (ev_view_set_cursor),
4034         (ev_view_reset_presentation_state):
4035         
4036         Merge evince-forms branch.
4037
4038 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4039
4040         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4041
4042         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4043         This script also updates itself from libegg
4044
4045         * cut-n-paste/toolbar-editor/egg*:
4046         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4047         libegg
4048
4049 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4050
4051         * shell/ev-window.c:
4052         
4053         Adds a nice icon to page action during toolbar editing.
4054         See bug #452872.
4055
4056 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4057
4058         * data/evince-toolbar.xml:
4059         * shell/ev-window.c:
4060         
4061         Let user add a presentation and fullscreen icons on toolbar.
4062         See bug #449734.
4063
4064 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4065
4066         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4067
4068         new script to keep in sync with toolbareditor in libegg
4069
4070         * cut-n-paste/toolbar-editor/*: 
4071
4072         Run update-toolbareditor-from-libegg so we are in sync again. 
4073         Fixes bug #452850.
4074         
4075
4076 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-sidebar-links.c: (job_finished_callback):
4079
4080         Do not connect selection changed signal more than once. Fixes bug
4081         #349433.
4082
4083 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4084
4085         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4086
4087         Do not change sidebar chrome flag when pressing F9 key in
4088         presentation mode.
4089
4090 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * backend/pdf/ev-poppler.cc:
4093         (pdf_document_thumbnails_get_dimensions):
4094
4095         Make sure thumbnails width and height is not <= 0. Fixes a crash
4096         with some pdf documents which have really small pages.
4097
4098 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4099
4100         * shell/main.c: (main):
4101
4102         Fixes program description translation issue.
4103         Bug #450148.
4104
4105 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4106
4107         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4108
4109         Do not change current page when returning from black/white mode
4110         in presentation. Fixes bug #415032.
4111
4112 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * NEWS:
4115         * configure.ac:
4116         
4117         Update for release 0.9.1
4118
4119 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4120
4121         * backend/dvi/dvi-document.c:
4122         (dvi_document_finalize),
4123         (dvi_document_file_exporter_format_supported),
4124         (dvi_document_file_exporter_begin),
4125         (dvi_document_file_exporter_do_page),
4126         (dvi_document_file_exporter_end),
4127         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4128         
4129         PDF exporter for dvi documents. Fixes bug #441319.
4130
4131 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * shell/ev-window.c: (ev_window_clear_print_job):
4134
4135         Clear gtk print job when job has finished. Fixes bug #447612.
4136
4137 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * shell/ev-window.c: (ev_window_print_send),
4140         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4141
4142         Add preview button to print dialog. Fixes bug #445419.
4143
4144 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * backend/dvi/Makefile.am:
4147         * backend/dvi/pixbuf-device.[ch]: Removed
4148         * backend/dvi/cairo-device.[ch]: Added
4149         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4150         * backend/dvi/dvi-document.c: (dvi_document_load),
4151         (dvi_document_render), (dvi_document_finalize),
4152         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4153         (dvi_document_do_color_special):
4154         * libdocument/ev-document-misc.[ch]:
4155         (ev_document_misc_pixbuf_from_surface):
4156
4157         Port dvi backend to cairo and fix a problem with colors. 
4158
4159 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-view.c: (draw_one_page):
4162
4163         Draw only visible region.
4164
4165 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * backend/djvu/djvu-document.c: (djvu_document_render):
4168
4169         Fix rotation in djvu backend.
4170
4171 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4174         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4175         (ev_pixbuf_cache_get_image_mapping),
4176         (ev_pixbuf_cache_get_text_mapping):
4177
4178         Redraw view every time we have a new surface. Fixes bug #443587.
4179
4180 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * libdocument/ev-document.c: (ev_document_info_free):
4183
4184         Fix memory leaks.
4185
4186 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * backend/dvi/dvi-document.c: (dvi_document_render),
4189         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4190         * backend/impress/impress-document.c:
4191         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4192         (impress_document_render), (impress_document_document_iface_init),
4193         (impress_document_thumbnails_get_thumbnail):
4194         * backend/djvu/djvu-document-private.h:
4195         * backend/djvu/djvu-document.c: (djvu_document_render),
4196         (djvu_document_finalize), (djvu_document_document_iface_init),
4197         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4198         * backend/tiff/tiff-document.c: (tiff_document_render),
4199         (tiff_document_render_pixbuf),
4200         (tiff_document_document_iface_init):
4201         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4202         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4203         (pdf_selection_render_selection):
4204         * backend/comics/comics-document.c:
4205         (comics_document_render_pixbuf), (comics_document_render),
4206         (comics_document_document_iface_init):
4207         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4208         (pixbuf_document_document_iface_init):
4209         * libdocument/ev-document-misc.[ch]:
4210         (ev_document_misc_surface_from_pixbuf),
4211         (ev_document_misc_surface_rotate_and_scale):
4212         * libdocument/ev-document.[ch]: (ev_document_render):
4213         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4214         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4215         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4216         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4217         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4218         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4219         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4220         (render_finished_cb), (ev_job_render_run):
4221         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4222         (merge_selection_region):
4223
4224         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4225         and selections.
4226
4227 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * shell/ev-window-title.c: (ev_window_title_update):
4230
4231         Fix memory leak.
4232
4233 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-view.c: (draw_loading_text):
4236
4237         Show loading text centered. Fixes bug #433061
4238
4239 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * shell/ev-sidebar-thumbnails.c:
4242         (ev_sidebar_thumbnails_set_loading_icon):
4243
4244         Remove a mutex in the main thread that blocks the UI in heavy
4245         documents.
4246
4247 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4250
4251         Set points_set to TRUE so that selections don't disappear after a
4252         zoom change.
4253
4254 2007-06-07  Michael Monreal  <infernux@web.de>
4255
4256         * data/icons/16x16/actions/Makefile.am:
4257         * data/icons/16x16/actions/zoom.svg:
4258         * data/icons/22x22/actions/Makefile.am:
4259         * data/icons/22x22/actions/zoom.svg:
4260         * data/icons/24x24/actions/Makefile.am:
4261         * shell/ev-stock-icons.c:
4262         * shell/ev-stock-icons.h:
4263         * shell/ev-window.c:
4264         
4265         Zoom icon artwork. See bug #444795.
4266
4267 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4268
4269         * shell/ev-metadata-manager.c: Remove extraneous function
4270         (Closes: #444386)
4271
4272 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4273
4274         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4275         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4276         (ev_metadata_manager_set), (ev_metadata_manager_save):
4277         Simplify the timeout, no need for modified anymore
4278
4279 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4280
4281         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4282         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4283         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4284         (ev_metadata_manager_save): Adapted patch from Arjan van de
4285         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4286         time, saves on power (Closes: #443851)
4287
4288 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * configure.ac:
4291         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4292         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4293
4294         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4295
4296 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * shell/ev-window.c: (ev_window_add_history):
4299
4300         Check if history is NULL
4301
4302 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4303
4304         * libdocument/ev-image.c: (ev_image_finalize):
4305         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4306         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4307         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4308         (ev_tmp_uri_unlink):
4309
4310         Add functions to delete temporary files created by evince in a safe
4311         way.
4312
4313         * shell/ev-window.c: (ev_window_clear_local_uri),
4314         (open_xfer_update_progress_callback),
4315         (save_xfer_update_progress_callback), (ev_window_save_remote),
4316         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4317         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4318         (attachment_save_dialog_response_cb),
4319         (ev_attachment_popup_cmd_save_attachment_as):
4320
4321         Allow saving a copy of a document, image or attachment to a remote
4322         location. Fixes bug #440754. 
4323
4324 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4325
4326         * configure.ac:
4327         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4328
4329         Fix build with current poppler from cvs head. 
4330
4331 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4332
4333         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4334
4335         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4336         directory exists.
4337
4338 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4339
4340         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4341         * shell/ev-window.c:
4342
4343         Change sidebar ordering. Fixes bug #439939.
4344
4345 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4346
4347         * backend/comics/Makefile.am:
4348         
4349         Fixes build with --without-libgnome.
4350
4351 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4352         
4353         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4354
4355         Update cursor and tooltip on page change and view scroll. Fixes bug
4356         #439217.
4357
4358 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * NEWS:
4361         * configure.ac:
4362         
4363         Update for release 0.9.0
4364
4365 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4366
4367         * backend/djvu/djvu-document-private.h:
4368         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4369         (djvu_document_finalize),
4370         (djvu_document_file_exporter_format_supported),
4371         (djvu_document_file_exporter_begin),
4372         (djvu_document_file_exporter_do_page),
4373         (djvu_document_file_exporter_end),
4374         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4375         
4376         Implemented printing with djvu. Bug #437998.
4377
4378 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4379
4380         * backend/impress/zip.c:
4381         Add missing ulong definition.
4382
4383         * backend/ps/ps-interpreter.c:
4384         Add missing headers.
4385
4386         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4387
4388 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4391
4392         Add missing call to parent class dispose method. 
4393
4394 2007-05-12  Ross Burton  <ross@openedhand.com>
4395
4396         * shell/main.c:
4397         Sync keybindings manually when building without libgnome
4398         (#437925).
4399
4400 2007-05-12  Ross Burton  <ross@openedhand.com>
4401
4402         * shell/ev-window.c:
4403         Respect the screen when opening help (#437866).
4404
4405 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * data/evince-ui.xml:
4408         * shell/ev-application.[ch]: (get_print_settings_from_args),
4409         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4410         (ev_application_open_uri_list):
4411         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4412         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4413         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4414         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4415         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4416         (ev_window_dispose):
4417         * shell/main.c: (arguments_parse):
4418
4419         Add print button in preview mode. Fixes bug #396475. 
4420
4421 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4422
4423         * cut-n-paste/zoom-control/ephy-zoom.h:
4424         
4425         Fixes zoom level factors. See bug #408119 for details.
4426
4427 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * backend/comics/comics-document.c: (comics_regex_quote),
4430         (extract_argv):
4431         
4432         Correctly quote symbols. Fixes crash in the bug
4433         #415370.
4434
4435 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * shell/ev-navigation-action-widget.c:
4438         (ev_navigation_action_widget_init),
4439         (ev_navigation_action_widget_class_init),
4440         (ev_navigation_action_widget_button_press_event):
4441         
4442         Connect to button-press event on correct widget. Fixes
4443         bug #431988
4444
4445 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4446
4447         * shell/ev-application.c: (ev_application_open_window),
4448         (ev_application_add_icon_path_for_screen),
4449         (ev_application_open_uri_at_dest):
4450         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4451         * shell/ev-navigation-action.c: (build_menu):
4452         
4453         Add app-specific icons to our icon theme. Fixes bug
4454         #425508.
4455
4456 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * shell/ev-history.c: (ev_history_class_init),
4459         (ev_history_add_link):
4460         * shell/ev-history.h:
4461         * shell/ev-navigation-action.c:
4462         (ev_navigation_action_history_changed),
4463         (ev_navigation_action_set_history), (build_menu),
4464         (ev_navigation_action_finalize):
4465         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4466         
4467         Make navigation action unsensitive instead of showing
4468         menu with unsensitive word. Fixes bug #417392.
4469
4470 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4471
4472         * shell/ev-application.[ch]: (ev_application_shutdown),
4473         (ev_application_get_print_settings),
4474         (ev_application_set_print_settings):
4475         * shell/ev-window.c:
4476
4477         Remember print settings. Fixes bug #349102. 
4478
4479 2007-05-08  Christian Persch  <chpe@gnome.org>
4480
4481         * configure.ac:
4482         * properties/ev-properties-view.c:
4483
4484         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4485         Bug #382438.
4486
4487 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * configure.ac:
4490         * properties/ev-properties-view.c: (ev_regular_paper_size):
4491
4492         Use gtk+ builtin paper list to identify the document's paper size.
4493         Fixes bug #382438. 
4494
4495 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * configure.ac:
4498
4499         Fix build when compiling with thumbnailer and libgnome support. 
4500
4501 2007-05-04  Ross Burton  <ross@openedhand.com>
4502
4503         * configure.ac:
4504         Add --without-libgnome, check for libgnome and libgnomeui
4505         separately, and add them to the symbols as required.
4506
4507         * libdocument/ev-file-helpers.c:
4508         When building without libgnome, use g_get_user_config_dir instead
4509         of gnome_user_dir_get.
4510
4511         * shell/ev-application.c:
4512         When building without libgnome, don't use session management.
4513
4514         * shell/main.c:
4515         When building without libgnome, don't use GnomeProgram or
4516         initialise the authentication manager.
4517
4518         This fixes #328842.
4519
4520 2007-05-04  Ross Burton  <ross@openedhand.com>
4521
4522         * shell/ev-window.c:
4523         Don't use libgnome to open help, instead call Yelp directly.
4524
4525 2007-05-04  Ross Burton  <ross@openedhand.com>
4526
4527         * shell/ev-sidebar-attachments.c:
4528         Don't use libgnome to lookup icons for MIME types, instead copy
4529         code from GTK+ to do it manually.
4530
4531 2007-05-04  Ross Burton  <ross@openedhand.com>
4532
4533         * configure.ac:
4534         Add libxml to the dependencies for SHELL_CORE (#435818).
4535
4536 2007-05-02  Ross Burton  <ross@openedhand.com>
4537
4538         * configure.ac:
4539         * Makefile.am:
4540         Add --disable-thumbnailer (#434825)
4541
4542 2007-05-02  Ross Burton  <ross@openedhand.com>
4543
4544         * shell/ev-window.c:
4545         Add missing includes, fix indentation.
4546
4547         * shell/main.c:
4548         Fix indentation.
4549
4550 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4551
4552         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4553         ev_application_open_uri_at_dest instead of ev_application_open_uri
4554         preventing new document always being opened in a new window even if there
4555         is an empty window.
4556
4557 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4560         (egg_recent_view_uimanager_finalize):
4561         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4562         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4563         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4564         (ev_pixbuf_cache_dispose):
4565         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4566         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4567         
4568         Add missing chain to parent class methods. Fixes
4569         bug #433128.
4570
4571 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4572
4573         * data/Makefile.am (update-icon-cache): Updates
4574         gtk-update-icon-cache in uninstall-hook.
4575
4576 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * shell/ev-window.c: (ev_window_setup_document),
4579         (ev_window_set_document), (ev_window_load_job_cb):
4580         * shell/ev-view.c: (setup_caches):
4581         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4582
4583         Start rendering pages before any other jobs. 
4584
4585 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * shell/ev-window.c: (ev_window_stop_fullscreen),
4588         (ev_window_stop_presentation):
4589
4590         Update chrome visibility before window unfullscreen. 
4591
4592 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * data/Makefile.am:
4595         * data/evince-ui.xml:
4596         * shell/ev-stock-icons.[ch]:
4597         * shell/ev-application.[ch]: (ev_application_shutdown),
4598         (ev_application_init), (ev_application_get_toolbars_model):
4599         * shell/ev-window.c: (update_chrome_visibility),
4600         (fullscreen_toolbar_setup_item_properties),
4601         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4602         (ev_window_run_presentation), (ev_window_stop_presentation),
4603         (ev_window_run_preview), (ev_window_screen_changed),
4604         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4605         (ev_window_dispose), (ev_window_init):
4606
4607         Make fullscreen toolbar always visible. Do not use egg toolbars for
4608         fullscreen and preview modes since such toolbars are not editables.
4609         Fixes bugs #300278, #338910 and #316188.  
4610
4611 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4612
4613         * shell/ev-application.c:
4614         * shell/ev-job-queue.c:
4615         * shell/ev-metadata-manager.c:
4616         * shell/ev-stock-icons.c:
4617         * shell/ev-window.c:
4618         * shell/main.c:
4619         
4620         Developers documentation updated.
4621
4622 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4625
4626         Check whether uri is valid before launching it. Fixes bug #427664.
4627
4628 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4629
4630         * shell/ev-window.c:
4631
4632         Change key accelerator for Open a Copy menu entry which is in conflict
4633         with Close. Fixes bug #427321.
4634
4635 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * NEWS:
4638         * configure.ac:
4639         
4640         Update for release 0.8.1
4641
4642 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-window.c: (setup_size_from_metadata):
4645         
4646         Do not make window bigger than screen. Fixes bug 
4647         #388985.
4648
4649 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4652         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4653
4654         Use default resolution when it's not provided by document. Fixes bug
4655         #408762.
4656
4657 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * configure.ac:
4660         * thumbnailer/Makefile.am:
4661         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4662         * thumbnailer/evince-thumbnailer.schemas.in:
4663         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4664
4665         Add support for ps, eps and compressed documents thumbnails. Do not
4666         ignore size parameter. 
4667
4668 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4669
4670         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4671         (dvi_document_do_color_special):
4672         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4673
4674         Implement font color specials in the DVI backend. Fixes bug #303651.
4675
4676 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4677
4678         Fixup the previous commit:
4679
4680         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4681         * shell/xdg-user-dir-lookup.c: Make the function non-static
4682         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4683
4684 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4685
4686         * shell/ev-window.c (file_open_dialog_response_cb): Use
4687         the xdg-user-dirs DOCUMENTS folder as default folder when
4688         opening a file chooser.  (#424858)
4689
4690         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4691         xdg-user-dirs.
4692
4693 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-window.c: (ev_window_load_job_cb):
4696
4697         Do not setup view from metadata on preview mode. 
4698
4699 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/main.c:
4702
4703         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4704
4705 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-view.c: (ev_view_primary_get_cb):
4708
4709         Check pointer != NULL before using it. Fixes bug #416841. 
4710
4711 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4712
4713         * NEWS:
4714         * configure.ac:
4715         
4716         Release 0.8.0
4717
4718 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4721
4722         Do not render thumbnails when sidebar thumbnail page is not visible
4723         at startup. Fixes bug #416447. 
4724
4725 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4726
4727         * data/evince.desktop.in.in:
4728
4729         "Application" is not a valid category in the freedesktop specification.
4730
4731 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * libdocument/ev-file-helpers.[ch]: (compression_run),
4734         (ev_file_uncompress), (ev_file_compress):
4735         * shell/ev-window.c: (file_save_dialog_response_cb):
4736
4737         Save document compressed when saving a copy of a compressed document.
4738         Fixes bug #334542.
4739
4740 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4743
4744         Allow deleting in goto window entry in presentation mode. 
4745
4746 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4747
4748         * Makefile.am: Dist MAINTAINERS.
4749
4750 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4751
4752         * shell/ev-window.c: (ev_window_update_actions):
4753
4754         Fix zoom shortcut keys when searching. Fixes bug #409828.
4755
4756 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * shell/ev-window.c: (ev_window_setup_document):
4759
4760         Fix crash when loading documents with only one page. 
4761
4762 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * backend/dvi/dvi-document.c:
4765         (dvi_document_thumbnails_get_dimensions),
4766         (dvi_document_thumbnails_get_thumbnail):
4767         * backend/impress/impress-document.c:
4768         (impress_document_thumbnails_get_thumbnail),
4769         (impress_document_thumbnails_get_dimensions):
4770         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4771         (ps_document_thumbnails_get_dimensions):
4772         * backend/djvu/djvu-document.c:
4773         (djvu_document_thumbnails_get_dimensions),
4774         (djvu_document_thumbnails_get_thumbnail):
4775         * backend/tiff/tiff-document.c:
4776         (tiff_document_thumbnails_get_thumbnail),
4777         (tiff_document_thumbnails_get_dimensions):
4778         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4779         (pdf_document_thumbnails_get_thumbnail),
4780         (pdf_document_thumbnails_get_dimensions):
4781         * backend/comics/comics-document.c:
4782         (comics_document_thumbnails_get_thumbnail),
4783         (comics_document_thumbnails_get_dimensions):
4784         * backend/pixbuf/pixbuf-document.c:
4785         (pixbuf_document_thumbnails_get_thumbnail),
4786         (pixbuf_document_thumbnails_get_dimensions):
4787         * libdocument/ev-document-thumbnails.[ch]:
4788         (ev_document_thumbnails_get_thumbnail),
4789         (ev_document_thumbnails_get_dimensions):
4790         * libdocument/ev-document-misc.[ch]:
4791         (ev_document_misc_get_thumbnail_frame):
4792         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4793         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4794         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4795         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4796         (ev_sidebar_thumbnails_refresh):
4797         * shell/ev-window.c: (ev_window_setup_document):
4798         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4799
4800         Use an EvRenderContext for rendering thumbnails instead of a suggested
4801         width, so that different sized pages get sized proportionally.
4802
4803 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * shell/ev-view.c: (ev_view_button_press_event),
4806         (ev_view_key_press_event):
4807
4808         Fix critical warnings when there is no document loaded. 
4809
4810 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * shell/ev-page-action-widget.c:
4813         * shell/ev-navigation-action.c:
4814         * shell/ev-window.c:
4815
4816         Fix compile warnings. 
4817
4818 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * backend/djvu/djvu-text.h:
4821         * backend/djvu/djvu-document.c:
4822         * backend/djvu/djvu-text-page.c:
4823         * backend/djvu/djvu-links.c:
4824         * backend/djvu/djvu-text-page.h:
4825         * backend/djvu/djvu-text.c:
4826         
4827         Fix build on Mac. Fixes bug #392186. Patch by
4828         <ephraim_owns@hotmail.com>
4829
4830 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4833
4834         Restore cairo context before rendering every page when printing a PDF
4835         document into a PDF file. 
4836
4837 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * backend/ps/gstypes.h:
4840         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4841         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4842         (ps_document_thumbnails_get_thumbnail):
4843
4844         Handle PostScript page orientation. Fixes bug #318568.
4845
4846 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * backend/ps/Makefile.am:
4849         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4850         (document_load), (ps_document_load), (save_document),
4851         (save_page_list), (ps_document_get_n_pages),
4852         (ps_document_get_page_size), (ps_document_get_info),
4853         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4854         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4855         (ps_document_thumbnails_get_thumbnail),
4856         (ps_document_thumbnails_get_dimensions),
4857         (ps_document_document_thumbnails_iface_init):
4858         * backend/ps/ps.[ch]: (psgetpagebox):
4859         * backend/ps/ps-interpreter.[ch]:
4860
4861         Add support for thumbnails in ps backend. Fixes bug #164755. 
4862
4863 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * NEWS:
4866         * configure.ac:
4867         
4868         Release 0.7.2
4869
4870 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4871
4872         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4873         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4874         (ev_window_dispose):
4875
4876         Use document thumbnail as window icon. Fixes bug #384442.
4877
4878 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4879
4880         * configure.ac:
4881
4882         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4883         duplicated adding application/x-bzpostscript instead. 
4884
4885 2007-02-11  Tom Parker  <palfrey@tevp.net>
4886
4887         * backend/ps/ps-document.c: (document_load):
4888
4889         Check return value of psscan before trying
4890         to use it. Fixes bug #372414.
4891
4892 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4895
4896         Fix invalid free in ev-page-cache. Fixes bug #404745.
4897
4898 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4899
4900         * test/Makefile.am:
4901         * test/test3.py:
4902         
4903         Added reload test case.
4904
4905 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * po/POTFILES.in:
4908         * backend/djvu/djvu-document.c: (djvu_document_load):
4909
4910         Check whether there are missing files in indirect multipage djvu
4911         documents. Fixes bug #361683. 
4912
4913 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * test/Makefile.am:
4916         * test/test-mime.bin:
4917         * test/test3.py:
4918         
4919         Added test for slow mime type
4920
4921 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4922
4923         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4924
4925         Add some checks and call parent_class->finalize. Fixes bug #404745.
4926
4927 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * shell/ev-navigation-action.c: (connect_proxy):
4930         
4931         Fixes dropdown history menu. Thanks a lot Carlos!
4932
4933 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4936
4937         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4938         bug #373715.
4939
4940 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * backend/ps/ps.c: (psscan):
4943
4944         Fix memory leak. 
4945
4946 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4947
4948         * configure.ac:
4949         * libdocument/ev-file-helpers.c: 
4950
4951         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4952
4953 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * configure.ac:
4956         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4957         (ps_interpreter_start), (document_load), (save_document),
4958         (save_page_list):
4959         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4960         * libdocument/ev-document-factory.c:
4961         (ev_document_factory_get_from_mime), (get_document_from_uri),
4962         (free_uncompressed_uri), (ev_document_factory_get_document):
4963         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4964
4965         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4966
4967 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * libdocument/ev-document.h:
4970
4971         Fix typo in function name. 
4972
4973 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * backend/ps/ps-document.c: (ps_interpreter_finished),
4976         (ps_interpreter_start), (ps_interpreter_failed):
4977
4978         Handle ghostscript interpreter crashes. 
4979
4980 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * shell/ev-window.c: (ev_window_open_uri),
4983         (window_configure_event_cb):
4984
4985         Setup window size and position before showing it. Fixes bug #401711.
4986
4987 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * backend/ps/Makefile.am:
4990         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4991         (ps_document_dispose), (ps_document_class_init),
4992         (ps_interpreter_input), (ps_interpreter_output),
4993         (ps_interpreter_error), (setup_interpreter_env),
4994         (ps_interpreter_start), (ps_interpreter_stop),
4995         (ps_interpreter_failed), (ps_interpreter_is_ready),
4996         (check_filecompressed), (document_load), (ps_document_load),
4997         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4998         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4999         (render_page):
5000
5001         Rework ps-document. Code cleanups, remove deprecated code. 
5002
5003 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5004
5005         * shell/ev-view.c: (ev_view_button_press_event):
5006
5007         Do not start an image drag and drop operation when pointer is on 
5008         text, so that we can select text when the whole background is an
5009         image. 
5010
5011 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * shell/ev-window.c: (ev_window_update_actions): 
5014
5015         Disable all zoom related actions during presentation mode. 
5016
5017 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5018
5019         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5020
5021         Do not zoom in or out on presentation mode. Fixes bug #401305.
5022
5023 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-navigation-action.c: (connect_proxy),
5026         (create_menu_item), (ev_navigation_action_class_init):
5027         
5028         Correctly show menu and fix crash when navigaton 
5029         action is out of toolbar visible area.
5030
5031 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * data/Makefile.am:
5034         * data/evince.1:
5035         
5036         Added man file
5037
5038 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5039
5040         * help/reference/* :
5041         * configure.ac:
5042         
5043         Added gtk-doc based documentation for Evince.
5044         Still in initial state but I hope it will
5045         grow.
5046         
5047         * configure.ac:
5048         
5049         Lower dbus requirement to 0.70
5050
5051 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5052
5053         * shell/ev-window.c: (ev_window_add_history):
5054
5055         Fix memory leak. 
5056
5057 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5060         * shell/ev-view.h:
5061         * shell/ev-window.c: (ev_window_add_history):
5062         
5063         Correctly handle named destination links
5064
5065 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * NOTES:
5068         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5069         * backend/pdf/ev-poppler.cc:
5070         * libdocument/ev-document-links.h:
5071         * libdocument/ev-link.c: (ev_link_get_page):
5072         * libdocument/ev-link.h:
5073         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5074         (ev_history_add_link):
5075         * shell/ev-history.h:
5076         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5077         (new_history_menu_item), (build_menu):
5078         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5079         * shell/ev-sidebar-links.c: (create_loading_model),
5080         (print_section_cb), (ev_sidebar_links_construct),
5081         (fill_page_labels), (update_page_callback_foreach),
5082         (update_page_callback), (job_finished_callback):
5083         * shell/ev-view.c: (ev_view_handle_link):
5084         * shell/ev-window.c: (ev_window_find_chapter),
5085         (ev_window_add_history), (view_handle_link_cb),
5086         (history_changed_cb):
5087         
5088         Implements another history variant
5089
5090 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-window.c: (view_external_link_cb):
5093         * shell/ev-view.c: (ev_view_button_release_event):
5094
5095         Open links in new window when clicking with middle button. 
5096
5097 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-navigation-action.c: (new_history_menu_item):
5100         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5101         * shell/ev-view.c: (ev_view_handle_link):
5102         * shell/ev-window.c:
5103         
5104         Store link before jump, not the destination. For me it 
5105         seems like more natural history behavior.
5106
5107 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5110         (ev_navigation_action_class_init):
5111         * shell/ev-navigation-action.h:
5112         * shell/ev-page-action.c: (activate_cb):
5113         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5114         (ev_page_cache_set_current_page_history):
5115         * shell/ev-page-cache.h:
5116         * shell/ev-sidebar-thumbnails.c:
5117         (ev_sidebar_tree_selection_changed),
5118         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5119         * shell/ev-view-private.h:
5120         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5121         * shell/ev-view.h:
5122         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5123         (ev_window_setup_document), (ev_window_load_job_cb):
5124         * shell/ev-window.h:
5125         
5126         History finally works as expected.
5127
5128 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5129
5130         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5131
5132         Do not update links treeview if it doesn't have a model assigned yet. 
5133
5134 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5137         (ev_sidebar_links_class_init), (update_page_callback):
5138
5139         Do not update links treeview when sidepane is not visible. 
5140
5141 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * shell/ev-marshal.list:
5144         * shell/ev-page-action.c: (activate_cb),
5145         (ev_page_action_class_init):
5146         * shell/ev-page-action.h:
5147         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5148         * shell/ev-window.c:
5149         
5150         Remove activate_link signal, not required.
5151
5152 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5153
5154         * shell/ev-navigation-action.c: (build_menu):
5155         
5156         Reorder menu items and build menu with fixed length.
5157
5158 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5159
5160         * shell/ev-view.c: (get_selected_text):
5161         
5162         Normalize text to fix ligatures problem. See bug
5163         #341947 for details.
5164
5165 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5168
5169         Fix memory leak in ev-page-cache. 
5170
5171 2007-01-25  Tom Parker <palfrey@tevp.net>
5172
5173         * backend/impress/impress-document.c: (impress_document_load),
5174         (impress_document_finalize), (impress_document_init):
5175         * properties/ev-properties-main.c: (ev_properties_get_pages):
5176         
5177         Correctly handle impress document errors. Fixes nautilus
5178         crash in property page #370491.
5179
5180 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5181
5182         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5183         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5184         (ev_job_queue_remove_job):
5185         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5186         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5187         (ev_job_load_run):
5188         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5189         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5190         (ev_window_load_job_cb), (xfer_update_progress_callback),
5191         (ev_window_open_uri), (ev_window_dispose):
5192         * shell/main.c: (main):
5193
5194         Do file transfer asynchronously in the main thread instead of
5195         synchronously in the load thread. Fixes bugs #399694, #398307 and
5196         #343542.
5197
5198 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * shell/ev-jobs.c: (ev_job_xfer_run):
5201
5202         Load the document with the font-config lock held. 
5203
5204 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * backend/ps/ps-document.c: (start_interpreter):
5207
5208         Fix memory leaks in ps backend. 
5209
5210 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5211
5212         * backend/impress/impress-document.c:
5213         (impress_document_render_pixbuf):
5214
5215         Do not acquire fontconfig lock in impress backend, since it is using
5216         the main loop for rendering. 
5217
5218 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * po/POTFILES.in: 
5221
5222         Remove mdvi files that shouldn't be translated. 
5223
5224 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/ev-view-private.h:
5227         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5228         (ev_view_set_zoom):
5229
5230         Render "loading..." text into a cairo surface instead of directly into
5231         the window so that fontconfig lock is only needed once and UI is not
5232         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5233
5234 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5235
5236         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5237         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5238
5239         Use icon theme associated with the window screen rather than default. 
5240
5241 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5242
5243         * configure.ac:
5244
5245         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5246
5247 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5248
5249         * data/icons/*/apps/evince.*:
5250
5251         Move Evince icons under new apps directory.
5252
5253         * data/icons/*/actions/*:
5254
5255         Add new custom themeable Evince icons: view-page-continuous, 
5256         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5257         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5258
5259         * configure.ac:
5260
5261         Add new directories to AC_CONFIG_FILES.
5262
5263         * shell/ev-stock-icons.c:
5264         * shell/ev-stock-icons.h:
5265
5266         Use new custom themeable icons.
5267
5268 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5269
5270         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5271
5272         Do not draw white background page in presentation mode. 
5273
5274 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5275
5276         * shell/ev-view.c: Remove unused gnome-vfs include.
5277
5278 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5279
5280         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5281         
5282         Format string is corrected, fixes bug #397129.
5283
5284 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5285
5286         * shell/ev-window.c: (ev_window_setup_recent):
5287
5288         Do not include in recent menu inexistent documents. Fixes
5289         bug #339171.
5290
5291 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * po/POTFILES.skip: 
5294
5295         Update POTFILES.skip file according to current source tree. 
5296
5297 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5298
5299         * shell/ev-window.c: (file_save_dialog_response_cb):
5300
5301         Do Save a copy in atomic way. Fixes bug #328266. 
5302
5303 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5304
5305         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5306
5307         Keep selected cell always visible in index treeview.
5308
5309 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5310         
5311         * shell/ev-view.c: (ev_view_size_allocate):
5312
5313         Restore horizontal scrollbar after switching to/from fullscreen
5314         or presentation mode. Fixes bug #331728.
5315
5316 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * shell/ev-view-private.h:
5319         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5320         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5321         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5322         (ev_view_can_zoom_out):
5323
5324         Use max and min scale values in the view iby taking dpi into account. 
5325
5326 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5327
5328         * configure.ac:
5329         * NEWS:
5330
5331         Release 0.7.1
5332
5333 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5334
5335         * shell/ev-window.c: (ev_window_print_send):
5336
5337         Send print job to printer with some settings set to default values,
5338         since we have already exported to a file according to such settings
5339         and they could be taken twice by some printers. 
5340
5341 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/ev-jobs.c: (ev_job_xfer_run):
5344         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5345
5346         Show main window and load document with the font-config lock held. 
5347
5348 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5349
5350         * configure.ac:
5351         * shell/ev-application.c: (ev_application_register_service):
5352         * shell/main.c: (load_files_remote):
5353
5354         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5355
5356 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * doc/debugging.txt:
5359         
5360         Remove obsolete documentation.
5361
5362 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * Makefile.am:
5365         * backend/Makefile.am:
5366         * backend/comics/Makefile.am:
5367         * backend/djvu/Makefile.am:
5368         * backend/dvi/Makefile.am:
5369         * backend/ev-async-renderer.c:
5370         * backend/ev-async-renderer.h:
5371         * backend/ev-attachment.c:
5372         * backend/ev-attachment.h:
5373         * backend/ev-backend-marshal.c:
5374         * backend/ev-document-factory.c:
5375         * backend/ev-document-factory.h:
5376         * backend/ev-document-find.c:
5377         * backend/ev-document-find.h:
5378         * backend/ev-document-fonts.c:
5379         * backend/ev-document-fonts.h:
5380         * backend/ev-document-images.c:
5381         * backend/ev-document-images.h:
5382         * backend/ev-document-info.h:
5383         * backend/ev-document-links.c:
5384         * backend/ev-document-links.h:
5385         * backend/ev-document-misc.c:
5386         * backend/ev-document-misc.h:
5387         * backend/ev-document-security.c:
5388         * backend/ev-document-security.h:
5389         * backend/ev-document-thumbnails.c:
5390         * backend/ev-document-thumbnails.h:
5391         * backend/ev-document-transition.c:
5392         * backend/ev-document-transition.h:
5393         * backend/ev-document.c:
5394         * backend/ev-document.h:
5395         * backend/ev-file-exporter.c:
5396         * backend/ev-file-exporter.h:
5397         * backend/ev-image.c:
5398         * backend/ev-image.h:
5399         * backend/ev-link-action.c:
5400         * backend/ev-link-action.h:
5401         * backend/ev-link-dest.c:
5402         * backend/ev-link-dest.h:
5403         * backend/ev-link.c:
5404         * backend/ev-link.h:
5405         * backend/ev-render-context.c:
5406         * backend/ev-render-context.h:
5407         * backend/ev-selection.c:
5408         * backend/ev-selection.h:
5409         * backend/impress/Makefile.am:
5410         * backend/pdf/Makefile.am:
5411         * backend/pixbuf/Makefile.am:
5412         * backend/ps/Makefile.am:
5413         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5414         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5415         (start_interpreter), (stop_interpreter), (document_load),
5416         (ps_document_next_page), (render_page):
5417         * backend/tiff/Makefile.am:
5418         * comics/Makefile.am:
5419         * comics/comics-document.c:
5420         * comics/comics-document.h:
5421         * configure.ac:
5422         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5423         * djvu/Makefile.am:
5424         * djvu/djvu-document-private.h:
5425         * djvu/djvu-document.c:
5426         * djvu/djvu-document.h:
5427         * djvu/djvu-links.c:
5428         * djvu/djvu-links.h:
5429         * djvu/djvu-text-page.c:
5430         * djvu/djvu-text-page.h:
5431         * djvu/djvu-text.c:
5432         * djvu/djvu-text.h:
5433         * dvi/Makefile.am:
5434         * dvi/dvi-document.c:
5435         * dvi/dvi-document.h:
5436         * dvi/fonts.c:
5437         * dvi/fonts.h:
5438         * dvi/mdvi-lib/Makefile.am:
5439         * dvi/mdvi-lib/afmparse.c:
5440         * dvi/mdvi-lib/afmparse.h:
5441         * dvi/mdvi-lib/bitmap.c:
5442         * dvi/mdvi-lib/bitmap.h:
5443         * dvi/mdvi-lib/color.c:
5444         * dvi/mdvi-lib/color.h:
5445         * dvi/mdvi-lib/common.c:
5446         * dvi/mdvi-lib/common.h:
5447         * dvi/mdvi-lib/defaults.h:
5448         * dvi/mdvi-lib/dvimisc.c:
5449         * dvi/mdvi-lib/dviopcodes.h:
5450         * dvi/mdvi-lib/dviread.c:
5451         * dvi/mdvi-lib/files.c:
5452         * dvi/mdvi-lib/font.c:
5453         * dvi/mdvi-lib/fontmap.c:
5454         * dvi/mdvi-lib/fontmap.h:
5455         * dvi/mdvi-lib/fontsrch.c:
5456         * dvi/mdvi-lib/gf.c:
5457         * dvi/mdvi-lib/hash.c:
5458         * dvi/mdvi-lib/hash.h:
5459         * dvi/mdvi-lib/list.c:
5460         * dvi/mdvi-lib/mdvi.h:
5461         * dvi/mdvi-lib/pagesel.c:
5462         * dvi/mdvi-lib/paper.c:
5463         * dvi/mdvi-lib/paper.h:
5464         * dvi/mdvi-lib/pk.c:
5465         * dvi/mdvi-lib/private.h:
5466         * dvi/mdvi-lib/setup.c:
5467         * dvi/mdvi-lib/sp-epsf.c:
5468         * dvi/mdvi-lib/special.c:
5469         * dvi/mdvi-lib/sysdeps.h:
5470         * dvi/mdvi-lib/t1.c:
5471         * dvi/mdvi-lib/tfm.c:
5472         * dvi/mdvi-lib/tfmfile.c:
5473         * dvi/mdvi-lib/tt.c:
5474         * dvi/mdvi-lib/util.c:
5475         * dvi/mdvi-lib/vf.c:
5476         * dvi/pixbuf-device.c:
5477         * dvi/pixbuf-device.h:
5478         * impress/Makefile.am:
5479         * impress/common.h:
5480         * impress/document.c:
5481         * impress/f_oasis.c:
5482         * impress/f_oo13.c:
5483         * impress/iksemel.c:
5484         * impress/iksemel.h:
5485         * impress/imposter.h:
5486         * impress/impress-document.c:
5487         * impress/impress-document.h:
5488         * impress/internal.h:
5489         * impress/r_back.c:
5490         * impress/r_draw.c:
5491         * impress/r_geometry.c:
5492         * impress/r_gradient.c:
5493         * impress/r_style.c:
5494         * impress/r_text.c:
5495         * impress/render.c:
5496         * impress/render.h:
5497         * impress/zip.c:
5498         * impress/zip.h:
5499         * lib/Makefile.am:
5500         * lib/ev-debug.c:
5501         * lib/ev-debug.h:
5502         * lib/ev-file-helpers.c:
5503         * lib/ev-file-helpers.h:
5504         * lib/ev-gui.c:
5505         * lib/ev-gui.h:
5506         * lib/ev-tooltip.c:
5507         * lib/ev-tooltip.h:
5508         * libdocument/Makefile.am:
5509         * libdocument/ev-file-helpers.c:
5510         * pdf/Makefile.am:
5511         * pdf/ev-poppler.cc:
5512         * pdf/ev-poppler.h:
5513         * pixbuf/Makefile.am:
5514         * pixbuf/pixbuf-document.c:
5515         * pixbuf/pixbuf-document.h:
5516         * properties/Makefile.am:
5517         * ps/Makefile.am:
5518         * ps/gsdefaults.c:
5519         * ps/gsdefaults.h:
5520         * ps/gsio.c:
5521         * ps/gsio.h:
5522         * ps/gstypes.h:
5523         * ps/ps-document.c:
5524         * ps/ps-document.h:
5525         * ps/ps.c:
5526         * ps/ps.h:
5527         * shell/Makefile.am:
5528         * shell/ev-application.h:
5529         * shell/ev-sidebar-links.c:
5530         * shell/ev-sidebar-links.h:
5531         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5532         (ev_gui_menu_position_tree_selection):
5533         * shell/ev-utils.h:
5534         * shell/ev-view.c: (ev_view_finalize):
5535         * shell/ev-window.c:
5536         * shell/main.c: (main):
5537         * thumbnailer/Makefile.am:
5538         * tiff/Makefile.am:
5539         * tiff/tiff-document.c:
5540         * tiff/tiff-document.h:
5541         * tiff/tiff2ps.c:
5542         * tiff/tiff2ps.h:
5543         
5544         Reorganize source tree.
5545
5546 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * backend/ev-document-factory.c:
5549
5550         Do not include ev-poppler.h when pdf is disabled. 
5551
5552 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * configure.ac:
5555         * data/evince-ui.xml:
5556         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5557         (pdf_document_document_images_iface_init):
5558         * backend/Makefile.am:
5559         * backend/ev-document-images.[ch]:
5560         * backend/ev-image.[ch]:
5561         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5562         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5563         (ev_job_xfer_run):
5564         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5565         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5566         (ev_pixbuf_cache_get_image_mapping):
5567         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5568         (view_menu_popup_cb), (ev_window_dispose),
5569         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5570         (ev_view_popup_cmd_copy_image):
5571         * shell/ev-view-private.h:
5572         * shell/ev-view.c: (ev_view_get_image_at_location),
5573         (ev_view_do_popup_menu), (ev_view_popup_menu),
5574         (ev_view_button_press_event), (ev_view_drag_data_get),
5575         (ev_view_drag_motion), (ev_view_drag_data_received),
5576         (ev_view_motion_notify_event), (ev_view_button_release_event),
5577         (ev_view_finalize), (ev_view_class_init):
5578
5579         Add image handling support. Fixes bugs #310008 and #325047. Images
5580         selection is not supported yet. 
5581
5582 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5583
5584         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5585         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5586         (ev_view_init):
5587
5588         Move view drag and drop stuff to ev-view.
5589
5590 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5591
5592         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5593         * shell/ev-view.c: (clear_selection): 
5594
5595         Clear selection also in pixbuf cache.
5596
5597 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5598
5599         * data/evince.desktop.in.in:
5600         
5601         Change icon name in desktop file. See bug #390734
5602         for details.
5603
5604 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5605
5606         * thumbnailer/Makefile.am:
5607
5608         Use top_builddir instead top_srcdir for generated schema
5609         file installation. Fixes bug #390161.
5610
5611 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * configure.ac:
5614         * backend/Makefile.am:
5615         * backend/ev-document-transition.[ch]:
5616         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5617         (pdf_document_page_transition_iface_init):
5618         * shell/ev-view-private.h:
5619         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5620         (ev_view_set_presentation), (transition_next_page),
5621         (ev_view_presentation_transition_stop),
5622         (ev_view_presentation_transition_start), (ev_view_next_page):
5623
5624         Add page transition support in presentation mode. At the moment only
5625         page duration is supported, but not transition effects. Fixes bug
5626         #309815.
5627
5628 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5631
5632         Run find_link_dest with document lock held, since it's called by links
5633         thread and main thread at the same time. 
5634
5635 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5636
5637         * shell/ev-view.c: (goto_dest):
5638
5639         Update page-cache when page is changed by the view, so that
5640         page-changed signal is emitted. 
5641
5642 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5643
5644         * test/test1.py:
5645         * test/test2.py:
5646
5647         Use C locale in tests. 
5648
5649 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5650
5651         * shell/ev-window.c: (ev_window_run_presentation):
5652         * shell/ev-view-private.h:
5653         * shell/ev-view.c: (ev_view_set_presentation):
5654
5655         Restore zoom settings when back from presentation mode. 
5656
5657 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5658
5659         * shell/ev-window.c: (ev_window_run_presentation):
5660
5661         Always use "best fit" zoom in presentation mode.
5662         Fixes bug #389195.
5663
5664 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5665
5666         * shell/ev-view.c: (ev_view_goto_window_create):
5667
5668         Show "Jump to page" label in the page jumping popup in
5669         presentation mode instead of just a GtkEntry.
5670
5671 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * shell/ev-window.c: (launch_external_uri):
5674
5675         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5676         #378085.
5677
5678 2006-12-22  Elijah Newren  <newren gmail com>
5679
5680         * configure.ac: explicitly check for libxml2.  Fixes #388795
5681
5682 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5683
5684         * shell/ev-view-private.h:
5685         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5686         (ev_view_goto_window_delete_event), (key_is_numeric),
5687         (ev_view_goto_window_key_press_event),
5688         (ev_view_goto_window_button_press_event),
5689         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5690         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5691         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5692
5693         Allow jumping to another page by typing a page number in presentation
5694         mode. It uses a popup window with an entry. Fixes bug #353625.
5695
5696 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * configure.ac:
5699         * properties/ev-properties-view.c: (ev_get_default_user_units),
5700         (ev_regular_paper_size):
5701         
5702         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5703         to Damien Carbery <damien.carbery@sun.com> and
5704         Yevgen Muntyan <muntyan@tamu.edu>.
5705
5706 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5707
5708         * shell/ev-window.c: (setup_document_from_metadata):
5709
5710         Make sure Evince doesn't restore the view on the last
5711         page when a document is reopened. Fixes bug #383381.
5712
5713 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5714
5715         * shell/ev-view.c: (draw_loading_text):
5716
5717         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5718
5719 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * configure.ac:
5722         * NEWS:
5723
5724         Release 0.7.0
5725
5726 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5727
5728         * configure.ac:
5729         * pdf/ev-poppler.cc: (pdf_print_context_free),
5730         (pdf_document_file_exporter_begin),
5731         (pdf_document_file_exporter_do_page):
5732
5733         Make cairo-pdf depedency optional. 
5734
5735 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5736
5737         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5738
5739         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5740
5741 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5744         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5745         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5746         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5747         * shell/ev-view.c: (draw_loading_text):
5748         * shell/ev-window.c: (ev_window_cmd_file_properties):
5749
5750         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5751         related to using FontConfig from different threads.
5752         
5753 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5754
5755         * shell/ev-view.c: (draw_loading_text):
5756
5757         Acquire lock document when drawing "Loading..." text so that only one
5758         thread will use FontConfig at the same time. Fixes bug #374750.
5759
5760 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * shell/ev-page-action.[ch]: (activate_cb):
5763         * shell/ev-window.c: (activate_label_cb):
5764
5765         Check if text inserted in page entry is a valid page number when it
5766         doesn't match to any document page label. Fixes bug #383165.
5767
5768 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5769         * shell/ev-window.c:
5770
5771         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5772         available with GTK < 2.10. Added an ifdef to avoid compilation
5773         error.
5774
5775 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5776
5777         * configure.ac:
5778         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5779
5780         Fix ps backend in multihead systems.
5781
5782 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5783
5784         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5785         * shell/ev-window.c: (ev_window_get_screen_dpi),
5786         (ev_window_update_actions), (setup_view_from_metadata),
5787         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5788
5789         Take screen DPI into account when zooming. Fixes bug #318285.
5790
5791 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5792
5793         * data/Makefile.am:
5794
5795         Cleaned up/slightly refactored Makefile.am. Added GConf
5796         schemas uninstallation as well.
5797
5798 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5799
5800         * Makefile.am:
5801         * test/Makefile.am:
5802
5803         Fight with autotools to fix make check. Make distcheck
5804         works fine as well now!
5805
5806 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5807
5808         * shell/ev-view.c: (draw_end_presentation_page):
5809
5810         Corrected "end of presentation" string.
5811
5812 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5813
5814         * shell/ev-view.c: (ev_view_key_press_event):
5815
5816         Correctly propagate key press event so that up/down keys
5817         work as expected (correct behaviour was broken by
5818         black/white screen key bindings for presentations).
5819
5820 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5821
5822         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5823         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5824         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5825         (pdf_selection_get_selection_region),
5826         (pdf_selection_get_selection_map):
5827
5828         Add "static" to some private functions. 
5829
5830 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5831
5832         * lib/ev-tooltip.h:
5833         * properties/ev-properties-view.h:
5834         * shell/ev-jobs.h:
5835         * shell/ev-properties-dialog.h:
5836         * shell/ev-properties-fonts.h:
5837         * shell/ev-sidebar-links.h:
5838         * shell/ev-sidebar-thumbnails.h:
5839         * shell/ev-sidebar.h:
5840         * shell/ev-window.h:
5841         
5842         Fixes CHACK type in class casts. See bug #385343
5843         for details.
5844
5845 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * shell/ev-view-private.h:
5848         * shell/ev-view.c: (draw_end_presentation_page),
5849         (ev_view_expose_event), (ev_view_key_press_event),
5850         (ev_view_class_init), (ev_view_init):
5851
5852         Blank screen in presentation mode when pressing 'b' (filling with
5853         black) or 'w' (filling with white) keys. Fixes bug #358132.
5854
5855 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5856
5857         * data/evince-toolbar.xml:
5858         * shell/ev-window.c:
5859         
5860         Use stock icon for Select All action. Fixes
5861         bug #382652.
5862
5863 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5864
5865         * shell/ev-view.c: (get_doc_point_from_offset),
5866         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5867
5868         Add links support in rotated documents. Fixes bug #343733.
5869
5870 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * shell/ev-view-private.h:
5873         * shell/ev-view.c: (draw_end_presentation_page),
5874         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5875
5876         Show a blank page after the last page in presentation mode with a
5877         message indicating that presentation has finished and how to exit. 
5878
5879 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5880
5881         * shell/ev-window.c: (fullscreen_timeout_cb):
5882
5883         Hide cursor after a while in presentation mode. 
5884
5885 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5886
5887         * backend/ev-document-info.h:
5888         * data/evince-properties.glade:
5889         * pdf/ev-poppler.cc:
5890         * properties/ev-properties-view.c: (ev_regular_paper_size),
5891         (ev_properties_view_set_info):
5892         * ps/ps-document.c: (ps_document_get_info):
5893
5894         Adds a paper size field to the properties dialog. Fixes
5895         bug #307315. Patch by Kasper Svendsen (with some i18n
5896         changes done by me).
5897
5898 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5901         (screensaver_init_dbus), (totem_scrsaver_new),
5902         (totem_scrsaver_init):
5903         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5904         * shell/ev-application.c: (ev_application_register_service),
5905         (ev_application_screensaver_enable),
5906         (ev_application_screensaver_disable):
5907         * shell/ev-application.h:
5908         * shell/ev-window.c: (ev_window_run_presentation),
5909         (ev_window_stop_presentation), (build_comments_string),
5910         (ev_window_init):
5911         
5912         Move screensaver handling to application. No more
5913         message on startup.
5914
5915 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5916
5917         * configure.ac:
5918         * backend/Makefile.am:
5919         * backend/ev-file-exporter.[ch]:
5920         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5921         * ps/ps-document.c: (ps_document_file_exporter_*):
5922         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5923         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5924         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5925         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5926
5927         Allow printing to PDF when suppoted by the backend.
5928         
5929 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5930
5931         * shell/ev-window.c: (build_comments_string):
5932
5933         Use always "Document Viewer" in about dialog. 
5934
5935 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * djvu/djvu-document.c: (djvu_document_get_page_size):
5938
5939         Display a warning message when get_pageinfo fails. 
5940
5941 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5942
5943         * Makefile.am:
5944         * backend/Makefile.am:
5945         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5946         * configure.ac:
5947         * shell/ev-window.c: (build_comments_string):
5948         
5949         Make pdf compilation optional. See bug #38007.
5950
5951 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5952
5953         * ps/ps.c: (get_next_text):
5954
5955         Fix CVE-2006-5864.
5956
5957 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5958
5959         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5960         * shell/ev-navigation-action.c: (connect_proxy),
5961         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5962         
5963         Do not call g_type_class_peek_parent twice.
5964
5965 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * configure.ac:
5968         * data/icons/24x24/.cvsignore:
5969         * data/icons/24x24/Makefile.am:
5970         * data/icons/24x24/evince.png:
5971         * data/icons/Makefile.am:
5972         
5973         Add 24x24 icon. Thanks to 
5974         Michael Monreal <infernux@web.de>.
5975
5976 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * configure.ac: Fix typo in configure.ac. Thanks
5979         to dmacks@netspace.org for notification.
5980
5981 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5982
5983         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5984         
5985         Drop dbus include, fixes compilation with older dbus.
5986
5987 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5988
5989         * configure.ac:
5990         * cut-n-paste/Makefile.am:
5991         * cut-n-paste/totem-screensaver/.cvsignore
5992         * cut-n-paste/totem-screensaver/Makefile.am:
5993         * cut-n-paste/totem-screensaver/README:
5994         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5995         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5996         * shell/Makefile.am:
5997         * shell/ev-window.c: (ev_window_run_presentation),
5998         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5999         (ev_window_init):
6000
6001         Implemented screensaver enabling/disabling for
6002         presentation mode (not fullscreen mode). Code stolen
6003         from Totem (with some minor tweaks). Fixes bug #338889.
6004
6005 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6006
6007         * configure.ac:
6008
6009         Bump gnome-icon-theme requirements. We use the rotation
6010         icons that appeared recently.
6011
6012 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6013
6014         * shell/ev-history.c: (ev_history_add_page):
6015         * shell/ev-history.h:
6016         * shell/ev-window.c: (page_changed_cb):
6017         
6018         Use page labels instead of numbers.
6019
6020 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * data/evince-toolbar.xml:
6023         * po/POTFILES.in:
6024         * shell/Makefile.am:
6025         * shell/ev-navigation-action-widget.c:
6026         (ev_navigation_action_widget_init),
6027         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6028         (menu_detacher), (ev_navigation_action_widget_set_menu),
6029         (menu_position_func), (popup_menu_under_arrow),
6030         (ev_navigation_action_widget_toggled),
6031         (ev_navigation_action_widget_button_press_event):
6032         * shell/ev-navigation-action-widget.h:
6033         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6034         (ev_navigation_action_set_window), (activate_menu_item_cb),
6035         (new_history_menu_item), (new_empty_history_menu_item),
6036         (build_menu), (menu_activated_cb), (connect_proxy),
6037         (create_tool_item), (ev_navigation_action_init),
6038         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6039         * shell/ev-navigation-action.h:
6040         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6041         (ev_page_action_widget_set_page_cache),
6042         (ev_page_action_widget_finalize),
6043         (ev_page_action_widget_class_init), (match_selected_cb),
6044         (display_completion_text), (match_completion), (build_new_tree_cb),
6045         (get_filter_model_from_model),
6046         (ev_page_action_widget_update_model):
6047         * shell/ev-page-action-widget.h:
6048         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6049         (connect_proxy):
6050         * shell/ev-page-action.h:
6051         * shell/ev-stock-icons.c:
6052         * shell/ev-stock-icons.h:
6053         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6054         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6055         (register_custom_actions):
6056         * shell/main.c:
6057         
6058         Preliminary history implementation
6059
6060 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6061
6062         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6063         (dvi_document_class_init), (dvi_document_init_params):
6064         * dvi/mdvi-lib/font.c: (font_reference):
6065         
6066         Add reference to subfont. Fixes bug #374277.
6067
6068 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6069
6070         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6071         (ev_window_cmd_file_open_copy_at_dest):
6072
6073         Fix a race condition when creating symlink. Increase the counter
6074         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6075         Mathias Hasselmann).
6076
6077 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6078
6079         * backend/Makefile.am:
6080         * backend/ev-attachment.c: (ev_attachment_open):
6081         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6082         (ev_tmp_dir), (ev_tmp_filename):
6083         * shell/ev-sidebar-attachments.c:
6084         (ev_sidebar_attachments_drag_data_get):
6085         * shell/ev-window.c: (ev_window_clear_temp_file):
6086
6087         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6088         in ensure_dir_exists. Abort without crashing when we can't create
6089         user's directory.
6090
6091 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6092
6093         * data/evince-ui.xml:
6094         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6095         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6096         (ev_window_cmd_file_open_copy_at_dest),
6097         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6098         (ev_view_popup_cmd_open_link_new_window):
6099
6100         Allow opening a copy of the current document in a new window. Fixes bug
6101         #357472
6102
6103 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * data/evince-toolbar.xml:
6106         
6107         Add rotate right and rotate left to available items for toolbar.
6108         
6109         * data/evince-ui.xml:
6110         * shell/ev-window.c: (ev_window_init):
6111         
6112         Customize toolbar with right click. Fixes bug #372451.
6113
6114 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6115
6116         * shell/ev-window.c: 
6117         
6118         Use "object-rotate-{left,right}" stock icons. Fixes 
6119         bug #373863.
6120
6121 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6122
6123         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6124         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6125         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6126         (ev_window_open_uri):
6127         * shell/main.c: (arguments_parse):
6128
6129         Remove temp file created when evince is used by GTK+ in
6130         preview mode. Fixes bug #365282. 
6131
6132 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6135         
6136         Fixes bug #372474 - Side pane disabled when entering 
6137         and leaving fullscreen mode.
6138
6139 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6142         * data/Makefile.am:
6143         * data/evince-preview-toolbar.xml:
6144         * data/evince-toolbar.xml:
6145         * shell/ev-application.c: (ev_application_shutdown),
6146         (ev_application_init), (ev_application_get_toolbars_model):
6147         * shell/ev-application.h:
6148         * shell/ev-window.c: (update_chrome_visibility),
6149         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6150         (ev_window_cmd_edit_toolbar), (ev_window_init):
6151         
6152         Fixes bug #364364 - toolbar editor shows zoom actions again.
6153
6154 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6155
6156         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6157
6158         Do not take margins into consideration for paper size when printing.
6159         Really fixes bug #350491.
6160
6161 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6162
6163         * data/evince-ui.xml:
6164         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6165         (ev_window_cmd_file_print_setup),
6166         (ev_window_print_dialog_response_cb),
6167         (ev_window_setup_action_sensitivity):
6168
6169         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6170
6171 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * shell/ev-window.c: (ev_window_print_range):
6174
6175         Revert my previuos commit, since printing to PDF is not supported by
6176         evince yet. 
6177
6178 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6179
6180         * shell/ev-window.c: (ev_window_print_range):
6181
6182         Enable print to a PDF. Fixes bug #332121.
6183
6184 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6185
6186         * shell/ev-application-service.xml:
6187         * shell/ev-application.[ch]: (ev_application_open_window),
6188         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6189         (ev_application_open_uri), (ev_application_open_uri_list):
6190         * shell/ev-window.c: (file_open_dialog_response_cb),
6191         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6192         (drag_data_received_cb), (open_remote_link):
6193         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6194
6195         Add support for multiscreen systems. Fixes bug #316206.
6196
6197 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6198
6199         * shell/ev-jobs.[ch]: (ev_job_print_new),
6200         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6201         (ev_job_print_do_page):
6202         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6203
6204         Allow printing only odd/even pages. Fixes bug #367289.
6205
6206 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6207
6208         * test/test1.py:
6209         * test/test2.py:
6210
6211         Re-add locale settings to test files.
6212
6213 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * data/evince-ui.xml:
6216         * shell/ev-window.c: (set_action_properties):
6217         
6218         Removed garbage from code and ui.
6219
6220 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6221
6222         * shell/ev-window.c: (ev_window_cmd_help_about):
6223
6224         Shamelessly add my name to the list of contributors.
6225
6226 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6227
6228         * test/test1.py:
6229         * test/test2.py:
6230
6231         Cleaned up the dogtail scripts.
6232
6233 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6234
6235         * shell/ev-view.c: (draw_loading_text): Don't render
6236         "loading..." text in presentation mode. Temporary
6237         workaround for bug #320352.
6238
6239 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6242         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6243
6244         Use print settings scale, copies, collate and reverse which were
6245         ignored. Fixes bug #359032.
6246
6247 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * configure.ac:
6250         * data/evince-password.glade:
6251         * test/Makefile.am:
6252         * test/test-encrypt.pdf:
6253         * test/test-links.pdf:
6254         * test/test1.py:
6255         * test/test2.py:
6256
6257         Add automated UI tests for evince with dogtail. See
6258         bug #300948.    
6259
6260 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6261
6262         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6263
6264         Hide fullscreen toolbar when switching to another desktop workspace.
6265         Fixes bug #338871
6266
6267 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6268
6269         * shell/ev-window-title.c: 
6270         
6271         Test for .dvi in title of pdf documents.
6272
6273 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6274
6275         * shell/ev-view.c: (ev_view_scroll):
6276
6277         Page Up/Down should do page jumps in "Best fit" mode.
6278         If a user has explicitly chosen to view exactly one page
6279         at a time, scrolling just a part of the page when
6280         pressing Page Up/Down is not right. Fixes bug #323107.
6281
6282 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6283
6284         * NEWS:
6285         * configure.ac:
6286         
6287         Update for 0.6.1
6288
6289 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6292         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6293         
6294         Correctly disconnect from job signals on destroy.
6295
6296 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * shell/ev-view-private.h:
6299         * shell/ev-view.c: (view_set_adjustment_values),
6300         (view_update_range_and_current_page),
6301         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6302         
6303         Fixes bug #343199, current page now follows find page.
6304
6305 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6306
6307         * backend/ev-document-factory.c:
6308         * configure.ac:
6309         Assigned OpenDocument presenation MIME type to the
6310         Impress backend. Added some missing (but harmless)
6311         #ifdefs in the document factory as well to make things
6312         consistent again. Fixes bug #360658.
6313
6314 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6315
6316         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6317         * backend/ev-document-find.c: (ev_document_find_get_type):
6318         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6319         * backend/ev-document-links.c: (ev_document_links_get_type):
6320         * backend/ev-document-security.c: (ev_document_security_get_type):
6321         * backend/ev-document-thumbnails.c:
6322         (ev_document_thumbnails_get_type):
6323         * backend/ev-document.c: (ev_document_get_type):
6324         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6325         * backend/ev-selection.c: (ev_selection_get_type):
6326         * cut-n-paste/recent-files/egg-recent-model.c:
6327         (egg_recent_model_get_type):
6328         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6329         (egg_recent_view_uimanager_get_type):
6330         * cut-n-paste/recent-files/egg-recent-view.c:
6331         (egg_recent_view_get_type):
6332         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6333         (egg_editable_toolbar_get_type):
6334         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6335         (egg_toolbar_editor_get_type):
6336         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6337         (egg_toolbars_model_get_type):
6338         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6339         (egg_tree_multi_drag_source_get_type):
6340         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6341         (ephy_zoom_action_get_type):
6342         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6343         (ephy_zoom_control_get_type):
6344         * impress/r_back.c: (_imp_fill_back):
6345         * properties/ev-properties-main.c:
6346         (ev_properties_plugin_register_type):
6347         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6348         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6349         (ev_view_accessible_factory_get_type):
6350
6351         Reduce relocations. Bug #360616.
6352
6353 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * backend/ev-document-factory.c:
6356         (ev_document_factory_get_document):
6357         
6358         Load document even if extension is wrong.
6359
6360 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-metadata-manager.c: (save_values):
6363         * shell/ev-window.c: (setup_size_from_metadata),
6364         (setup_view_from_metadata), (ev_window_setup_document),
6365         (ev_window_xfer_job_cb), (window_configure_event_cb):
6366         
6367         Set size according to the document size/page size ratio.
6368         That should correct rather wierd behaviour of the previous
6369         commit.
6370
6371 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-window.c: (setup_view_from_metadata):
6374         
6375         Set size for new windows from previous window size.
6376         See bugs #354968 and #168450 for details. Thanks
6377         to Meik Hellmund.
6378
6379 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6380
6381         * djvu/djvu-links.c: (build_tree):
6382
6383         Fix memory leak.
6384
6385 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6388         
6389         Don't make sidebar close button insensitive. Fixes
6390         bug #357871.
6391
6392 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6393
6394         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6395         (ev_window_set_view_accels_sensitivity):
6396         
6397         Don't enable Slash on documents which don't support
6398         find. Fixes bug #358648.
6399
6400 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6401
6402         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6403         open dialog fall back to the current document uri if the
6404         filechooser hasn't been used before. Fixes bug #356980.
6405
6406 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6407
6408         * shell/ev-window.c: (ev_window_setup_recent), 
6409         (ev_window_get_recent_file_label):
6410
6411         Escape underscores in filenames of recent file items.
6412
6413 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * configure.ac:
6416         
6417         Bumped poppler requirements, really 0.5.3 is very 
6418         buggy, now we require 0.5.4.
6419
6420 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * djvu/Makefile.am:
6423         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6424         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6425         (djvu_document_document_links_iface_init):
6426         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6427         (number_from_string_10), (get_djvu_link_dest),
6428         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6429         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6430         (djvu_links_get_links), (djvu_links_find_link_dest),
6431         (djvu_links_get_links_model):
6432         * djvu/djvu-links.h:
6433         
6434         Add support for links and bookmarks in djvu documents. Thanks
6435         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6436         patch.
6437
6438 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6439
6440         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6441         
6442         Reopen should reload document. Fixes 
6443         bug 327951.
6444
6445 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * configure.ac:
6448         * data/Makefile.am:
6449         * data/evince-16.png:
6450         * data/evince-22.png:
6451         * data/evince.png:
6452         * data/evince.svg:
6453         * data/icons/16x16/Makefile.am:
6454         * data/icons/16x16/evince.png:
6455         * data/icons/22x22/Makefile.am:
6456         * data/icons/22x22/evince.png:
6457         * data/icons/48x48/Makefile.am:
6458         * data/icons/48x48/evince.png:
6459         * data/icons/Makefile.am:
6460         * data/icons/scalable/Makefile.am:
6461         * data/icons/scalable/evince.svg:
6462         
6463         Install icons with correct names. Fixes
6464         bug #354429.
6465
6466 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6467
6468         * shell/ev-view.c: (ev_view_button_release_event):
6469
6470         Don't open links with middle mouse button. Fixes bug #353649
6471
6472 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * NEWS:
6475         * configure.ac:
6476         
6477         Update for release 0.6.0
6478
6479 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6482         Implement Close named action. Patch by Carlos Garcia Campos.
6483
6484 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6485
6486         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6487         
6488         Don't clear link mapping on copy_job_to_job_info. Fixes
6489         bug 346168.
6490
6491 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/main.c: (main):
6494
6495         Revert my previous commit, gnome_program_init owns the option context.
6496         Fix another memory leak in main. Both caught by Christian Persch. 
6497
6498 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6499
6500         * shell/main.c: (main):
6501
6502         Fix memory leak.
6503
6504 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6507
6508         Fix crash when opening a pdf with password protection. 
6509
6510 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6511
6512         * pdf/ev-poppler.cc: (pdf_document_search_free):
6513
6514         Fix memory leak. 
6515
6516 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * backend/ev-document-factory.c:
6519         (ev_document_factory_get_document):
6520         * tiff/tiff-document.c: (tiff_document_finalize):
6521         
6522         More correct handling of document loading. Fixes
6523         bug #349043.
6524
6525 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6526
6527         * backend/ev-attachment.c: (ev_attachment_save):
6528
6529         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6530         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6531
6532 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6533         
6534         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6535         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6536
6537 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6538
6539         * shell/ev-sidebar-thumbnails.c:
6540
6541         Do not render thumbnails unless thumbnails page is active in the
6542         sidebar.
6543
6544 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6545
6546         * shell/ev-properties-dialog.c:
6547
6548         Fix dialogue spacing. Bug #351370.
6549
6550 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6551
6552         * configure.ac:
6553
6554         Use lowercase gettext catalog file names (evince.mo
6555         instead of Evince.mo)
6556
6557 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6558
6559         * shell/ev-sidebar-attachments.c:
6560
6561         GtkIconTheme is now screen safe too. Fixes bug #350878
6562
6563 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6564
6565         * shell/ev-window.c:
6566
6567         GtkRecent manager is now screen safe. Fixes bug #350145
6568
6569 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6570
6571         * shell/ev-sidebar.c: (ev_sidebar_init):
6572         
6573         Make sidebar close icon smaller. Fix for bug 350177.
6574         See also bugs 350176 and 165770.
6575
6576 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6577
6578         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6579
6580         Ignore zoom for xyz destinations when it's <= 1, keeping user
6581         preferences instead. Set correct sizing-mode for fith and fitv
6582         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6583
6584 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * NEWS:
6587         * configure.ac:
6588         
6589         Update for release 0.5.5
6590
6591 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6592         
6593         * shell/ev-window.c: (ev_window_cmd_escape)
6594
6595         Escape unfocus page entry. Fixes bug #345809.
6596
6597 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6598
6599         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6600         (build_tree), (pdf_document_links_get_links),
6601         (pdf_document_links_find_link_dest):
6602         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6603         (goto_xyz_dest):
6604
6605         Convert from PDF style coordinates to X style coordinates in the
6606         backend rather than in the view. Fixes bug #338440
6607
6608 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-window.c:
6611         
6612         Remove Ctrl+Shift+T shortcut for toolbars. See
6613         the bug #350098.
6614
6615 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6616
6617         * configure.ac:
6618
6619         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6620         of this. 
6621
6622 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6623
6624         * configure.ac:
6625         * cut-n-paste/Makefile.am:
6626         * data/evince-ui.xml:
6627         * shell/Makefile.am:
6628         * shell/ev-application.[ch]:
6629         * shell/ev-window.c:
6630
6631         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6632         #349273
6633
6634 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6635
6636         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6637         findbar code: s/help/search/
6638
6639 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6640
6641         * shell/ev-window.c: (setup_document_from_metadata),
6642         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6643         (setup_view_from_metadata):
6644         
6645         Fix memory leaks.
6646
6647 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6648
6649         * autogen.sh, configure.ac: 
6650         
6651         Update automake usage. See bug 349292.
6652
6653 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * shell/eggfindbar.c: (egg_find_bar_class_init),
6656         (entry_activate_callback), (egg_find_bar_init),
6657         (egg_find_bar_set_status_text):
6658         * shell/eggfindbar.h:
6659         
6660         Unify Evince findbar with Epiphany. Nice patch
6661         from Fabricio Silva <silva@crans.org> and
6662         Frederic Peters <fpeters@entrouvert.com>. See
6663         bug #339966 for details.
6664
6665 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * data/evince.desktop.in.in:
6668         
6669         Correct information for bugzilla. Thanks to
6670         Olaf Vitters, see bug #348855.
6671
6672 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6673
6674         * shell/ev-jobs.[ch]:
6675         * shell/ev-sidebar-links.c:
6676         * shell/ev-window.[ch]:
6677
6678         GtkPrintJob doesn't support print ranges or current page, so we export
6679         to a ps file now when printing ranges or current page.
6680
6681 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * pdf/ev-poppler.cc:
6684         * shell/ev-window.c: (do_action_named):
6685
6686         We should be more clear about bugzilla. See the
6687         poppler bug #7623.
6688
6689 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6690
6691         * configure.ac:
6692         * shell/Makefile.am:
6693         * shell/ev-job-queue.c:
6694         * shell/ev-jobs.[ch]:
6695         * shell/ev-sidebar-links.c:
6696         * shell/ev-window.[ch]:
6697         
6698         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6699         #348422
6700
6701 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6702
6703         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6704         * shell/ev-application-service.xml:
6705         * shell/ev-application.[ch]:
6706         * shell/ev-jobs.[ch]:
6707         * shell/ev-window.[ch]: (ev_window_run_preview):
6708         * shell/main.c: 
6709
6710         Add preview mode to use evince as a printing previewer. It also adds
6711         other command line options for fullscreen and presentation modes.
6712         Fixes bugs #347822, #317031
6713
6714 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * NEWS:
6717         * configure.ac:
6718         
6719         Update for release 0.5.4
6720
6721 2006-07-11  Bastien Nocera <hadess@hadess.net>
6722
6723         * Makefile.am:
6724         * backend/Makefile.am:
6725         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6726         * backend/ev-document-factory.h:
6727         * configure.ac:
6728         * impress/.cvsignore:
6729         * impress/Makefile.am:
6730         * impress/common.h:
6731         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6732         (imp_get_page), (imp_next_page), (imp_prev_page),
6733         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6734         * impress/f_oasis.c: (render_object), (render_page),
6735         (get_geometry), (_imp_oasis_load):
6736         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6737         (_imp_oo13_load):
6738         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6739         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6740         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6741         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6742         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6743         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6744         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6745         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6746         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6747         (iks_new_within), (iks_insert), (iks_insert_cdata),
6748         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6749         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6750         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6751         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6752         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6753         (iks_cdata), (iks_cdata_size), (iks_has_children),
6754         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6755         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6756         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6757         (iks_tree), (iks_load), (iks_save):
6758         * impress/iksemel.h:
6759         * impress/imposter.h:
6760         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6761         (imp_render_draw_bezier_real), (imp_render_get_size),
6762         (imp_render_set_fg_color), (imp_render_draw_line),
6763         (imp_render_draw_rect), (imp_render_draw_polygon),
6764         (imp_render_draw_arc), (imp_render_draw_bezier),
6765         (imp_render_open_image), (imp_render_get_image_size),
6766         (imp_render_scale_image), (imp_render_draw_image),
6767         (imp_render_close_image), (imp_render_markup),
6768         (imp_render_get_text_size), (imp_render_draw_text),
6769         (impress_document_load), (impress_document_save),
6770         (impress_document_get_n_pages), (impress_document_get_page_size),
6771         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6772         (impress_document_finalize), (impress_document_class_init),
6773         (impress_document_can_get_text), (impress_document_get_info),
6774         (impress_document_document_iface_init),
6775         (impress_document_thumbnails_get_thumbnail),
6776         (impress_document_thumbnails_get_dimensions),
6777         (impress_document_document_thumbnails_iface_init),
6778         (impress_document_init):
6779         * impress/impress-document.h:
6780         * impress/internal.h:
6781         * impress/r_back.c: (_imp_fill_back):
6782         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6783         (_imp_draw_image), (_imp_tile_image):
6784         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6785         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6786         (r_polyline):
6787         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6788         (r_draw_gradient_complex), (r_draw_gradient):
6789         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6790         (r_get_bullet):
6791         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6792         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6793         (r_text):
6794         * impress/render.c: (imp_create_context), (imp_context_set_page),
6795         (imp_context_set_step), (imp_render), (imp_delete_context):
6796         * impress/render.h:
6797         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6798         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6799         (zip_load_xml), (zip_get_size), (zip_load):
6800         * impress/zip.h:
6801         * shell/ev-utils.c:
6802         
6803         New backend to support impress slides. Fixes bug #30867.
6804
6805 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6806
6807         * shell/ev-utils.c: (using_postscript_printer):
6808         
6809         Fixes crash when print using PAPI backend,
6810         bug #345012.
6811
6812 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6813
6814         * shell/ev-jobs.c: (ev_job_xfer_run):
6815         * shell/ev-window.c: (password_dialog_response),
6816         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6817         (ev_window_dispose):
6818         Fixes bug #344160: if the xfer job doesn't complete
6819         because a password is required, reload the existing
6820         instance instead of creating a new one.
6821
6822 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6823
6824         * shell/main.c: (main): Call gdk_threads_init. Thus
6825         we'll avoid errors in auth dialog. Fix for the bug
6826         #343347.
6827
6828 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6829
6830         * configure.ac: Advertise pixbuf support, fix
6831         for the bug 343317.
6832
6833 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6834
6835         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6836         (ev_sidebar_thumbnails_set_document):
6837         
6838         Update sidebar thumbnails after reloading.
6839
6840 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6843         * shell/ev-jobs.h:
6844         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6845         (ev_window_cmd_view_reload), (ev_window_init):
6846         
6847         Don't crash on reload. Fix for the bug #343167.
6848
6849 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6850
6851         * shell/ev-jobs.c: (ev_job_render_run):
6852         
6853         Check for document links.
6854
6855 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6856
6857         * backend/ev-attachment.c: (ev_attachment_save),
6858         (ev_attachment_launch_app), (ev_attachment_open):
6859         * backend/ev-document-factory.c: (get_document_from_uri):
6860         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6861         (egg_recent_view_uimanager_set_list):
6862         * ps/ps-document.c: (check_filecompressed), (document_load),
6863         (ps_document_load):
6864         * shell/ev-metadata-manager.c: (load_values):
6865         * shell/ev-password.c: (ev_password_dialog_set_property):
6866         * shell/ev-view.c: (tip_from_link):
6867         * shell/ev-window.c: (file_save_dialog_response_cb),
6868         (ev_window_print_dialog_response_cb):
6869         
6870         Use consistent quoting style. Fix for the bug #320285.
6871
6872 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * shell/ev-jobs.c: (ev_job_xfer_run):
6875         * shell/main.c: (load_files):
6876                 
6877         Open links with anchors. Fix for the bug #339836.
6878
6879 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6880
6881         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6882         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6883         (ev_link_dest_set_property), (ev_link_dest_finalize),
6884         (ev_link_dest_class_init), (ev_link_dest_new_named),
6885         (ev_link_dest_new_page_label):
6886         * backend/ev-link-dest.h:
6887         * shell/ev-application.c: (ev_application_open_uri):
6888         * shell/ev-view.c: (goto_dest):
6889         * shell/ev-window.c:
6890         * shell/ev-window.h:
6891         
6892         Fix page-label command line option. Bug #342070.
6893
6894 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6895
6896         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6897         
6898         Don't show highlight rects if page can't be showed. Fix for 
6899         the bug #342076
6900
6901 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6902
6903         * shell/ev-window.c: (setup_sidebar_from_metadata),
6904         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6905         
6906         Setup sidebar from metadata even if there is no document
6907         loaded. Fix for the bug #342807.
6908
6909 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6910
6911         * cut-n-paste/toolbar-editor/Makefile.am:
6912         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6913         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6914         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6915         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6916         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6917         (popup_context_menu_cb), (button_press_event_cb),
6918         (configure_item_sensitivity), (configure_item_cursor),
6919         (configure_item_tooltip), (connect_widget_signals),
6920         (action_sensitive_cb), (create_item_from_action),
6921         (create_item_from_position), (toolbar_drag_data_received_cb),
6922         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6923         (toolbar_drag_leave_cb), (configure_drag_dest),
6924         (toggled_visibility_cb), (toolbar_visibility_refresh),
6925         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6926         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6927         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6928         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6929         (egg_editable_toolbar_dispose),
6930         (egg_editable_toolbar_set_ui_manager),
6931         (egg_editable_toolbar_get_selected),
6932         (egg_editable_toolbar_set_selected), (set_edit_mode),
6933         (egg_editable_toolbar_set_property),
6934         (egg_editable_toolbar_get_property),
6935         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6936         (egg_editable_toolbar_new_with_model),
6937         (egg_editable_toolbar_get_edit_mode),
6938         (egg_editable_toolbar_set_edit_mode),
6939         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6940         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6941         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6942         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6943         (item_added_or_removed_cb), (toolbar_removed_cb),
6944         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6945         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6946         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6947         (editor_create_item_from_name), (append_table),
6948         (update_editor_sheet), (egg_toolbar_editor_init):
6949         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6950         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6951         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6952         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6953         (toolbar_node_free), (egg_toolbars_model_get_flags),
6954         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6955         (egg_toolbars_model_get_name), (impl_add_item),
6956         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6957         (parse_data_list), (parse_item_list), (parse_toolbars),
6958         (egg_toolbars_model_load_toolbars), (parse_available_list),
6959         (parse_names), (egg_toolbars_model_load_names),
6960         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6961         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6962         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6963         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6964         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6965         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6966         (egg_toolbars_model_set_types), (fill_avail_array),
6967         (egg_toolbars_model_get_name_avail),
6968         (egg_toolbars_model_get_name_flags),
6969         (egg_toolbars_model_set_name_flags):
6970         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6971         * cut-n-paste/toolbar-editor/eggintl.h:
6972         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6973         (egg_tree_multi_drag_source_get_type),
6974         (egg_tree_multi_drag_source_row_draggable),
6975         (egg_tree_multi_drag_source_drag_data_delete),
6976         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6977         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6978         (path_list_free), (set_context_data), (get_context_data),
6979         (get_info), (egg_tree_multi_drag_drag_data_get),
6980         (egg_tree_multi_drag_motion_event),
6981         (egg_tree_multi_drag_button_press_event),
6982         (egg_tree_multi_drag_add_drag_support):
6983         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6984         * shell/ev-application.c: (ev_application_init),
6985         (ev_application_save_toolbars_model):
6986         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6987         (ev_window_cmd_edit_toolbar), (ev_window_init):
6988         
6989         Sync toolbareditor with epiphany and libegg
6990
6991 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6992
6993         * configure.ac: 
6994
6995         Depend on poppler 0.5.2
6996
6997 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6998
6999         * shell/ev-jobs.c: (ev_job_render_run):
7000         
7001         Check if document supports links iterface.
7002
7003 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7004
7005         * NEWS:
7006         * configure.ac:
7007         
7008         Update for release 0.5.3
7009
7010 2006-05-13  Michael Plump  <plumpy@skylab.org>
7011
7012         * configure.ac:
7013         * shell/Makefile.am:
7014         * shell/main.c: (main):
7015         
7016         Port to GOption command line parsing. Fix for the 
7017         bug #327518
7018
7019 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * shell/ev-window.c: (ev_window_cmd_help_about):
7022         
7023         Do not wrap license. Fix for the bug #309460.
7024
7025 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * configure.ac:
7028         * properties/ev-properties-main.c: (ev_properties_get_pages):
7029         * shell/ev-application.c: (ev_application_open_window),
7030         (ev_application_open_uri_at_dest):
7031         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7032         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7033         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7034         * shell/ev-utils.c: (save_print_config_to_file):
7035         * shell/ev-window.c: (ev_window_cmd_save_as),
7036         (ev_attachment_popup_cmd_save_attachment_as):
7037         * shell/main.c: (load_files_remote):
7038         
7039         Bump requirements to gtk 2.8 and drop all ifdefs used.
7040
7041 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7044         * shell/ev-window.c: (ev_window_init):
7045         
7046         Show attachments page.
7047
7048 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * po/POTFILES.in:
7051         * shell/ev-attachment-bar.c:
7052         * shell/ev-attachment-bar.h:
7053         * shell/ev-sidebar-attachments.c:
7054         (ev_sidebar_attachments_icon_cache_add),
7055         (icon_theme_get_pixbuf_from_mime_type),
7056         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7057         (ev_sidebar_attachments_icon_cache_refresh),
7058         (ev_sidebar_attachments_get_attachment_at_pos),
7059         (ev_sidebar_attachments_popup_menu_show),
7060         (ev_sidebar_attachments_popup_menu),
7061         (ev_sidebar_attachments_button_press),
7062         (ev_sidebar_attachments_update_icons),
7063         (ev_sidebar_attachments_drag_data_get),
7064         (ev_sidebar_attachments_get_property),
7065         (ev_sidebar_attachments_destroy),
7066         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7067         (ev_sidebar_attachments_new),
7068         (ev_sidebar_attachments_set_document),
7069         (ev_sidebar_attachments_support_document),
7070         (ev_sidebar_attachments_get_label),
7071         (ev_sidebar_attachments_page_iface_init):
7072         * shell/ev-sidebar-attachments.h:
7073         * shell/ev-window.c: (update_chrome_visibility),
7074         (setup_sidebar_from_metadata), (ev_window_setup_document),
7075         (ev_window_sidebar_current_page_changed_cb),
7076         (attachment_bar_menu_popup_cb), (ev_window_init):
7077         
7078         Move attachments bar to sidebar.
7079
7080 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7081
7082         * pdf/ev-poppler.cc:
7083         * shell/ev-application.[ch]:
7084         * shell/main.c:
7085
7086         Fix some memory leaks.
7087
7088 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7089
7090         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7091
7092         Change the properties dialog response to
7093         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7094         will make the dialog go away when the user presses
7095         enter. With gtk+ >= 2.9 this will happen anyway, but for
7096         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7097         escape by default. Fixes bug #340539. See also bug
7098         #101293 for the gtk+ part.
7099
7100 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7101
7102         * shell/ev-view.c (tip_from_action_named): Replace some strings
7103         that were wrong. Closes #340970.
7104
7105 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7106
7107         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7108
7109         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7110         #341049
7111
7112 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * djvu/Makefile.am:
7115         * dvi/Makefile.am:
7116         * dvi/mdvi-lib/Makefile.am:
7117         * properties/Makefile.am:
7118         * ps/Makefile.am:
7119         * shell/Makefile.am:
7120         * thumbnailer/Makefile.am:
7121         
7122         Due to broken libtool that is unable to track dependencies
7123         of noinst libraries we are forced to explicitely point
7124         libraries for binary. Fix for the bug #333334.
7125
7126 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * data/evince.desktop.in.in:
7129         * shell/ev-view.c: (view_update_range_and_current_page),
7130         (ev_view_next_page), (ev_view_previous_page):
7131         * shell/ev-window.c: (update_chrome_visibility),
7132         (setup_sidebar_from_metadata), (ev_window_setup_document),
7133         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7134         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7135         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7136         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7137         (ev_window_stop_presentation), (ev_window_focus_in_event),
7138         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7139         (ev_window_init):
7140         * thumbnailer/Makefile.am:
7141         
7142         Update fullscreen and presentation timeout handling. Hide
7143         cursor in presentation after timeout. Fix for the bugs
7144         #136359 and #336981.
7145
7146 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7147
7148         * backend/ev-link-action.[ch]:
7149         * pdf/ev-poppler.cc: (ev_link_from_action):
7150         * shell/ev-view-private.h:
7151         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7152         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7153
7154         Add support for Named Action links
7155
7156 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7157
7158         * backend/Makefile.am:
7159         * backend/ev-document-links.[ch]:
7160         * backend/ev-document.[ch]:
7161         * backend/ev-link-action.[ch]:
7162         * backend/ev-link-dest.[ch]:
7163         * backend/ev-link.[ch]:
7164         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7165         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7166         * shell/ev-page-action.c: (build_new_tree_cb):
7167         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7168         (links_page_num_func), (update_page_callback):
7169         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7170         (tip_from_link):
7171         * shell/ev-jobs.c:
7172         * shell/ev-window.[ch]: (ev_window_open_uri),
7173         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7174         * shell/ev-application.[ch]: (ev_application_open_window),
7175         (ev_application_open_uri):
7176
7177         Rework links system, it adds support for remote links now and it makes
7178         easier to add new kinds of actions and destinations. Fixes bug #317292
7179
7180 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * data/Makefile.am:
7183         * data/evince.png:
7184         * data/evince-16.png:
7185         * data/evince-22.png:
7186         * data/evince.svg:
7187         * shell/main.c: (main):
7188         
7189         Evince use it's own icon. Fix for the bug #313392.
7190
7191         * shell/ev-window.c: (fullscreen_timeout_cb),
7192         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7193         (ev_window_cmd_help_about), (ev_window_dispose):
7194         
7195         Simplify fullscreen timeout code.
7196
7197 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7198
7199         * backend/ev-attachment.c: 
7200         * shell/ev-attachment-bar.c:
7201         * shell/ev-window.c:
7202
7203         Allow multiple selection of attachments
7204
7205 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * shell/ev-view.c: (view_update_range_and_current_page),
7208         (ev_view_scroll):
7209         
7210         Fix for the bug #312573 – Optimal selection of current 
7211         page among visible pages.
7212
7213 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * configure.ac:
7216         * djvu/Makefile.am:
7217         * djvu/djvu-text.h:
7218         
7219         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7220         for the bug 339868.
7221
7222 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7223
7224         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7225
7226 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7227
7228         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7229         dictated by the GNOME HIG. Fixes bug #339235.
7230
7231 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7232
7233         * data/evince-ui.xml:
7234         * shell/ev-view.c: (ev_view_can_find_previous):
7235         * shell/ev-view.h:
7236         * shell/ev-window.c: (ev_window_update_actions),
7237         (ev_window_cmd_edit_find_previous):
7238
7239         Add support for "Find Previous" as dictated by the GNOME HIG. A
7240         menu item is added and some glue code to make it all work is added
7241         to various files.
7242
7243 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7244
7245         * configure.ac: Award myself the "useless use of cat" award.
7246
7247 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7248
7249         * po/LINGUAS: New file listing all supported languages.
7250
7251         * configure.in: Use po/LINGUAS instead of including all languages
7252         directly in this file. See the wiki for more information:
7253         http://live.gnome.org/GnomeGoals/PoLinguas
7254
7255 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7256
7257         * backend/ev-document-factory.c:
7258
7259         Do not load the document twice when there isn't errors
7260
7261 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7262
7263         * backend/ev-attachment.c: 
7264
7265         Fix a crash when there isn't a default application to open an
7266         attachment
7267
7268 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7269
7270         * backend/ev-attachment.[ch]:
7271         * shell/ev-attachment-bar.[ch]:
7272
7273         Added missing files. 
7274
7275 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7276
7277         * backend/Makefile.am:
7278         * data/evince-ui.xml:
7279         * backend/ev-attachment.[ch]:
7280         * backend/ev-document.[ch]: (ev_document_has_attachments),
7281         (ev_document_get_attachments):
7282         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7283         (attachment_save_to_buffer), (pdf_document_get_attachments),
7284         (pdf_document_document_iface_init):
7285         * shell/Makefile.am:
7286         * shell/ev-attachment-bar.[ch]:
7287         * shell/ev-window.c:
7288
7289         Add support for PDF attachments. Fixes bug #325143
7290
7291 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * backend/ev-document-factory.c: (get_document_from_uri),
7294         (ev_document_factory_get_document):
7295         * backend/ev-document-factory.h:
7296         * properties/ev-properties-main.c: (ev_properties_get_pages):
7297         * shell/Makefile.am:
7298         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7299         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7300         (ev_job_queue_remove_job):
7301         * shell/ev-job-queue.h:
7302         * shell/ev-job-xfer.c:
7303         * shell/ev-job-xfer.h:
7304         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7305         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7306         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7307         (ev_job_xfer_run):
7308         * shell/ev-jobs.h:
7309         * shell/ev-window.c: (ev_window_is_empty),
7310         (password_dialog_response), (ev_window_clear_xfer_job),
7311         (ev_window_xfer_job_cb), (ev_window_open_uri),
7312         (ev_window_cmd_focus_page_selector),
7313         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7314         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7315         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7316         (ev_window_dispose):
7317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7318         
7319         * Cleanup mime type detection on document load. Fix for the
7320         bug #336448.
7321
7322 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7325         
7326         Fix crash on exit, described in the bug #336825.
7327
7328 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7329
7330         * backend/ev-document-factory.c:
7331         (ev_document_factory_get_from_mime),
7332         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7333         (ev_document_factory_get_document),
7334         (file_filter_add_mime_list_and_free),
7335         (ev_document_factory_add_filters):
7336         * backend/ev-document-factory.h:
7337         * properties/ev-properties-main.c: (ev_properties_get_pages):
7338         * shell/Makefile.am:
7339         * shell/ev-application.c:
7340         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7341         * shell/ev-window.c: (ev_window_cmd_file_open),
7342         (ev_window_cmd_save_as):
7343         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7344         
7345         Rework factory functions so they are placed now in a single 
7346         file ev-document-factory.c
7347
7348 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7349
7350         * shell/ev-window.c: (update_chrome_visibility):
7351         
7352         Fix for the bug 166566 - don't show menubar in fullscreen
7353         mode.
7354
7355 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7356
7357         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7358
7359 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * shell/ev-view.c: (ev_view_expose_event):
7362         
7363         More correctly draw loading text when document
7364         is empty.
7365
7366 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-view.c: (ev_view_scroll):
7369         
7370         Fix for the bug #334854, page down and page up switch
7371         pages in presentation mode.
7372
7373 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-window.c: (ev_window_set_action_sensitive),
7376         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7377         (ev_window_set_view_accels_sensitivity),
7378         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7379         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7380         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7381         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7382         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7383         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7384         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7385         (view_actions_focus_in_cb), (ev_window_init):
7386         
7387         Fix for the bug #333902, now it's possible to search
7388         words with slash.
7389
7390 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7391
7392         * configure.ac: Added Breton translation.
7393         * po/br.po: Added Breton translation.
7394
7395 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7396
7397         * shell/ev-window-title (ev_window_title_update):
7398
7399         Fix memory leak in window title. Fixes bug #333944
7400
7401 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7402
7403         * shell/ev-metadata-manager.c (parseItem):
7404
7405         Fix memory leaks. Fixes bug #333945
7406
7407 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7408         
7409         * NEWS, configure.ac, TODO:
7410         
7411         Update for release 0.5.2.
7412
7413 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * shell/ev-view.c: (view_update_range_and_current_page),
7416         (page_changed_cb):
7417         
7418         Don't jump on scrolling, fix for the bug #333127.
7419
7420 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7423         
7424         Scroll by one page in presentation mode. Fix for the bug
7425         #332993.
7426
7427 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7428
7429         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7430
7431 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7432
7433         * configure.ac  Added lv in ALL_LINGUAS line.
7434
7435 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7436         
7437         * NEWS, configure.ac:
7438         
7439         Update for release 0.5.1
7440
7441 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7442
7443         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7444         * backend/ev-document-misc.h:
7445         * shell/ev-view.c: (draw_one_page):
7446         
7447          Clairfy what page the toolbar page number applies to. Fix
7448          for the bug #328102.
7449
7450 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7451
7452         * shell/ev-view-private.h:
7453         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7454         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7455         (ev_view_search_changed):
7456         * shell/ev-view.h:
7457         * shell/ev-window.c: (find_bar_search_changed_cb):
7458         
7459         Dont't jump to find result if window was scrolled during search.
7460         Fix for the bug #313266.
7461
7462 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7463
7464         * shell/eggfindbar.c: (egg_find_bar_class_init):
7465         * shell/eggfindbar.h:
7466         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7467         * shell/ev-view-private.h:
7468         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7469         (ev_view_class_init), (ev_sizing_mode_get_type),
7470         (ev_scroll_type_get_type):
7471         * shell/ev-view.h:
7472         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7473         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7474         (ev_window_init):
7475         
7476         Fix for the bug 319133 - Find entry should allow text scroll.
7477
7478 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7479
7480         * shell/ev-view-private.h:
7481         * shell/ev-view.c: (view_update_range_and_current_page),
7482         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7483         (ev_view_set_document), (update_find_status_message),
7484         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7485         (ev_view_find_previous):
7486         
7487         Fix for the bug #319137. Search now takes account for scrolling.
7488
7489 2006-02-19  Michael Hofmann <mh21@piware.de>
7490
7491         * configure.ac:
7492         * djvu/Makefile.am:
7493         * djvu/djvu-document-private.h:
7494         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7495         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7496         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7497         (djvu_document_can_get_text), (djvu_document_get_text),
7498         (djvu_document_document_iface_init),
7499         (djvu_document_thumbnails_get_thumbnail),
7500         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7501         (djvu_document_find_get_result),
7502         (djvu_document_find_page_has_results),
7503         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7504         (djvu_document_find_iface_init):
7505         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7506         (djvu_text_page_selection), (djvu_text_page_limits_process),
7507         (djvu_text_page_limits), (djvu_text_page_copy),
7508         (djvu_text_page_position), (djvu_text_page_union),
7509         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7510         (djvu_text_page_box), (djvu_text_page_append_text),
7511         (djvu_text_page_search), (djvu_text_page_prepare_search),
7512         (djvu_text_page_new), (djvu_text_page_free):
7513         * djvu/djvu-text-page.h:
7514         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7515         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7516         (djvu_text_n_results), (djvu_text_has_results),
7517         (djvu_text_get_result), (djvu_text_get_progress):
7518         * djvu/djvu-text.h:
7519         
7520         Text search in djvu. Fix for the bug #303415.
7521
7522 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * configure.ac:
7525         * shell/ev-window.c: (ev_window_cmd_save_as):
7526         
7527         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7528         Thanks to Gary Coady <gary@lyranthe.org>
7529
7530 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531
7532         * shell/ev-print-job.c: (idle_print_handler):
7533         
7534         Inverse order printing, bug #320919.
7535
7536 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * data/evince-toolbar.xml:
7539         * shell/ev-window.c:
7540         
7541         Allow to add sidebar checkbutton on toolbar. Fix
7542         for the bug #144577.
7543
7544 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7545
7546         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7547         
7548         Add checks that have sense for empty ps document.
7549
7550 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7551
7552         * configure.ac: Include PS in mime types list. 
7553
7554 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7555
7556         * configure.ac:
7557         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7558         * ps/gsdefaults.h:
7559         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7560         
7561         Runtime check for gs interpreter. Fix for the bug #320868.
7562         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7563
7564 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7565
7566         * shell/ev-application.c: 
7567
7568         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7569         dbus>=0.60, so that the request is not queued. 
7570
7571 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * configure.ac:
7574         * shell/Makefile.am:
7575         * shell/ev-sidebar-links.c: (print_section_cb):
7576         * shell/ev-utils.c:
7577         * shell/ev-utils.h:
7578         * shell/ev-window.c: (update_action_sensitivity),
7579         (ev_window_close_dialogs), (ev_window_print):
7580         * shell/ev-window.h:
7581         
7582         Make printing support optional. Patch from Eduardo de Barros Lima
7583         <eduardo.lima@indt.org.br> for the bug #330546.
7584
7585 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * shell/ev-view-private.h:
7588         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7589         (ev_view_set_document):
7590         * shell/ev-view.h:
7591         * shell/ev-window.c: (ev_window_load_job_cb),
7592         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7593         (ev_window_init):
7594
7595         Draw Loading message during xfer job. Fix for the bug #329495.
7596
7597 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * comics/comics-document.c: (comics_regex_quote),
7600         (comics_document_load), (extract_argv):
7601         
7602         Correcly quote regexp before passing it to unzip.
7603
7604 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * shell/ev-page-cache.c: (build_height_to_page),
7607         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7608         (ev_page_cache_get_dual_even_left):
7609         * shell/ev-page-cache.h:
7610         * shell/ev-view.c: (view_update_range_and_current_page),
7611         (get_page_y_offset), (get_page_extents):
7612         
7613         Place even pages to the left if document has less then
7614         two pages. Fix for the bug #328856.
7615
7616 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7619         
7620         Correct comics scheme. This make evince create thumbnails
7621         for comic books. Fix for the bug 329088.
7622
7623 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7624
7625         * data/evince-password.glade: Don't explicitly set
7626         invisible_char to the current default value in case
7627         the default changes; let GTK+ do its magic.
7628
7629 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7632         real filename to tmp filename since often document
7633         type is determined by extension.
7634
7635 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7636
7637         * shell/ev-view.c: (add_scroll_binding_keypad),
7638         (ev_view_binding_activated), (ev_view_class_init):
7639         
7640         Add keybindings for percision-scrolling of display area. 
7641         Fix for the bug #314072.
7642
7643 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * data/evince.desktop.in.in:
7646         
7647         Add GTK to the list of categories. Fix for the bug #328034.
7648
7649 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * shell/ev-application.c: (ev_application_shutdown),
7652         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7653         * shell/ev-application.h:
7654         * shell/ev-window.c: (file_open_dialog_response_cb),
7655         (ev_window_cmd_file_open):
7656         
7657         Save last uri in file chooser dialog. Fix for the bug #327950.
7658
7659 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * NEWS:
7662         * README:
7663         
7664         Final update for release 0.5.0
7665         
7666         * shell/Makefile.am:
7667         
7668         Remove disable deprecated until we'll require libgnome-2.13.7
7669         and port to GOption argument parsing. See bug 327518.
7670
7671 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7672
7673         * comics/comics-document.c: (comics_document_save):
7674         * djvu/djvu-document.c: (djvu_document_save):
7675         * dvi/dvi-document.c: (dvi_document_save):
7676         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7677         * lib/ev-file-helpers.h:
7678         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7679         * tiff/tiff-document.c: (tiff_document_save):
7680         
7681         Use common save function for backends.
7682
7683 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7684
7685         * backend/ev-document-types.c:
7686         
7687         Fix crash on saving pixbuf.
7688
7689 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * cut-n-paste/recent-files/egg-recent-item.c:
7692         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7693         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7694         (parse_info_free), (valid_element), (start_element_handler),
7695         (end_element_handler), (text_handler), (egg_recent_model_filter),
7696         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7697         (egg_recent_model_monitor), (egg_recent_model_read),
7698         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7699         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7700         (egg_recent_model_set_property), (egg_recent_model_class_init),
7701         (egg_recent_model_init), (egg_recent_model_add_full),
7702         (egg_recent_model_delete), (egg_recent_model_get_list),
7703         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7704         (egg_recent_model_set_filter_mime_types),
7705         (egg_recent_model_clear_group_filter),
7706         (egg_recent_model_set_filter_groups),
7707         (egg_recent_model_clear_scheme_filter),
7708         (egg_recent_model_set_filter_uri_schemes),
7709         (egg_recent_model_remove_expired):
7710         * cut-n-paste/recent-files/egg-recent-util.c:
7711         (egg_recent_util_get_icon):
7712         * cut-n-paste/recent-files/egg-recent-util.h:
7713         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7714         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7715         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7716         (egg_recent_view_uimanager_set_property),
7717         (egg_recent_view_uimanager_get_property),
7718         (egg_recent_view_uimanager_class_init),
7719         (egg_recent_view_uimanager_init),
7720         (egg_recent_view_uimanager_set_label_width),
7721         (egg_recent_view_uimanager_get_label_width):
7722         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7727         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7728         
7729         Update from libegg.
7730
7731 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7732
7733         * shell/ev-page-cache.c: (build_height_to_page),
7734         (ev_page_cache_get_height_to_page):
7735         * shell/ev-page-cache.h:
7736         * shell/ev-view.c: (view_update_range_and_current_page),
7737         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7738         (ev_view_previous_page):
7739         
7740         Dual mode places even pages to the left. Fix for the bug #309393.
7741
7742         * shell/ev-view.h:
7743         * shell/ev-window.c: (update_action_sensitivity),
7744         (setup_view_from_metadata), (view_menu_popup_cb):
7745         
7746         Don't restore presentation in empty windows, more intelligent
7747         next page behaviour in dual mode.
7748
7749         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7750         (ev_pixbuf_cache_clear_job_sizes):
7751         
7752         Cleanup job callback on removal. Fix for the bug #325886.
7753
7754 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7755
7756         * ps/ps.c: (psscan):
7757         
7758         Commit workaround Mozilla problem. Fix for the bug #325919
7759         
7760         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7761         (save_item):
7762         
7763         Fix for year 2038 problem.
7764
7765 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7766
7767         * shell/ev-window.c: (setup_document_from_metadata),
7768         (ev_window_cmd_view_reload):
7769
7770         Clamp page recieved from metadata in valid values. Fix
7771         for the bug #325986.
7772
7773 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7774
7775         * MAINTAINERS: 
7776         Add MAINTAINERS as requested on desktop-devel-list.
7777
7778 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7781         (mime_type_supported_by_gdk_pixbuf),
7782         (ev_document_factory_get_mime_types),
7783         (ev_document_factory_get_all_mime_types):
7784         
7785         Don't add pixbuf mime types if pixbuf backend is disabled.
7786         
7787         * shell/ev-application.c: (ev_application_get_uri_window):
7788         
7789         Fix for the bug 325815 - unhandled MIME type message doesn't 
7790         appear a second time. 
7791         
7792         * shell/ev-document-types.c: (ev_document_types_add_filters):
7793         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7794         (password_dialog_response), (ev_window_popup_password_dialog),
7795         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7796         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7797         (ev_window_run_presentation), (ev_window_stop_presentation),
7798         (save_sizing_mode), (ev_window_zoom_changed_cb),
7799         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7800         (ev_window_dual_mode_changed_cb),
7801         (ev_window_sidebar_current_page_changed_cb),
7802         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7803         (window_state_event_cb), (window_configure_event_cb):
7804         
7805         Cleanup additional uris holded by EvWindow.
7806
7807 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7808
7809         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7810         (ev_view_can_previous_page), (ev_view_can_next_page):
7811         * shell/ev-view.h:
7812         * shell/ev-window.c: (update_action_sensitivity):
7813         
7814         Two page scrolling with Space and PageUp in dual mode. Second fix 
7815         for the bug #316608.
7816
7817 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7818
7819         * shell/ev-view.c: (scroll_to_current_page):
7820         
7821         Correctly clamp adjustment value. Fix for the bug
7822         #325808.
7823
7824 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * shell/ev-sidebar-links.c: (print_section_cb):
7827         * shell/ev-window.c: (ev_window_get_uri),
7828         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7829         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7830         (ev_window_dispose):
7831         
7832         Make print dialog non-modal. Fix for the bug #325622.
7833
7834 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * shell/ev-metadata-manager.c:
7837         * shell/ev-utils.c: (using_pdf_printer),
7838         (using_postscript_printer), (load_print_config_from_file),
7839         (save_print_config_to_file):
7840         * shell/ev-utils.h:
7841         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7842         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7843         (setup_view_from_metadata), (ev_window_setup_document),
7844         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7845         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7846         (ev_window_run_presentation), (ev_window_stop_presentation),
7847         (save_sizing_mode), (ev_window_zoom_changed_cb),
7848         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7849         (ev_window_dual_mode_changed_cb),
7850         (ev_window_sidebar_current_page_changed_cb),
7851         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7852         (window_state_event_cb), (window_configure_event_cb),
7853         (ev_window_init):
7854         
7855         Setting saving behaviour fixes.
7856
7857 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7858
7859         * configure.ac:
7860         
7861         Make antialiasing gs options better and allow
7862         to change them during configure. Fix for the 
7863         bug #319049.
7864
7865 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * shell/ev-window.c: (setup_view_from_metadata):
7868         
7869         Remember if last window was maximized. Fix for the
7870         bug #323797.
7871
7872 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7873
7874         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7875
7876 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7879         * shell/ev-page-action.c: (build_new_tree_cb):
7880         * shell/ev-sidebar-links.c: (links_page_num_func),
7881         (update_page_callback_foreach), (update_page_callback):
7882         * shell/ev-view.c: (scroll_to_current_page):
7883         
7884         Fix for the bug #325067 with more intelligent selection
7885         of current link in sidebar. Make sidebar handle links
7886         of FITR-like type more correctly.
7887
7888         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7889         (dvi_pixbuf_put_pixel):
7890         
7891         Fix memory consumtion with disabled alpha channel.
7892
7893 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * data/evince-ui.xml:
7896         * shell/ev-window.c: (view_menu_popup_cb),
7897         (ev_popup_cmd_open_link), (ev_window_init):
7898         
7899         Update context menu for internal links. Fix for the bug
7900         #325066.
7901
7902 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7905         
7906         Bind context menu to keyboard also. Fix for the bug
7907         #325065.
7908
7909 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * shell/ev-view.c: (selection_scroll_timeout_cb):
7912         
7913         Horizontal scroll on selection also.
7914
7915 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7916
7917         * shell/ev-metadata-manager.c: (parse_value):
7918         * shell/ev-view.c: (goto_xyz_link):
7919         
7920         Correct zoom setup and metadata save broken in 
7921         some locales.
7922
7923 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * shell/ev-view-private.h:
7926         * shell/ev-view.c: (scroll_to_current_page),
7927         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7928         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7929         (page_changed_cb), (ev_view_set_continuous),
7930         (ev_view_set_dual_page), (ev_view_set_presentation):
7931         
7932         Delay scroll until allocation to correctly position page. Fix
7933         for the bug #317334.
7934
7935 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * NEWS:
7938         * configure.ac:
7939         
7940         Update NEWS and require poppler 0.5.0.
7941
7942 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7943         
7944         * data/evince-ui.xml:
7945         * shell/ev-view-private.h:
7946         * shell/ev-view.c: (ev_view_get_link_at_location),
7947         (handle_link_over_xy), (ev_view_button_press_event),
7948         (ev_view_button_release_event), (ev_view_class_init):
7949         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7950         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7951         (ev_window_init):
7952         
7953         Implement right-click context menu.
7954
7955 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7956
7957         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7958         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7959         (mdvi_pixbuf_device_render):
7960         * pdf/ev-poppler.cc:
7961
7962         Don't generate thumbnails with alpha. See bug #324077.
7963         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7964
7965 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * shell/ev-window.c: (setup_chrome_from_metadata):
7968         
7969         Fix typo that was hiding toolbar.
7970
7971 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7972
7973         * shell/ev-view-private.h:
7974         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7975         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7976         (ev_view_button_release_event), (ev_view_destroy):
7977         
7978         Small cleanup and autoscrolling during selection. Thanks to 
7979         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7980
7981 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7982
7983         * configure.ac:
7984         
7985         Correctly check for comics option.
7986
7987 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7988         * Makefile.am:
7989         * configure.ac:
7990         * backend/Makefile.am:
7991         * backend/ev-document-factory.c:
7992         * shell/ev-document-types.c:
7993
7994         Included option in configure to make ps backend 
7995         compilation optional with --disable-ps.
7996
7997 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7998
7999         * backend/ev-document-factory.c:
8000         * comics/Makefile.am:
8001         * comics/comics-document.c: (comics_document_load):
8002         * comics/ev-cbr-mime.xml:
8003         * configure.ac:
8004         
8005         Comics mime types are added to shared-mime-info CVS. Now
8006         we don't need to install our own mime types.
8007
8008 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * shell/ev-window.c:
8011         
8012         Add shortcut for "save a copy" menu entry. Fix for
8013         the bug #324582.
8014
8015 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8016
8017         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8018         (job_finished_cb), (new_selection_pixbuf_needed),
8019         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8020         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8021         
8022         Rework selection job info logic and fix critical warning.
8023
8024 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8025
8026         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8027
8028 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8029
8030         * data/evince-ui.xml:
8031         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8032         
8033         Enter as shortcut key for next page. Fix for the bug
8034         #321394.
8035
8036 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8037
8038         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8039
8040 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8041
8042         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8043         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8044         (new_selection_pixbuf_needed),
8045         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8046         (clear_job_selection):
8047         
8048         Too early for 0.5. Pixbuf cache code cleaned a bit.
8049
8050 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * NEWS:
8053         * configure.ac:
8054         
8055         Release 0.5.0 preparation
8056
8057 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * comics/Makefile.am:
8060         * configure.ac:
8061         * shell/ev-document-types.c: (ev_document_types_add_filters):
8062         
8063         More advanced handling of custom mime type installation.
8064
8065 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * data/evince.schemas.in:
8068         * shell/ev-metadata-manager.c: (value_free),
8069         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8070         (ev_metadata_manager_get), (ev_metadata_manager_set):
8071         * shell/ev-metadata-manager.h:
8072         * shell/ev-window.c: (update_chrome_flag),
8073         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8074         (setup_document_from_metadata), (setup_chrome_from_metadata),
8075         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8076         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8077         (ev_window_view_toolbar_cb),
8078         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8079         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8080         
8081         Save last document settings and reuse them for new documents.
8082
8083 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * Makefile.am:
8086         * backend/Makefile.am:
8087         * backend/ev-document-factory.c:
8088         * backend/ev-document-factory.h:
8089         * comics/Makefile.am:
8090         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8091         (comics_document_load), (comics_document_save),
8092         (comics_document_get_n_pages), (comics_document_get_page_size),
8093         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8094         (comics_document_class_init), (comics_document_can_get_text),
8095         (comics_document_get_info), (comics_document_document_iface_init),
8096         (comics_document_init), (get_supported_image_extensions),
8097         (comics_document_thumbnails_get_geometry),
8098         (comics_document_thumbnails_get_thumbnail),
8099         (comics_document_thumbnails_get_dimensions),
8100         (comics_document_document_thumbnails_iface_init), (extract_argv):
8101         * comics/comics-document.h:
8102         * comics/ev-cbr-mime.xml:
8103         * configure.ac:
8104         * po/POTFILES.in:
8105         * shell/ev-application.c: (ev_application_register_service):
8106         * shell/ev-document-types.c: (ev_document_types_add_filters):
8107         * thumbnailer/Makefile.am:
8108         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8109         
8110         New CBR/CBZ backend for comic books.
8111
8112 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8113
8114         * shell/main.c: (load_files_remote):
8115
8116         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8117         warning on startup of second instance is fixed. It
8118         is bug #320353.
8119
8120 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8121
8122         * shell/ev-window.c: (ev_window_finalize):
8123         
8124         Fix double free that cause crash.
8125
8126 2005-10-29  Bastien Nocera <hadess@hadess.net>
8127
8128         * tiff/tiff-document.c: (tiff_document_load):
8129         
8130         Fix memory leak.
8131
8132 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * po/POTFILES.in:
8135         * shell/Makefile.am:
8136         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8137         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8138         (ev_view_accessible_get_text),
8139         (ev_view_accessible_get_character_at_offset),
8140         (ev_view_accessible_get_text_before_offset),
8141         (ev_view_accessible_get_text_at_offset),
8142         (ev_view_accessible_get_text_after_offset),
8143         (ev_view_accessible_get_character_count),
8144         (ev_view_accessible_get_caret_offset),
8145         (ev_view_accessible_set_caret_offset),
8146         (ev_view_accessible_get_run_attributes),
8147         (ev_view_accessible_get_default_attributes),
8148         (ev_view_accessible_get_character_extents),
8149         (ev_view_accessible_get_offset_at_point),
8150         (ev_view_accessible_get_n_selections),
8151         (ev_view_accessible_get_selection),
8152         (ev_view_accessible_add_selection),
8153         (ev_view_accessible_remove_selection),
8154         (ev_view_accessible_set_selection),
8155         (ev_view_accessible_text_iface_init),
8156         (ev_view_accessible_idle_do_action),
8157         (ev_view_accessible_action_do_action),
8158         (ev_view_accessible_action_get_n_actions),
8159         (ev_view_accessible_action_get_description),
8160         (ev_view_accessible_action_get_name),
8161         (ev_view_accessible_action_set_description),
8162         (ev_view_accessible_action_iface_init),
8163         (ev_view_accessible_get_type), (ev_view_accessible_new),
8164         (ev_view_accessible_factory_get_accessible_type),
8165         (ev_view_accessible_factory_create_accessible),
8166         (ev_view_accessible_factory_class_init),
8167         (ev_view_accessible_factory_get_type):
8168         * shell/ev-view-accessible.h:
8169         * shell/ev-view-private.h:
8170         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8171         * shell/ev-view.h:
8172         
8173         Initial accessibility support.
8174
8175 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8176
8177         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8178
8179 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8180
8181         * shell/ev-print-job.c: (idle_print_handler):
8182         
8183         Fix for bug Bug 318916: Printing multiple pages.
8184
8185 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8186
8187         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8188
8189 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * pdf/ev-poppler.cc:
8192         
8193         Thumnail dimensions unified with other backends.
8194         
8195         * shell/ev-window-title.c: (ev_window_title_update):
8196         
8197         Fix warning.
8198
8199 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * data/ev-stock-zoom-fit-width.png:
8202         
8203         Remove unused file.
8204
8205 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8206
8207         * configure.ac:
8208         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8209         (djvu_document_finalize):
8210         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8211         (dvi_document_finalize):
8212         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8213         (pixbuf_document_save), (pixbuf_document_finalize):
8214         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8215         (tiff_document_finalize):
8216         
8217         Save a copy implemented for various backends.
8218
8219 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8220
8221         * configure.ac:
8222         
8223         Don't link with ltiff if tiff is disabled.
8224
8225 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * pdf/GDKSplashOutputDev.cc:
8228         * pdf/GDKSplashOutputDev.h:
8229         * pdf/Thumb.cc:
8230         * pdf/Thumb.h:
8231         * pdf/pdf-document.cc:
8232         * pdf/pdf-document.h:
8233         * pdf/test-gdk-output-dev.cc:
8234         
8235         Remove old unused files.
8236
8237 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * shell/ev-window.c: (ev_window_setup_document):
8240         
8241         Fixed warnings on reload and probably crash reason.
8242
8243 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8244
8245         * properties/ev-properties-view.c:
8246         (ev_properties_view_format_date):
8247         
8248         Check if date is invalid. Fix for bug 318134.
8249
8250 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8251
8252         * shell/ev-window-title.c:
8253         
8254         Add .indd files (Adobe Indesign) to the list of "bad
8255         extensions".
8256
8257 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * data/evince-ui.xml:
8260         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8261         
8262         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8263
8264 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8265
8266         * shell/ev-window.c: (launch_link), (launch_external_uri),
8267         (view_external_link_cb):
8268
8269         URL-escape link before passing it to gnome_vfs_url_show.
8270
8271 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8272
8273         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8274         there isn't text selected.
8275
8276 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * shell/ev-view.c: (handle_link_over_xy):
8279
8280         Check tooltip is valid utf8 before showing it
8281
8282 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8283
8284         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8285
8286 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8287
8288         * shell/ev-window-title.c: (ev_window_title_update):
8289
8290         Guard against using g_strstrip on NULL. Fixes bug #317291.
8291
8292 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * pdf/ev-poppler.cc:
8295
8296         Show title even for unknown links
8297
8298 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * shell/ev-window-title.c: (ev_window_title_update):
8301
8302         Strip the title string
8303
8304 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * shell/ev-window-title.c:
8307
8308         Add .rtf to the bad extensions list
8309
8310 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8313         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8314
8315         Ignore link coordinates if they are outside page bounds
8316
8317 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8318
8319         * backend/ev-link.c: (ev_link_type_get_type),
8320         (ev_link_get_filename), (ev_link_get_params),
8321         (ev_link_get_property), (ev_link_set_property),
8322         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8323         * backend/ev-link.h:
8324         * pdf/ev-poppler.cc:
8325         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8326         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8327         (ev_window_init):
8328
8329         Implement launch links. Delegate external link opening to
8330         the window.
8331
8332 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8335         (ev_link_get_right), (ev_link_get_property),
8336         (ev_link_set_property), (ev_link_class_init),
8337         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8338         * backend/ev-link.h:
8339         * pdf/ev-poppler.cc:
8340         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8341
8342         Implement fitr links
8343
8344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8347         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8348         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8349         (ev_view_size_request_continuous),
8350         (ev_view_size_request_dual_page),
8351         (ev_view_size_request_single_page), (ev_view_size_allocate),
8352         (ev_view_zoom_for_size_continuous_and_dual_page),
8353         (ev_view_zoom_for_size_continuous),
8354         (ev_view_zoom_for_size_dual_page),
8355         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8356         (ev_sizing_mode_get_type):
8357         * shell/ev-view.h:
8358         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8359
8360         Do not use modes for link, we need to calculate size ad hoc.
8361         Still not perfect because of the usual scrollbar issues grrr.
8362
8363 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * backend/ev-link.c: (ev_link_type_get_type),
8366         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8367         * backend/ev-link.h:
8368         * pdf/ev-poppler.cc:
8369         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8370         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8371         (ev_view_size_request_continuous),
8372         (ev_view_size_request_dual_page),
8373         (ev_view_size_request_single_page), (ev_view_size_allocate),
8374         (zoom_for_size_fit_height),
8375         (ev_view_zoom_for_size_continuous_and_dual_page),
8376         (ev_view_zoom_for_size_continuous),
8377         (ev_view_zoom_for_size_dual_page),
8378         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8379         (ev_sizing_mode_get_type):
8380         * shell/ev-view.h:
8381         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8382
8383         Implement FIT_HEIGHT mode (only for links).
8384         Implement FITH links
8385
8386 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-window-title.c: (get_filename_from_uri),
8389         (ev_window_title_sanitize_extension), (ev_window_title_update),
8390         (ev_window_title_set_document), (ev_window_title_set_uri),
8391         (ev_window_title_free):
8392         * shell/ev-window-title.h:
8393         * shell/ev-window.c: (ev_window_setup_document),
8394         (ev_window_popup_password_dialog):
8395
8396         Refactor window title building while fixing it for
8397         password documents.
8398
8399 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8400
8401         * pdf/ev-poppler.cc:
8402
8403         Escape link title before setting it in the model
8404
8405 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * shell/ev-application.c: (removed_from_session), (save_session),
8408         (init_session), (ev_application_get_empty_window),
8409         (ev_application_init), (ev_application_get_windows):
8410         * shell/ev-application.h:
8411         * shell/ev-window.c: (ev_window_finalize):
8412
8413         Add a function to retrieve window list and share it where
8414         necessary.
8415         Implement session handling, works pretty well thanks to the
8416         metadata system.
8417
8418 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8419
8420         * shell/ev-password.c: (ev_password_item_created_callback),
8421         (ev_password_dialog_save_password):
8422         
8423         Fix for bug 316972. Use async gnome-keyring API.
8424
8425 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8426
8427         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8428         Remove unused unrealize handler. Add scroll handling to
8429         ev_view_scroll_event for presentation mode (bug #316708),
8430         and fix the event state checks there.
8431
8432 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * shell/ev-page-action.c: (page_changed_cb):
8435
8436         "marco, maybe we should be crazy and jump right to 6! :)"
8437
8438         Bryan Clark, Sep 2005
8439
8440 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * ps/ps-document.c: (save_document), (ps_document_save),
8443         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8444         (ps_document_ps_export_end):
8445
8446         Fix unstructured documents save and print
8447
8448 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * shell/ev-application.c: (ev_application_open_uri):
8451
8452         Fix window size persistance
8453
8454 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * shell/ev-view.c: (ev_view_button_release_event):
8457
8458         Based on a patch from carlosgc@gnome.org. Mouse buttons
8459         switch pages in presentation mode.
8460
8461 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8462
8463         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8464
8465         Dont cast to int before scaling
8466
8467 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * backend/ev-link.c: (ev_link_type_get_type),
8470         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8471         (ev_link_new_page_fith):
8472         * backend/ev-link.h:
8473         * pdf/ev-poppler.cc:
8474         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8475
8476         Implement FIT and FITH links
8477
8478 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * pdf/ev-poppler.cc:
8481
8482         Return 0 results when search is not in progress.
8483
8484         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8485         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8486
8487         Update menu sensitivity when cancelling search
8488
8489 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * shell/ev-view.c: (ev_view_can_find_next):
8492
8493         Take all pages in consideration, not just current one
8494
8495 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * shell/ev-page-cache.c:
8498         * shell/ev-page-cache.h:
8499         * shell/ev-view.c: (ev_view_binding_activated),
8500         (ev_view_next_page), (ev_view_previous_page),
8501         (ev_sizing_mode_get_type):
8502         * shell/ev-view.h:
8503         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8504         (ev_window_cmd_go_next_page):
8505
8506         Move page next/previous functions from page chace to
8507         view and change it to move by 2 page steps in dual mode.
8508
8509 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8510
8511         * shell/ev-window.c: (update_sidebar_visibility),
8512         (setup_sidebar_from_metadata), (ev_window_setup_document),
8513         (setup_view_from_metadata):
8514
8515         Show the index by default when there is one     
8516
8517 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * shell/ev-window-title.c: (ev_window_title_set_document):
8520
8521         Missing null check
8522
8523 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8524
8525         * shell/ev-view.c: (view_update_range_and_current_page):
8526         
8527         Allow display of last odd page in dual view. Fix for 316347.
8528
8529 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8530
8531         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8532         
8533         Make close button default. Fix for 316383.
8534
8535 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8538         
8539         Mark close button as default. Fix for 316381.
8540
8541 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * backend/ev-link.c: (ev_link_class_init):
8544
8545         Allow negative doubles in left/top properties
8546
8547 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * shell/ev-window.c:
8550
8551         Remove a bunch of strings that was used only
8552         by the statusbar.
8553
8554 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8555
8556         * shell/ev-window-title.c: (get_filename_from_uri),
8557         (ev_window_title_set_document):
8558
8559         When title has a confusing extension, show also
8560         the document filename inside ()
8561
8562 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8563
8564         * shell/Makefile.am:
8565         * shell/ev-window-title.c: (ev_window_title_new),
8566         (ev_window_title_update), (ev_window_title_set_type),
8567         (ev_window_title_set_document), (ev_window_title_free):
8568         * shell/ev-window-title.h:
8569         * shell/ev-window.c: (ev_window_setup_document),
8570         (password_dialog_response), (ev_window_popup_password_dialog),
8571         (ev_window_dispose), (ev_window_init):
8572
8573         Factor out and cleanup window title code
8574
8575 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8576
8577         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8578         (unable_to_load):
8579
8580         Make dialog transient so it doesnt block other windows
8581
8582 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8583
8584         * pdf/ev-poppler.cc:
8585         
8586         Fix pdf thumbnails rendering.
8587
8588 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8589
8590         * shell/ev-window.c: (fullscreen_set_timeout):
8591         
8592         Increase timeout to hide full screen popup. Bug 
8593         316123. 
8594
8595 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * data/evince.schemas.in:
8598         * shell/ev-window.c: (update_action_sensitivity):
8599
8600         Allow the user to override document restrictions. Fix for bug
8601         305818.
8602
8603 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8604
8605         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8606         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8607         (ev_window_class_init): Fix multihead behaviour of fullscreen
8608         toolbar popup. Fixes bug #315451.
8609
8610 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8611
8612         * configure.ac:
8613         * data/evince-password.glade:
8614         * shell/ev-password.c: (ev_password_dialog_set_property),
8615         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8616         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8617         (ev_password_dialog_entry_changed_cb),
8618         (ev_password_dialog_entry_activated_cb),
8619         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8620         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8621         (ev_password_dialog_set_bad_pass):
8622         * shell/ev-password.h:
8623         * shell/ev-window.c: (password_dialog_response),
8624         (ev_window_popup_password_dialog):
8625         
8626         Support for gnome-keyring for encrypted PDF's.
8627
8628 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8629
8630         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8631         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8632         (ev_view_enter_notify_event), (ev_view_class_init):
8633         
8634         More precise handling of enter_notify/leave_notify events
8635         in EvView. Fix for bug 315470.
8636
8637 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8638
8639         * shell/ev-window.c: (fullscreen_timeout_cb),
8640         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8641         (ev_window_dispose):
8642
8643         leak fix: unref fullscreen_timeout_source before clearing it
8644
8645 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8646
8647         * configure.ac, dvi/mdvi/Makefile.am: 
8648         
8649         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8650
8651 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8652
8653         * backend/ev-link.c: (ev_link_new_page_xyz):
8654         * pdf/ev-poppler.cc:
8655         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8656
8657         Fix some bugs with xyz links, respect zoom
8658
8659 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * shell/ev-window.c: (page_changed_cb),
8662         (setup_document_from_metadata), (update_sidebar_visibility),
8663         (setup_view_from_metadata), (ev_window_run_fullscreen),
8664         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8665         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8666         (ev_window_dual_mode_changed_cb),
8667         (ev_window_sidebar_current_page_changed_cb):
8668
8669         null check uri before setting and getting metadata
8670
8671 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * dvi/Makefile.am:
8674         * properties/Makefile.am:
8675         * shell/Makefile.am:
8676         * thumbnailer/Makefile.am:
8677
8678         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8679
8680 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8681
8682         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8683         (selection_changed_callback):
8684         * shell/ev-sidebar-links.h:
8685
8686         Add a signal for link activation.
8687
8688         * shell/ev-view.c: (ev_view_goto_link),
8689         (ev_view_button_release_event):
8690         * shell/ev-view.h:
8691         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8692         (ev_window_init):
8693
8694         Implement the signal so that we can handle all link types.
8695
8696         * shell/ev-page-cache.c:
8697
8698         Remove unused set_link function
8699
8700 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8703
8704         Add some space from the cursor, hardcoded but I couldnt
8705         find a better way.
8706
8707 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * lib/ev-tooltip.c:
8710
8711         Use mozilla style vs gtk style, way better for links.
8712
8713         * shell/ev-view.c: (ev_view_motion_notify_event),
8714         (ev_view_destroy), (ev_view_init):
8715
8716         Deactive tooltip when the link hovered is changed.
8717
8718 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8719
8720         * backend/ev-document.h:
8721         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8722         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8723         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8724         (ev_link_new_page), (ev_link_new_page_xyz):
8725         * backend/ev-link.h:
8726         * pdf/ev-poppler.cc:
8727         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8728         (go_to_link), (tip_from_link):
8729
8730         Implement xyz links, still not functional. Links are a total
8731         mess, will need to refactor and bugfix a lot :(
8732
8733 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8734
8735         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8736
8737 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8738
8739         * data/evince-ui.xml:
8740         * data/evince.schemas.in:
8741         * shell/Makefile.am:
8742         * shell/ev-window.c: (update_chrome_visibility),
8743         (password_dialog_response), (ev_window_load_job_cb),
8744         (ev_window_xfer_job_cb), (ev_window_open_uri),
8745         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8746         (ev_window_init):
8747
8748         Remove the statusbar. This regress loading feedback, need to
8749         check with Bryan what we want to do there...
8750
8751 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * lib/ev-tooltip.c: (ev_tooltip_init):
8754
8755         Fix tooltip border and size handling
8756
8757 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8758
8759         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8760         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8761         (ev_tooltip_timeout), (ev_tooltip_activate),
8762         (ev_tooltip_deactivate):
8763         * lib/ev-tooltip.h:
8764         * shell/ev-view.c: (ev_view_motion_notify_event):
8765
8766         Delay popup showing. Mirror gtk logic/times.
8767
8768 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * lib/Makefile.am:
8771         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8772         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8773         (ev_tooltip_set_text), (ev_tooltip_set_position):
8774         * lib/ev-tooltip.h:
8775
8776         Simple widget to show tooltips at a custom position
8777
8778         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8779         (ev_view_destroy):
8780
8781         Use it for links. First go, needs work
8782
8783 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8784
8785         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8786         HIG fixes.  Use title capitalization for window title. Use 12 
8787         pixels of space between the dialog's vbox and action area.
8788
8789 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8790
8791         * shell/ev-window.c: (file_open_dialog_response_cb),
8792         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8793         (ev_window_cmd_save_as):
8794
8795         Make file pickers not modal and refactor code some
8796
8797 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-sidebar.h:
8800         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8801         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8802         (ev_sidebar_class_init), (ev_sidebar_select_page),
8803         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8804         (ev_sidebar_set_page):
8805
8806         Add a current page property and allow to get/set it
8807
8808         * shell/ev-window.c: (setup_view_from_metadata),
8809         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8810
8811         Persist current sidebar page per document
8812
8813 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8814
8815         * data/evince.schemas.in:
8816         * shell/ev-window.c: (update_chrome_visibility),
8817         (setup_document_from_metadata), (update_sidebar_visibility),
8818         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8819         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8820         (ev_window_run_presentation), (ev_window_stop_presentation),
8821         (ev_window_view_sidebar_cb),
8822         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8823         (load_chrome), (ev_window_init):
8824
8825         Persist size/visibility of sidebar per document
8826
8827 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8828
8829         * shell/ev-view.c (draw_loading_text): Draw loading text.
8830
8831 2005-09-02  Dan Damian  <dand@gnome.ro>
8832
8833         * configure.in: Added "ro" to ALL_LINGUAS.
8834
8835 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8836
8837         * shell/ev-view.c: (clear_caches):
8838
8839         ev_page_cache_get doesnt return a reference,
8840         dont try to unref it.
8841
8842 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8843
8844         * shell/main.c: (load_files_remote):
8845
8846         Fix timestamp parameter with dbus <= 0.33
8847
8848 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * data/evince.schemas.in:
8851
8852         Add missing full stop
8853
8854 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8855
8856         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8857         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8858
8859         Plug some memory leaks
8860
8861 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8862
8863         * configure.ac:
8864         * lib/ev-debug.c: (trap_handler):
8865
8866         Check for execinfo.h and use it only if it exists.
8867         Ported from Epiphany (bug #314776).
8868
8869 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8870
8871         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8872
8873 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8874
8875         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8876         * po/id.po      : Added Indonesian translation
8877
8878 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * shell/main.c:
8881         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8882         * NEWS: Release 0.4.0
8883
8884 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8885
8886         * configure.ac: catch another gtk+-2.8ism
8887         * shell/main.c: Make work with gtk+-2.6
8888
8889 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8890
8891         * shell/ev-application-service.xml: Add 'timestamp' argument to
8892           ev_application_open_window and ev_application_open_uri methods.
8893
8894         * shell/ev-application.h: Add 'timestamp' argument to
8895           ev_application_open_window, ev_application_open_uri,
8896           and ev_application_open_uri_list functions.
8897
8898         * shell/ev-application.c (ev_application_open_window,
8899           ev_application_open_uri, ev_application_open_uri_list): Change
8900           functions that show/present windows to use a timestamp if one
8901           is passed in.
8902
8903         * shell/ev-window.c (ev_window_cmd_file_open,
8904           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8905         * shell/main.c (load_files): Modify calls to ev_application to
8906           include GDK_CURRENT_TIME as timestamp.
8907
8908         * shell/main.c (load_files_remote): Obtain timestamp for client
8909           instance from GDK and pass to server instance so new windows are
8910           focused properly.  Fix dbus_g_proxy_call() calls by including second
8911           G_TYPE_INVALID.
8912           
8913         Closes bug #314475.
8914
8915 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8916
8917         * shell/ev-window.c (ev_window_finalize): Check for
8918         avail. EvWindows when quiting to handle the finalize better,
8919         #314497
8920
8921 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8922         
8923         * properties/ev-properties-view.c: 
8924         
8925         Set textdomain to libglade. Fixes translation problem in property page.
8926
8927 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8928
8929         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8930         * dvi/Makefile.am:
8931         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8932         * dvi/mdvi-lib/Makefile.am:
8933         
8934         Fix rotation of thumbnails, ported to new API. Moved library
8935         dependencies earlier, probably it will fix linkage problem.
8936
8937 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8938
8939         * backend/ev-document-misc.c:
8940         (ev_document_misc_get_thumbnail_frame):
8941         * backend/ev-document-misc.h:
8942         * configure.ac:
8943         * pdf/ev-poppler.cc:
8944         * shell/Makefile.am:
8945         * shell/ev-sidebar-thumbnails.c: (add_range),
8946         (ev_sidebar_thumbnails_set_loading_icon),
8947         (ev_sidebar_thumbnails_refresh),
8948         (ev_sidebar_thumbnails_set_document):
8949         * shell/ev-sidebar-thumbnails.h:
8950         * shell/ev-view.c: (ev_view_motion_notify_event),
8951         (ev_view_set_property), (ev_view_get_property),
8952         (ev_view_class_init), (ev_view_set_rotation):
8953         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8954         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8955         (ev_window_init):
8956         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8957         Redo rotation (again).  prepare for 0.4.0
8958
8959 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8960
8961         * configure.ac: Bump poppler requirement to 0.4.1.
8962
8963         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8964         argument to poppler_page_render_selection() call.
8965
8966 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8967
8968         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8969         (djvu_document_thumbnails_get_thumbnail):
8970         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8971         (dvi_document_thumbnails_get_thumbnail):
8972         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8973         (pixbuf_document_thumbnails_get_thumbnail):
8974         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8975         
8976         Update rotation direction of backends to fit with pdf and ps.
8977
8978 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8981         * backend/ev-async-renderer.h:
8982         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8983         (setup_page), (ps_document_get_page_size),
8984         (ps_async_renderer_render_pixbuf):
8985         * ps/ps-document.h:
8986         * shell/ev-jobs.c: (ev_job_render_run):
8987
8988         Fix orientation in the postscript document
8989
8990 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8991
8992         * pdf/ev-poppler.cc:
8993         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8994         * shell/ev-view.c: (highlight_find_results):
8995
8996         Adapt to the new poppler rotation API. Fix text maps on landscape
8997         documents.
8998
8999 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * shell/ev-view.c (compute_new_selection_text): get the correct
9002         region when selecting in modes other than continuous.
9003
9004 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/main.c (main): remove redundant g_warnings.
9007
9008 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9009
9010         * shell/Makefile.am: Don't include autogenerated
9011         file ev-application-service.h into distribution, since
9012         it causes dbus crash. Fix for bugs 313724 and 313443. 
9013
9014 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9015
9016         * configure.ac: Fix sed expression for FreeBSD. Thanks
9017         to Joe Marcus Clark <marcus@freebsd.org>
9018         
9019         * shell/eggfindbar.c: (entry_activate_callback),
9020         (entry_changed_callback), (egg_find_bar_init),
9021         (egg_find_bar_set_search_string):
9022         
9023         Made findbar buttons unsensitive if there is no text in
9024         entry. Fix for the bug 313285.
9025
9026 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9027
9028         * ps/ps-document.c: Use g_filename_display_name for displaying
9029         filenames and revert string freeze breackage
9030
9031 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * NEWS:
9034         * configure.ac:
9035
9036         Update for 0.3.4
9037
9038         * shell/Makefile.am:
9039
9040         Add ev-application-service.xml to extra dist
9041
9042         * shell/ev-view.c: (find_page_at_location):
9043
9044         Remove unused function (fix warning)
9045
9046 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9047
9048         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9049         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9050         
9051         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9052         bug 313623.
9053
9054 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9055
9056         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9057         * shell/ev-window.c:
9058         Fix build warnings
9059
9060 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9061
9062         * configure.ac: Update script to get dbus version.
9063         Fix for the bug #313443.
9064
9065 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9066
9067         * shell/ev-window.c: (ev_window_cmd_escape):
9068         
9069         Return focus back to view on escape. Fix for bug 313295.
9070
9071 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9072
9073         * shell/ev-window.c: (update_window_title),
9074         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9075         (ev_window_cmd_save_as):
9076         
9077         Correct conversion from uri to displayable string. Fix for
9078         bug 313296.
9079
9080 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9081
9082         * ps/ps-document.c: convert filename to utf8 when there is an error
9083         loading document. Fixes #309915
9084
9085 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * configure.ac:
9088
9089         We depend on poppler 0.4.0
9090
9091 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9092
9093         * configure.ac:
9094         * NEWS: Release 0.3.3.
9095         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9096
9097 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9098
9099         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9100         add a couple missing mnemonics to menu items, use title 
9101         capitalization for menu items and window titles, and add 
9102         ellipsis to open menu item.     
9103
9104 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * pdf/ev-poppler.cc:
9107         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9108         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9109         (ev_view_get_rotation):
9110         * shell/ev-view.h:
9111         * shell/ev-window.c: (setup_view_from_metadata),
9112         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9113         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9114         disk.
9115
9116 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9117
9118         * configure.ac: Added tr to ALL_LINGUAS
9119
9120 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9121
9122         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9123         requires several clicks to find word. Thanks to 
9124         Colin Slater <kiltedtaco@gmail.com>.
9125
9126 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9127
9128         * data/evince.desktop.in.in: Hide menu entry and
9129         rename it to "Document Viewer". Fix for bug 
9130         #312399.
9131
9132 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9133
9134         * shell/ev-page-action.c (ev_page_action_class_init): 
9135
9136         Point to the correct function in constructor of the
9137         activate_label signal
9138
9139 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9142         * shell/ev-jobs.h: Make thread safe.
9143
9144 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9145
9146         * shell/ev-view.c: (view_update_range_and_current_page):
9147         Don't update page range if we are scrolling to some document
9148         point.
9149
9150 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9151
9152         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9153         when getting max_page_width, fix drawing in dual mode.
9154
9155 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9156
9157         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9158         getting the area for select_all.
9159
9160 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9161
9162         * backend/ev-selection.c: (ev_selection_render_selection):
9163         * backend/ev-selection.h:
9164         * pdf/ev-poppler.cc:
9165         * shell/ev-jobs.c: (ev_job_render_new):
9166         * shell/ev-jobs.h:
9167         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9168         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9169         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9170         (ev_view_class_init):
9171
9172         Change selection color on focus in and focus out events.  Also,
9173         poppler now uses GdkColor for specifying the selection colors, so
9174         drop some awkward conversion code.
9175
9176 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9177
9178         * configure.ac: Added Hebrew translation
9179
9180 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9181
9182         * NOTES:
9183         * backend/ev-selection.c: (ev_selection_render_selection):
9184         * backend/ev-selection.h:
9185         * pdf/ev-poppler.cc:
9186         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9187         (ev_job_render_run):
9188         * shell/ev-jobs.h:
9189         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9190         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9191         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9192         (ev_pixbuf_cache_style_changed),
9193         (ev_pixbuf_cache_get_selection_pixbuf),
9194         (ev_pixbuf_cache_set_selection_list),
9195         (ev_pixbuf_cache_get_selection_list):
9196         * shell/ev-pixbuf-cache.h:
9197         * shell/ev-utils.c: (ev_print_region_contents):
9198         * shell/ev-utils.h:
9199         * shell/ev-view.c: (ev_view_queue_draw_page),
9200         (selection_update_idle_cb), (ev_view_motion_notify_event),
9201         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9202         (setup_caches), (ev_view_find_next), (merge_selection_region),
9203         (selection_free):
9204         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9205
9206         Clean up selection to be much smoother!
9207
9208 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9209
9210         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9211         to poppler_page_render_selection().
9212
9213 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9214
9215         * ps/ps-document.c: (save_page_list): Use
9216         unzipped document when printing. Thanks to 
9217         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9218         311016.
9219
9220 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9221
9222         * shell/ev-window.c: (update_action_sensitivity):
9223         
9224         Disable print and save respect to lockdown gconf keys. Fix
9225         for 312342.
9226
9227 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * configure.ac:
9230         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9231         (write_to_temp_file), (ev_file_set_contents):
9232         * shell/ev-utils.h:
9233         * shell/ev-window.c: (save_print_config_to_file):
9234         
9235         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9236         Fix for bug 312238
9237
9238 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9239
9240         * shell/ev-window.c: (load_print_config_from_file),
9241         (save_print_config_to_file), (ev_window_print_range):
9242
9243         Persist the print settings. Fixes bug #311578.
9244
9245 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9246
9247         * djvu/djvu-document.c: (djvu_document_get_page_size),
9248         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9249         (djvu_document_thumbnails_get_thumbnail):
9250         * dvi/dvi-document.c: (dvi_document_get_page_size),
9251         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9252         (dvi_document_thumbnails_get_dimensions),
9253         (dvi_document_thumbnails_get_thumbnail):
9254         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9255         (pixbuf_document_render_pixbuf),
9256         (pixbuf_document_document_iface_init),
9257         (pixbuf_document_thumbnails_get_thumbnail):
9258         
9259         Update backends to make them build with new rotation system.
9260
9261 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9262
9263         * help/C/figures/evince_start_window.png:
9264         
9265         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9266
9267 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9268
9269         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9270         * shell/ev-pixbuf-cache.h:
9271         * shell/ev-sidebar-thumbnails.c:
9272         (ev_sidebar_thumbnails_get_property), (add_range),
9273         (adjustment_changed_cb):
9274         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9275         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9276         we were thumbnailing the entire docment on startup, slowing us
9277         down hugely. 
9278
9279 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9280
9281         * shell/ev-page-cache.c: (ev_page_cache_new):
9282         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9283         == 0, fixes #310306.
9284
9285 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9286
9287         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9288         (ev_view_rotate_left):
9289
9290         Account rotation in doc_rect_to_view_rect.
9291         Ensure rotation doesnt go out of bounds.
9292
9293 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9294
9295         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9296
9297         Correct and cleanup w/h swapping
9298
9299 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * backend/ev-document-thumbnails.c:
9302         (ev_document_thumbnails_get_thumbnail):
9303         * backend/ev-document-thumbnails.h:
9304         * backend/ev-document.c:
9305         * backend/ev-document.h:
9306         * backend/ev-render-context.c: (ev_render_context_new),
9307         (ev_render_context_set_rotation):
9308         * backend/ev-render-context.h:
9309         * pdf/ev-poppler.cc:
9310         * ps/ps-document.c: (ps_document_document_iface_init):
9311         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9312         * shell/ev-jobs.h:
9313         * shell/ev-page-cache.c: (build_height_to_page),
9314         (ev_page_cache_new), (ev_page_cache_get_size),
9315         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9316         (ev_page_cache_get_height_to_page):
9317         * shell/ev-page-cache.h:
9318         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9319         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9320         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9321         (ev_pixbuf_cache_get_selection_pixbuf):
9322         * shell/ev-pixbuf-cache.h:
9323         * shell/ev-print-job.c: (idle_print_handler):
9324         * shell/ev-sidebar-thumbnails.c: (add_range):
9325         * shell/ev-view.c: (view_update_range_and_current_page),
9326         (get_page_y_offset), (get_page_extents),
9327         (ev_view_size_request_continuous_dual_page),
9328         (ev_view_size_request_continuous),
9329         (ev_view_size_request_dual_page),
9330         (ev_view_size_request_single_page), (draw_one_page),
9331         (ev_view_set_rotation), (ev_view_rotate_right),
9332         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9333         (ev_view_zoom_for_size_continuous_and_dual_page),
9334         (ev_view_zoom_for_size_continuous),
9335         (ev_view_zoom_for_size_dual_page),
9336         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9337         (ev_view_select_all):
9338         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9339         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9340         (tiff_document_document_iface_init),
9341         (tiff_document_thumbnails_get_thumbnail):
9342
9343         Use rotation rather than orientation. It's easier and enough
9344         for our needs.
9345
9346 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9347
9348         * shell/ev-page-cache.c: (build_height_to_page),
9349         (ev_page_cache_new), (ev_page_cache_get_size),
9350         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9351         (ev_page_cache_get_height_to_page):
9352         * shell/ev-page-cache.h:
9353         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9354         (ev_view_size_request_continuous_dual_page),
9355         (ev_view_size_request_continuous),
9356         (ev_view_zoom_for_size_continuous_and_dual_page),
9357         (ev_view_zoom_for_size_continuous):
9358
9359         Make the page cache aware of page orientation.
9360
9361 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * backend/ev-document-thumbnails.c:
9364         (ev_document_thumbnails_get_thumbnail):
9365         * backend/ev-document-thumbnails.h:
9366         * backend/ev-document.c:
9367         * backend/ev-document.h:
9368         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9369         * backend/ev-ps-exporter.h:
9370         * pdf/ev-poppler.cc:
9371         * ps/ps-document.c: (ps_document_document_iface_init),
9372         (ps_document_ps_export_do_page):
9373         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9374         * shell/ev-jobs.h:
9375         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9376         (ev_page_cache_get):
9377         * shell/ev-page-cache.h:
9378         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9379         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9380         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9381         * shell/ev-pixbuf-cache.h:
9382         * shell/ev-print-job.c: (idle_print_handler):
9383         * shell/ev-sidebar-thumbnails.c: (add_range):
9384         * shell/ev-view.c: (view_update_range_and_current_page),
9385         (get_page_extents), (ev_view_size_request_dual_page),
9386         (ev_view_size_request_single_page), (draw_one_page),
9387         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9388         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9389         (ev_view_zoom_for_size_dual_page),
9390         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9391         (ev_view_select_all):
9392         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9393         * tiff/tiff-document.c: (tiff_document_get_page_size),
9394         (tiff_document_get_orientation), (rotate_pixbuf),
9395         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9396         (tiff_document_thumbnails_get_thumbnail),
9397         (tiff_document_ps_export_do_page), (tiff_document_init):
9398
9399         Really make use of the orientation bit of the render context.
9400         Use the render context in a few more places in the backend API.
9401         This regress orientation, but now it's done right. Will try to
9402         fix it up asap...
9403
9404 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9405
9406         * shell/ev-view.c: (ensure_rectangle_is_visible):
9407
9408         Patch by Nickolay V. Shmyrev to fix find flickering
9409
9410 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9411
9412         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9413         duplex parameters to ::begin.
9414
9415         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9416         * shell/ev-print-job.c (idle_print_handler): 
9417         * ps/ps-document.c (ps_document_ps_export_begin): 
9418         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9419         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9420         implementations. Poppler backend needs poppler cvs. Rest has
9421         unchanged behavior.
9422
9423 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9424
9425         * shell/ev-window.c (using_pdf_printer): new function.
9426         (ev_window_print_range): print a less techy message if someone
9427         tries to print to PDF.
9428
9429 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9430
9431         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9432         from "unknown font" string. Bug #311431
9433
9434 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9435
9436         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9437
9438 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9439
9440         Bug #311280
9441         
9442         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9443         name for PopplerFontTypes
9444         (pdf_document_fonts_fill_model): add font type to the detail column
9445
9446         * backend/ev-document-fonts.h: added
9447         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9448
9449         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9450         font name and font details, add a little markup.
9451         (ev_properties_fonts_init): use the new cell data func, specify ypad
9452         property for the cell renderer.
9453         (ev_properties_fonts_set_document): add the details column.
9454
9455 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9456
9457         * configure.ac: Added "pl" to ALL_LINGUAS.
9458
9459 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9460
9461         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9462
9463 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9464
9465         * help/ChangeLog: Started this for translations of manual.
9466         * configure.ac, autogen.sh, .cvsignore: Migrated to
9467         gnome-doc-utils. Patch in bug #311222.
9468
9469 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9470
9471         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9472         #ifdef this away to fix an unused-function warning.
9473
9474 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9475
9476         * configure.ac: Added 'gl' to ALL_LINGUAS.
9477
9478 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9479
9480         * configure.ac: Added ne in ALL_LINGUAS
9481         
9482 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9483
9484         * shell/ev-view.c: (ev_view_leave_notify_event):
9485         
9486         Clear status message when pointer leaves view. Fix for bug
9487         #310818 
9488
9489 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9490
9491         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9492
9493 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9494
9495         * shell/ev-view.c: (ev_view_leave_notify_event),
9496         (ev_view_class_init):
9497         
9498         Set cursor to normal then leaving view.
9499
9500 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9501
9502         * configure.ac:
9503         
9504         Fix required djvulibre version.
9505
9506 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9507
9508         *configure.ac: Hindi (hi) language added
9509
9510 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9511
9512         *configure.ac: Punjabi (pa) Language added
9513
9514 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9515
9516         * data/evince-ui.xml, shell/ev-window.c:
9517         
9518         Add keypad accelerators for zooming. Fix for bug 308128.
9519
9520 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9521
9522         * Makefile.am:
9523         * backend/Makefile.am:
9524         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9525         * configure.ac:
9526         * shell/ev-document-types.c: (ev_document_types_add_filters):
9527
9528         Allow to enable/disable the pixbuf backend.
9529         Default to off for now. If we want it enabled we should
9530         really put mime types in the desktop, implement properties etc.
9531
9532         * properties/evince-properties.c:
9533
9534         Initialize error to NULL.
9535         Check error is not NULL before freeing.
9536
9537 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * shell/ev-window.c:
9540
9541         Use F5 as presentation accell
9542
9543 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * shell/ev-window.c: (update_chrome_visibility),
9546         (ev_window_create_fullscreen_popup), (ev_window_init):
9547
9548         Do not leak the fullscreen toolbar
9549
9550 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9551
9552         * shell/ev-window.c: (view_actions_focus_in_cb),
9553         (view_actions_focus_out_cb):
9554
9555         These has a return value! Fix totally random focus
9556         issues we was seeing.
9557
9558 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9559
9560         * shell/main.c: (load_files_remote):
9561
9562         Allow open more than one file
9563
9564 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9565
9566         * shell/main.c: (load_files_remote):
9567
9568         Fix for dbus 0.33. bug #309975
9569
9570 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * properties/ev-properties-main.c: (ev_properties_get_pages):
9573
9574         Actually return NULL for types we dont support
9575
9576 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9577
9578         * po/POTFILES.in:
9579
9580         Remove empty lines.
9581
9582 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9583
9584         * backend/ev-document-factory.c:
9585         (ev_document_factory_get_document):
9586
9587         Do not try to create the object if type
9588         is invalid.
9589
9590 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9591
9592         * ps/ps-document.c: (ps_document_dispose),
9593         (ps_async_renderer_render_pixbuf):
9594         * ps/ps-document.h:
9595
9596         Do not leak the target window
9597
9598 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9599
9600         * shell/ev-application.c: (ev_application_init):
9601
9602         Let tbe check file existence for us.
9603         Add a comment about eggrecent mime filter.
9604
9605 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * data/evince-ui.xml:
9608         * shell/ev-application.c: (ev_application_shutdown),
9609         (ev_application_init), (ev_application_get_toolbars_model),
9610         (ev_application_get_recent_model),
9611         (ev_application_save_toolbars_model):
9612         * shell/ev-application.h:
9613         * shell/ev-window.c: (ev_window_add_recent),
9614         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9615         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9616         (ev_window_init):
9617
9618         Use common toolbar and recent models for all windows.
9619         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9620
9621 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9622
9623         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9624         successfully check for gtk_icon_view_get_visible_range.
9625
9626 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9627
9628         * djvu/Makefile.am:
9629         * dvi/Makefile.am:
9630         
9631         Fix djvu and dvi backend build.
9632
9633 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9634
9635         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9636         (new_separator_pixbuf):
9637
9638         Don't leak windows.
9639
9640 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9641
9642         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9643
9644         HIGification of toolbar editor dialogue.
9645
9646 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9647
9648         * configure.ac:
9649         * shell/Makefile.am:
9650
9651         Ever build metadata manager since it's just
9652         disabled at runtime now.
9653
9654 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9657         (ev_metadata_manager_get), (ev_metadata_manager_set):
9658         * shell/ev-metadata-manager.h:
9659
9660         Add an _init functions that enabled metadata management
9661         at runtime.
9662
9663         * shell/ev-window.c: (page_changed_cb),
9664         (setup_document_from_metadata), (ev_window_setup_document),
9665         (setup_view_from_metadata), (ev_window_open_uri),
9666         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9667         (ev_window_run_presentation), (ev_window_stop_presentation),
9668         (save_sizing_mode), (ev_window_zoom_changed_cb),
9669         (ev_window_continuous_changed_cb),
9670         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9671         (window_configure_event_cb):
9672
9673         Remove all ugly metadata define since we deal with it
9674         at runtime now.
9675
9676         * shell/main.c: (load_files_remote), (main):
9677
9678         Add support for dbus cvs head. Hopefully didnt break one
9679         of the other versions now!
9680
9681         If we dont get a response from the dbus server just
9682         give up with it and not enable metadata.
9683
9684 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9685
9686         * Makefile.am:
9687         * backend/Makefile.am:
9688         * configure.ac:
9689         * cut-n-paste/recent-files/Makefile.am:
9690         * cut-n-paste/toolbar-editor/Makefile.am:
9691         * cut-n-paste/zoom-control/Makefile.am:
9692         * lib/Makefile.am:
9693         * pdf/Makefile.am:
9694         * pixbuf/Makefile.am:
9695         * properties/Makefile.am:
9696         * ps/Makefile.am:
9697         * shell/Makefile.am:
9698         * thumbnailer/Makefile.am:
9699         * tiff/Makefile.am:
9700
9701         Make frontends depend on just libev.
9702         Rework and group CFLAGS/LIBS definitions.
9703         Cleanups.
9704
9705 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9706
9707         * shell/ev-window:
9708
9709         do not unnecessarily save zoom
9710
9711         * configure.ac:
9712         * lib/ev-file-helpers.c: (ev_dot_dir):
9713         * shell/Makefile.am:
9714         * shell/dummy.cc:
9715
9716         Some cleanups
9717
9718 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9719
9720         * configure.ac:
9721         
9722         Remove unnecessary dependencies
9723
9724 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * properties/Makefile.am:
9727         * thumbnailer/Makefile.am:
9728         * tiff/Makefile.am:
9729
9730         Some more cleanups. Was really necessary
9731         but I probably introduced bugs, feel free
9732         to flame :)
9733
9734 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9735
9736         * backend/Makefile.am:
9737         * configure.ac:
9738         * cut-n-paste/recent-files/Makefile.am:
9739         * cut-n-paste/toolbar-editor/Makefile.am:
9740         * cut-n-paste/zoom-control/Makefile.am:
9741         * lib/Makefile.am:
9742         * pdf/Makefile.am:
9743         * pixbuf/Makefile.am:
9744         * properties/Makefile.am:
9745         * ps/Makefile.am:
9746         * shell/Makefile.am:
9747         * thumbnailer/Makefile.am:
9748         * tiff/Makefile.am:
9749
9750         Use gnome-common macros when possible.
9751         Cleanup dependencies.
9752         Actually disable deprecated where possible.
9753
9754 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * Makefile.am:
9757         * backend/Makefile.am:
9758         * properties/Makefile.am:
9759         * shell/Makefile.am:
9760         * thumbnailer/Makefile.am:
9761
9762         This should solve the circular dep without
9763         requiring dir reorg!
9764
9765         * shell/ev-window.c: (setup_view_from_metadata):
9766
9767         Never restore window size/position when the
9768         window is already visible.
9769
9770 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9771
9772         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9773
9774         Return a boolean from timeout func. Fix ported from gedit.
9775
9776 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9777
9778         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9779
9780 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9781
9782         * shell/ev-document-types.c: set "All Documents" as default filter in
9783         open dialog
9784
9785 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9786
9787         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9788         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9789         (ev_metadata_manager_set_boolean): fix value/val thinko.
9790
9791 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9792
9793         * shell/ev-window.c: (setup_view_from_metadata),
9794         (window_state_event_cb), (window_configure_event_cb),
9795         (ev_window_init):
9796
9797         Remember window position and maximized state
9798
9799 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9800
9801         * configure.ac:
9802
9803         Fix DBUS configure checks.
9804
9805         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9806         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9807         (ev_metadata_manager_set_boolean):
9808
9809         Plug mem leaks.
9810
9811         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9812         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9813         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9814         (ev_window_continuous_changed_cb),
9815         (ev_window_dual_mode_changed_cb), (ev_window_new):
9816
9817         Fix the build without DBUS.
9818
9819 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9820
9821         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9822         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9823         (ev_metadata_manager_set_string),
9824         (ev_metadata_manager_set_boolean):
9825         * shell/ev-metadata-manager.h:
9826
9827         Add support for some more types
9828
9829         * shell/ev-view.c: (scroll_to_current_page),
9830         (ev_view_get_continuous), (ev_view_set_continuous),
9831         (ev_view_get_dual_page):
9832         * shell/ev-view.h:
9833         * shell/ev-window.c: (page_changed_cb),
9834         (setup_document_from_metadata), (ev_window_setup_document),
9835         (setup_view_from_metadata), (ev_window_open_uri),
9836         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9837         (ev_window_run_presentation), (ev_window_stop_presentation),
9838         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9839         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9840         (ev_window_update_dual_page_action),
9841         (ev_window_continuous_changed_cb),
9842         (ev_window_dual_mode_changed_cb), (ev_window_init):
9843
9844         Remember a bunch of view/document properties. Prolly some
9845         are still missing but it's getting interesting.
9846
9847 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9848
9849         * configure.ac: check if dbus-binding-tool is installed. Not the
9850         case on current Ubuntu breezy, it seems.
9851
9852 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9853
9854         * data/evince.desktop.in.in:
9855         
9856         Allow open uri lists and add TryExec field.
9857
9858 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * configure.ac:
9861
9862         Enable dbus when available, do not require a configure
9863         option.
9864
9865 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9866
9867         * configure.ac:
9868
9869         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9870         disabled.
9871
9872 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9873         Marco Pesenti Gritti  <mpg@redhat.com>
9874
9875         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9876         
9877         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9878         functions to the format required by dbus
9879
9880         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9881         errors. Use the RPC parameters in the expected way
9882
9883 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9884
9885         * Makefile.am:
9886         * properties/Makefile.am:
9887         * properties/ev-properties-main.c: (ev_properties_get_pages):
9888
9889         Support all mime types
9890
9891         * shell/Makefile.am:
9892         * thumbnailer/Makefile.am:
9893         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9894         (evince_thumbnail_pngenc_get):
9895
9896         Use the document factory
9897
9898 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9899
9900         * backend/Makefile.am:
9901         * backend/ev-document-factory.c:
9902         (mime_type_supported_by_gdk_pixbuf),
9903         (ev_document_type_get_from_mime),
9904         (ev_document_factory_get_document),
9905         (ev_document_factory_get_backend),
9906         (ev_document_factory_get_mime_types),
9907         (ev_document_factory_get_all_mime_types):
9908         * backend/ev-document-factory.h:
9909         * shell/Makefile.am:
9910         * shell/ev-document-types.c: (get_document_from_uri),
9911         (ev_document_types_get_document),
9912         (file_filter_add_mime_list_and_free),
9913         (ev_document_types_add_filters):
9914         * shell/ev-document-types.h:
9915         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9916         * shell/ev-properties-dialog.c:
9917         (ev_properties_dialog_set_document):
9918         * shell/ev-window.c: (ev_window_cmd_file_open),
9919         (ev_window_cmd_save_as):
9920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9921
9922         Rework document types managing to avoid code duplication
9923         and actually abstract from backend implementations.
9924         Also provide a minimal factory api that can be used by
9925         thumbnailer/properties.
9926
9927 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9928
9929         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9930         Plug a mem leak.
9931         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9932         HIG spacings.
9933
9934 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9935
9936         * shell/ev-properties-dialog.c
9937         (ev_properties_dialog_set_document): only call
9938         ev_properties_fonts_set_document() if the document implements the
9939         fonts interface
9940
9941 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * configure.ac:
9944         * properties/Makefile.am:
9945         * properties/ev-properties-view.c:
9946         (ev_properties_view_register_type):
9947         * properties/ev-properties-view.h:
9948         * properties/ev-properties-main.h:
9949
9950         Implement nautilus plugin for properties.
9951         Works only for pdf atm, I need to rework the
9952         document types stuff to get this to work
9953         for all backends...
9954
9955 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9956
9957         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9958         (ev_properties_fonts_set_document): use
9959         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9960
9961 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9962
9963         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9964         them
9965         (PlaceImage, tiff2ps_process_page): use
9966         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9967
9968
9969 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9970
9971         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9972         (main): to call gnome_authentication_manager_init. Should fix
9973         Bug #308510
9974
9975         * configure.ac: that requires libgnomeui 2.6.0.
9976
9977 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9978
9979         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9980         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9981         use the new tiff2ps interfaces
9982
9983         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9984         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9985
9986         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9987         structure instead of global variables.  Remove use of static
9988         variables in functions.
9989
9990 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9991
9992         * shell/ev-page-action.c: unref the completion after setting it to the
9993         entry
9994
9995 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9996
9997         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9998         postscript files
9999
10000 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10001
10002         * shell/ev-window.c (update_action_sensitivity): disable
10003         File->Print if the document does not implement the ps exporter
10004         interface
10005
10006 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10007
10008         * Makefile.am:
10009         * configure.ac:
10010         * data/evince-properties.glade:
10011         * properties/.cvsignore:
10012         * properties/Makefile.am:
10013         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10014         (ev_properties_view_class_init), (ev_properties_view_format_date),
10015         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10016         (ev_properties_view_init), (ev_properties_view_new):
10017         * properties/ev-properties-view.h:
10018         * shell/Makefile.am:
10019         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10020         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10021         (ev_properties_dialog_new):
10022         * shell/ev-properties-dialog.h:
10023         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10024         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10025         (update_progress_label), (job_fonts_finished_cb),
10026         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10027         * shell/ev-properties-fonts.h:
10028         * shell/ev-properties.c:
10029         * shell/ev-properties.h:
10030         * shell/ev-window.c: (ev_window_setup_document),
10031         (ev_window_cmd_file_properties):
10032
10033         Split the properties pages in two different objects, depend
10034         only on the backend where possible, use widgets instead
10035         of gobject for the glade part, reimplement the dialog
10036         itself with gtk.
10037         I need this to implement nautilus properties page.
10038
10039 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10040
10041         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10042         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10043         (tiff_document_document_ps_exporter_iface_init): implement the ps
10044         exporter interface for tiff documents
10045
10046         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10047         libtiff to implement TIFF postscript export
10048
10049         * tiff/tiff2ps.h: added a header file for external tiff2ps
10050         functions.
10051
10052         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10053         tiff2ps.h
10054
10055 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10056
10057         * shell/ev-view.c: (scroll_to_current_page),
10058         (ev_view_set_fullscreen), (ev_view_set_presentation):
10059         
10060         Scroll to current page when exit from presentation
10061
10062 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10063
10064         * shell/ev-window.c: (update_document_mode),
10065         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10066         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10067         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10068         
10069         Exit from fullscreen mode when switch to presentation. Fix for
10070         bug 309365
10071
10072 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10073
10074         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10075         return NULL if the document does not implement the selection
10076         interface.
10077
10078 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10079
10080         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10081         reported height by using the resolution aspect ratio
10082         (tiff_document_render_pixbuf): scale the pixbuf using the
10083         resolution aspect ratio
10084
10085 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10086
10087         * configure.ac:
10088         
10089         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10090         <kiltedaco@gmail.com>
10091         
10092         * djvu/djvu-document.c: (djvu_document_get_orientation),
10093         (djvu_document_set_orientation), (djvu_document_get_page_size),
10094         (rotate_pixbuf), (djvu_document_render_pixbuf),
10095         (djvu_document_document_iface_init):
10096         * dvi/dvi-document.c: (dvi_document_get_orientation),
10097         (dvi_document_set_orientation), (dvi_document_get_page_size),
10098         (rotate_pixbuf), (dvi_document_render_pixbuf),
10099         (dvi_document_document_iface_init):
10100         
10101         Dvi and djvu backends are ported to new API
10102
10103 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10104
10105         * backend/ev-selection.c: (ev_selection_get_selection_region),
10106         (ev_selection_get_selection_map):
10107         * backend/ev-selection.h:
10108         * pdf/ev-poppler.cc:
10109         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10110         * shell/ev-jobs.h:
10111         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10112         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10113         (ev_pixbuf_cache_get_text_mapping):
10114         * shell/ev-pixbuf-cache.h:
10115         * shell/ev-view.c: (location_in_text),
10116         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10117         support to EvView.  Now we can see where we can select!  Sweet!
10118
10119 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10120
10121         * shell/ev-view.c (ev_view_button_press_event): Fix
10122         event->y + view->scroll_x typo.
10123
10124 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10125
10126         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10127         sub-GdkPixbuf instead of passing dest_x and dest_y.
10128         
10129         * shell/ev-view.c: (view_point_to_doc_point),
10130         (view_rect_to_doc_rect), (ev_view_button_press_event),
10131         (ev_view_motion_notify_event), (compute_new_selection_rect),
10132         (gdk_rectangle_point_in), (compute_new_selection_text),
10133         (compute_selections): Update selection code to keep the selection
10134         around as two points and not as a normalized rectangle, and fix
10135         page level selection in two-column mode.
10136
10137 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10138
10139         * shell/ev-window.c: (window_configure_event_cb): 
10140         
10141         Fix compilation
10142         
10143 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10144
10145         * pdf/ev-poppler.cc:
10146
10147         Fix compilation
10148
10149 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10150
10151         * shell/Makefile.am:
10152         * shell/ev-metadata-manager.c: (item_free),
10153         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10154         (parse_value), (parseItem), (load_values),
10155         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10156         (save_values), (save_item), (get_oldest), (resize_items),
10157         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10158         * shell/ev-metadata-manager.h:
10159
10160         Metadata manager from gedit but modified to use GValue, so that
10161         we dont need to keep converting from strings.
10162
10163         * configure.ac:
10164
10165         ENABLE_METADATA conditional, on when dbus is on
10166
10167         * shell/ev-application.c: (ev_application_open_uri):
10168
10169         Show the window after load so that we can initialize
10170         window size before it's showed.
10171
10172         * shell/ev-window.c: (ev_window_setup_from_metadata),
10173         (ev_window_open_uri), (window_configure_event_cb),
10174         (ev_window_init):
10175
10176         Save and load metadata information about window size.
10177         Not yet keeping states in account.
10178
10179         * shell/main.c: (main):
10180
10181         Shutdown metadata manager.
10182
10183 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10184
10185         * shell/ev-application-service.xml:
10186         * configure.ac:
10187         * shell/Makefile.am:
10188         * shell/ev-application.c:
10189         * shell/ev-application.h:
10190         * shell/ev-window.c:
10191         * shell/ev-window.h:
10192         * shell/main.c:
10193
10194         Add an optional dbus interface (--enable-dbus).
10195         Rework application code, mainly to be easier to
10196         use "remotely".
10197         Do not open multiple windows with the same document,
10198         spatial evince!
10199
10200 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10201
10202         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10203         pixbuf iff it exists.
10204
10205 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10206
10207         * shell/*:
10208         * backend/ev-render-context.[ch]:
10209         * backend/ev-selection.[ch]:
10210
10211         Massive changes.  We now support text selection of pdfs, and not
10212         just rectangular selection.  This is pretty broken still, but I
10213         want to get something into CVS.
10214
10215 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10216
10217         * pdf/ev-poppler.cc:
10218         
10219         Fix for Bug 309080: crash on window close.
10220         
10221         * shell/ev-page-action.c: (page_changed_cb):
10222         
10223         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10224         jensgr@gmx.net (Jens Granseuer).
10225
10226 2005-06-25  Marcel Telka  <marcel@telka.sk>
10227
10228         * configure.in (ALL_LINGUAS): Added sk.
10229
10230 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10231
10232         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10233         not a document open
10234
10235 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10236
10237         * NEWS:
10238         * configure.ac:
10239
10240         Release 0.3.2
10241
10242         * cut-n-paste/recent-files/Makefile.am:
10243
10244         Fix make distcheck
10245
10246 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10247
10248         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10249         (pixbuf_document_set_orientation), (rotate_pixbuf),
10250         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10251         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10252
10253         Implement rotation and cleanup the code a bit.
10254
10255         * tiff/tiff-document.c: (tiff_document_get_page_size),
10256         (tiff_document_get_orientation), (tiff_document_set_orientation),
10257         (rotate_pixbuf), (tiff_document_render_pixbuf),
10258         (tiff_document_document_iface_init), (tiff_document_init):
10259
10260         Implement rotation. Was the quicker solution for the release
10261         but we really need to share this code in the shell.
10262
10263 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10264
10265         * pdf/ev-poppler.cc:
10266
10267         Enable rotation, require poppler cvs. Fix a leak.
10268
10269 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10270
10271         * shell/ev-window.c: (update_action_sensitivity):
10272         
10273         Make properties unsensitive if document backend doesn't provide
10274         any info
10275
10276 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10279         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10280         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10281         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10282         (bitmap_flip_rotate_counter_clockwise):
10283         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10284         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10285         (buff_gets):
10286         * dvi/mdvi-lib/common.h:
10287         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10288         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10289         (opendvi), (mdvi_reload), (mdvi_init_context),
10290         (mdvi_destroy_context), (mdvi_dopage), (special):
10291         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10292         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10293         (file_hash_free), (register_encoding), (parse_spec),
10294         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10295         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10296         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10297         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10298         (mdvi_register_font_type), (mdvi_unregister_font_type),
10299         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10300         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10301         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10302         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10303         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10304         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10305         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10306         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10307         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10308         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10309         (mdvi_unregister_special), (mdvi_flush_specials):
10310         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10311         (t1_font_remove):
10312         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10313         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10314         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10315         (free_font_metrics), (flush_font_metrics):
10316         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10317         (tt_font_remove):
10318         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10319         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10320         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10321         (dstring_insert), (dstring_new), (dstring_reset):
10322         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10323         
10324         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10325         avoid conflict with libtool on FC4
10326         
10327         * shell/ev-window.c: (ev_window_cmd_help_about):
10328         
10329         Update copyright year. Fix for bug 308828.
10330
10331 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * shell/ev-view.c: (add_scroll_binding_keypad),
10334         (ev_view_binding_activated), (ev_view_class_init),
10335         (on_adjustment_value_changed):
10336         
10337         Bug 170874: Arrow keys switch pages in presentation mode
10338
10339 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10340
10341         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10342         
10343         Fix for Bug 308265: Sidebar dissappears coming out of 
10344         Presentation mode
10345
10346 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10347
10348         * shell/ev-application.c: (ev_application_open):
10349         * shell/ev-document-types.c: (ev_document_types_add_filters),
10350         (ev_document_types_add_filters_for_type):
10351         * shell/ev-document-types.h:
10352         * shell/ev-window.c: (ev_window_cmd_save_as):
10353         
10354         Suggest basename as template when saving, provide filters
10355         for save dialog. It's bug 308402
10356
10357 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10358
10359         * pdf/ev-poppler.cc:
10360         * shell/ev-sidebar-links.c: (job_finished_callback):
10361         * shell/ev-view.c: (update_find_status_message):
10362         
10363         Some leaks fixed
10364
10365 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10366
10367         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10368         (egg_recent_view_uimanager_set_list):
10369
10370         Fix buglet in !show_numbers case.
10371
10372 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10373
10374         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10375         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10376
10377         Use pango ellipsisation.
10378
10379         * pdf/ev-poppler.cc:
10380
10381         Fix refcount leak, from nsh.
10382
10383 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10384
10385         * cut-n-paste/recent-files/Makefile.am:
10386         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10387         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10388         
10389         Removed EggRecentViewGtk
10390         
10391         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10392         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10393         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10394         (ev_window_setup_recent):
10395         
10396         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10397         with other projects
10398
10399 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10400
10401         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10402         (egg_recent_view_gtk_finalize):
10403
10404         Fix memory leak
10405
10406         * cut-n-paste/toolbar-editor/Makefile.am:
10407         
10408         Fix location of cursor icon.
10409         
10410         * pdf/ev-poppler.cc:
10411         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10412         (display_completion_text), (match_completion):
10413         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10414         (selection_changed_callback), (create_loading_model),
10415         (print_section_cb), (links_page_num_func),
10416         (update_page_callback_foreach):
10417         * shell/ev-window.c: (ev_window_dispose):
10418         
10419         Small memory fixes. Links model now store objects instead
10420         of pointers to improve memory management. 
10421
10422 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10423
10424         * shell/ev-window.c: (zoom_control_changed_cb):
10425         
10426         Fix update of zoom control (bug 308268).
10427
10428 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10429
10430         * shell/ev-properties.c (set_property): escape the text correctly.
10431         Handles non-UTF-8 properties and escaped properties.  Also, sets
10432         the text to "<i>None</i>" if the property isn't set.
10433
10434         * data/evince-properties.glade: Change the label to be ellipsized,
10435         and give it a minimum size.
10436
10437 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10438
10439         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10440         * shell/ev-sidebar-links.c: (create_loading_model):
10441         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10442         * shell/ev-view.c: (ev_view_set_document):
10443         * shell/ev-window.c: (ev_window_dispose):
10444         
10445         Various small fixes, mostly memory leaks. Thanks to valgrind.
10446
10447 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10448
10449         * ps/ps-document.c: remove the locale.h include again ;-). And
10450         kill the (bogus) setlocale/savelocale business.
10451
10452 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10453
10454         * ps/ps-document.c:
10455         
10456         Include locale.h to fix build
10457         
10458         * shell/ev-sidebar.c:
10459         
10460         Remove unnecessary includes
10461
10462 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10463
10464         * dvi/dvi-document.c: (dvi_document_load):
10465         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10466         * po/POTFILES.in:
10467         
10468         Check for incorrect dvi files. Fix parsing dvi on AMD64
10469         platform. Thanks to tester@tester.ca (Olivier Crete).
10470
10471 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10472
10473         * shell/ev-page-action.c: (match_selected_cb),
10474         (display_completion_text), (match_completion), (update_model):
10475         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10476         (expand_open_links):
10477         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10478         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10479         (ev_sidebar_set_document):
10480         * shell/ev-window.c: (ev_window_xfer_job_cb),
10481         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10482         
10483         Fixed lot's of memory leaks, for example, memory leak on reload, 
10484         described in bug 307793.
10485
10486 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10487
10488         * pdf/ev-poppler.cc:
10489         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10490         (update_visible_range), (adjustment_changed_cb),
10491         (ev_sidebar_thumbnails_fill_model),
10492         (ev_sidebar_thumbnails_refresh),
10493         (ev_sidebar_tree_selection_changed),
10494         (ev_sidebar_icon_selection_changed),
10495         (ev_sidebar_thumbnails_use_icon_view),
10496         (ev_sidebar_thumbnails_set_document):
10497         * shell/ev-sidebar-thumbnails.h:
10498         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10499         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10500
10501         Refresh thumbnails when changing orientation. Not fully
10502         working yet becuase of a sidebar bug.
10503
10504         Set page orientation to poppler page everywhere. This sucks
10505         really need to fix poppler.
10506
10507 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10508
10509         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10510         (egg_recent_view_gtk_new_menu_item),
10511         (egg_recent_view_gtk_set_property),
10512         (egg_recent_view_gtk_get_property),
10513         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10514         (egg_recent_view_gtk_set_tooltip_func),
10515         (egg_recent_view_gtk_set_label_width),
10516         (egg_recent_view_gtk_get_label_width):
10517         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10518
10519         Sync with libegg (ellipsize labels)
10520
10521 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10522
10523         * data/evince-ui.xml:
10524         * shell/ev-window.c: (ev_window_cmd_go_forward),
10525         (ev_window_cmd_go_backward):
10526         
10527         Shift + PageUp moves 10 Pages. Fix for 306125
10528
10529 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10530
10531         * pdf/ev-poppler.cc:
10532
10533         Add a flag to check if orientation has been overriden
10534
10535 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10536
10537         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10538         field if necessary.
10539
10540         * ps/ps.h: add creator field to document.
10541
10542         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10543         set creator field.
10544
10545 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * data/evince-properties.glade:
10548         * shell/ev-properties.c: (ev_properties_set_document):
10549
10550         s/PDF Version/Format
10551
10552 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10553
10554         * shell/ev-properties.c: (ev_properties_set_document):
10555
10556         Remove unnecessary translations
10557
10558 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10559
10560         * cut-n-paste/toolbar-editor/Makefile.am:
10561
10562         Correct library name    
10563
10564 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10565
10566         * configure.ac:
10567         * cut-n-paste/recent-files/egg-recent-model.c:
10568         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10569         (egg_recent_model_unlock_file):
10570         * cut-n-paste/recent-files/egg-recent-util.c:
10571         (egg_recent_util_get_unique_id):
10572         * cut-n-paste/recent-files/update-from-egg.sh:
10573         * cut-n-paste/toolbar-editor/Makefile.am:
10574         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10575         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10576         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10577         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10578         (egg_toolbars_model_get_type):
10579         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10580
10581         Better makefile for toolbar editor and update everything
10582         to latest libegg.
10583
10584 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10585
10586         * shell/ev-window.c: (update_document_mode):
10587
10588         Prefer presentation mode when the document
10589         require fullscreen.
10590
10591 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10592
10593         * data/evince-ui.xml:
10594         * shell/ev-window.c:
10595
10596         Add control-equal for zooming
10597
10598 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10599
10600         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10601
10602 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10603
10604         * backend/ev-document.c: (ev_document_get_orientation):
10605         * backend/ev-document.h:
10606         * pdf/ev-poppler.cc:
10607         * ps/ps-document.c: (ps_document_get_orientation),
10608         (ps_document_set_orientation), (ps_document_document_iface_init):
10609
10610         Add a get_orientation api. Improve set_orientation.
10611
10612         * data/evince-ui.xml:
10613         * shell/ev-view.c: (ev_view_set_orientation),
10614         (ev_view_rotate_right), (ev_view_rotate_left):
10615         * shell/ev-view.h:
10616         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10617         (ev_window_cmd_edit_rotate_right):
10618
10619         Better ui for changing document orientation
10620
10621 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10622
10623         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10624         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10625         * shell/ev-sidebar-links.h:
10626         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10627         (ev_sidebar_page_iface_init):
10628         * shell/ev-sidebar-page.h:
10629         * shell/ev-sidebar-thumbnails.c:
10630         (ev_sidebar_thumbnails_get_property),
10631         (ev_sidebar_thumbnails_class_init),
10632         (ev_sidebar_thumbnails_set_document):
10633         * shell/ev-sidebar-thumbnails.h:
10634         * shell/ev-view.c: (ev_view_motion_notify_event):
10635         * shell/ev-window.c: (update_chrome_visibility),
10636         (ev_window_cmd_focus_page_selector),
10637         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10638         (sidebar_page_main_widget_update_cb), (ev_window_init):
10639         
10640         Autoraise toolbar on GoToPage binding and fix bindings in
10641         EvSidebarThumbnails page.
10642
10643 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10644
10645         * shell/ev-properties.c: (update_progress_label):
10646
10647         Hide the progress label when finished; bug #307697.
10648
10649 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10650
10651         * pdf/ev-poppler.cc:
10652
10653         Enable is_open for links, you will need poppler cvs
10654
10655         * shell/ev-properties.c: (job_fonts_finished_cb):
10656
10657         Get a lock on the document when filling the tree view
10658
10659 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10660
10661         * backend/ev-document-links.h:
10662         * pdf/ev-poppler.cc:
10663         * shell/ev-sidebar-links.c: (create_loading_model),
10664         (expand_open_links), (job_finished_callback):
10665
10666         Expand links when specified by the document.
10667         Depend on a poppler api (defined out for now)
10668
10669 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10670
10671         * shell/ev-properties.c: (ev_properties_dispose),
10672         (ev_properties_class_init), (dialog_destroy_cb),
10673         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10674         (ev_properties_set_document), (ev_properties_new),
10675         (ev_properties_show):
10676         * shell/ev-properties.h:
10677
10678         Make it an object, cleanup the code, api to show it as transient
10679         and to set the document.
10680
10681         * shell/ev-window.c: (ev_window_setup_document),
10682         (ev_window_cmd_file_properties):
10683
10684         Adapt to EvProperties changes, do not show multiple
10685         times, update it when document changes.
10686
10687 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10688
10689         * ps/gstypes.h:
10690         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10691         (ps_document_set_orientation), (ps_document_document_iface_init):
10692         * ps/ps-document.h:
10693
10694         Implement orientation here too
10695
10696         * shell/ev-properties.c: (ev_properties_new):
10697         * data/evince-properties.glade:
10698
10699         Hide the fonts page for backends that doesnt
10700         support it.     
10701
10702 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10703
10704         * backend/ev-document.c: (ev_document_set_orientation):
10705         * backend/ev-document.h:
10706         * pdf/ev-poppler.cc:
10707
10708         Add orientation api. Currently poppler api is not optimal,
10709         we need to set orientation every time we _get a page.
10710         I will try to fix that at some point.
10711
10712         * data/evince-ui.xml:
10713         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10714         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10715
10716         Add orientation menu items
10717
10718         * shell/ev-page-cache.c: (ev_page_cache_clear):
10719         * shell/ev-page-cache.h:
10720
10721         Add api to clear the cache
10722
10723         * shell/ev-view.c: (setup_caches), (clear_caches),
10724         (ev_view_set_document), (ev_view_zoom_out),
10725         (ev_view_set_orientation):
10726         * shell/ev-view.h:
10727
10728         Implement orientation changing
10729
10730 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10731
10732         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10733         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10734         * backend/ev-document-fonts.h:
10735
10736         Separate scan and fill so that we can incrementally fill from
10737         the main thread. Add a progress api.
10738
10739         * data/evince-properties.glade:
10740         * pdf/ev-poppler.cc:
10741         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10742         * shell/ev-jobs.h:
10743         * shell/ev-properties.c: (update_progress_label),
10744         (job_fonts_finished_cb), (setup_fonts_view):
10745
10746         Incrementally feel the list and show the progress
10747         percentage in a label like acrobat does.
10748
10749         You are going to need poppler cvs
10750
10751 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10752
10753         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10754         * backend/ev-document-fonts.h:
10755         * pdf/ev-poppler.cc:
10756
10757         Make fonts model fill incrementally.
10758
10759         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10760         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10761         (ev_job_queue_remove_job):
10762         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10763         (ev_job_fonts_new), (ev_job_fonts_run):
10764         * shell/ev-jobs.h:
10765
10766         New job for fonts scanning
10767
10768         * shell/ev-properties.c: (job_fonts_finished_cb),
10769         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10770         * shell/ev-properties.h:
10771         * shell/ev-window.c: (ev_window_cmd_file_properties):
10772
10773         Incrementally feel the treeview using the new job. Show Loading...
10774         message until scanning is completed.
10775
10776         Hopefully I didnt break the build without the poppler patch.
10777
10778 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10779
10780         * shell/ev-application.c: (ev_application_open):
10781         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10782         (ev_document_type_get_type), (ev_document_type_lookup):
10783         * shell/ev-document-types.h:
10784         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10785         * shell/ev-job-xfer.h:
10786         * shell/ev-window.c: (ev_window_clear_local_uri),
10787         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10788         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10789         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10790         
10791         Transfer remote documents to tmp directory to display them later.
10792
10793 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10794
10795         * backend/ev-document-info.h:
10796         * shell/ev-properties.c: (ev_properties_new):
10797
10798         s/GTime*/GTime. Not sure why we was using a pointer
10799         at all there!
10800
10801 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10802
10803         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10804         situations.  That situation is that you're using GTK+-HEAD with
10805         the patch at #306726 is applied, and you have a document with <
10806         1500 pages in it.  It's not quite as uniformly nice as the
10807         TreeView, but should be better in the long run.
10808
10809         I'm pretty sure I guarded against breaking compilation with
10810         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10811         I missed some.
10812
10813         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10814         widget yet, so I commented that code out
10815         enable_view_actions_for_widget() for now.  Need to figure this
10816         out.
10817
10818         * shell/ev-page-action.c (match_selected_cb): emit the right
10819         signals.  Our cool C-l completion now works.
10820
10821 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10822
10823         * backend/Makefile.am:
10824         * backend/ev-document-fonts.c:
10825         * backend/ev-document-links.c:
10826         * backend/ev-document.c: (ev_document_load):
10827         * backend/ev-document.h:
10828         * backend/ev-job-queue.c:
10829         * backend/ev-job-queue.h:
10830         * backend/ev-jobs.c:
10831         * backend/ev-jobs.h:
10832         * backend/ev-page-cache.c:
10833         * backend/ev-page-cache.h:
10834
10835         EvPageCache and EvJobs are moved to shell.
10836
10837         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10838         (ev_tmp_filename):
10839         * lib/ev-file-helpers.h:
10840         
10841         New helper to work with temporary files
10842         
10843         * shell/Makefile.am:
10844         * shell/ev-application.c: (ev_application_open):
10845         * shell/ev-application.h:
10846         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10847         (remove_job_from_async_queue), (add_job_to_async_queue),
10848         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10849         (handle_job), (search_for_jobs_unlocked),
10850         (no_jobs_available_unlocked), (ev_render_thread),
10851         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10852         (ev_job_queue_add_job), (move_job_async), (move_job),
10853         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10854         * shell/ev-job-queue.h:
10855         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10856         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10857         * shell/ev-job-xfer.h:
10858         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10859         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10860         (ev_job_links_class_init), (ev_job_render_init),
10861         (ev_job_render_dispose), (ev_job_render_class_init),
10862         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10863         (ev_job_thumbnail_class_init), (ev_job_load_init),
10864         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10865         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10866         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10867         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10868         * shell/ev-jobs.h:
10869         * shell/ev-page-action.c: (ev_page_action_set_document):
10870         * shell/ev-page-cache.c: (ev_page_cache_init),
10871         (ev_page_cache_class_init), (ev_page_cache_finalize),
10872         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10873         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10874         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10875         (ev_page_cache_get_title), (ev_page_cache_get_size),
10876         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10877         (ev_page_cache_get_height_to_page),
10878         (ev_page_cache_get_max_label_chars),
10879         (ev_page_cache_get_page_label),
10880         (ev_page_cache_has_nonnumeric_page_labels),
10881         (ev_page_cache_get_info), (ev_page_cache_next_page),
10882         (ev_page_cache_prev_page), (ev_page_cache_get):
10883         * shell/ev-page-cache.h:
10884         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10885         (ev_pixbuf_cache_clear_job_sizes),
10886         (ev_pixbuf_cache_add_jobs_if_needed),
10887         (ev_pixbuf_cache_set_page_range):
10888         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10889         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10890         * shell/ev-sidebar-thumbnails.c:
10891         (ev_sidebar_tree_selection_changed),
10892         (ev_sidebar_thumbnails_set_document):
10893         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10894         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10895         (ev_statusbar_get_context_id), (ev_statusbar_push),
10896         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10897         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10898         (ev_statusbar_set_progress):
10899         * shell/ev-statusbar.h:
10900         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10901         (ev_view_find_previous):
10902         * shell/ev-window.c: (ev_window_is_empty),
10903         (ev_window_setup_document), (password_dialog_response),
10904         (ev_window_clear_jobs), (ev_window_load_job_cb),
10905         (ev_window_xfer_job_cb), (ev_window_open_uri),
10906         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10907         (ev_window_print), (ev_window_print_range),
10908         (ev_window_state_event), (ev_window_cmd_view_reload),
10909         (menu_item_select_cb), (menu_item_deselect_cb),
10910         (view_status_changed_cb), (ev_window_dispose),
10911         (drag_data_received_cb), (ev_window_init):
10912         * shell/ev-window.h:
10913         * shell/main.c: (load_files):
10914         
10915         New statusbar to show progress on idle. Two new jobs - 
10916         xfer job and load job to load document in background. And update
10917         of page_cache clients to new location of code.
10918
10919 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10920
10921         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10922         selection in open dialog. It also remembers the last visited directory 
10923         in the current session.
10924
10925 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10926
10927         * shell/ev-properties.c: (ev_properties_new):
10928         * shell/ev-properties.h:
10929         * shell/ev-window.c: (ev_window_cmd_file_properties):
10930         
10931         Get document info from page cache instead of document itself.
10932         This should fix crash related to race conditions described in
10933         bug 306545.
10934
10935 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10936
10937         * ps/ps-document.c: (ps_document_init),
10938         (send_ps), (get_page_box), (output), (catchPipe), (input),
10939         (stop_interpreter), (file_length), (file_readable),
10940         (check_filecompressedb), (ps_document_enable_interpreter),
10941         (document_load), (ps_async_renderer_render_pixbuf):
10942         * ps/ps-document.h:
10943
10944         Big cleanup of the ps code
10945
10946 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10947
10948         * backend/Makefile.am:
10949         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10950         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10951         * backend/ev-async-renderer.h:
10952
10953         Add an async renderer interface (method + callback) which
10954         is useful for backends like ps.
10955
10956         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10957         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10958         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10959         (ev_job_queue_add_job), (move_job_async), (move_job),
10960         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10961
10962         Add queues for async renderer, these are executed on the
10963         main thread.
10964
10965         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10966         (ev_job_render_run):
10967         * backend/ev-jobs.h:
10968
10969         If the backend support async renderer interface use it.
10970
10971         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10972         (setup_pixmap), (ps_document_get_type),
10973         (ps_async_renderer_render_pixbuf),
10974         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10975
10976         Implement async renderer interface.
10977
10978 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10979
10980         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10981
10982         Cleanup links job on exit.
10983
10984 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10985
10986         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10987         (drag_data_get_cb), (drag_data_received_cb):
10988         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10989         (drag_data_get_cb), (parse_item_list),
10990         (egg_toolbar_editor_load_actions):
10991         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10992         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10993         (parse_item_list), (parse_toolbars):
10994         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10995         (dvi_pixbuf_put_pixel):
10996         
10997         Fix gcc 4.0 warnings
10998
10999 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11000
11001         * ps/ps-document.c: (start_interpreter):
11002
11003         Fix warning when loading ps
11004
11005 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11006
11007         * ps/ps-document.c: (output):
11008
11009         Fix crash when priting gs error messages.
11010
11011 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11012
11013         * backend/ev-page-cache.c: (_ev_page_cache_new):
11014         * backend/ev-page-cache.h:
11015
11016         Use a const to return title so that we dont double
11017         free it. Small cleanup and fix a leak.
11018
11019         * shell/ev-window.c: (update_window_title):
11020
11021         strdup value from get_title.
11022
11023 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11024
11025         * shell/ev-sidebar-links.c: (job_finished_callback),
11026         (ev_sidebar_links_set_document):
11027
11028         Cleanup the old job when changing document
11029
11030 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11031
11032         * shell/ev-stock-icons.c:
11033         * shell/ev-stock-icons.h:
11034         * shell/ev-window.c:
11035         
11036         Add stock icons for actions that can appear in toolbar. Fix for
11037         bug 306566.
11038
11039 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11040
11041         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11042         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11043         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11044         * backend/ev-page-cache.h:
11045         * shell/ev-view.c: (scroll_to_current_page),
11046         (view_update_range_and_current_page), (get_page_y_offset),
11047         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11048         (ev_view_size_request_continuous),
11049         (ev_view_zoom_for_size_continuous_and_dual_page),
11050         (ev_view_zoom_for_size_continuous):
11051         
11052         More compact EvView layout in document with pages of different size.
11053
11054 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11055
11056         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11057         compilation.
11058
11059 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11060
11061         * shell/ev-view.c: (view_set_adjustment_values):
11062         * shell/ev-window.c: (ev_window_cmd_file_properties):
11063         
11064         A bit different fix for rounding problem but it has no
11065         problems on startup. Make properties window transient to parent.
11066
11067 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11068
11069         * pdf/ev-poppler.cc:
11070         
11071         More commenting of font stuff.
11072
11073 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11074
11075         * pdf/ev-poppler.cc:
11076
11077         Comment out some more fonts stuff. Should really
11078         work without the poppler patch now.
11079
11080 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11081
11082         * pdf/ev-poppler.cc:
11083
11084         Adapt to api change
11085
11086 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11087
11088         * data/evince-properties.glade:
11089         * pdf/ev-poppler.cc:
11090         * shell/ev-properties.c: (setup_fonts_view):
11091
11092         Set the column title. Show the dialog only
11093         once everything is setup.
11094         Getting font info can be very slow... will
11095         prolly need to make this threaded too.
11096
11097 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * backend/Makefile.am:
11100         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11101         (ev_document_fonts_get_fonts_model):
11102         * backend/ev-document-fonts.h:
11103         * data/evince-properties.glade:
11104         * pdf/ev-poppler.cc:
11105         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11106         * shell/ev-properties.h:
11107         * shell/ev-window.c: (ev_window_cmd_file_properties):
11108
11109         Implement fonts list. Defined out for now, since it depends
11110         on a not yet committed poppler patch.
11111
11112 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11113
11114         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11115         page + 1.
11116
11117         * shell/ev-window.c: Make sure we add the timeout when we get a
11118         focus-in event.
11119
11120         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11121         adjustment->value before calculating the zoom factor to average
11122         out all of our rounding errors.  The page no longer 'drifts' when
11123         resizing.
11124
11125 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11126
11127         * data/evince-properties.glade:
11128         * shell/ev-properties.c: (ev_properties_format_date),
11129         (set_property):
11130         
11131         Labels don't expand when the dialogue is resized.
11132         strftime result needs to be converted to UTF-8. Thanks
11133         to Christian Persch <chpe@gnome.org>.
11134
11135 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * data/evince-properties.glade:
11138
11139         Hide the fonts tab
11140
11141 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * backend/ev-document-info.h:
11144         * backend/ev-document.c: (ev_document_info_free):
11145         * data/evince-properties.glade:
11146         * pdf/ev-poppler.cc:
11147         * ps/ps-document.c: (ps_document_get_info):
11148         * shell/ev-properties.c: (ev_properties_format_date),
11149         (set_property), (ev_properties_new):
11150         * shell/ev-properties.h:
11151         * shell/ev-window.c: (ev_window_cmd_file_properties):
11152
11153         Rework properties code to take only EvPropertyInfo
11154         in the constructor so that it can be useful for
11155         nautilus plugin too.
11156
11157         Deal with backends that doesnt support some properties.
11158         Make set property code generic.
11159
11160 2005-06-04  Christian Persch <chpe@gnome.org>
11161
11162         * data/evince-properties.glade:
11163
11164         fix spacings, make resizeable, and make data labels
11165         selectable + ellipsised
11166
11167 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * backend/ev-document-info.h:
11170         * data/Makefile.am:
11171         * data/evince-ui.xml:
11172         * pdf/ev-poppler.cc:
11173         * shell/Makefile.am:
11174         * shell/ev-window.c: (update_action_sensitivity),
11175         (ev_window_cmd_file_properties):
11176
11177         Initial go at file properties. Patch by
11178         Emil Soleyman-Zomalan <emil@soleyman.com>.
11179         Needs love see #169583
11180
11181 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * ps/ps-document.c: (output):
11184         * ps/ps.c: (psscan):
11185
11186         Try to render even if psscan fails.
11187
11188 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11189
11190         * ps/ps.c: (psscan), (pscopydoc):
11191
11192         Port buffered reading code from gv
11193
11194 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * ps/ps-document.c: (interpreter_message), (output):
11197
11198         Do not fail on interpreter messages
11199
11200 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11201
11202         * backend/ev-document-misc.c:
11203         (ev_document_misc_get_thumbnail_frame):
11204
11205         Pages can be 0 x 0, dont assert on this case
11206
11207 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11210         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11211
11212         Correctly manage our reference on document. Finally the reload
11213         huge leak is gone...
11214
11215 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11216
11217         * ps/ps-document.c: (ps_document_dispose):
11218
11219         Forgot to chain it to the parent. Thanks chpe.
11220
11221 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11222
11223         * ps/ps-document.c: (ps_document_dispose),
11224         (ps_document_class_init), (stop_interpreter), (document_load):
11225
11226         Cleanup dispose a bit. Dont leak the whole pixmap.
11227
11228 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11229
11230         * pdf/ev-poppler.cc:
11231
11232         Release the poppler document on dispose
11233
11234 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11235
11236         * shell/ev-view.c: (ev_view_set_document):
11237
11238         Release ref on the pixbuf cache when changing
11239         document.
11240
11241 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11242
11243         * ps/ps-document.c: (ps_document_get_info):
11244
11245         Fix a double free
11246
11247 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11248
11249         * backend/ev-page-cache.c: (ev_page_cache_init),
11250         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11251         * backend/ev-page-cache.h:
11252         * shell/ev-page-action.c: (page_changed_cb):
11253         
11254         Set page action entry width depending on labels width. Fix
11255         for bug 305202.
11256
11257 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11258
11259         * backend/ev-link.c: (ev_link_class_init):
11260
11261         Allow -1 as page value (error)
11262
11263 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11264
11265         * shell/ev-sidebar-thumbnails.c:
11266         (ev_sidebar_thumbnails_set_document):
11267         * shell/ev-view.c: (scroll_to_current_page),
11268         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11269         (page_changed_cb), (on_adjustment_value_changed),
11270         (ev_view_set_document):
11271
11272         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11273         Fix bug 305377
11274
11275 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11276
11277         * configure.ac:
11278         * djvu/djvu-document.c: (djvu_document_get_page_size):
11279
11280         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11281         bug 301993.
11282
11283 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11284
11285         * shell/ev-view.c (draw_one_page): modify the expose handling to
11286         get the shadows.
11287
11288         * shell/ev-window.c (update_action_sensitivity): Respect
11289         permissions field.  Kowtow to the man.
11290
11291         * pdf/ev-poppler.cc: Get the permissions field.
11292
11293         * tiff/*c: Make a tiny bit more robust.
11294
11295 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11296
11297         * djvu/djvu-document.c:
11298         
11299         Pop messages from djvu context message queue.
11300
11301 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11302
11303         * configure.ac, Makefile.am, shell/Makefile.am:
11304         * tiff/Makefile.am, shell/ev-document-types.c:
11305         
11306         Cleanup tiff configure checks. Fix for bug 305218.
11307
11308 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11309
11310         * configure.ac: Added "uk" to ALL_LINGUAS.
11311
11312 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11313
11314         * cut-n-paste/zoom-control/ephy-zoom.c:
11315         (ephy_zoom_get_changed_zoom_level):
11316         * cut-n-paste/zoom-control/ephy-zoom.h:
11317         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11318         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11319         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11320         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11321         (zoom_control_changed_cb), (ev_window_init):
11322         
11323         Fix minor points related to moving best fit up. Introduce
11324         "zoom" property and make zoom control change it's value on
11325         notify::zoom signals. Fix for 305080.
11326
11327 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11328
11329         * data/evince-ui.xml:
11330         * shell/ev-window.c: (set_view_actions_sensitivity):
11331         
11332         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11333
11334 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11335
11336         * configure.ac:
11337
11338         Depends on poppler 0.3.2
11339
11340 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11341
11342         * cut-n-paste/recent-files/egg-recent-item.c:
11343         (egg_recent_item_get_short_name):
11344         * cut-n-paste/toolbar-editor/Makefile.am:
11345         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11346         (new_pixbuf_from_widget):
11347         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11348         * cut-n-paste/toolbar-editor/egg-marshal.c:
11349         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11350         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11351
11352         Sync
11353
11354 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11355
11356         * tiff/tiff-document.c: Rough TIFF backend.
11357
11358 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11359
11360         * NEWS:
11361         * configure.ac:
11362         * cut-n-paste/toolbar-editor/Makefile.am:
11363
11364         Release 0.3.1
11365
11366 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11367
11368         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11369         (ev_view_find_next), (ev_view_find_previous):
11370
11371         Remove the locks around get_n_results   
11372
11373 2005-05-21  Juerg Billeter  <j@bitron.ch>
11374
11375         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11376
11377         Pass correct number of pages to poppler.
11378
11379 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11380
11381         * configure.ac:
11382         * data/Makefile.am:
11383         * data/evince.desktop.in: 
11384         * data/evince.desktop.in.in:
11385         * po/POTFILES.in:
11386         
11387         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11388
11389 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11390
11391         * shell/ev-view.c: (view_update_adjustments),
11392         (view_set_adjustment_values): cast adjustmen->value to (int)
11393         before using it.  Otherwise, we get off by a pixel in some
11394         situations.
11395
11396         (draw_one_page): Draw the border on expose.
11397
11398 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11401         adjustment when the mode changes, #304923
11402
11403 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11404
11405         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11406         flickering on resize but still use gdk_window_scroll on
11407         scrolling
11408
11409 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11410
11411         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11412         option, #170458
11413
11414 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11415
11416         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11417         second page on page_changed if possible, #304669
11418
11419 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11420
11421         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11422         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11423
11424 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11425
11426         * .cvsignore:
11427         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11428         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11429         (ev_view_zoom_for_size_presentation),
11430         (ev_view_zoom_for_size_continuous_and_dual_page),
11431         (ev_view_zoom_for_size_continuous),
11432         (ev_view_zoom_for_size_dual_page),
11433         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11434         * shell/ev-view.h:
11435         * shell/ev-window.c: (update_view_size),
11436         (ev_window_sizing_mode_changed_cb):
11437
11438         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11439         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11440         an infinite loop, #304769
11441
11442
11443 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11444
11445         * data/evince-ui.xml:
11446         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11447         * shell/ev-window.c: (set_view_actions_sensitivity):
11448
11449         Make PgUp/Down behave like Space
11450
11451 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11452
11453         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11454         * backend/ev-ps-exporter.h:
11455         * pdf/ev-poppler.cc:
11456         * ps/ps-document.c: (ps_document_ps_export_begin):
11457         * shell/ev-print-job.c: (idle_print_handler):
11458
11459         Adapt to new poppler api
11460
11461 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11462
11463         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11464         (ephy_zoom_control_init):
11465
11466         Translate zoom levels
11467
11468 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11469
11470         * cut-n-paste/zoom-control/ephy-zoom.c:
11471         (ephy_zoom_get_zoom_level_index):
11472
11473         Fix current zoom -> zoom control match
11474
11475 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11476
11477         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11478         rather than the scrolled_window that it's in. Fixes bug #304655.
11479
11480 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11481
11482         * shell/ev-view.c: (view_update_adjustments),
11483         (view_set_adjustment_values), (view_update_range_and_current_page),
11484         (view_scroll_to_page), (set_scroll_adjustment),
11485         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11486         (ev_view_scroll), (ev_view_scroll_view),
11487         (ensure_rectangle_is_visible), (find_page_at_location),
11488         (get_link_at_location), (go_to_link), (status_message_from_link),
11489         (ev_view_size_request_continuous_dual_page),
11490         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11491         (ev_view_unrealize), (ev_view_expose_event),
11492         (ev_view_button_press_event), (ev_view_motion_notify_event),
11493         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11494         (draw_rubberband), (highlight_find_results), (draw_one_page),
11495         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11496         (ev_view_init), (find_changed_cb), (page_changed_cb),
11497         (on_adjustment_value_changed), (ev_view_new),
11498         (ev_view_set_document), (ev_view_set_zoom),
11499         (ev_view_set_continuous), (ev_view_set_dual_page),
11500         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11501         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11502         (ev_view_zoom_for_size_presentation),
11503         (ev_view_zoom_for_size_continuous_dual_page),
11504         (ev_view_zoom_for_size_continuous),
11505         (ev_view_zoom_for_size_dual_page),
11506         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11507         (ev_view_get_status), (ev_view_set_status),
11508         (update_find_status_message), (ev_view_get_find_status),
11509         (ev_view_set_find_status), (jump_to_find_result),
11510         (jump_to_find_page), (compute_selections), (clear_selection),
11511         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11512         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11513         (ev_view_update_primary_selection),
11514         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11515         * shell/ev-view.h:
11516         * shell/ev-window.c: (ev_window_open_page_label),
11517         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11518         (ev_window_init):
11519         * shell/ev-window.h:
11520         * shell/main.c: (load_files):
11521
11522         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11523         when resizing.  Remove the bin_window().  Also, patch from James
11524         Bowes to fix command line page, #300641
11525         
11526 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11527
11528         * data/evince-ui.xml:
11529         * shell/ev-view.c:
11530         * shell/ev-view.h:
11531         * shell/ev-window.c: (update_action_sensitivity):
11532
11533         Get rid of View->Normal Size, it's just confusing
11534
11535 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * backend/ev-document-info.h:
11538         * backend/ev-document.c: (ev_document_info_free): Free the
11539         EvDocumentInfo.
11540
11541         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11542         (clear_range), (add_range), (update_visible_range),
11543         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11544         (ev_sidebar_thumbnails_set_document):
11545         * shell/ev-window.c: (ev_window_setup_document): Only render the
11546         visible thumbnails.  It takes an instant to render, but it uses
11547         much less memory.
11548
11549 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11550
11551         * shell/ev-sidebar-links.c: (popup_menu_cb):
11552
11553         Select first item
11554
11555 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11556
11557         * lib/Makefile.am:
11558         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11559         (button_press_cb), (ev_sidebar_links_construct):
11560
11561         Show the popup menu also on keybindings
11562
11563 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11564
11565         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11566         * shell/ev-window.h:
11567
11568         Expose api to print a range (with dialog). Make private _print use
11569         it.
11570
11571         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11572         (ev_sidebar_links_construct):
11573
11574         Show a print context menu on linkx, it prints the selected
11575         section.
11576
11577 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11578
11579         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11580         button.
11581
11582 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11583
11584         * AUTHORS:
11585
11586         Update
11587
11588         * shell/ev-window.c: (build_comments_string),
11589         (ev_window_cmd_help_about):
11590
11591         Show poppler version/backend and authors
11592
11593 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11594
11595         * cut-n-paste/zoom-control/ephy-zoom.c:
11596         (ephy_zoom_get_zoom_level_index):
11597         * cut-n-paste/zoom-control/ephy-zoom.h:
11598
11599         Move the best fit items at the top of the list
11600
11601 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11602
11603         * shell/ev-marshal.list:
11604         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11605         (activate_cb), (match_selected_cb), (activate_link_cb),
11606         (connect_proxy), (ev_page_action_class_init):
11607         * shell/ev-page-action.h:
11608
11609         Use signals to notify action activation. Hopefully
11610         I did not break completion since I cant test...
11611
11612         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11613         (register_custom_actions):
11614
11615         Connect to page selector actions and also grab focus on
11616         the view when activated.
11617
11618 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11619
11620         * pdf/ev-poppler.cc:
11621         * backend/ev-page-cache.c: make page size calculation consistent
11622         and set it to (int)( width * scale + 0.5).  This makes the weird
11623         line going through the middle of the page go away.
11624
11625         * shell/ev-view.c: move painting the background page after
11626         checking the expose area covers us.
11627
11628 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11629
11630         * data/evince-password.glade:
11631         
11632         Mark labels as not translatable. Fix for bug 302842.
11633
11634 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11635
11636         * configure.ac: Added "es" to ALL_LINGUAS.
11637
11638 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11639
11640         * data/evince-toolbar.xml:
11641         * shell/ev-window.c: (update_action_sensitivity),
11642         (ev_window_setup_document), (ev_window_set_page_mode),
11643         (ev_window_init):
11644
11645         Remove some leftover code from jrb first continous
11646         attempt. Use the new actions, we still need good icons
11647         though...
11648
11649 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11650
11651         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11652
11653         Update label when connecting proxy. Fix a warning with NULL
11654         page_cache.
11655
11656 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11657
11658         * data/evince-ui.xml:
11659         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11660         * shell/ev-page-action.h:
11661         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11662
11663         Add mnemonic for edit toolbar.
11664         ctrl+l focus the page entry.
11665
11666 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11667
11668         * lib/Makefile.am:
11669         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11670         (ev_window_init):
11671         * shell/main.c: (main):
11672
11673         Put the toolbar xml in evince own dot dir
11674
11675 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11676
11677         * shell/ev-window.c: (ev_window_init):
11678
11679         Make the toolbar not removable
11680
11681 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11682
11683         * data/evince-ui.xml:
11684         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11685         * shell/ev-sidebar-links.h:
11686         * shell/ev-sidebar-thumbnails.c:
11687         (ev_sidebar_thumbnails_get_treeview):
11688         * shell/ev-sidebar-thumbnails.h:
11689         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11690         (ev_view_class_init):
11691         * shell/ev-view.h:
11692         * shell/ev-window.c: (update_action_sensitivity),
11693         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11694         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11695         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11696         (ev_window_init):
11697
11698         This is evil... Make space/backspace global accelerators but
11699         enable them only for some widgets (sidebars and view).
11700         I dont like it, but I dont know a better way... :/
11701
11702 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11703
11704         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11705         (ev_page_action_widget_finalize),
11706         (ev_page_action_widget_class_init), (update_page_cache):
11707
11708         Keep a weak reference on proxy->page_cache so that we
11709         dont try to disconnect the signal if the object is already
11710         gone. Maybe there is a better way to cleanup reference handling
11711         in page action though...
11712
11713 2005-05-10  Juerg Billeter  <j@bitron.ch>
11714
11715         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11716         * backend/ev-ps-exporter.h:
11717         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11718         * ps/ps-document.c: (ps_document_ps_export_begin):
11719         
11720         Change api to pass print range to ps_exporter_begin. The pdf backend
11721         requires this information.
11722         
11723         * shell/ev-print-job.c: (idle_print_handler):
11724         
11725         Adapt to api change
11726
11727 2005-05-10  Juerg Billeter  <j@bitron.ch>
11728
11729         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11730         (idle_print_handler)
11731         * shell/ev-window.c: (ev_window_print):
11732
11733         Support printing page range, based on patch by Amaury Jacquot
11734
11735 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11736
11737         * data/evince-toolbar.xml:
11738
11739         Add zoom control to available items
11740
11741 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11742
11743         * shell/ev-window.c: (update_action_sensitivity):
11744
11745         Set slash action insensitive when appropriate
11746
11747 2005-05-10  Christian Persch <chpe@gnome.org>
11748
11749         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11750
11751         Fix warning on the overflow menu
11752
11753 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11754
11755         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11756
11757         Check for uri correctness/existence
11758
11759 2005-05-09  Juerg Billeter  <j@bitron.ch>
11760
11761         * shell/ev-window.c: (using_postscript_printer):
11762
11763         LPD printers use postscript, too
11764
11765 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11766
11767         * shell/ev-window.c: (register_custom_actions):
11768
11769         The zoom one is actually sort of useful,
11770         put it back
11771
11772 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11773
11774         * shell/ev-window.c: (register_custom_actions):
11775
11776         Hide page/zoom controls from overflow, they
11777         are useless.
11778
11779 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11780
11781         * cut-n-paste/update-from-egg.sh:
11782         
11783         Share it between all cut-n-paste subdirs
11784
11785         * cut-n-paste/recent-files/Makefile.am:
11786
11787         Fix to use "global" update-from-egg.sh
11788
11789         * cut-n-paste/recent-files/egg-recent-model.c:
11790         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11791         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11792         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11793         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11794
11795         Update from libegg
11796
11797         * cut-n-paste/toolbar-editor/Makefile.am:
11798
11799         Fix to use "global" update-from-egg.sh
11800
11801         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11802
11803         Update from libegg
11804
11805 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11806
11807         * configure.ac:
11808         * cut-n-paste/Makefile.am:
11809         * cut-n-paste/recent-files/Makefile.am:
11810         * cut-n-paste/toolbar-editor/.cvsignore:
11811         * cut-n-paste/toolbar-editor/Makefile.am:
11812         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11813         (egg_editable_toolbar_get_type), (get_toolbar_position),
11814         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11815         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11816         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11817         (set_item_drag_source), (create_item_from_action), (create_item),
11818         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11819         (popup_toolbar_context_menu_cb), (free_dragged_item),
11820         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11821         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11822         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11823         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11824         (item_added_cb), (item_removed_cb),
11825         (egg_editable_toolbar_construct),
11826         (egg_editable_toolbar_disconnect_model),
11827         (egg_editable_toolbar_deconstruct),
11828         (egg_editable_toolbar_set_model),
11829         (egg_editable_toolbar_set_ui_manager),
11830         (egg_editable_toolbar_set_property),
11831         (egg_editable_toolbar_get_property),
11832         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11833         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11834         (egg_editable_toolbar_new_with_model),
11835         (egg_editable_toolbar_get_edit_mode),
11836         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11837         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11838         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11839         (new_pixbuf_from_widget), (new_separator_pixbuf),
11840         (update_separator_image), (style_set_cb),
11841         (_egg_editable_toolbar_new_separator_image),
11842         (egg_editable_toolbar_get_model):
11843         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11844         * cut-n-paste/toolbar-editor/egg-marshal.c:
11845         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11846         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11847         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11848         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11849         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11850         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11851         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11852         (editor_drag_data_delete_cb), (drag_data_get_cb),
11853         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11854         (editor_create_item), (update_editor_sheet), (setup_editor),
11855         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11856         (parse_item_list), (model_has_action), (update_actions_list),
11857         (egg_toolbar_editor_load_actions):
11858         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11859         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11860         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11861         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11862         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11863         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11864         (egg_toolbars_model_add_separator), (impl_add_item),
11865         (parse_item_list), (egg_toolbars_model_add_toolbar),
11866         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11867         (impl_get_item_data), (impl_get_item_type),
11868         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11869         (egg_toolbars_model_init), (free_toolbar),
11870         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11871         (egg_toolbars_model_remove_toolbar),
11872         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11873         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11874         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11875         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11876         (egg_toolbars_model_get_item_data),
11877         (egg_toolbars_model_get_item_type):
11878         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11879         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11880         * data/Makefile.am:
11881         * data/evince-toolbar.xml:
11882         * data/evince-ui.xml:
11883         * data/hand-open.png:
11884         * po/POTFILES.in:
11885         * shell/Makefile.am:
11886         * shell/ev-window.c: (update_chrome_visibility),
11887         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11888         (ev_window_dispose), (ev_window_init):
11889
11890         Implement epiphany like toolbar editor. Based on patch by
11891         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11892
11893 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11894
11895         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11896
11897         Use set_cursor instead of set_selection, so that
11898         the keyboard focus moves too.
11899
11900 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11901
11902         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11903
11904         Fix infinite loop when loading Type1 fonts
11905
11906 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11907
11908         * data/evince-ui.xml:
11909         * shell/ev-window.c:
11910
11911         Slash -> Find
11912
11913 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11914
11915         * configure.ac:
11916
11917         Make --disable really disable
11918
11919 2005-05-07  Juerg Billeter  <j@bitron.ch>
11920
11921         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11922
11923         Compare page labels even without has_labels set, fixes setting page
11924         with entry
11925
11926 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11927
11928         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11929         (ev_view_set_cursor), (ev_view_button_press_event),
11930         (ev_view_motion_notify_event), (ev_view_button_release_event),
11931         (ev_view_init):
11932
11933         Implement middle button scrolling. Based on a patch
11934         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11935
11936 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11937
11938         * shell/ev-document-types.c: (get_slow_mime_type),
11939         (get_document_type_from_mime), (ev_document_type_lookup):
11940         * shell/ev-document-types.h:
11941
11942         Change api to lookup from uri. Do fast lookup first, if the
11943         type is unknown try with data sniffing.
11944
11945         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11946         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11947
11948         Adapt to api change
11949
11950 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11951
11952         * thumbnailer/Makefile.am:
11953
11954         Fix distcheck
11955
11956 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11957
11958         * NEWS:
11959         * configure.ac:
11960
11961         Release 0.3.0
11962
11963         * data/evince-ui.xml:
11964
11965         Hide presentation mode for now
11966
11967         * shell/ev-view.c: (highlight_find_results):
11968
11969         Show current find selection only on current page
11970
11971 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11972
11973         * shell/ev-view.c: (ev_view_select_all):
11974
11975         Compute size of the actual page, not of
11976         the current one.
11977
11978 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11979
11980         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11981         (view_rect_to_doc_rect), (compute_selections),
11982         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11983         (ev_view_copy), (ev_view_primary_get_cb),
11984         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11985         (ev_view_button_press_event), (ev_view_motion_notify_event),
11986         (ev_view_button_release_event), (page_changed_cb):
11987
11988         Fix text selection
11989
11990 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11991
11992         * shell/ev-view.c: (compute_border), (get_page_extents),
11993         (doc_rect_to_view_rect), (highlight_find_results),
11994         (ev_view_bin_expose), (ev_view_select_all),
11995         (ev_view_motion_notify_event), (update_find_status_message),
11996         (jump_to_find_result), (jump_to_find_page):
11997
11998         First go at fixing search, still buggy
11999
12000 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12001
12002         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12003         dropdown box and button at the top of the sidebar.
12004
12005 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12006
12007         * configure.ac: Output zoom-control Makefile.
12008         * cut-n-paste/Makefile.am: build zoom-control subdir.
12009         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12010         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12011         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12012         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12013         * cut-n-paste/zoom-control/ephy-zoom.c:
12014         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12015         from epiphany, and modified to add a separator into the menu.
12016         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12017         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12018         zoom-control action.
12019         * shell/Makefile.am: Include zoom-control flags.
12020         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12021         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12022         (ev_view_zoom_for_size_presentation),
12023         (ev_view_zoom_for_size_continuous_and_dual_page),
12024         (ev_view_zoom_for_size_continuous),
12025         (ev_view_zoom_for_size_dual_page),
12026         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12027         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12028         ev_view_get_zoom and ev_view_get_sizing_mode.
12029         * shell/ev-view.h:
12030         * shell/ev-window.c: (update_action_sensitivity),
12031         (update_sizing_buttons), (zoom_control_changed_cb),
12032         (register_custom_actions): Initialize and use the zoom-control 
12033         widget.
12034
12035 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12036
12037         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12038         preview cache back to 1.  Don't know when it got set to 0.
12039         
12040         * shell/ev-view.c: (compute_border), (ev_view_realize),
12041         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12042         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12043         (ev_view_get_fullscreen), (ev_view_set_presentation),
12044         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12045         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12046         * shell/ev-view.h:
12047         * shell/ev-window.c:
12048         (update_chrome_visibility),
12049         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12050         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12051         (update_document_mode), (ev_window_update_fullscreen_action),
12052         (ev_window_fullscreen), (ev_window_unfullscreen),
12053         (ev_window_cmd_view_fullscreen),
12054         (ev_window_update_presentation_action),
12055         (ev_window_run_presentation), (ev_window_stop_presentation),
12056         (ev_window_cmd_view_presentation), (ev_window_state_event),
12057         (ev_window_focus_in_event), (ev_window_focus_out_event),
12058         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12059         * data/evince-ui.xml: Initial presentation mode.  We should
12060         probably hide this until it's done, as it's quite rough.  Also,
12061         change full-screen to fullscreen and add two getters to EvView.
12062
12063 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12064
12065         * shell/ev-page-action.c: (update_page_cache),
12066         (ev_page_action_dispose):
12067         * shell/ev-window.c: (destroy_fullscreen_popup),
12068         (ev_window_create_fullscreen_popup):
12069
12070         Use connect_object rather than explicitly
12071         disconnect on dispose.
12072
12073 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12074
12075         * shell/ev-page-action.c: (update_page_cache),
12076         (ev_page_action_dispose):
12077
12078 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12079
12080         * backend/ev-page-cache.c: (_ev_page_cache_new),
12081         (ev_page_cache_set_page_label),
12082         (ev_page_cache_has_nonnumeric_page_labels):
12083         * backend/ev-page-cache.h:
12084         * shell/ev-page-action.c: (update_pages_label):
12085         
12086         If all page labels are numeric, fallback to default
12087         way to display number of pages. See bug 173185.
12088
12089 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12090
12091         * shell/ev-page-action.c: (ev_page_action_dispose):
12092         * shell/ev-view.c: (view_update_range_and_current_page):
12093         * shell/ev-window.c: (ev_window_dispose):
12094         
12095         Set page on scroll in continuous mode. Fixes bug 301986.
12096         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12097
12098 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12099
12100         * configure.ac:
12101
12102         Require poppler 0.3.0
12103
12104 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12105         
12106         * shell/Makefile.am, configure.ac: Fix build problems
12107         with t1lib. Bug 301996.
12108
12109 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12110
12111         * shell/ev-view.c: (ev_view_scroll_event):
12112         
12113         Scroll up increase zoom
12114
12115 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12116
12117         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12118         (ev_view_set_sizing_mode),
12119         (ev_view_zoom_for_size_continuous_and_dual_page),
12120         (ev_view_zoom_for_size_continuous):
12121         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12122         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12123         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12124         (ev_window_init):
12125
12126         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12127         Fix for 165473 and 165472.
12128
12129 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12130
12131         * po/POTFILES.in:
12132         * thumbnailer/Makefile.am:
12133         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12134         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12135         * thumbnailer/evince-thumbnailer.schemas.in:
12136         
12137         Make thumbnailer schemas translatable. Fix for bug 301773
12138         
12139         * thumbnailer/evince-thumbnailer-djvu.schemas:
12140         * thumbnailer/evince-thumbnailer-dvi.schemas:
12141         * thumbnailer/evince-thumbnailer.schemas:
12142
12143         Removed files
12144
12145 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12146
12147         * shell/ev-view.c (ev_view_init): forgot to set this.
12148
12149 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12150
12151         * shell/ev-view.c: (find_page_at_location),
12152         (get_link_at_location),
12153         (ev_view_set_show_border), (ev_view_set_spacing),
12154         (ev_view_zoom_for_size_continuous_and_dual_page),
12155         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12156         Also, add a quick fix measuring of widths.  Also, removed
12157         ev_view_set_spacing and ev_view_set_show_border.
12158         
12159         * shell/ev-window.c: (ev_window_unfullscreen),
12160         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12161
12162 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12163
12164         * shell/ev-view.c: (view_update_range_and_current_page),
12165         (page_changed_cb):
12166         
12167         Fix crash on exit and scrolling to page in continuous view.
12168
12169 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12170
12171         * TODO:
12172         * backend/ev-page-cache.c: (_ev_page_cache_new),
12173         (ev_page_cache_get_max_width_size),
12174         (ev_page_cache_get_max_height_size):
12175         * backend/ev-page-cache.h:
12176         * data/evince-ui.xml:
12177         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12178         * shell/ev-view.c: (view_update_adjustments),
12179         (view_update_range_and_current_page), (get_bounding_box_size),
12180         (ev_view_size_request_continuous_and_dual_page),
12181         (ev_view_size_request_continuous),
12182         (ev_view_size_request_dual_page),
12183         (ev_view_size_request_single_page), (ev_view_size_request),
12184         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12185         (ev_view_bin_expose), (ev_view_expose_event),
12186         (ev_view_set_property), (ev_view_get_property),
12187         (ev_view_class_init), (ev_view_init), (ev_view_new),
12188         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12189         (ev_view_set_dual_page), (ev_view_set_full_screen),
12190         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12191         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12192         (ev_view_zoom_out), (zoom_for_size_fit_width),
12193         (zoom_for_size_best_fit),
12194         (ev_view_zoom_for_size_continuous_and_dual_page),
12195         (ev_view_zoom_for_size_continuous),
12196         (ev_view_zoom_for_size_dual_page),
12197         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12198         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12199         * shell/ev-view.h:
12200         * shell/ev-window.c: (update_action_sensitivity),
12201         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12202         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12203         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12204         (ev_window_cmd_view_zoom_out), (update_view_size),
12205         (ev_window_set_sizing_mode), (ev_window_init):
12206
12207         Add Continuous and Dual page modes.
12208
12209 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12210
12211         * dvi/dvi-document.c: (dvi_document_load),
12212         (dvi_document_thumbnails_get_thumbnail),
12213         (dvi_document_init_params): Fix up some mixups between
12214         width and height to correct thumbnail rendering.
12215
12216 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12217
12218         * dvi/mdvi-lib/private.h:
12219         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12220         
12221         Suppess output for kpathsea during font generation. Thanks to
12222         James Bowes
12223
12224 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12225
12226         * NEWS:
12227         * configure.ac:
12228
12229         Release 0.2.1
12230
12231         * Makefile.am: fix distcheck.
12232
12233 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12234
12235         * shell/ev-sidebar-links.c: (selection_changed_callback),
12236         (update_page_callback), (row_activated_callback),
12237         (job_finished_callback), (ev_sidebar_links_set_document):
12238         
12239         Fix for bug #169901. Double click on links expands tree.
12240
12241 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12242
12243         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12244         hard-coded style. Fix for bug 170111
12245
12246 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12247
12248         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12249         locking.
12250
12251 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12252
12253         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12254
12255 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12256
12257         * pdf/ev-poppler.cc:
12258         * shell/ev-view.c: (highlight_find_results):
12259
12260         Fix find on single page documents
12261
12262 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12263
12264         * data/evince.schemas.in: fix for bug 301390
12265
12266 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12267
12268         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12269         (ev_view_zoom_out), (ev_view_zoom_normal):
12270         * shell/ev-view.h:
12271         * shell/ev-window.c: (update_action_sensitivity),
12272         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12273         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12274         (ev_window_cmd_view_normal_size):
12275
12276         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12277         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12278         better than oom. 
12279
12280 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12281
12282         * configure.ac:
12283
12284         Depend on 2.57, 2.59 doesnt seem to be necessary
12285
12286 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12287
12288         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12289         (create_tool_item):
12290
12291         Put back total number of pages as (1 of 1234)
12292
12293 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12294
12295         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12296         remove the job.
12297
12298         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12299         function.  This helps debugging.
12300
12301 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12302
12303         * djvu/djvu-document.c: (djvu_document_class_init),
12304         (djvu_document_get_info), (djvu_document_document_iface_init):
12305         * dvi/dvi-document.c: (dvi_document_class_init),
12306         (dvi_document_get_info), (dvi_document_document_iface_init):
12307
12308         Dummy implementation of get_info method for dvi and
12309         djvu. Fix crashes with those backends
12310
12311 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12312
12313         * data/evince.desktop.in:
12314
12315         Add application/x-gzpostscript
12316
12317 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12318
12319         * data/evince.schemas.in: Added real long descriptions, 
12320         closes bug 172496 
12321
12322         * README: Added actual text, closes bug 171869
12323
12324 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12325
12326         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12327
12328         Thumbnail page 0
12329
12330 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12331
12332         * backend/ev-document-info.h:
12333
12334         s/GDate */GDate so we can just use g_free
12335
12336 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12337
12338         * shell/ev-window.c: (update_document_mode),
12339         (ev_window_setup_document):
12340
12341         Show the window in fullscreen when specified by
12342         the document
12343
12344 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12345
12346         * backend/ev-document.c: (ev_document_class_init),
12347         (ev_document_get_info), (ev_document_render_pixbuf):
12348         * backend/ev-document.h:
12349         * backend/ev-page-cache.c: (_ev_page_cache_new):
12350         * pdf/ev-poppler.cc:
12351         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12352         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12353         * ps/ps-document.c: (ps_document_class_init), (document_load),
12354         (ps_document_get_info), (ps_document_document_iface_init):
12355
12356         Remove get_title from the interface, we can just use document info
12357
12358 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12359
12360         * backend/Makefile.am:
12361         * backend/ev-document.c: (ev_document_render_get_info):
12362         * backend/ev-document.h:
12363         * pdf/ev-poppler.cc:
12364
12365         Initial support for document info. Based on jrb patch.
12366
12367 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12368
12369         * shell/ev-window.c: (ev_window_state_event),
12370         (ev_window_class_init), (ev_window_init):
12371         
12372         Doesn't show resize grip when maximized. See bug #301053
12373
12374 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12375
12376         * po/POTFILES.in:
12377         
12378         ev-sidebar-thumbnails now has translatable labels
12379         
12380         * shell/Makefile.am:
12381         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12382         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12383         (ev_sidebar_links_page_iface_init):
12384         * shell/ev-sidebar-links.h:
12385         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12386         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12387         (ev_sidebar_page_get_label):
12388         * shell/ev-sidebar-page.h:
12389         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12390         (ev_sidebar_thumbnails_set_document),
12391         (ev_sidebar_thumbnails_support_document),
12392         (ev_sidebar_thumbnails_get_label),
12393         (ev_sidebar_thumbnails_page_iface_init):
12394         * shell/ev-sidebar-thumbnails.h:
12395         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12396         (ev_sidebar_set_document):
12397         * shell/ev-sidebar.h:
12398         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12399         
12400         Small rework of sidebar code. Now sidebar pages should implement
12401         EvSidebarPage interface. That makes page management in EvSidebar
12402         easier. See bug #164811 for details
12403
12404 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12405
12406         * shell/ev-application.c: (ev_application_open):
12407         * shell/ev-document-types.c:
12408         
12409         Fix build error and small problem with application exit
12410
12411 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12412
12413         * thumbnailer/Makefile.am:
12414         * thumbnailer/evince-thumbnailer-djvu.schemas:
12415         * thumbnailer/evince-thumbnailer-dvi.schemas:
12416         
12417         Conditionally install schemas for djvu/dvi thumbnailer
12418
12419 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12420
12421         * shell/ev-document-types.h: 
12422         * shell/ev-document-types.c: 
12423         New files, handling the mapping from mimetypes to backends
12424         
12425         * shell/ev-window.c: 
12426         * thumbnailer/evince-thumbnailer.c:     
12427         Use the ev-document-types code
12428         
12429         * shell/Makefile.am: 
12430         Added new convenience library libevbackendfactory_la, containing
12431         the new mimetype->backend logic; moved the backends into it.
12432
12433         * thumbnailer/Makefile.am:
12434         Make the thumbnailer link with the libevbackend.la convenience
12435         library, rather than having a duplicate of the backend logic here.
12436
12437 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12438
12439         * shell/ev-stock-icons.c: constify some vars.
12440         * shell/ev-window.c: ditto.
12441
12442 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12443
12444         * ps/ps-document.c (get_page_orientation):
12445
12446         Respect document orientation 
12447
12448 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12449
12450         * djvu/Makefile.am:
12451         * dvi/Makefile.am:
12452         * shell/Makefile.am:
12453         
12454         Move library dependencies to components.
12455         
12456         * shell/ev-window.c: (update_window_title),
12457         (start_loading_document):
12458         
12459         Fix display of uris with spaces. Bug 168358.
12460
12461 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12462
12463         * shell/ev-sidebar-links.c: (selection_changed_cb):
12464         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12465         (ev_view_button_release_event), (ev_view_set_document):
12466         * shell/ev-view.h:
12467         * shell/ev-window.c: (find_bar_search_changed_cb):
12468         * shell/ev-window.h: Minor cleanups removing some dead code.
12469
12470 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12471
12472         * backend/ev-page-cache.c: (_ev_page_cache_new):
12473         
12474         Set current page to 0 if document has pages.
12475
12476 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12477
12478         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12479
12480         Initialize GError to NULL, fix a crash when loading fails.
12481
12482 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12483
12484         * shell/ev-window.c: (update_view_size):
12485
12486         Calculate shadow size only when there is actually
12487         a shadow.
12488
12489 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12490
12491         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12492         * shell/ev-view.h:
12493
12494         Allow setting view spacing, default to 0
12495
12496         * shell/ev-window.c: (ev_window_unfullscreen),
12497         (ev_window_cmd_view_fullscreen), (ev_window_init):
12498
12499         Remove spacing in fullscreen mode
12500
12501 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12502
12503         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12504         (ev_view_size_request), (expose_bin_window),
12505         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12506         * shell/ev-view.h:
12507         * shell/ev-window.c: (ev_window_unfullscreen),
12508         (ev_window_cmd_view_fullscreen):
12509
12510         Do not draw the border in fulscreen
12511
12512 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12513
12514         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12515         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12516         (find_page_at_location), (page_changed_cb):
12517
12518         Rework border calculation, so that I can more easily disable it.
12519         Code somewhat cleaner too.
12520
12521 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12522
12523         * backend/ev-page-cache.c: (ev_page_cache_init),
12524         (_ev_page_cache_new):
12525
12526         Remove some assertions, documents can have 0 pages.
12527         Make initial current page -1.
12528
12529         * shell/ev-page-action.c: (page_changed_cb):
12530
12531         Show "" if current page is -1
12532
12533         * shell/ev-window.c: (update_action_sensitivity),
12534         (ev_window_setup_document):
12535
12536         When document has 0 pages do not set the view
12537         and make nearly everything insensitive.
12538
12539 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12540
12541         * shell/ev-page-view.c:
12542         * shell/ev-page-view.h:
12543
12544         Remove unused files.
12545         
12546         * shell/ev-sidebar-thumbnails.c:
12547         (ev_sidebar_thumbnails_set_document):
12548         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12549         (ev_sidebar_supports_document):
12550         * shell/ev-sidebar.h:
12551         * shell/ev-window.c: (ev_window_setup_document):
12552         
12553         Doesn't show thumbnails if document has 1 page. Make
12554         sidebar menu entries sensitive only if if they have 
12555         sense. Fix bug 164811. 
12556
12557 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12558
12559         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12560         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12561         (ev_view_zoom_out), (ev_view_set_size):
12562
12563         Rework sizing to deal with documents with not uniform page
12564         size.
12565
12566 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12567
12568         * backend/ev-page-cache.c: (_ev_page_cache_new):
12569
12570         Fix several page size caching bugs
12571
12572 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12573
12574         * shell/ev-window.c: (set_action_properties):
12575
12576         Make all toolbar items translatable
12577
12578 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12579
12580         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12581         (save_page_list), (ps_document_save),
12582         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12583         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12584         (ps_document_ps_exporter_iface_init):
12585         * ps/ps-document.h:
12586
12587         Based on a patch by J�rg Billeter <j@bitron.ch>
12588         
12589         Implement print and save a copy for the ps backend.
12590
12591 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12592
12593         * backend/ev-document.h:
12594         * djvu/djvu-document.c: (djvu_document_can_get_text),
12595         (djvu_document_document_iface_init):
12596         * dvi/dvi-document.c: (dvi_document_can_get_text),
12597         (dvi_document_document_iface_init):
12598         * pdf/ev-poppler.cc:
12599         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12600         (pixbuf_document_document_iface_init):
12601         * ps/ps-document.c: (ps_document_can_get_text),
12602         (ps_document_document_iface_init):
12603         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12604         * shell/ev-window.c: (update_action_sensitivity):
12605
12606         Fix the crash when trying to copy in backends that doesnt
12607         support it. We can implement a better solution once we
12608         do real text selection.
12609
12610 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12611
12612         * data/evince-ui.xml:
12613         * shell/ev-window.c: (ev_window_cmd_escape):
12614         
12615         Work around the Escape conflict (find bar and unfullscreen)
12616
12617 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12618
12619         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12620         
12621         Fix for #300233. Next page correctly handles document end.
12622         
12623         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12624         (ev_sidebar_thumbnails_class_init),
12625         (ev_sidebar_thumbnails_set_document),
12626         (ev_sidebar_thumbnails_clear_job),
12627         (ev_sidebar_thumbnails_clear_model):
12628         
12629         Cleanup thumbnail jobs on document changes.
12630         
12631         * shell/ev-view.c: (add_scroll_binding_keypad),
12632         (add_scroll_binding_shifted), (ev_view_class_init):
12633         
12634         Shift + Space scrolls up. Fix for #173184
12635         
12636         * shell/ev-window.c: (ev_window_open_page),
12637         (ev_window_cmd_view_reload):
12638         
12639         Fix reload (Bug #300094)
12640
12641 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12642
12643         
12644         * dvi/mdvi-lib/assoc.c:
12645         * dvi/mdvi-lib/assoc.h: Removed garbage files
12646         
12647         * dvi/mdvi-lib/bitmap.c:
12648         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12649         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12650         * dvi/mdvi-lib/color.h: Antialias of rules
12651         
12652         * dvi/mdvi-lib/common.h:
12653         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12654         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12655         * dvi/mdvi-lib/files.c:
12656         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12657         * dvi/mdvi-lib/mdvi.h:
12658         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12659         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12660         * dvi/mdvi-lib/util.c: Fix compile warnings
12661         
12662         * dvi/dvi-document.c:
12663         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12664         (dvi_document_thumbnails_get_thumbnail),
12665         (dvi_document_document_thumbnails_iface_init):
12666         * dvi/mdvi-lib/Makefile.am:
12667         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12668         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12669         
12670         Dvi backend now renders thumbnails
12671
12672 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12673
12674         * shell/main.c: (main): 
12675         
12676         Save accelerators on exit. Fixes bug #172095.
12677
12678 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12679
12680         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12681         update priority" comment.
12682
12683         * backend/ev-job-queue.c: Give a way to change priority.
12684
12685 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12686
12687         * shell/ev-page-action.c: Fix logic.
12688
12689 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12690
12691         * shell/ev-view.c: (ev_view_can_find_next):
12692         * shell/ev-window.c: (ev_window_setup_document):
12693
12694         Check that the document supports find
12695
12696 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12697
12698         * data/evince-ui.xml:
12699         * shell/ev-view.c: (ev_view_can_find_next):
12700         * shell/ev-view.h:
12701         * shell/ev-window.c: (update_action_sensitivity),
12702         (find_changed_cb), (ev_window_setup_document),
12703         (ev_window_cmd_edit_find_next):
12704
12705         Add Edit->Find Next
12706
12707 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12708
12709         * pdf/ev-poppler.cc:
12710         * shell/ev-print-job.c: (idle_print_handler):
12711
12712         Make printing work again
12713
12714 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12715
12716         * shell/ev-page-action.h:
12717         * shell/ev-page-action.c: (ev_page_action_widget_init),
12718         (ev_page_action_widget_class_init), (page_changed_cb),
12719         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12720         (get_filter_model_from_model), (match_selected_cb),
12721         (display_completion_text), (match_completion), (update_model),
12722         (connect_proxy), (ev_page_action_set_property),
12723         (ev_page_action_get_property), (ev_page_action_set_document),
12724         (ev_page_action_set_model), (ev_page_action_class_init): Big
12725         reworking to make completions work iff we have >= GTK-2.7.0
12726                 
12727         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12728         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12729         (job_finished_cb): We now have a 'model' property that is set when
12730         the links are loaded.  This can be caught with "notify::model"
12731
12732         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12733         listen for the model to be set, and propagate it to the action.
12734
12735 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12736
12737         * cut-n-paste/recent-files/egg-recent-item.c:
12738         (egg_recent_item_set_uri), (make_valid_utf8),
12739         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12740         * cut-n-paste/recent-files/egg-recent-item.h:
12741         
12742         Update egg-recent from libegg. This should fix long
12743         startup problem. For details see
12744         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12745
12746 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12747
12748         * cut-n-paste/recent-files/Makefile.am:
12749         * data/evince-ui.xml, shell/Makefile.am:
12750         * shell/ev-application.c, shell/ev-application.h:
12751         * shell/ev-window.c: Recent files support.
12752         
12753         * configure.ac: Added "ru" to ALL_LINGUAS.
12754         
12755         * dvju: new backend to support DJVU files.
12756         * dvi: new backend to support DVI.
12757
12758         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12759         * ev-application.c: Support for new backends.
12760         
12761         * help, ev-window.c, main.c shell/Makefile.am: 
12762         Evince user documentation.
12763
12764 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * po/POTFILES.in:
12767         * shell/ev-window.c:
12768         * thumbnailer/evince-thumbnailer.c:
12769
12770         s/pdf-document/ev-poppler
12771
12772 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12773
12774         * NEWS:
12775         * configure.ac:
12776
12777         Release 0.2.0
12778
12779         * ps/ps-document.c: (setup_pixmap):
12780
12781         Remove debug code
12782
12783 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12784
12785         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12786         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12787         (ev_window_cmd_go_first_page): Fix of by one errors.
12788
12789 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12790
12791         * ps/ps-document.c: (get_page_box):
12792
12793         Fix page size calculation
12794
12795 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12796
12797         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12798         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12799         (get_page_orientation), (setup_page), (document_load),
12800         (ps_document_get_page_size), (render_pixbuf_idle):
12801         * ps/ps-document.h:
12802
12803         More refactoring to adapt to EvDocument changes
12804
12805 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12806
12807         * ps/ps-document.c: (start_interpreter):
12808
12809         Actually add alpha args
12810
12811 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12812
12813         * pdf/ev-poppler.cc:
12814
12815         Make clipboard work again
12816
12817 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12818
12819         Make searching work again.
12820         
12821         * backend/ev-document.c:
12822         * backend/ev-document.h:
12823         * backend/ev-document-find.c:
12824         * backend/ev-document-find.h: Change EvDocumentIface so we no
12825         longer store the current page or zoom level in the document.  The
12826         consequence is that all calls that operate on the current page now
12827         instead take the page number as an extra argument, and all
12828         coordinates are now doubles in document coordinate system.
12829
12830         * pdf/ev-poppler.cc:
12831         * pixbuf/pixbuf-document.c:
12832         * ps/ps-document.c: Update backends accordingly.
12833
12834 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12835
12836         * autogen.sh:
12837
12838         Add required gettext version
12839
12840 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12841
12842         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12843         make F1 bring up non-existent help.
12844
12845         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12846         epiphany's find bar, #167477
12847
12848         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12849         <emil@nishra.com> to add space-bar scrolling, 
12850
12851         * shell/ev-window.c (static GtkActionEntry entries): add default
12852         keybinding for Help (F1)
12853         Fixes #171068
12854
12855         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12856         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12857         170110
12858
12859 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12860
12861         * Makefile.am: 
12862         * pixbuf/pixbuf-document.c: 
12863
12864         Got pixbuf backend working again
12865
12866 2005-04-01  Steve Murphy  <murf@e-tools.com>
12867
12868         * configure.in: Added "rw" to ALL_LINGUAS.
12869
12870 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12871
12872         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12873         model types, noticed by Martin Kretzschmar.
12874
12875 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12876
12877         * pdf/ev-poppler.cc: Implement search based on
12878         poppler_page_find_text().  Currently a bit crude since we remember
12879         all matches from all pages.  Also, we grab the big document lock
12880         when we search since searching changes the underlying stream and
12881         thus conflicts with the rendering thread.
12882         
12883         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12884         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12885         (ev_view_find_previous): Fix some page indexes to be 0 based,
12886         offset rubber band by view offset,
12887
12888 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12889
12890         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12891
12892 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12893
12894         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12895         completely because I didn't understand GtkActions.  I should
12896         read Marco's code more carefully in the future.
12897
12898         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12899         function
12900
12901 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12902
12903         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12904         PopplerRectangle change from poppler CVS.
12905
12906 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12907
12908         * backend/ev-document.c: (ev_document_get_page_label):
12909         * backend/ev-document.h:
12910         * backend/ev-page-cache.c: (_ev_page_cache_new),
12911         (ev_page_cache_get_page_label):
12912         * backend/ev-page-cache.h:
12913         * pdf/ev-poppler.cc:
12914         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12915         (links_page_num_func):
12916         * shell/ev-sidebar-thumbnails.c:
12917         (ev_sidebar_thumbnails_set_document):
12918         * shell/ev-view.c: (status_message_from_link),
12919         (ev_view_motion_notify_event):
12920         * shell/ev-window.c: (document_supports_sidebar): Add in page
12921         label support.  It's not perfect yet, but it's the first 'feature'
12922         in a while.
12923         Also, fix a bogus comment noticed by crispin. 
12924
12925 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12926
12927         * Makefile.am: Remove pixbuf backend for now
12928
12929         * configure.ac: Require poppler-glib instead of just poppler.
12930
12931         * backend/ev-document-thumbnails.h: Add a comment
12932
12933         * backend/ev-document.h:
12934         * backend/ev-document.c: (ev_document_class_init),
12935         (ev_document_load), (ev_document_get_link),
12936         (ev_document_get_links): Remove 3 methods and add get_links.
12937         Also, made 0 based.
12938
12939         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12940         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12941
12942         * backend/ev-link.c: (ev_link_set_title),
12943         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12944         (ev_link_mapping_find):
12945         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12946         
12947         * backend/ev-page-cache.c: (ev_page_cache_init),
12948         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12949         (ev_page_cache_get_size), (ev_page_cache_next_page),
12950         (ev_page_cache_prev_page): Fix to be 0 based.
12951
12952         * pdf/Makefile.am: 
12953         * pdf/ev-poppler.h:
12954         * pdf/ev-poppler.cc: New backend.
12955         
12956         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12957         (ps_document_get_page), (ps_document_document_iface_init):
12958
12959         * shell/ev-pixbuf-cache.h:
12960         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12961         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12962         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12963         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12964         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12965         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12966         based.
12967         
12968         * shell/ev-sidebar-thumbnails.c:
12969         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12970         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12971
12972         * shell/ev-view.c: (status_message_from_link),
12973         (find_page_at_location), (get_link_at_location),
12974         (ev_view_motion_notify_event), (ev_view_button_release_event),
12975         (ev_view_init): Use the new link code.  Fix to be 0 based.
12976
12977         * shell/ev-window.c: (update_action_sensitivity),
12978         (document_supports_sidebar): 0 based.
12979
12980 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12981
12982         * pdf/pdf-document.cc: Patch from Fernando Herrera
12983         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12984         *blush*
12985
12986 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12987
12988         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12989         1 to the page, as this seems to be 1 based.  I thought we has this
12990         fixed.  grump.
12991
12992 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12993
12994         * TODO:
12995         * backend/Makefile.am:
12996         * backend/ev-document-links.c:
12997         (ev_document_links_has_document_links),
12998         (ev_document_links_get_links_model):
12999         * backend/ev-document-links.h:
13000         * backend/ev-document.c: (ev_document_get_page_cache),
13001         (ev_document_get_doc_mutex), (ev_document_load),
13002         (ev_document_save), (ev_document_get_title),
13003         (ev_document_get_n_pages), (ev_document_set_page),
13004         (ev_document_get_page), (ev_document_set_target),
13005         (ev_document_set_scale), (ev_document_set_page_offset),
13006         (ev_document_get_page_size), (ev_document_get_text),
13007         (ev_document_get_link), (ev_document_render),
13008         (ev_document_render_pixbuf), (ev_document_scale_changed):
13009         * backend/ev-document.h:
13010         * backend/ev-job-queue.c: (remove_object_from_queue),
13011         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13012         (no_jobs_available_unlocked), (ev_render_thread),
13013         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13014         (ev_job_queue_remove_job):
13015         * backend/ev-job-queue.h:
13016         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13017         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13018         (ev_job_links_class_init), (ev_job_render_init),
13019         (ev_job_render_dispose), (ev_job_render_class_init),
13020         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13021         (ev_job_thumbnail_class_init), (ev_job_finished),
13022         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13023         (ev_job_render_run), (ev_job_thumbnail_new),
13024         (ev_job_thumbnail_run):
13025         * backend/ev-jobs.h:
13026         * backend/ev-link.c:
13027         * backend/ev-link.h:
13028         * backend/ev-page-cache.c: (ev_page_cache_init),
13029         (ev_page_cache_class_init), (ev_page_cache_finalize),
13030         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13031         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13032         (ev_page_cache_set_link), (ev_page_cache_get_title),
13033         (ev_page_cache_get_size), (ev_page_cache_next_page),
13034         (ev_page_cache_prev_page):
13035         * backend/ev-page-cache.h:
13036         * pdf/pdf-document.cc:
13037         * ps/gsdefaults.c:
13038         * ps/gsdefaults.h:
13039         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13040         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13041         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13042         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13043         (is_interpreter_ready), (output), (catchPipe), (input),
13044         (start_interpreter), (check_filecompressed), (compute_dimensions),
13045         (ps_document_enable_interpreter), (document_load),
13046         (ps_document_next_page), (render_page), (ps_document_set_page),
13047         (ps_document_set_scale), (render_pixbuf_idle),
13048         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13049         * ps/ps-document.h:
13050         * shell/Makefile.am:
13051         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13052         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13053         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13054         (ev_pixbuf_cache_new), (job_finished_cb),
13055         (check_job_size_and_unref), (move_one_job),
13056         (ev_pixbuf_cache_update_range), (find_job_cache),
13057         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13058         (ev_pixbuf_cache_add_jobs_if_needed),
13059         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13060         * shell/ev-pixbuf-cache.h:
13061         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13062         (idle_print_handler):
13063         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13064         (selection_changed_cb), (create_loading_model),
13065         (ev_sidebar_links_construct), (links_page_num_func),
13066         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13067         (update_page_callback), (job_finished_cb),
13068         (ev_sidebar_links_set_document):
13069         * shell/ev-sidebar-thumbnails.c:
13070         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13071         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13072         (page_changed_cb), (thumbnail_job_completed_callback),
13073         (ev_sidebar_thumbnails_set_document):
13074         * shell/ev-sidebar-thumbnails.h:
13075         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13076         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13077         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13078         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13079         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13080         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13081         (ev_view_button_release_event), (ev_view_scroll_view),
13082         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13083         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13084         (ev_view_new), (job_finished_cb), (page_changed_cb),
13085         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13086         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13087         (ev_view_find_previous):
13088         * shell/ev-view.h:
13089         * shell/ev-window.c: (update_action_sensitivity),
13090         (ev_window_open_page), (update_window_title), (update_total_pages),
13091         (page_changed_cb), (ev_window_setup_document),
13092         (password_dialog_response), (ev_window_cmd_save_as),
13093         (ev_window_print), (ev_window_cmd_go_previous_page),
13094         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13095         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13096         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13097         * shell/main.c: (main):
13098
13099         Merge evince-threads branch
13100
13101 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13102
13103         * configure.ac: Added "lt" to ALL_LINGUAS.
13104
13105 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13106
13107         * NEWS:
13108         * configure.ac:
13109
13110         Release 0.1.9
13111
13112 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13113
13114         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13115
13116         Fix here also the thumbnails 1-basedness :)
13117
13118 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * NEWS:
13121         * configure.ac:
13122
13123         Release 0.1.8
13124
13125 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * pdf/pdf-document.cc:
13128         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13129         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13130
13131         Fix the mess we did with thumbnails and 1-basedness
13132
13133 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13134
13135         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13136
13137 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13138
13139         * NEWS:
13140         * configure.ac:
13141
13142         Release 0.1.7
13143
13144 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13145
13146         * ps/Makefile.am:
13147         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13148         (gtk_gs_defaults_get_alpha_parameters),
13149         (gtk_gs_defaults_get_ungzip_cmd),
13150         (gtk_gs_defaults_get_unbzip2_cmd):
13151         * ps/gsdefaults.h:
13152         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13153         (ps_document_get_orientation), (document_load),
13154         (ps_document_goto_page), (ps_document_set_page_size):
13155         * ps/ps-document.h:
13156
13157         Some more sanitization of the ps backend. Remove a lot
13158         of unused code and do not base our defaults on ggv
13159         preferences (ugh!)
13160
13161 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13162
13163         * thumbnailer/evince-thumbnailer.schemas:
13164         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13165         (main): add -s option for thumbnail size.
13166
13167 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13168
13169         * configure.ac:
13170
13171         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13172         remove it.
13173
13174 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * pdf/pdf-document.cc:
13177
13178         Remove 4 pixels of useless border from the
13179         thumbnail.
13180
13181 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * backend/ev-document-thumbnails.c:
13184         (ev_document_thumbnails_get_thumbnail):
13185         * backend/ev-document-thumbnails.h:
13186
13187         Rework API a bit. Add a border flag and
13188         change sizing logic (now the size we specify
13189         applies to the bigger dimension).
13190
13191         * pdf/pdf-document.cc:
13192         * pixbuf/pixbuf-document.c:
13193         (pixbuf_document_thumbnails_get_thumbnail):
13194         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13195         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13196
13197         Adapt to the new API and do not draw a border for nautilus
13198         thumbnailer.
13199
13200 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13201
13202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13203         take thumbnails from page "0" instead of "1". Added a copyright header.
13204
13205 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13206
13207         * ps/ps-document.c: (set_up_page), (start_interpreter):
13208
13209         Make it C89 compliant
13210
13211 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13212
13213         * Makefile.am:
13214         * configure.ac:
13215         * pdf/.cvsignore:
13216         * pdf/pdf-document.cc:
13217         * thumbnailer/Makefile.am:
13218         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13219         (main):
13220         * thumbnailer/evince-thumbnailer.schemas:
13221         * thumbnailer/pdf-icon.png:
13222
13223         Add a nautilus thumbnailer.
13224         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13225
13226 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * NEWS:
13229         * configure.ac:
13230         * po/POTFILES.in:
13231
13232         Release 0.1.6
13233
13234 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13235
13236         Use poppler instead of including xpdf source code.  Poppler is a
13237         fork of xpdf to build it as a shared library. See
13238         http://freedesktop.org/wiki/Software/poppler.
13239
13240         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13241         xpdf fork.
13242         
13243         * pdf/Makefile.am: Build libpdfdocument.a here.
13244         
13245         * pdf/GDKSplashOutputDev.cc:
13246         * pdf/GDKSplashOutputDev.h:
13247         * pdf/GnomeVFSStream.cc:
13248         * pdf/GnomeVFSStream.h:
13249         * pdf-document.cc:
13250         * pdf-document.h:
13251         * test-gdk-output-dev.cc
13252         * Thumb.cc:
13253         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13254         against poppler.
13255
13256 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13259
13260         Clear idle stack before unsetting the document
13261
13262 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13263
13264         * ps/ps-document.c: (ps_document_widget_event),
13265         (ps_document_set_target), (ps_document_finalize),
13266         (ps_document_get_page):
13267
13268         Disconnect the widget event signal on finalize.
13269         Some code cleanups.
13270
13271 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * ps/ps-document.c: (set_up_page):
13274
13275         If there is no bpixmap create one, even if size
13276         is not changed.
13277
13278 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13281         (set_up_page), (document_load), (ps_document_set_zoom):
13282
13283         Default page is 0. Calculate size even when we have no
13284         target yet.
13285
13286 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13287
13288         * shell/ev-sidebar.c: expand the selection widget to be always as
13289         wide as the sidebar
13290
13291 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * shell/ev-sidebar-thumbnails.c:
13294         (ev_sidebar_thumbnails_set_document):
13295
13296         Clear the list store when setting document
13297
13298 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13299
13300         * shell/ev-page-action.c: (update_entry), (sync_entry),
13301         (activate_cb), (entry_size_request_cb), (create_tool_item),
13302         (connect_proxy):
13303
13304         Use an entry for the page control instead of spinbuttons
13305
13306 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * data/evince.schemas.in:
13309
13310         Correct confusing string
13311
13312 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13313
13314         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13315         for real.  Gosh, how long has this been broken.
13316
13317         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13318         check for a NULL link.  We crash otherwise.
13319
13320 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13321
13322         * NEWS:
13323         * configure.ac:
13324
13325         Release 0.1.5
13326
13327 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13328
13329         * configure.ac: add the french translation.
13330
13331 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * shell/ev-window.c:
13334
13335         Remove unused header -> fix distcheck
13336
13337 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * shell/ev-window.c: (update_window_title),
13340         (ev_window_popup_password_dialog):
13341
13342         Unescape filename for display
13343
13344 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * pdf/xpdf/pdf-document.cc:
13347
13348         In get_page_size deal with rotation. Also
13349         cleanup the function a bit.
13350
13351 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * pdf/xpdf/pdf-document.cc:
13354
13355         Fix crash when opening in new window
13356
13357 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * configure.ac:
13360
13361         Check ghostscript >= 7
13362
13363 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13364
13365         * shell/ev-window.c:
13366
13367         Make page width the default sizing mode
13368
13369 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13370         Marco Pesenti Gritti <marco@gnome.org>
13371
13372         * shell/ev-window.c: Remember the sidebar size
13373
13374         * data/evince.schemas.in: Add a new gconf key to store the size of
13375         the sidebar
13376
13377 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13378
13379         * data/evince-ui.xml:
13380         * shell/ev-window.c: (update_action_sensitivity),
13381         (ev_window_cmd_view_reload):
13382         
13383         Add a "Reload" action and menu entry
13384
13385 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13386
13387         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13388         iff the type doesn't support thumbnailing and indexing.
13389
13390 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13391
13392         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13393
13394 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * pdf/splash/Splash.cc:
13397
13398         Port fix for a crasher from kde bug
13399         http://bugs.kde.org/show_bug.cgi?id=97131
13400
13401 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * pdf/xpdf/pdf-document.cc:
13404
13405         Return a link even if it's of an unrecognized
13406         type. Otherwise we go in an infinte cycle.
13407
13408 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13411         (size_allocate_cb), (ev_window_set_sizing_mode):
13412
13413         Update size when switching mode
13414
13415 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13418         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13419         (ev_window_cmd_view_normal_size):
13420
13421         Fix size toggle buttons behavior
13422
13423 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13426         (doc_rect_to_view_rect), (ev_view_size_allocate),
13427         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13428         (scale_changed_callback):
13429
13430         Do not cache offsets in size_allocate.
13431
13432 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * shell/ev-view.c: (ev_view_size_allocate):
13435
13436         Calculate offsets before calling the parent
13437         class (which does a redraw)
13438
13439 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13440
13441         * pdf/xpdf/pdf-document.cc:
13442
13443         Fix a crasher on exit. Unused code, put a TODO
13444
13445 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * backend/ev-document.c: (ev_document_class_init),
13448         (ev_document_page_changed), (ev_document_scale_changed):
13449         * backend/ev-document.h:
13450
13451         Separate page/scale notifications
13452
13453         * pdf/xpdf/pdf-document.cc:
13454
13455         Emit the new signals.
13456         Do not display the pdf page in _render, do it
13457         when scale/page are requested.
13458
13459         * ps/ps-document.c: (ps_document_set_zoom),
13460         (ps_document_widget_event):
13461         * ps/ps-document.h:
13462
13463         Emit the new signals.
13464
13465         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13466         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13467         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13468         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13469         * shell/ev-view.h:
13470         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13471         (ev_window_cmd_view_page_width), (size_allocate_cb),
13472         (ev_window_set_sizing_mode):
13473
13474         Rework sizing to be pixel based.
13475         There are bugs but should be already way better.
13476
13477 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13478
13479         * shell/ev-window.c: (ev_window_init):
13480
13481         Do not allow to shrink sidebar smaller then
13482         child requisition
13483
13484 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13485
13486         * shell/ev-sidebar.[ch]
13487         * shell/ev-window.c:
13488
13489         Improved sidebar widget. Fixes #166683
13490
13491 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13492
13493         * shell/ev-view.c (update_find_status_message): Give translators
13494         more flexibility with ngettext plural handling.
13495
13496 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13497
13498         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13499         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13500         page when we get the page size.
13501
13502 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13505
13506         ps pages are 0 based, convert 
13507
13508 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13511
13512         Initialize correct parent class. Set GError on document load
13513
13514 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13515
13516         * pdf/xpdf/pdf-document.cc:
13517
13518         Fixup selection offset calculation
13519
13520         * shell/ev-view.c: (view_rect_to_doc_rect),
13521         (doc_rect_to_view_rect), (ev_view_size_allocate),
13522         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13523         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13524
13525         Store selection as document relative, so that zooming
13526         and offset changing doesnt break it.
13527
13528 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * shell/ev-view.c: (ev_view_best_fit):
13531
13532         Do not try to best fit if the view is not realized
13533
13534 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13535           
13536         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13537
13538 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13539
13540         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13541
13542 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13543
13544         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13545         the popup window.  That prevents it resizing when in full screen
13546         mode.
13547
13548         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13549         multiple rerenders.  This pretty much sucks.
13550
13551         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13552         rest of the toolbar.
13553
13554 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13555
13556         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13557
13558 2005-02-17  Alexander Shopov  <ash@contact.bg>
13559
13560         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13561
13562 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13563
13564         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13565
13566 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13569         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13570         (set_document_page), (document_changed_callback),
13571         (ev_view_set_document), (ev_view_find_previous),
13572         (ev_view_hide_cursor), (ev_view_show_cursor):
13573         * shell/ev-view.h:
13574         * shell/ev-window.c: (update_chrome_visibility),
13575         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13576         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13577         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13578         (ev_window_unfullscreen):
13579         * shell/main.c: (main):
13580
13581         Automatically hide the fullscreen button.
13582         Patch by Kristian Høgsberg <krh@redhat.com>
13583
13584 2005-02-16  Vincent Noel  <vnoel@cox.net>
13585
13586         * shell/main.c (main): Specify an icon for the window. Patch by
13587         Jaap A. Haitsma. Fixes #166177.
13588
13589 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13590
13591         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13592
13593 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13594
13595         * backend/ev-document-misc.h:
13596         * backend/ev-document-misc.c:
13597         (ev_document_misc_get_page_border_size),
13598         (ev_document_misc_paint_one_page): New function to canonicalize
13599         sizing/painting a border.
13600
13601         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13602         used.
13603
13604         * pdf/xpdf/pdf-document.cc: use new function
13605
13606         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13607         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13608         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13609         shell/ev-window.c: (update_sizing_buttons),
13610         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13611         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13612         (ev_window_cmd_view_page_width), (size_allocate_cb),
13613         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13614         and "fit width" values act as toggle buttons so they stay
13615         toggled.  It's not 100% perfect, and it's a little slow, but it's
13616         good enough to commit I think.
13617
13618 2005-02-15  David Lodge  <dave@cirt.net>
13619
13620         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13621
13622 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13623
13624         * shell/ev-window.c (update_window_title): replace newlines in
13625         the title by spaces. Bug #166107.
13626
13627 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13628
13629         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13630         parameters providing allocation width and height without
13631         scrollbars and width of a possible vertical scrollbar. With this
13632         additional information the functions can work as
13633         intended. Unfortunately they're not idempotent. We should
13634         transform these commands to toggles. Fixes Bug #164976
13635         Initial patch by Stephane Loeuillet, then heavily modified.
13636
13637         * shell/ev-view.h: update prototypes.
13638
13639         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13640         (ev_window_cmd_view_page_width): provide EvView fit functions with
13641         all the information they need. Formulas to calculate this
13642         information taken from GtkScrolledWindow.
13643
13644 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13645
13646         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13647         created a thumbnail, the list store is updated to know
13648         that the thumbnail is set. Fixes bug #166792
13649
13650 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13651
13652         * shell/ev-window.c: fixed typo, closes bug 166897
13653
13654         * TODO: updated TODO with bug numbers that are relevant
13655
13656 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13657
13658         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13659
13660 2005-02-09  Vincent Noel  <vnoel@cox.net>
13661
13662         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13663         and "Next" toolbar buttons as important to make them stand out.
13664
13665 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * lib/ev-debug.c:
13668         * lib/ev-debug.h:
13669         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13670         (start_interpreter), (stop_interpreter), (document_load),
13671         (ps_document_next_page), (ps_document_goto_page),
13672         (ps_document_set_page_size), (ps_document_widget_event),
13673         (ps_document_render):
13674         * shell/ev-page-view.c: (ev_page_view_dispose):
13675         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13676
13677         Fix compilation on non-gcc platforms
13678
13679 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13680
13681         * NEWS:
13682         * configure.ac:
13683
13684         Release 0.1.4
13685
13686         * pdf/xpdf/Catalog.cc:
13687         * pdf/xpdf/XRef.cc:
13688
13689         Fix the fix for CAN-2004-0888
13690
13691 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13692
13693         * data/Makefile.am:
13694         * data/evince-ui.xml:
13695         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13696         * shell/ev-stock-icons.h:
13697         * shell/ev-window.c: (update_action_sensitivity),
13698         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13699         (set_action_properties):
13700
13701         Improve toolbar layout/icons
13702
13703 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * pdf/xpdf/pdf-document.cc:
13706
13707         Add warnings about unimplemented/unknown link
13708         types.
13709
13710 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13711
13712         * ps/ps-document.c: (set_up_page):
13713
13714         Log gs property
13715
13716 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13717
13718         * ps/ps-document.c: (start_interpreter):
13719
13720         Log gs env var
13721
13722 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13723
13724         * shell/ev-page-view.c: (ev_page_view_dispose):
13725         * shell/ev-view.c: (ev_view_finalize):
13726         * shell/ev-window.c: (ev_window_setup_document),
13727         (ev_window_dispose), (ev_window_init):
13728
13729         Solve more refs issues.
13730
13731         I commented out the page_view initialization for now:
13732         it was never destroyed (because it's never added
13733         to a container). Because of that we was leaking
13734         gs processes. Couldnt think to a clean fix.
13735         We need to figure this out, password view has the
13736         same issue probably.
13737
13738 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13739
13740         * ps/ps-document.c: (ps_document_finalize),
13741         (ps_document_get_n_pages), (ps_document_get_page):
13742
13743         Some cleanups, stop the interpreter on finalize
13744
13745         * shell/ev-page-view.c: (ev_page_view_dispose),
13746         (ev_page_view_class_init):
13747
13748         Release our reference on the document
13749
13750 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13751
13752         * Makefile.am:
13753         * configure.ac:
13754         * doc/debugging.txt:
13755         * lib/.cvsignore:
13756         * lib/Makefile.am:
13757         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13758         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13759         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13760         * lib/ev-debug.h:
13761
13762         Add debugging helpers
13763
13764         * ps/Makefile.am:
13765         * ps/ps-document.c: (set_up_page), (start_interpreter),
13766         (stop_interpreter), (document_load), (ps_document_next_page),
13767         (ps_document_goto_page), (ps_document_set_page_size),
13768         (ps_document_widget_event), (ps_document_render):
13769         * shell/Makefile.am:
13770         * shell/ev-view.c: (expose_bin_window):
13771         * shell/main.c: (main):
13772
13773         Add some logs
13774         
13775 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * ps/ps-document.c: (ps_document_widget_event):
13778
13779         Initialize message_window, this should make ps
13780         rendering really work! (Never noticed because I was
13781         testing with a ps that is causing gs to exit every time!)
13782
13783 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13784
13785         * data/evince.schemas.in: updated simple error in applyto closing tag
13786
13787 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13788
13789         * Makefile.am:
13790         * configure.ac:
13791         * data/.cvsignore:
13792         * data/Makefile.am:
13793         * data/evince-ui.xml:
13794         A data/evince.schemas.in:
13795         * po/POTFILES.in:
13796         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13797         * shell/ev-stock-icons.h:
13798         * shell/ev-window.c: (update_chrome_visibility),
13799         (update_chrome_flag), (ev_window_cmd_edit_find),
13800         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13801         (ev_window_unfullscreen), (ev_window_focus_in_event),
13802         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13803         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13804         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13805         (ev_window_dispose), (ev_window_class_init),
13806         (set_action_properties), (set_chrome_actions), (load_chrome),
13807         (ev_window_init):
13808
13809         Implement fullscreen mode changes from bug #164776.
13810         Also implement persistent chrome toggles.
13811
13812 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13813
13814         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13815
13816 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * NEWS:
13819         * configure.ac:
13820         * shell/ev-view.c:
13821
13822         Add another check for find interface
13823
13824         Release 0.1.3
13825
13826 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13827
13828         * shell/ev-application.c: (ev_application_open):
13829         * shell/ev-window.c: (ev_window_open):
13830
13831         Open gzipped ps documents
13832
13833 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * TODO:
13836         * shell/ev-view.c: (set_document_page):
13837
13838         Clamp page number, dont try to move to
13839         not existant pages.
13840
13841 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * backend/ev-document-find.c: (ev_document_find_changed):
13844         * backend/ev-document-find.h:
13845         * pdf/xpdf/pdf-document.cc:
13846         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13847         * shell/ev-window.c: (find_bar_search_changed_cb):
13848
13849         Fix several bugs with find
13850
13851 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13852
13853         * shell/ev-sidebar-thumbnails.c
13854         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13855         document. Prevents warning from scroll_to_cell.
13856
13857 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13858
13859         * configure.ac: Add «nb» to ALL_LINGUAS too.
13860
13861 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13862
13863         * NOTES: New file with some random thoughts.
13864
13865         * TODO: Update.
13866
13867         * backend/ev-document-misc.c:
13868         (ev_document_misc_get_page_border_size): New function to
13869         canonicalize shadow drawing sizes.  Possibly goofy.
13870
13871         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13872         (ev_view_best_fit), (ev_view_fit_width):
13873         * pdf/xpdf/pdf-document.cc:
13874         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13875         * ps/ps-document.c: (ps_document_get_page_size):
13876         * backend/ev-document-misc.h:
13877         * backend/ev-document.c: (ev_document_get_page_size):
13878         * backend/ev-document.h: get_page_size now takes a page number
13879         parameter.  Made all the backends/frontends honor it.
13880
13881         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13882         see.  Doesn't work yet.
13883
13884         * shell/Makefile.am:
13885         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13886         Doesn't do anything yet.
13887
13888         * shell/ev-sidebar-thumbnails.c:
13889         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13890         [0..n_pages-1]
13891
13892         * shell/ev-window.c: (update_action_sensitivity),
13893         (ev_window_setup_document), (ev_window_set_page_mode),
13894         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13895         view-swapping code a bit so we can have multiple views on a
13896         document.  Add the multi-page view, though it can't be turned on
13897         yet.
13898
13899 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13900
13901         * shell/ev-application.c: (ev_application_open):
13902         * shell/ev-view.c: (expose_bin_window):
13903         * shell/ev-window.c: (ev_window_open):
13904
13905         Support eps and check document supports find
13906         before drawing highlightings in expose.
13907
13908 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13909
13910         * pixbuf/pixbuf-document.c:
13911         (pixbuf_document_thumbnails_get_dimensions),
13912         (pixbuf_document_document_thumbnails_iface_init):
13913
13914         implement get_dimensions
13915
13916 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * NEWS:
13919         * configure.ac:
13920
13921         Release 0.1.2
13922
13923 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13924
13925         * shell/ev-view.c: (set_document_page):
13926
13927         Scroll at the top of the page when changing page
13928
13929 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13930
13931         * shell/ev-view.c: (ev_view_motion_notify_event):
13932
13933         Do not redraw unnecessarily
13934
13935 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13936
13937         * pdf/xpdf/pdf-document.cc:
13938         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13939         (expose_bin_window), (find_changed_cb):
13940
13941         Yay! find works now... Now to find bugs...
13942
13943 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13944
13945         * backend/ev-document-find.c: (ev_document_find_base_init),
13946         (ev_document_find_changed):
13947         * backend/ev-document-find.h:
13948         * pdf/xpdf/pdf-document.cc:
13949         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13950         (expose_bin_window), (ev_view_init), (set_document_page),
13951         (ensure_rectangle_is_visible), (jump_to_find_result),
13952         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13953         (ev_view_find_next), (ev_view_find_previous):
13954         * shell/ev-view.h:
13955         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13956
13957         More work on find implementation, mostly there now
13958
13959 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13960
13961         * backend/ev-backend-marshalers.list:
13962         * backend/ev-document-find.c: (ev_document_find_base_init),
13963         (ev_document_find_cancel), (ev_document_find_page_has_results),
13964         (ev_document_find_get_n_results), (ev_document_find_get_result),
13965         (ev_document_find_get_progress), (ev_document_find_changed):
13966         * backend/ev-document-find.h:
13967
13968         Enanche the find interface to be really able to do
13969         multi page find.
13970
13971         * pdf/xpdf/pdf-document.cc:
13972
13973         Implement
13974
13975         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13976         (expose_bin_window), (ev_view_init),
13977         (ev_view_get_find_status_message), (find_changed_cb),
13978         (ev_view_set_document), (set_document_page):
13979
13980         Adapt to the new interface. A few things are regressed sorry,
13981         I will finish it soon.
13982
13983 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13984
13985         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13986         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13987         ev_sidebar_thumbnails_parent_class variable, don't define another
13988         parent_class variable.
13989
13990         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13991         (ev_page_action_class_init): ditto.
13992
13993         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13994         (pixbuf_document_class_init): ditto.
13995
13996         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13997         ditto.
13998
13999         * .cvsignore: ignore various valgrind output files.
14000
14001 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14002
14003         * data/evince-ui.xml:
14004         * shell/Makefile.am:
14005         * shell/ev-history.c:
14006         * shell/ev-history.h:
14007         * shell/ev-navigation-action.c:
14008         * shell/ev-navigation-action.h:
14009         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14010         (ev_view_set_page), (ev_view_fit_width):
14011         * shell/ev-view.h:
14012         * shell/ev-window.c: (update_action_sensitivity),
14013         (ev_window_setup_document), (register_custom_actions):
14014
14015         Kill session history
14016
14017 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14018
14019         * shell/ev-window.c: (update_action_sensitivity):
14020
14021         Fix inverted up/down buttons
14022
14023 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14024
14025         * shell/ev-sidebar-thumbnails.c
14026         (ev_sidebar_thumbnails_select_page): make sure the selected
14027         thumbnail stays visible.
14028
14029 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14030
14031         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14032         scrolled window for Federico.
14033
14034 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14035
14036         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14037
14038 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14039
14040         * configure.ac:
14041         * pdf/splash/SplashFTFontEngine.cc:
14042
14043         Fix CID fonts with freetype 2.1.9
14044
14045 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14046
14047         * TODO: added item for desktop icon thumbnailer
14048
14049 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14050
14051         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14052         unloaded docs when the title is accessed.
14053
14054         * shell/ev-password-view.[hc]: New widget for displaying password
14055         state.
14056
14057         * shell/ev-window.[ch]: Refactor password handling code to handle
14058         the new view.
14059
14060 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14061
14062         * NEWS:
14063         * configure.ac:
14064         * data/Makefile.am:
14065
14066         Release 0.1.1
14067
14068 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14069
14070         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14071         ignore page offset here, to make search results independent of it,
14072
14073         * shell/ev-view.c (expose_bin_window): but take offsets into
14074         account here. Bug #164932
14075
14076         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14077         scale at the right time. Bug #164996
14078
14079 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14080
14081         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14082         fix the problem. Now I just removed the Adobe font names and hope
14083         that the URW fonts are always in outline format. Bug #164934
14084
14085         * shell/ev-window.c (update_window_title): empty titles are
14086         useless, use filename in that case too.
14087
14088         * NEWS: Add some content.
14089
14090 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14091
14092         * TODO: added one more TODO item and a TODONE section :)
14093
14094 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14095
14096         * ps/ps-document.h: add page_[xy]_offset fields.
14097
14098         * ps/ps-document.c (ps_document_set_page_offset)
14099         (ps_document_render): Keep offset in consideration in a few
14100         places. Bug #164752 "postscript documents are not centered in
14101         window"
14102
14103         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14104         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14105
14106         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14107         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14108         stub out missing methods for complete EvDocument implementation.
14109         Fixes segfaults with Save A Copy and Copy actions.
14110
14111         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14112         (ps_document_document_iface_init): ditto.
14113         
14114 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * data/.cvsignore:
14117         * data/Makefile.am:
14118         * data/evince.desktop.in:
14119
14120         Add desktop file
14121
14122 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14123
14124         * shell/ev-view.c: (ev_view_button_press_event),
14125         (ev_view_motion_notify_event):
14126
14127         Make selection work in any direction
14128
14129 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14130
14131         * TODO:
14132         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14133
14134         Use shorter labels for some of the toolbars items
14135
14136 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14137
14138         * pdf/xpdf/pdf-document.cc:
14139
14140         Check the links info is initialized before
14141         using it. Should fix a crash on startup.
14142
14143 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14144
14145         * pixbuf/pixbuf-document.c
14146         (pixbuf_document_thumbnails_get_dimensions): force floating point
14147         division to calculate page_ratio. Fixes crash with landscape
14148         format pixbufs.
14149
14150 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14151
14152         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14153
14154 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14155
14156         * shell/ev-view.c (set_document_page): unset has_selection when
14157         the page changes.
14158         (set_document_page): handle paper size changes when the page
14159         changes (test with Free Culture, page 2).
14160
14161 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14164         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14165
14166         Use normal style color for the widget background and
14167         draw a black box around the page.
14168
14169 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14170
14171         * pdf/xpdf/pdf-document.cc:
14172
14173         Keep offset in consideration in a few places
14174
14175         * shell/ev-view.c: (expose_bin_window):
14176
14177         Set the offsets so that the document is ever centered
14178
14179 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14180
14181         * TODO: Added TODO items and finished off the first todo item
14182
14183         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14184         reflect current authors
14185
14186 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14187
14188         * pdf/xpdf/pdf-document.cc:
14189         * shell/ev-view.c: (ev_view_set_cursor),
14190         (ev_view_motion_notify_event), (document_changed_callback),
14191         (set_document_page):
14192
14193         Show a wait cursor while the page is rendering
14194
14195 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14196
14197         * shell/ev-sidebar-thumbnails.c:
14198         (ev_sidebar_tree_selection_changed),
14199         (ev_sidebar_thumbnails_select_page):
14200         * shell/ev-sidebar-thumbnails.h:
14201         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14202         (ev_view_can_go_forward):
14203         * shell/ev-window.c: (ev_window_open_page),
14204         (ev_window_setup_document), (update_current_page),
14205         (view_page_changed_cb), (ev_window_init):
14206         * shell/ev-window.h:
14207
14208         Ensure thumbnails selection, toolbar page control and
14209         current page are in sync.
14210
14211 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * pdf/xpdf/XRef.cc:
14214
14215         Fix CAN-2005-0064
14216
14217 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14218
14219         * backend/Makefile.am:
14220         * backend/ev-document-links.h:
14221         * backend/ev-document-security.c: (ev_document_security_get_type),
14222         (ev_document_security_has_document_security),
14223         (ev_document_security_set_password):
14224         * backend/ev-document-security.h:
14225         * backend/ev-document.c: (ev_document_error_quark):
14226         * backend/ev-document.h:
14227         * data/Makefile.am:
14228         * data/evince-password.glade:
14229         * pdf/xpdf/pdf-document.cc:
14230         * shell/Makefile.am:
14231         * shell/ev-password.c: (ev_password_set_bad_password_label),
14232         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14233         (ev_password_dialog_get_password),
14234         (ev_password_dialog_set_bad_pass):
14235         * shell/ev-password.h:
14236         * shell/ev-window.c: (ev_window_get_attribute),
14237         (ev_window_set_property), (update_action_sensitivity),
14238         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14239         (ev_window_setup_document), (ev_window_get_password),
14240         (ev_window_open), (ev_window_cmd_save_as),
14241         (using_postscript_printer), (ev_window_print),
14242         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14243         (update_fullscreen_popup), (ev_window_fullscreen),
14244         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14245         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14246         (menu_item_select_cb), (find_bar_search_changed_cb),
14247         (ev_window_dispose), (ev_window_init):
14248
14249         Add initial support for password-supported dialogs.  This could be
14250         a lot cooler, but it'll do for now.
14251
14252 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14253
14254         * pdf/xpdf/pdf-document.cc:
14255         * shell/ev-view.c: (status_message_from_link),
14256         (ev_view_set_status), (ev_view_set_cursor),
14257         (ev_view_motion_notify_event), (ev_view_init):
14258         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14259
14260         Fix bugs in the links implementation and change cursor
14261         when hovering a link.
14262
14263 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14264
14265         * viewer/.cvsignore: added cvsignore file for viewer directory
14266
14267         * TODO: created TODO document
14268
14269 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14270
14271         * shell/ev-view.h:
14272         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14273         new functions to help with implementation of sensitivity code
14274         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14275         of all actions that might require it.  Fixes a crash when you
14276         click on the Zoom actions in a window lacking a document.
14277
14278 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14279
14280         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14281         of the Find action
14282
14283 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14286         (pixbuf_document_document_iface_init):
14287         * ps/ps-document.c: (ps_document_get_link),
14288         (ps_document_document_iface_init):
14289         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14290         (status_message_from_link), (ev_view_set_status),
14291         (ev_view_set_find_status), (ev_view_motion_notify_event),
14292         (ev_view_button_release_event), (ev_view_set_property),
14293         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14294         (ev_view_get_find_status_message), (update_find_results),
14295         (ev_view_get_status), (ev_view_get_find_status):
14296         * shell/ev-view.h:
14297         * shell/ev-window.c: (view_status_changed_cb),
14298         (view_find_status_changed_cb), (ev_window_init):
14299
14300         View status message support, use it to show the links.
14301         Needs work...
14302
14303 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * backend/ev-document.c: (ev_document_get_link):
14306         * backend/ev-document.h:
14307         * pdf/xpdf/pdf-document.cc:
14308         * shell/ev-application.c: (ev_application_open):
14309         * shell/ev-application.h:
14310         * shell/ev-sidebar-links.c: (selection_changed_cb):
14311         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14312         (ev_view_go_to_link):
14313
14314         Add support for document links
14315
14316 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14317
14318         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14319         (create_tool_item):
14320         Set the spin button limits correctly.
14321         
14322         * shell/ev-sidebar-thumbnails.c:
14323         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14324         Support changing pages by clicking on the thumbnails.
14325         
14326 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14327
14328         * pixbuf/pixbuf-document.c:
14329         (pixbuf_document_thumbnails_get_dimensions),
14330         (pixbuf_document_document_thumbnails_iface_init):
14331
14332         implement get_dimensions
14333
14334 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * ps/ps-document.c: (ps_document_goto_page):
14337
14338         Fix page switching on multipage documents
14339
14340 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14341
14342         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14343         
14344         check for NULL before assigning to width and height parameters
14345
14346 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14347
14348         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14349         (pixbuf_document_set_property), (pixbuf_document_get_property):
14350
14351         implement get/set properties
14352
14353 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14354
14355         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14356         
14357         return NULL instead of "Unknown", letting the title get set to
14358         the filename when the pdf has no title.
14359
14360 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14361
14362         * ps/ps-document.c: (ps_document_get_page_count),
14363         (ps_document_goto_page):
14364
14365 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14366
14367         * shell/ev-history.c: (ev_history_get_property),
14368         (ev_history_set_property), (ev_history_class_init),
14369         (ev_history_add_page), (ev_history_set_current_index):
14370         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14371         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14372         (ev_navigation_action_finalize):
14373         * shell/ev-navigation-action.h:
14374         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14375         (ev_view_go_forward), (ev_view_get_find_status_message),
14376         (history_index_changed_cb), (ev_view_set_history):
14377         * shell/ev-view.h:
14378         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14379         (update_current_page), (register_custom_actions):
14380
14381         Implement history dropdowns
14382
14383 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14384
14385         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14386         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14387         (ev_view_go_forward):
14388         * shell/ev-window.c: (register_custom_actions):
14389
14390         Fix several history bugs
14391
14392 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14393
14394         * configure.ac: Add «nb» to ALL_LINGUAS.
14395
14396 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14397
14398         * backend/Makefile.am:
14399         * backend/ev-bookmark.c:
14400         * backend/ev-bookmark.h:
14401         * backend/ev-document-bookmarks.c:
14402         * backend/ev-document-bookmarks.h:
14403         * backend/ev-document-links.c: (ev_document_links_get_type),
14404         (ev_document_links_has_document_links),
14405         (ev_document_links_begin_read), (ev_document_links_get_link),
14406         (ev_document_links_get_child), (ev_document_links_next),
14407         (ev_document_links_free_iter):
14408         * backend/ev-document-links.h:
14409         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14410         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14411         (ev_link_get_link_type), (ev_link_set_link_type),
14412         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14413         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14414         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14415         (ev_link_new_external):
14416         * backend/ev-link.h:
14417         * pdf/xpdf/pdf-document.cc:
14418         * shell/Makefile.am:
14419         * shell/ev-application.c: (ev_application_open_link):
14420         * shell/ev-application.h:
14421         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14422         (ev_history_get_link_nth):
14423         * shell/ev-history.h:
14424         * shell/ev-sidebar-bookmarks.c:
14425         * shell/ev-sidebar-bookmarks.h:
14426         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14427         (ev_sidebar_links_class_init), (selection_changed_cb),
14428         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14429         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14430         (do_one_iteration), (populate_links_idle),
14431         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14432         * shell/ev-sidebar-links.h:
14433         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14434         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14435         (go_to_index):
14436         * shell/ev-view.h:
14437         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14438         * shell/ev-window.h:
14439
14440         Rename bookmark to link, and use "Index" for the sidebar panel.
14441
14442 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14443
14444         * shell/Makefile.am:
14445         * shell/ev-application.c: (ev_application_open_bookmark):
14446         * shell/ev-application.h:
14447         * shell/ev-history.c: (ev_history_init), (free_links_list),
14448         (ev_history_finalize), (ev_history_class_init),
14449         (ev_history_add_link), (ev_history_add_page),
14450         (ev_history_get_link_nth), (ev_history_get_n_links),
14451         (ev_history_get_current_index), (ev_history_set_current_index),
14452         (ev_history_new):
14453         * shell/ev-history.h:
14454         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14455         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14456         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14457         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14458         (ev_view_set_page):
14459         * shell/ev-view.h:
14460         * shell/ev-window.c: (ev_window_open_bookmark),
14461         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14462         (goto_page_cb), (register_custom_actions):
14463         * shell/ev-window.h:
14464
14465         Initial history implementation. Needs work.
14466
14467 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14468
14469         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14470
14471 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14472
14473         * cut-n-paste/recent-files/egg-recent-item.c:
14474         * cut-n-paste/recent-files/egg-recent-item.h:
14475         * cut-n-paste/recent-files/egg-recent-model.c:
14476         * cut-n-paste/recent-files/egg-recent-util.c:
14477         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14478         * cut-n-paste/recent-files/egg-recent-view.c:
14479
14480         Update
14481
14482 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14483
14484         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14485         (fillGlyph, fillImageMask, drawImage):
14486         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14487         pdf/splash/SplashTypes.h:
14488         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14489         packed mode for Splash.
14490
14491         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14492         RGB8 packed mode, eliminates the pixbuf data creation loop.
14493
14494         * shell/ev-print-job.c (ev_print_job_finalize)
14495         (ev_print_job_set_property, ev_print_job_get_property)
14496         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14497         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14498         (print_closure_finalize, ev_print_job_print): implement
14499         printing (for backends with EvPsExporter)
14500
14501         * shell/ev_print_job.h: update prototypes.
14502
14503         * shell/ev-window.c (ev_window_print): unref print job after
14504         printing.
14505
14506         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14507         unless the document implements the EvDocumentFind interface.
14508
14509 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14510
14511         * configure.ac: Added ja to ALL_LINGUAS.
14512
14513 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14514
14515         * pdf/xpdf/pdf-document.cc:
14516
14517         add a FIXME. We should probably not allocate
14518         a bookmark object every time
14519
14520 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14521
14522         * shell/ev-application.c: (ev_application_open),
14523         (ev_application_open_bookmark):
14524         * shell/ev-application.h:
14525         
14526         Add a way to open bookmarks
14527
14528         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14529         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14530         (ev_bookmark_set_property), (ev_bookmark_class_init),
14531         (ev_bookmark_new_title), (ev_bookmark_new_link),
14532         (ev_bookmark_new_external):
14533
14534         Support for external uris, better constructors.
14535
14536         * backend/ev-bookmark.h:
14537         * pdf/xpdf/pdf-document.cc:
14538         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14539
14540         Handle external uris
14541
14542 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14543
14544         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14545         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14546
14547         Hook up bookmarks navigation
14548
14549 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14550
14551         * backend/Makefile.am:
14552         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14553         (ev_bookmark_get_title), (ev_bookmark_set_title),
14554         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14555         (ev_bookmark_get_page), (ev_bookmark_set_page),
14556         (ev_bookmark_get_property), (ev_bookmark_set_property),
14557         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14558         (ev_bookmark_new):
14559         * backend/ev-bookmark.h:
14560         * backend/ev-document-bookmarks.c:
14561         (ev_document_bookmarks_get_bookmark):
14562         * backend/ev-document-bookmarks.h:
14563         * pdf/xpdf/pdf-document.cc:
14564         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14565
14566         Add a bookmark object to the backend and use it instead of get_values
14567
14568 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14569
14570         * data/evince-ui.xml:
14571
14572         Cleanup and add select all.
14573
14574         * shell/ev-view.c: (ev_view_select_all),
14575         (ev_view_button_press_event):
14576         * shell/ev-view.h:
14577         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14578
14579         Add select all.
14580         Clear selection on click.
14581
14582 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14583
14584         * shell/ev-sidebar-thumbnails.c
14585         (ev_sidebar_thumbnails_set_document): forgot to unref the
14586         loading_icon.
14587
14588 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14589
14590         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14591         at the visible page, not just linearly.  This makes it look fast.
14592
14593 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14594
14595         * backend/ev-document-misc.c
14596         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14597         white.
14598         * backend/ev-document-thumbnails.h: New interface to get the size
14599         of a page.
14600
14601 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14602
14603         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14604         make dist works
14605
14606 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14607
14608         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14609         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14610         things up a bit.
14611
14612         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14613
14614 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14615
14616         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14617         fonts. Should fix font problems on systems that have the base
14618         fonts in bitmap format. Reported by James Henstridge
14619         <james@jamesh.id.au>.
14620
14621 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14622
14623         * pdf/xpdf/Gfx.cc:
14624         * pdf/xpdf/GfxState.cc:
14625
14626         Fix for CAN-2004-1125
14627
14628 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14629
14630         * shell/ev-view.c: (ev_view_copy):
14631         * shell/ev-view.h:
14632         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14633
14634         Implement Edit->Copy
14635
14636 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14637
14638         * backend/ev-document.c: (ev_document_get_text):
14639         * backend/ev-document.h:
14640         * pdf/xpdf/pdf-document.cc:
14641         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14642         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14643         (ev_view_update_primary_selection), (ev_view_button_press_event),
14644         (ev_view_motion_notify_event), (ev_view_button_release_event):
14645
14646         Beginnings of clipboard support. Incomplete but primary sort
14647         of work.
14648
14649 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14650
14651         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14652         (expose_bin_window):
14653
14654         Nicer rubberband drawing, from GtkIconView.
14655
14656 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14657
14658         * backend/ev-document.c: (ev_document_save):
14659         * backend/ev-document.h:
14660         * data/evince-ui.xml:
14661         * pdf/xpdf/pdf-document.cc:
14662         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14663
14664         Implement "Save a copy..." menu item
14665
14666 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14667
14668         * shell/ev-view.c: (ev_view_zoom):
14669
14670         Queue a resize when zoom changes
14671
14672 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14673
14674         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14675         shadows.
14676
14677         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14678         thumbnails..
14679
14680 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14681
14682         * pdf/xpdf/pdf-document.cc
14683         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14684
14685 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14686
14687         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14688         It's slow, but I'll speed it up next!
14689
14690 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14691
14692         * shell/main.c (load_files):
14693
14694         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14695         from the command line and because it seems more appropriate.
14696
14697 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14698
14699         * data/evince-ui.xml:
14700         * shell/ev-window.c: (update_action_sensitivity),
14701         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14702
14703         s/next page/page down
14704         s/previous page/page up
14705
14706 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14707
14708         * data/evince-ui.xml:
14709
14710         Change the layout to match clarkbw design.
14711
14712         * shell/Makefile.am:
14713         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14714         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14715         (ev_navigation_action_finalize),
14716         (ev_navigation_action_set_property),
14717         (ev_navigation_action_get_property),
14718         (ev_navigation_action_class_init):
14719         * shell/ev-navigation-action.h:
14720
14721         Implement clarkbw toolbar navigation controls (incomplete)
14722
14723         * shell/ev-page-action.c: (update_label), (update_spin),
14724         (value_changed_cb), (create_tool_item), (connect_proxy),
14725         (ev_page_action_init), (ev_page_action_finalize),
14726         (ev_page_action_set_property), (ev_page_action_get_property),
14727         (ev_page_action_set_current_page),
14728         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14729         * shell/ev-page-action.h:
14730
14731         Implement a page switcher in the toolbar
14732
14733         * shell/ev-view.c: (ev_view_scroll_view):
14734         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14735         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14736         (register_custom_actions), (ev_window_init):
14737
14738         Change page on PageUp/Down.
14739
14740 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14741
14742         * pdf/xpdf/pdf-document.cc
14743         (pdf_document_thumbnails_get_thumbnail): initial stab at
14744         implementing thumbnail support for pdfs.  It only does documents
14745         with precached pdfs now.
14746
14747 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14748
14749         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14750         thumbnail code into a time-based idle as well.  Also, turn off the
14751         shadow temporarily as it's really slow.
14752
14753 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14754
14755         * backend/ev-document.c: (ev_document_class_init):
14756         * pdf/xpdf/pdf-document.cc:
14757         * shell/ev-window.c: (ev_window_open):
14758
14759         Fix document title bugs and fallback to
14760         filename when not available.
14761
14762 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14763
14764         * backend/ev-document.c: (ev_document_get_type),
14765         (ev_document_class_init), (ev_document_load),
14766         (ev_document_get_title):
14767         * backend/ev-document.h:
14768         * pdf/xpdf/pdf-document.cc:
14769         * ps/ps-document.c: (ps_document_set_property),
14770         (ps_document_get_property), (ps_document_class_init),
14771         (document_load):
14772         * ps/ps-document.h:
14773         * ps/ps.h:
14774         * shell/ev-window.c: (update_window_title), (ev_window_open),
14775         (ev_window_init):
14776
14777         Initial support for document title. Not working yet.
14778
14779 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14780
14781         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14782
14783         Grab focus on the view when clicking it
14784
14785 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14786
14787         * shell/ev-marshal.list:
14788         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14789         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14790
14791         Add key bindings to the view. Now if the focus would work
14792         right...
14793
14794 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14795
14796         * Makefile.am:
14797         * backend/Makefile.am:
14798         * data/Makefile.am:
14799         * dvi/Makefile.am:
14800         * dvi/dvilib/Makefile.am:
14801         * pdf/xpdf/Makefile.am:
14802         * po/POTFILES.in:
14803         * ps/Makefile.am:
14804
14805         Fix distcheck
14806
14807 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14808
14809         * shell/ev-view.c: (ev_view_realize):
14810
14811         Fix mouse wheel scrolling
14812
14813 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14814
14815         * ps/Makefile.am:
14816         * ps/gstypes.h:
14817         * ps/gtkgs.c:
14818         * ps/gtkgs.h:
14819         * ps/ps-document.c: (catchPipe), (ps_document_init),
14820         (ps_document_class_init), (ps_document_cleanup),
14821         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14822         (set_up_page), (close_pipe), (is_interpreter_ready),
14823         (interpreter_failed), (output), (input), (start_interpreter),
14824         (stop_interpreter), (file_length), (file_readable),
14825         (check_filecompressed), (check_pdf), (compute_xdpi),
14826         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14827         (ps_document_get_type), (ps_document_emit_error_msg),
14828         (document_load), (ps_document_next_page),
14829         (ps_document_get_current_page), (ps_document_get_page_count),
14830         (ps_document_goto_page), (ps_document_set_page_size),
14831         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14832         (ps_document_load), (ps_document_get_n_pages),
14833         (ps_document_set_page), (ps_document_get_page),
14834         (ps_document_widget_event), (ps_document_set_target),
14835         (ps_document_set_scale), (ps_document_set_page_offset),
14836         (ps_document_get_page_size), (ps_document_render),
14837         (ps_document_document_iface_init):
14838         * ps/ps-document.h:
14839         * ps/ps.c:
14840         * shell/ev-window.c: (ev_window_open):
14841
14842         Rename GtkGS to PSDocument
14843
14844 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * ps/gtkgs.c: (gtk_gs_class_init):
14847         * ps/gtkgs.h:
14848
14849         Some more leftover...
14850
14851 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14852
14853         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14854         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14855         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14856         * ps/gtkgs.h:
14857
14858         Remove unused code and make a lot of stuff private
14859
14860 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14861
14862         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14863         (gtk_gs_defaults_changed):
14864         * ps/gsdefaults.h:
14865         * ps/gtkgs.c:
14866         * ps/gtkgs.h:
14867         * ps/ps.h:
14868
14869         Cleanup headers dependencies
14870
14871 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14872
14873         * ps/Makefile.am:
14874         * ps/ggvutils.c:
14875         * ps/ggvutils.h:
14876         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14877         * ps/gsdefaults.h:
14878         * ps/gtkgs.c: (file_length), (file_readable),
14879         (check_filecompressed), (check_pdf), (gtk_gs_load),
14880         (gtk_gs_get_postscript):
14881
14882         Get rid of ggvutils
14883
14884 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14885
14886         * ps/ggvutils.c:
14887         * ps/ggvutils.h:
14888         * ps/gsio.h:
14889         * ps/gtkgs.c: (gtk_gs_set_zoom):
14890
14891         Cleanups
14892
14893 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14894
14895         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14896
14897         Ensure the page is rerendered when changing zoom
14898
14899 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14900
14901         * backend/ev-document.c: (ev_document_base_init),
14902         (ev_document_changed):
14903         * backend/ev-document.h:
14904
14905         Add a changed event that is emitted when the page content
14906         changes. This is necessary to deal with the fact that
14907         in ps backend rendering happen asycrounously.
14908         This makes the ps backend mostly work.
14909
14910         * pdf/xpdf/pdf-document.cc:
14911
14912         Emit changed event
14913
14914         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14915         (ps_document_set_target):
14916
14917         Emit changed event
14918
14919         * shell/ev-view.c: (document_changed_callback),
14920         (ev_view_set_document), (ev_view_set_page):
14921
14922         Redraw on the changed signal
14923
14924 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14925
14926         * configure.ac: Added pt_BR to ALL_LINGUAS.
14927
14928 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14929
14930         * backend/ev-document-bookmarks.c:
14931         (ev_document_bookmarks_get_child): *
14932         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14933         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14934         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14935         (ev_sidebar_bookmarks_destroy),
14936         (ev_sidebar_bookmarks_class_init),
14937         (ev_sidebar_bookmarks_construct), (stack_data_free),
14938         (do_one_iteration), (populate_bookmarks_idle),
14939         (ev_sidebar_bookmarks_clear_document),
14940         (ev_sidebar_bookmarks_set_document): *
14941         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14942         (ev_sidebar_add_page),
14943         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14944         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14945         it displays both the topics and the page numbers.
14946
14947 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14948
14949         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14950         toggle.
14951         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14952         visible.
14953
14954 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14955
14956         * configure.ac: Added en_CA to ALL_LINGUAS.
14957
14958 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14959
14960         * ChangeLog: replace bottom of this ChangeLog (merged history of
14961         ggv and gpdf; where all paths were wrong and most of the files are
14962         not even in this tree) with ChangeLog (from arch) of the shell
14963         code.
14964
14965 2004-12-23  Havoc Pennington  <hp@redhat.com>
14966
14967         * shell/ev-window.c: hook up potentially-questionable "find
14968         results status text" feature - something involving the sidebar or
14969         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14970         might be better in the end.
14971
14972         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14973         with corresponding signal when it should be updated
14974
14975         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14976
14977 2004-12-22  Havoc Pennington  <hp@redhat.com>
14978
14979         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14980         find stuff on other pages, sort of (only returns one result on
14981         invisible pages, to show they have results; updates full results
14982         for a page when you view it). Currently repaints the current page
14983         every time a new result is found on any page, which isn't so nice.
14984
14985 2004-12-22  Havoc Pennington  <hp@redhat.com>
14986
14987         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14988         the document doesn't support find (better ideas?)
14989         (find_bar_search_changed_cb): handle missing document or document
14990         that doesn't support find
14991
14992         * pdf/xpdf/pdf-document.cc: port to implement the new
14993         EvDocumentFindIface
14994
14995         * backend/ev-document-find.c: create a new interface for searching
14996
14997         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14998
14999 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15000
15001         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15002         libevbackend.la.
15003
15004         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15005         EvPrintJob constructor arguments.
15006
15007         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15008         for documents that can export PostScript (page by page).
15009
15010         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15011         
15012         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15013         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15014         (pdf_document_ps_exporter_iface_init:
15015         Implement EvPSExporter.
15016
15017         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15018
15019 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15020
15021         * backend/Makefile.am:
15022         * backend/ev-document-thumbnails.c:
15023         (ev_document_thumbnails_get_type),
15024         (ev_document_thumbnails_get_thumbnail):
15025         * backend/ev-document-thumbnails.h:
15026         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15027         (pixbuf_document_thumbnails_get_thumbnail),
15028         (pixbuf_document_document_thumbnails_iface_init):
15029         * shell/Makefile.am:
15030         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15031         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15032         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15033         * shell/ev-sidebar-thumbnails.h:
15034         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15035         (ev_sidebar_set_document):
15036         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15037         (create_shadow), (ev_pixbuf_add_shadow):
15038         * shell/ev-utils.h:
15039         Add thumbnail support.
15040         
15041 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15042
15043         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15044         (using_postscript_printer): Set up a print dialog for "PostScript
15045         injection" method.
15046
15047         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15048         EvPrintJob.
15049
15050         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15051
15052 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15053
15054         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15055         (ps_document_set_target), (ps_document_get_page_size),
15056         (ps_document_render):
15057         * ps/gtkgs.h:
15058
15059         Fix a few bugs
15060
15061 2004-12-22  Christian Rose  <menthos@menthos.com>
15062
15063         * configure.ac: Added "sv" to ALL_LINGUAS.
15064
15065 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15066
15067         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15068         document supports bookmarks.
15069
15070 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15071
15072         * ps/ggvutils.c: (ggv_file_readable):
15073         * ps/ggvutils.h:
15074         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15075         (gtk_gs_get_postscript):
15076
15077         Remove unused utils
15078
15079 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15080
15081         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15082         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15083         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15084         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15085         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15086         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15087         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15088         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15089         (gtk_gs_set_antialiasing), (ps_document_load),
15090         (ps_document_render):
15091         * ps/gtkgs.h:
15092
15093         Another check point for the ps backend. Now I can get it to show
15094         pages!
15095
15096 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15097
15098         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15099         document setting code.
15100
15101 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15102
15103         * shell/eggfindbar.c: (entry_activate_callback):
15104         Animate the next button when activate is pressed.
15105         
15106 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15107
15108         * shell/ev-window.c: (ev_window_cmd_edit_find),
15109         (update_fullscreen_popup), (ev_window_fullscreen),
15110         (ev_window_unfullscreen), (ev_window_state_event_cb),
15111         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15112         Fix bugs in fullscreen code.
15113         
15114 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15115
15116         * Makefile.am:
15117         * configure.ac:
15118         * pixbuf/Makefile.am:
15119         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15120         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15121         (pixbuf_document_set_page), (pixbuf_document_get_page),
15122         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15123         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15124         (pixbuf_document_render), (pixbuf_document_begin_find),
15125         (pixbuf_document_end_find), (pixbuf_document_finalize),
15126         (pixbuf_document_class_init),
15127         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15128         * pixbuf/pixbuf-document.h:
15129         * shell/Makefile.am:
15130         * shell/ev-application.c: (ev_application_open):
15131         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15132         (ev_window_open):
15133         Add pixbuf backend.
15134         
15135 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15136
15137         * Makefile.am: 
15138         * dvi/dvilib/Makefile.am:
15139         * dvi/Makefile.am:
15140         * configure.ac: Auto*ify dvi and dvi/dvilib
15141
15142         * dvi/Makefile: Remove from CVS
15143         
15144         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15145         confusion.
15146
15147         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15148         
15149         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15150         
15151 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15152
15153         * ps/Makefile.am:
15154         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15155         (gtk_gs_value_adjustment_changed), (compute_size),
15156         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15157         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15158         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15159         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15160         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15161         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15162         (ps_document_load), (ps_document_get_n_pages),
15163         (ps_document_set_page), (ps_document_get_page),
15164         (ps_document_set_target), (ps_document_set_scale),
15165         (ps_document_set_page_offset), (ps_document_get_page_size),
15166         (ps_document_render), (ps_document_begin_find),
15167         (ps_document_end_find), (ps_document_document_iface_init):
15168         * ps/gtkgs.h:
15169         * shell/Makefile.am:
15170         * shell/ev-window.c: (ev_window_open):
15171
15172         Some work to integrate gtkgs with EvDocument
15173
15174 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15175
15176         * shell/ev-window.c: (update_fullscreen_popup),
15177         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15178         (exit_fullscreen_button_clicked_cb),
15179         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15180         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15181         (ev_window_state_event_cb), (ev_window_init):
15182         Add fullscreen support from Epiphany.
15183         
15184 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15185
15186         * data/ev-stock-zoom-fit-width.png: fit-width
15187         stock icon from gpdf.
15188         
15189         * shell/ev-stock-icons.[ch]: copied from gpdf.
15190         
15191         * shell/main.c: (main): init stock icons.
15192         
15193         * shell/ev-window.c: use the fit-width icon.
15194         
15195         * data/evince-ui.xml: add zooming toolbar items.
15196
15197 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15198
15199         * shell/ev-view.c: 
15200         (ev_view_best_fit), (ev_view_fit_width): because
15201         get_page_size() returns the scaled page size, we
15202         need to calculate the scale factor relative to
15203         the previous scale factor. Should really just
15204         add get_real_page_size().
15205
15206 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15207
15208         * shell/ev-view.[ch]:
15209         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15210         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15211         add zooming.
15212         
15213         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15214         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15215         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15216         hook it up.
15217         
15218         * pdf/xpdf/pdf-document.cc:
15219         (pdf_document_begin_find),
15220         (pdf_document_end_find): make static.
15221
15222 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15223
15224         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15225
15226         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15227         names to fontconfig patterns.
15228         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15229
15230         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15231         setupBaseFontsFc.
15232
15233 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15234
15235         * Makefile.am:
15236         * configure.ac:
15237         * ps/Makefile.am:
15238         * ps/ggvutils.c:
15239         * ps/ggvutils.h:
15240         * ps/gsdefaults.c:
15241         * ps/gsdefaults.h:
15242         * ps/gsio.c:
15243         * ps/gsio.h:
15244         * ps/gtkgs.c:
15245         * ps/gtkgs.h:
15246         * ps/ps.c:
15247         * ps/ps.h:
15248
15249         Import ggv backend. Not hooked up yet.
15250
15251 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15252
15253         * shell/main.c: (load_files), (main): load files
15254         from the command line.
15255
15256 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15257
15258         * configure.ac: don't require bonobo.
15259         
15260         * cut-n-paste/recent-files/*: kill bonobo recent
15261         view.
15262
15263         * shell/ev-window.c:
15264         (ev_window_is_empty): upd.
15265         (unable_to_load), (ev_window_open): load backend
15266         based on the mime type.
15267
15268 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15269
15270         * backend/.cvsignore: ignore generated marshalers source.
15271
15272         * shell/main.c (main): this is not epiphany.
15273
15274 2004-12-22  Havoc Pennington  <hp@redhat.com>
15275
15276         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15277         (expose_bin_window): draw find highlights
15278
15279         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15280         
15281         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15282         (pdf_document_end_find): implement this interface
15283
15284         * backend/ev-document.c (ev_document_found): add this to emit
15285         signal
15286
15287 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15288
15289         * data/evince-ui.xml: Add a few more toolbar items.
15290
15291         * shell/ev-window.c: Hook up page navigation toolbar 
15292         items.
15293
15294         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15295         a page-changed signal.
15296
15297         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15298         Add ev_document_get_page().
15299
15300         * shell/ev-window.c: Sensitize/desensitize navigation
15301         actions.
15302
15303 2004-12-21  Havoc Pennington  <hp@redhat.com>
15304
15305         * backend/ev-backend-marshal.c,
15306         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15307         marshaler-generator thingy. I'm sure there's a better way to do
15308         this in the modern world.
15309
15310         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15311         end_find methods and "found" signal.
15312
15313         * configure.ac: find glib-genmarshal
15314
15315 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15316
15317         * shell/ev-sidebar.c: Construct an actual sidebar.
15318         * shell/ev-sidebar-bookmarks.[ch]:
15319         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15320
15321 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15322
15323         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15324         Redo size handling.
15325         
15326         * shell/ev-view.c: Track the size from the document.
15327
15328 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15329
15330         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15331         constructor assumes ownership of the string passed in.
15332         
15333         * shell/ev-window.c (ev_window_open): Destroy the error
15334         dialog once we've displayed it.
15335
15336 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15337
15338         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15339         a bit, it works! (sort of)
15340
15341         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15342         Move to .cc since we need to use C++ in the implementation.
15343
15344         * shell/dummy.cc: Add a CC file to force evince
15345         to be linked as a C++ program.
15346
15347 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15348
15349         * shell/ev-view.[ch]: Start of content-area widget.
15350
15351         * shell/ev-window.c: Create a EvView, update it
15352         as we change documents.
15353
15354         * shell/Makefile.am shell/ev-marshal.list: Add
15355         generated marshalers.
15356
15357 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15358
15359         * Makefile.am (SUBDIRS): move shell.
15360
15361 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15362
15363         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15364         .a to libtool convenience libraries.
15365
15366         * shell/ev-window.c (ev_window_open): Hard code loading
15367         a PDF document.
15368         
15369         * backend/ev-document.h: Add a boolean return to load(),
15370         fix GError * to GError **.
15371
15372         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15373         object for a PDF backend EvDocument.
15374
15375 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15376
15377         * dvi/*: New directory with the beginning of a .dvi backend.
15378
15379 2004-12-21  Havoc Pennington  <hp@redhat.com>
15380
15381         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15382         previous/next instead of back/forward
15383
15384 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15385
15386         * backend/ev-document.[ch]: Fix a couple of problems so
15387         it compile.
15388
15389 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15390
15391         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15392         to backend/ directory, rename EvViewer to EvDocument.
15393
15394 2004-12-21  Havoc Pennington  <hp@redhat.com>
15395
15396         * shell/ev-window.c: hook up the find bar widget; now we just need
15397         a document to find things in
15398
15399         * shell/eggfindbar.c: a find bar widget
15400
15401 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15402
15403         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15404
15405 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15406
15407         * pdf/**: Import of xpdf code from gpdf. 
15408
15409         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15410
15411         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15412         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15413         Fix FreeType includes.
15414
15415         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15416         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15417         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15418         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15419         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15420         Include xpdfconfig.h
15421         
15422 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15423
15424         * shell/ev-window.c (ev_window_dispose): dispose can be called
15425         multiple times.
15426
15427 2004-12-21  Havoc Pennington  <hp@redhat.com>
15428
15429         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15430         rather than Evince
15431
15432         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15433         items; really they should be synced with the strings, etc. from
15434         current gpdf, but just getting the boring typing out of the way 
15435
15436 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15437
15438         * po/POTFILES.in:
15439         * shell/ev-application.c: (window_destroy_cb):
15440         * shell/ev-window.c:
15441         * shell/main.c: (main):
15442
15443         Actually show the window...
15444
15445 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15446
15447         * Makefile.am:
15448         * shell/Makefile.am:
15449         * shell/ev-application.c: (ev_application_class_init):
15450         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15451
15452         Make it build again
15453
15454 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15455
15456         Import to gnome cvs.
15457         
15458         * Remove copies of gpdf and ggv trees.
15459         * Rip out all the recursive configure code.
15460         * Remove bonobo machinery.
15461         * viewer/*: GInterfaces that backends should/can implement.
15462
15463 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15464
15465         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15466         typo
15467
15468 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15469
15470         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15471         (ev_application_finalize, ev_application_class_init)
15472         (ev_application_init): use GType instance private data for priv.
15473
15474         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15475         (ev_window_finalize, ev_window_class_init)
15476         (ev_window_init): ditto.
15477
15478 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15479
15480         * shell/ev-application.c (ev_application_new_window): make public
15481         (ev_application_show_initial_window): kill.
15482
15483         * shell/ev-application.h: update prototypes.
15484
15485         * shell/main.cc (main): inline ev_application_show_initial_window.
15486
15487 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15488
15489         * shell/ev-application.c (ev_application_new_window): impl.
15490         (ev_application_show_initial_window): use it.
15491         (is_window_empty, ev_application_get_empty_window): returns an
15492         existing empty window or a new one.
15493         (ev_application_open): from ev_window_cmd_file_open.
15494
15495         * shell/ev-application.h: update prototypes
15496
15497         * shell/ev-window.c (ev_window_is_empty): impl.
15498         (ev_window_open): make public.
15499         (ev_window_cmd_file_open): use ev_application_open
15500
15501         * shell/ev-window.h: update prototypes, remove unused.
15502
15503 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15504
15505         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15506         move destroy handler out of here...
15507
15508         * shell/ev-application.c, shell/ev-application.h: ...into this new
15509         class. Also handles initial window creation.
15510
15511         * shell/main.cc (main): use EvApplication to create initial
15512         window.
15513
15514 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15515
15516         * Makefile.am (SUBDIRS): add cut-n-paste
15517
15518         * cut-n-paste/Makefile.am: add
15519
15520         * configure.ac: generate Makefiles in cut-n-paste
15521
15522 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15523
15524         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15525         (ev_window_class_init): install ev_window_dispose.
15526
15527 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15528
15529         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15530         char (gchar looks stupid).
15531
15532 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15533
15534         * po/de.po: updated German translation.
15535
15536 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15537
15538         * configure.ac: add more pkg-config library checks for gnome-vfs,
15539         bonobo etc.
15540
15541         * gpdf/configure.in: temporarily disable libpaper
15542         checks. Otherwise I'd have to add the checks for the shell, too.
15543
15544 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15545
15546         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15547         and * file filters to the file choose.
15548
15549 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15550
15551         * po/de.po: Updated German translation.
15552
15553 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15554
15555         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15556
15557 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15558
15559         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15560
15561         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15562         (ev_window_init): implement those menuitems.
15563
15564 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15565
15566         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15567
15568         * shell/ev-window.c (ev_window_init): use the toolbar.
15569
15570 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15571
15572         * shell/ev-window.c (ev_window_init): use menu translations
15573
15574 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * configure.ac: add "de" to ALL_LINGUAS.
15577
15578         * po/de.po: add German translation.
15579
15580 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15581
15582         * Makefile.am (SUBDIRS): add po
15583
15584         * configure.ac: check intltool, glib-gettext etc, generate
15585         po/Makefile.in
15586
15587         * po, po/POTFILES.in, po/POTFILES.skip: new.
15588
15589 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15592         already use (#ifdef ENABLE_NLS)
15593
15594         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15595         pointer indirection thinko.
15596
15597         * shell/main.c: include gi18n.h for bindtextdomain etc.
15598
15599 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15600
15601         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15602         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15603         tooltips for menu items in the statusbar.
15604
15605 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15606
15607         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15608         pkgdatadir drop UIDIR
15609
15610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15611
15612         * data/evince-ui.xml: Add File->Open menu item
15613
15614         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15615         chooser), hook it up in the ui manager.
15616
15617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15618
15619         * shell/ev-window.c: fix Help->About tooltip.
15620
15621 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15622
15623         * configure.ac: set CFLAGS for libevprivate.
15624
15625         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15626         definitions, factory etc.
15627
15628         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15629
15630         * shell/Makefile.am: link against libevprivate.a.
15631
15632         * shell/ev-window.c (entries): add stock icon to Help->About.
15633
15634         * shell/main.c (main): init stock icon code.
15635
15636 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15637
15638         * lib/recent-files: egg recent files code
15639
15640         * lib/Makefile.am: add.
15641
15642         * Makefile.am: add lib subdir.
15643
15644         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15645         set CFLAGS for recent-files.
15646
15647 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15648
15649         * configure.ac: disable -ansi and -pedantic gcc flags. They
15650         disable POSIX stuff in stdio.h, but egg-recent uses them.
15651
15652 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15653
15654         * configure.ac: add --disable-deprecated flag (defaults to on in
15655         "cvs" builds).
15656
15657         * shell/Makefile.am (INCLUDES): use it.
15658
15659 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15660
15661         * shell/main.c: add missing #include.
15662
15663         * shell/ev-window.c: fix for pedantic gcc.
15664         (ev_window_cmd_help_about): split license into paragraphs for
15665         translators and pedantic compilers.
15666
15667 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15668
15669         * configure.ac: add more warning flags if compiling with gcc from
15670         cvs (or explicitly requested with --enable-more-warnings).
15671
15672 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15673
15674         * data/evince-ui.xml: add File and File->Close menu.
15675
15676         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15677         (ev_window_destroy): quit after destroy.
15678         (ev_window_class_init): override GtkObject::destroy.
15679         (entries): install close_window callback.
15680
15681 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15682
15683         * Makefile.am (SUBDIRS): add data subdir.
15684
15685         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15686         gtk+ 2.5.0 for GtkAboutDialog.
15687
15688         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15689         main window.
15690
15691         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15692
15693         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15694         manager.
15695         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15696
15697 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15698
15699         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15700
15701 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15702
15703         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15704
15705 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15706
15707         * shell/*: Added shell directory boilerplate, build it.
15708
15709 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15710
15711         * configure.ac, Makefile.am: Added top-level configure.ac and
15712         Makefile.am