]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Re-add locale settings to test files.
[evince.git] / ChangeLog
1 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2
3         * test/test1.py:
4         * test/test2.py:
5
6         Re-add locale settings to test files.
7
8 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * data/evince-ui.xml:
11         * shell/ev-window.c: (set_action_properties):
12         
13         Removed garbage from code and ui.
14
15 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
16
17         * shell/ev-window.c: (ev_window_cmd_help_about):
18
19         Shamelessly add my name to the list of contributors.
20
21 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
22
23         * test/test1.py:
24         * test/test2.py:
25
26         Cleaned up the dogtail scripts.
27
28 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
29
30         * shell/ev-view.c: (draw_loading_text): Don't render
31         "loading..." text in presentation mode. Temporary
32         workaround for bug #320352.
33
34 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
37         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
38
39         Use print settings scale, copies, collate and reverse which were
40         ignored. Fixes bug #359032.
41
42 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
43
44         * configure.ac:
45         * data/evince-password.glade:
46         * test/Makefile.am:
47         * test/test-encrypt.pdf:
48         * test/test-links.pdf:
49         * test/test1.py:
50         * test/test2.py:
51
52         Add automated UI tests for evince with dogtail. See
53         bug #300948.    
54
55 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
58
59         Hide fullscreen toolbar when switching to another desktop workspace.
60         Fixes bug #338871
61
62 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
63
64         * shell/ev-window-title.c: 
65         
66         Test for .dvi in title of pdf documents.
67
68 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
69
70         * shell/ev-view.c: (ev_view_scroll):
71
72         Page Up/Down should do page jumps in "Best fit" mode.
73         If a user has explicitly chosen to view exactly one page
74         at a time, scrolling just a part of the page when
75         pressing Page Up/Down is not right. Fixes bug #323107.
76
77 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * NEWS:
80         * configure.ac:
81         
82         Update for 0.6.1
83
84 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
85
86         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
87         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
88         
89         Correctly disconnect from job signals on destroy.
90
91 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
92
93         * shell/ev-view-private.h:
94         * shell/ev-view.c: (view_set_adjustment_values),
95         (view_update_range_and_current_page),
96         (ensure_rectangle_is_visible), (ev_view_size_allocate):
97         
98         Fixes bug #343199, current page now follows find page.
99
100 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
101
102         * backend/ev-document-factory.c:
103         * configure.ac:
104         Assigned OpenDocument presenation MIME type to the
105         Impress backend. Added some missing (but harmless)
106         #ifdefs in the document factory as well to make things
107         consistent again. Fixes bug #360658.
108
109 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
110
111         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
112         * backend/ev-document-find.c: (ev_document_find_get_type):
113         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
114         * backend/ev-document-links.c: (ev_document_links_get_type):
115         * backend/ev-document-security.c: (ev_document_security_get_type):
116         * backend/ev-document-thumbnails.c:
117         (ev_document_thumbnails_get_type):
118         * backend/ev-document.c: (ev_document_get_type):
119         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
120         * backend/ev-selection.c: (ev_selection_get_type):
121         * cut-n-paste/recent-files/egg-recent-model.c:
122         (egg_recent_model_get_type):
123         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
124         (egg_recent_view_uimanager_get_type):
125         * cut-n-paste/recent-files/egg-recent-view.c:
126         (egg_recent_view_get_type):
127         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
128         (egg_editable_toolbar_get_type):
129         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
130         (egg_toolbar_editor_get_type):
131         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
132         (egg_toolbars_model_get_type):
133         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
134         (egg_tree_multi_drag_source_get_type):
135         * cut-n-paste/zoom-control/ephy-zoom-action.c:
136         (ephy_zoom_action_get_type):
137         * cut-n-paste/zoom-control/ephy-zoom-control.c:
138         (ephy_zoom_control_get_type):
139         * impress/r_back.c: (_imp_fill_back):
140         * properties/ev-properties-main.c:
141         (ev_properties_plugin_register_type):
142         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
143         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
144         (ev_view_accessible_factory_get_type):
145
146         Reduce relocations. Bug #360616.
147
148 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
149
150         * backend/ev-document-factory.c:
151         (ev_document_factory_get_document):
152         
153         Load document even if extension is wrong.
154
155 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
156
157         * shell/ev-metadata-manager.c: (save_values):
158         * shell/ev-window.c: (setup_size_from_metadata),
159         (setup_view_from_metadata), (ev_window_setup_document),
160         (ev_window_xfer_job_cb), (window_configure_event_cb):
161         
162         Set size according to the document size/page size ratio.
163         That should correct rather wierd behaviour of the previous
164         commit.
165
166 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
167
168         * shell/ev-window.c: (setup_view_from_metadata):
169         
170         Set size for new windows from previous window size.
171         See bugs #354968 and #168450 for details. Thanks
172         to Meik Hellmund.
173
174 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * djvu/djvu-links.c: (build_tree):
177
178         Fix memory leak.
179
180 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
181
182         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
183         
184         Don't make sidebar close button insensitive. Fixes
185         bug #357871.
186
187 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
188
189         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
190         (ev_window_set_view_accels_sensitivity):
191         
192         Don't enable Slash on documents which don't support
193         find. Fixes bug #358648.
194
195 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
196
197         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
198         open dialog fall back to the current document uri if the
199         filechooser hasn't been used before. Fixes bug #356980.
200
201 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
202
203         * shell/ev-window.c: (ev_window_setup_recent), 
204         (ev_window_get_recent_file_label):
205
206         Escape underscores in filenames of recent file items.
207
208 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
209
210         * configure.ac:
211         
212         Bumped poppler requirements, really 0.5.3 is very 
213         buggy, now we require 0.5.4.
214
215 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
216
217         * djvu/Makefile.am:
218         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
219         (djvu_document_find_iface_init), (djvu_document_links_get_links),
220         (djvu_document_document_links_iface_init):
221         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
222         (number_from_string_10), (get_djvu_link_dest),
223         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
224         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
225         (djvu_links_get_links), (djvu_links_find_link_dest),
226         (djvu_links_get_links_model):
227         * djvu/djvu-links.h:
228         
229         Add support for links and bookmarks in djvu documents. Thanks
230         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
231         patch.
232
233 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
234
235         * shell/ev-application.c: (ev_application_open_uri_at_dest):
236         
237         Reopen should reload document. Fixes 
238         bug 327951.
239
240 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
241
242         * configure.ac:
243         * data/Makefile.am:
244         * data/evince-16.png:
245         * data/evince-22.png:
246         * data/evince.png:
247         * data/evince.svg:
248         * data/icons/16x16/Makefile.am:
249         * data/icons/16x16/evince.png:
250         * data/icons/22x22/Makefile.am:
251         * data/icons/22x22/evince.png:
252         * data/icons/48x48/Makefile.am:
253         * data/icons/48x48/evince.png:
254         * data/icons/Makefile.am:
255         * data/icons/scalable/Makefile.am:
256         * data/icons/scalable/evince.svg:
257         
258         Install icons with correct names. Fixes
259         bug #354429.
260
261 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * shell/ev-view.c: (ev_view_button_release_event):
264
265         Don't open links with middle mouse button. Fixes bug #353649
266
267 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
268
269         * NEWS:
270         * configure.ac:
271         
272         Update for release 0.6.0
273
274 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
275
276         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
277         Implement Close named action. Patch by Carlos Garcia Campos.
278
279 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
280
281         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
282         
283         Don't clear link mapping on copy_job_to_job_info. Fixes
284         bug 346168.
285
286 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * shell/main.c: (main):
289
290         Revert my previous commit, gnome_program_init owns the option context.
291         Fix another memory leak in main. Both caught by Christian Persch. 
292
293 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * shell/main.c: (main):
296
297         Fix memory leak.
298
299 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * backend/ev-document-factory.c: (ev_document_factory_get_document):
302
303         Fix crash when opening a pdf with password protection. 
304
305 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * pdf/ev-poppler.cc: (pdf_document_search_free):
308
309         Fix memory leak. 
310
311 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
312
313         * backend/ev-document-factory.c:
314         (ev_document_factory_get_document):
315         * tiff/tiff-document.c: (tiff_document_finalize):
316         
317         More correct handling of document loading. Fixes
318         bug #349043.
319
320 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * backend/ev-attachment.c: (ev_attachment_save):
323
324         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
325         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
326
327 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
328         
329         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
330         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
331
332 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-sidebar-thumbnails.c:
335
336         Do not render thumbnails unless thumbnails page is active in the
337         sidebar.
338
339 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
340
341         * shell/ev-properties-dialog.c:
342
343         Fix dialogue spacing. Bug #351370.
344
345 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
346
347         * configure.ac:
348
349         Use lowercase gettext catalog file names (evince.mo
350         instead of Evince.mo)
351
352 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-sidebar-attachments.c:
355
356         GtkIconTheme is now screen safe too. Fixes bug #350878
357
358 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-window.c:
361
362         GtkRecent manager is now screen safe. Fixes bug #350145
363
364 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
365
366         * shell/ev-sidebar.c: (ev_sidebar_init):
367         
368         Make sidebar close icon smaller. Fix for bug 350177.
369         See also bugs 350176 and 165770.
370
371 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
374
375         Ignore zoom for xyz destinations when it's <= 1, keeping user
376         preferences instead. Set correct sizing-mode for fith and fitv
377         destinations rather than EV_SIZING_FREE. Fixes bug #349433
378
379 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
380
381         * NEWS:
382         * configure.ac:
383         
384         Update for release 0.5.5
385
386 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
387         
388         * shell/ev-window.c: (ev_window_cmd_escape)
389
390         Escape unfocus page entry. Fixes bug #345809.
391
392 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
395         (build_tree), (pdf_document_links_get_links),
396         (pdf_document_links_find_link_dest):
397         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
398         (goto_xyz_dest):
399
400         Convert from PDF style coordinates to X style coordinates in the
401         backend rather than in the view. Fixes bug #338440
402
403 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
404
405         * shell/ev-window.c:
406         
407         Remove Ctrl+Shift+T shortcut for toolbars. See
408         the bug #350098.
409
410 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * configure.ac:
413
414         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
415         of this. 
416
417 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * configure.ac:
420         * cut-n-paste/Makefile.am:
421         * data/evince-ui.xml:
422         * shell/Makefile.am:
423         * shell/ev-application.[ch]:
424         * shell/ev-window.c:
425
426         Use GtkRecent instead of EggRecent when it's available. Fixes bug
427         #349273
428
429 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
430
431         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
432         findbar code: s/help/search/
433
434 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
435
436         * shell/ev-window.c: (setup_document_from_metadata),
437         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
438         (setup_view_from_metadata):
439         
440         Fix memory leaks.
441
442 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
443
444         * autogen.sh, configure.ac: 
445         
446         Update automake usage. See bug 349292.
447
448 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
449
450         * shell/eggfindbar.c: (egg_find_bar_class_init),
451         (entry_activate_callback), (egg_find_bar_init),
452         (egg_find_bar_set_status_text):
453         * shell/eggfindbar.h:
454         
455         Unify Evince findbar with Epiphany. Nice patch
456         from Fabricio Silva <silva@crans.org> and
457         Frederic Peters <fpeters@entrouvert.com>. See
458         bug #339966 for details.
459
460 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
461
462         * data/evince.desktop.in.in:
463         
464         Correct information for bugzilla. Thanks to
465         Olaf Vitters, see bug #348855.
466
467 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * shell/ev-jobs.[ch]:
470         * shell/ev-sidebar-links.c:
471         * shell/ev-window.[ch]:
472
473         GtkPrintJob doesn't support print ranges or current page, so we export
474         to a ps file now when printing ranges or current page.
475
476 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
477
478         * pdf/ev-poppler.cc:
479         * shell/ev-window.c: (do_action_named):
480
481         We should be more clear about bugzilla. See the
482         poppler bug #7623.
483
484 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * configure.ac:
487         * shell/Makefile.am:
488         * shell/ev-job-queue.c:
489         * shell/ev-jobs.[ch]:
490         * shell/ev-sidebar-links.c:
491         * shell/ev-window.[ch]:
492         
493         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
494         #348422
495
496 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
499         * shell/ev-application-service.xml:
500         * shell/ev-application.[ch]:
501         * shell/ev-jobs.[ch]:
502         * shell/ev-window.[ch]: (ev_window_run_preview):
503         * shell/main.c: 
504
505         Add preview mode to use evince as a printing previewer. It also adds
506         other command line options for fullscreen and presentation modes.
507         Fixes bugs #347822, #317031
508
509 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
510
511         * NEWS:
512         * configure.ac:
513         
514         Update for release 0.5.4
515
516 2006-07-11  Bastien Nocera <hadess@hadess.net>
517
518         * Makefile.am:
519         * backend/Makefile.am:
520         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
521         * backend/ev-document-factory.h:
522         * configure.ac:
523         * impress/.cvsignore:
524         * impress/Makefile.am:
525         * impress/common.h:
526         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
527         (imp_get_page), (imp_next_page), (imp_prev_page),
528         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
529         * impress/f_oasis.c: (render_object), (render_page),
530         (get_geometry), (_imp_oasis_load):
531         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
532         (_imp_oo13_load):
533         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
534         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
535         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
536         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
537         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
538         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
539         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
540         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
541         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
542         (iks_new_within), (iks_insert), (iks_insert_cdata),
543         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
544         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
545         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
546         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
547         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
548         (iks_cdata), (iks_cdata_size), (iks_has_children),
549         (iks_has_attribs), (escape_size), (my_strcat), (escape),
550         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
551         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
552         (iks_tree), (iks_load), (iks_save):
553         * impress/iksemel.h:
554         * impress/imposter.h:
555         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
556         (imp_render_draw_bezier_real), (imp_render_get_size),
557         (imp_render_set_fg_color), (imp_render_draw_line),
558         (imp_render_draw_rect), (imp_render_draw_polygon),
559         (imp_render_draw_arc), (imp_render_draw_bezier),
560         (imp_render_open_image), (imp_render_get_image_size),
561         (imp_render_scale_image), (imp_render_draw_image),
562         (imp_render_close_image), (imp_render_markup),
563         (imp_render_get_text_size), (imp_render_draw_text),
564         (impress_document_load), (impress_document_save),
565         (impress_document_get_n_pages), (impress_document_get_page_size),
566         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
567         (impress_document_finalize), (impress_document_class_init),
568         (impress_document_can_get_text), (impress_document_get_info),
569         (impress_document_document_iface_init),
570         (impress_document_thumbnails_get_thumbnail),
571         (impress_document_thumbnails_get_dimensions),
572         (impress_document_document_thumbnails_iface_init),
573         (impress_document_init):
574         * impress/impress-document.h:
575         * impress/internal.h:
576         * impress/r_back.c: (_imp_fill_back):
577         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
578         (_imp_draw_image), (_imp_tile_image):
579         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
580         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
581         (r_polyline):
582         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
583         (r_draw_gradient_complex), (r_draw_gradient):
584         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
585         (r_get_bullet):
586         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
587         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
588         (r_text):
589         * impress/render.c: (imp_create_context), (imp_context_set_page),
590         (imp_context_set_step), (imp_render), (imp_delete_context):
591         * impress/render.h:
592         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
593         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
594         (zip_load_xml), (zip_get_size), (zip_load):
595         * impress/zip.h:
596         * shell/ev-utils.c:
597         
598         New backend to support impress slides. Fixes bug #30867.
599
600 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
601
602         * shell/ev-utils.c: (using_postscript_printer):
603         
604         Fixes crash when print using PAPI backend,
605         bug #345012.
606
607 2006-06-09  Pat Rondon  <pmr@patrondon.org>
608
609         * shell/ev-jobs.c: (ev_job_xfer_run):
610         * shell/ev-window.c: (password_dialog_response),
611         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
612         (ev_window_dispose):
613         Fixes bug #344160: if the xfer job doesn't complete
614         because a password is required, reload the existing
615         instance instead of creating a new one.
616
617 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
618
619         * shell/main.c: (main): Call gdk_threads_init. Thus
620         we'll avoid errors in auth dialog. Fix for the bug
621         #343347.
622
623 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
624
625         * configure.ac: Advertise pixbuf support, fix
626         for the bug 343317.
627
628 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
629
630         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
631         (ev_sidebar_thumbnails_set_document):
632         
633         Update sidebar thumbnails after reloading.
634
635 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
638         * shell/ev-jobs.h:
639         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
640         (ev_window_cmd_view_reload), (ev_window_init):
641         
642         Don't crash on reload. Fix for the bug #343167.
643
644 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
645
646         * shell/ev-jobs.c: (ev_job_render_run):
647         
648         Check for document links.
649
650 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
651
652         * backend/ev-attachment.c: (ev_attachment_save),
653         (ev_attachment_launch_app), (ev_attachment_open):
654         * backend/ev-document-factory.c: (get_document_from_uri):
655         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
656         (egg_recent_view_uimanager_set_list):
657         * ps/ps-document.c: (check_filecompressed), (document_load),
658         (ps_document_load):
659         * shell/ev-metadata-manager.c: (load_values):
660         * shell/ev-password.c: (ev_password_dialog_set_property):
661         * shell/ev-view.c: (tip_from_link):
662         * shell/ev-window.c: (file_save_dialog_response_cb),
663         (ev_window_print_dialog_response_cb):
664         
665         Use consistent quoting style. Fix for the bug #320285.
666
667 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
668
669         * shell/ev-jobs.c: (ev_job_xfer_run):
670         * shell/main.c: (load_files):
671                 
672         Open links with anchors. Fix for the bug #339836.
673
674 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
677         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
678         (ev_link_dest_set_property), (ev_link_dest_finalize),
679         (ev_link_dest_class_init), (ev_link_dest_new_named),
680         (ev_link_dest_new_page_label):
681         * backend/ev-link-dest.h:
682         * shell/ev-application.c: (ev_application_open_uri):
683         * shell/ev-view.c: (goto_dest):
684         * shell/ev-window.c:
685         * shell/ev-window.h:
686         
687         Fix page-label command line option. Bug #342070.
688
689 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
690
691         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
692         
693         Don't show highlight rects if page can't be showed. Fix for 
694         the bug #342076
695
696 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
697
698         * shell/ev-window.c: (setup_sidebar_from_metadata),
699         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
700         
701         Setup sidebar from metadata even if there is no document
702         loaded. Fix for the bug #342807.
703
704 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
705
706         * cut-n-paste/toolbar-editor/Makefile.am:
707         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
708         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
709         (find_action), (drag_data_delete_cb), (drag_begin_cb),
710         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
711         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
712         (popup_context_menu_cb), (button_press_event_cb),
713         (configure_item_sensitivity), (configure_item_cursor),
714         (configure_item_tooltip), (connect_widget_signals),
715         (action_sensitive_cb), (create_item_from_action),
716         (create_item_from_position), (toolbar_drag_data_received_cb),
717         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
718         (toolbar_drag_leave_cb), (configure_drag_dest),
719         (toggled_visibility_cb), (toolbar_visibility_refresh),
720         (create_dock), (toolbar_changed_cb), (unparent_fixed),
721         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
722         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
723         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
724         (egg_editable_toolbar_dispose),
725         (egg_editable_toolbar_set_ui_manager),
726         (egg_editable_toolbar_get_selected),
727         (egg_editable_toolbar_set_selected), (set_edit_mode),
728         (egg_editable_toolbar_set_property),
729         (egg_editable_toolbar_get_property),
730         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
731         (egg_editable_toolbar_new_with_model),
732         (egg_editable_toolbar_get_edit_mode),
733         (egg_editable_toolbar_set_edit_mode),
734         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
735         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
737         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
738         (item_added_or_removed_cb), (toolbar_removed_cb),
739         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
740         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
741         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
742         (editor_create_item_from_name), (append_table),
743         (update_editor_sheet), (egg_toolbar_editor_init):
744         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
745         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
746         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
747         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
748         (toolbar_node_free), (egg_toolbars_model_get_flags),
749         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
750         (egg_toolbars_model_get_name), (impl_add_item),
751         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
752         (parse_data_list), (parse_item_list), (parse_toolbars),
753         (egg_toolbars_model_load_toolbars), (parse_available_list),
754         (parse_names), (egg_toolbars_model_load_names),
755         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
756         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
757         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
758         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
759         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
760         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
761         (egg_toolbars_model_set_types), (fill_avail_array),
762         (egg_toolbars_model_get_name_avail),
763         (egg_toolbars_model_get_name_flags),
764         (egg_toolbars_model_set_name_flags):
765         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
766         * cut-n-paste/toolbar-editor/eggintl.h:
767         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
768         (egg_tree_multi_drag_source_get_type),
769         (egg_tree_multi_drag_source_row_draggable),
770         (egg_tree_multi_drag_source_drag_data_delete),
771         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
772         (egg_tree_multi_drag_button_release_event), (selection_foreach),
773         (path_list_free), (set_context_data), (get_context_data),
774         (get_info), (egg_tree_multi_drag_drag_data_get),
775         (egg_tree_multi_drag_motion_event),
776         (egg_tree_multi_drag_button_press_event),
777         (egg_tree_multi_drag_add_drag_support):
778         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
779         * shell/ev-application.c: (ev_application_init),
780         (ev_application_save_toolbars_model):
781         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
782         (ev_window_cmd_edit_toolbar), (ev_window_init):
783         
784         Sync toolbareditor with epiphany and libegg
785
786 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * configure.ac: 
789
790         Depend on poppler 0.5.2
791
792 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
793
794         * shell/ev-jobs.c: (ev_job_render_run):
795         
796         Check if document supports links iterface.
797
798 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * NEWS:
801         * configure.ac:
802         
803         Update for release 0.5.3
804
805 2006-05-13  Michael Plump  <plumpy@skylab.org>
806
807         * configure.ac:
808         * shell/Makefile.am:
809         * shell/main.c: (main):
810         
811         Port to GOption command line parsing. Fix for the 
812         bug #327518
813
814 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
815
816         * shell/ev-window.c: (ev_window_cmd_help_about):
817         
818         Do not wrap license. Fix for the bug #309460.
819
820 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
821
822         * configure.ac:
823         * properties/ev-properties-main.c: (ev_properties_get_pages):
824         * shell/ev-application.c: (ev_application_open_window),
825         (ev_application_open_uri_at_dest):
826         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
827         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
828         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
829         * shell/ev-utils.c: (save_print_config_to_file):
830         * shell/ev-window.c: (ev_window_cmd_save_as),
831         (ev_attachment_popup_cmd_save_attachment_as):
832         * shell/main.c: (load_files_remote):
833         
834         Bump requirements to gtk 2.8 and drop all ifdefs used.
835
836 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
837
838         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
839         * shell/ev-window.c: (ev_window_init):
840         
841         Show attachments page.
842
843 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
844
845         * po/POTFILES.in:
846         * shell/ev-attachment-bar.c:
847         * shell/ev-attachment-bar.h:
848         * shell/ev-sidebar-attachments.c:
849         (ev_sidebar_attachments_icon_cache_add),
850         (icon_theme_get_pixbuf_from_mime_type),
851         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
852         (ev_sidebar_attachments_icon_cache_refresh),
853         (ev_sidebar_attachments_get_attachment_at_pos),
854         (ev_sidebar_attachments_popup_menu_show),
855         (ev_sidebar_attachments_popup_menu),
856         (ev_sidebar_attachments_button_press),
857         (ev_sidebar_attachments_update_icons),
858         (ev_sidebar_attachments_drag_data_get),
859         (ev_sidebar_attachments_get_property),
860         (ev_sidebar_attachments_destroy),
861         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
862         (ev_sidebar_attachments_new),
863         (ev_sidebar_attachments_set_document),
864         (ev_sidebar_attachments_support_document),
865         (ev_sidebar_attachments_get_label),
866         (ev_sidebar_attachments_page_iface_init):
867         * shell/ev-sidebar-attachments.h:
868         * shell/ev-window.c: (update_chrome_visibility),
869         (setup_sidebar_from_metadata), (ev_window_setup_document),
870         (ev_window_sidebar_current_page_changed_cb),
871         (attachment_bar_menu_popup_cb), (ev_window_init):
872         
873         Move attachments bar to sidebar.
874
875 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * pdf/ev-poppler.cc:
878         * shell/ev-application.[ch]:
879         * shell/main.c:
880
881         Fix some memory leaks.
882
883 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
884
885         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
886
887         Change the properties dialog response to
888         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
889         will make the dialog go away when the user presses
890         enter. With gtk+ >= 2.9 this will happen anyway, but for
891         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
892         escape by default. Fixes bug #340539. See also bug
893         #101293 for the gtk+ part.
894
895 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
896
897         * shell/ev-view.c (tip_from_action_named): Replace some strings
898         that were wrong. Closes #340970.
899
900 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
903
904         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
905         #341049
906
907 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
908
909         * djvu/Makefile.am:
910         * dvi/Makefile.am:
911         * dvi/mdvi-lib/Makefile.am:
912         * properties/Makefile.am:
913         * ps/Makefile.am:
914         * shell/Makefile.am:
915         * thumbnailer/Makefile.am:
916         
917         Due to broken libtool that is unable to track dependencies
918         of noinst libraries we are forced to explicitely point
919         libraries for binary. Fix for the bug #333334.
920
921 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
922
923         * data/evince.desktop.in.in:
924         * shell/ev-view.c: (view_update_range_and_current_page),
925         (ev_view_next_page), (ev_view_previous_page):
926         * shell/ev-window.c: (update_chrome_visibility),
927         (setup_sidebar_from_metadata), (ev_window_setup_document),
928         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
929         (fullscreen_set_timeout), (fullscreen_clear_timeout),
930         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
931         (ev_window_stop_fullscreen), (ev_window_run_presentation),
932         (ev_window_stop_presentation), (ev_window_focus_in_event),
933         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
934         (ev_window_init):
935         * thumbnailer/Makefile.am:
936         
937         Update fullscreen and presentation timeout handling. Hide
938         cursor in presentation after timeout. Fix for the bugs
939         #136359 and #336981.
940
941 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * backend/ev-link-action.[ch]:
944         * pdf/ev-poppler.cc: (ev_link_from_action):
945         * shell/ev-view-private.h:
946         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
947         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
948
949         Add support for Named Action links
950
951 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/Makefile.am:
954         * backend/ev-document-links.[ch]:
955         * backend/ev-document.[ch]:
956         * backend/ev-link-action.[ch]:
957         * backend/ev-link-dest.[ch]:
958         * backend/ev-link.[ch]:
959         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
960         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
961         * shell/ev-page-action.c: (build_new_tree_cb):
962         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
963         (links_page_num_func), (update_page_callback):
964         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
965         (tip_from_link):
966         * shell/ev-jobs.c:
967         * shell/ev-window.[ch]: (ev_window_open_uri),
968         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
969         * shell/ev-application.[ch]: (ev_application_open_window),
970         (ev_application_open_uri):
971
972         Rework links system, it adds support for remote links now and it makes
973         easier to add new kinds of actions and destinations. Fixes bug #317292
974
975 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
976
977         * data/Makefile.am:
978         * data/evince.png:
979         * data/evince-16.png:
980         * data/evince-22.png:
981         * data/evince.svg:
982         * shell/main.c: (main):
983         
984         Evince use it's own icon. Fix for the bug #313392.
985
986         * shell/ev-window.c: (fullscreen_timeout_cb),
987         (fullscreen_set_timeout), (fullscreen_clear_timeout),
988         (ev_window_cmd_help_about), (ev_window_dispose):
989         
990         Simplify fullscreen timeout code.
991
992 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * backend/ev-attachment.c: 
995         * shell/ev-attachment-bar.c:
996         * shell/ev-window.c:
997
998         Allow multiple selection of attachments
999
1000 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1001
1002         * shell/ev-view.c: (view_update_range_and_current_page),
1003         (ev_view_scroll):
1004         
1005         Fix for the bug #312573 – Optimal selection of current 
1006         page among visible pages.
1007
1008 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1009
1010         * configure.ac:
1011         * djvu/Makefile.am:
1012         * djvu/djvu-text.h:
1013         
1014         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
1015         for the bug 339868.
1016
1017 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
1018
1019         * configure.ac: Fix the LINGUAS stuff here too so it builds.
1020
1021 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1022
1023         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
1024         dictated by the GNOME HIG. Fixes bug #339235.
1025
1026 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1027
1028         * data/evince-ui.xml:
1029         * shell/ev-view.c: (ev_view_can_find_previous):
1030         * shell/ev-view.h:
1031         * shell/ev-window.c: (ev_window_update_actions),
1032         (ev_window_cmd_edit_find_previous):
1033
1034         Add support for "Find Previous" as dictated by the GNOME HIG. A
1035         menu item is added and some glue code to make it all work is added
1036         to various files.
1037
1038 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1039
1040         * configure.ac: Award myself the "useless use of cat" award.
1041
1042 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1043
1044         * po/LINGUAS: New file listing all supported languages.
1045
1046         * configure.in: Use po/LINGUAS instead of including all languages
1047         directly in this file. See the wiki for more information:
1048         http://live.gnome.org/GnomeGoals/PoLinguas
1049
1050 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * backend/ev-document-factory.c:
1053
1054         Do not load the document twice when there isn't errors
1055
1056 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * backend/ev-attachment.c: 
1059
1060         Fix a crash when there isn't a default application to open an
1061         attachment
1062
1063 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * backend/ev-attachment.[ch]:
1066         * shell/ev-attachment-bar.[ch]:
1067
1068         Added missing files. 
1069
1070 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * backend/Makefile.am:
1073         * data/evince-ui.xml:
1074         * backend/ev-attachment.[ch]:
1075         * backend/ev-document.[ch]: (ev_document_has_attachments),
1076         (ev_document_get_attachments):
1077         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
1078         (attachment_save_to_buffer), (pdf_document_get_attachments),
1079         (pdf_document_document_iface_init):
1080         * shell/Makefile.am:
1081         * shell/ev-attachment-bar.[ch]:
1082         * shell/ev-window.c:
1083
1084         Add support for PDF attachments. Fixes bug #325143
1085
1086 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1087
1088         * backend/ev-document-factory.c: (get_document_from_uri),
1089         (ev_document_factory_get_document):
1090         * backend/ev-document-factory.h:
1091         * properties/ev-properties-main.c: (ev_properties_get_pages):
1092         * shell/Makefile.am:
1093         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1094         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1095         (ev_job_queue_remove_job):
1096         * shell/ev-job-queue.h:
1097         * shell/ev-job-xfer.c:
1098         * shell/ev-job-xfer.h:
1099         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
1100         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
1101         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
1102         (ev_job_xfer_run):
1103         * shell/ev-jobs.h:
1104         * shell/ev-window.c: (ev_window_is_empty),
1105         (password_dialog_response), (ev_window_clear_xfer_job),
1106         (ev_window_xfer_job_cb), (ev_window_open_uri),
1107         (ev_window_cmd_focus_page_selector),
1108         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
1109         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1110         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1111         (ev_window_dispose):
1112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1113         
1114         * Cleanup mime type detection on document load. Fix for the
1115         bug #336448.
1116
1117 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1118
1119         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
1120         
1121         Fix crash on exit, described in the bug #336825.
1122
1123 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1124
1125         * backend/ev-document-factory.c:
1126         (ev_document_factory_get_from_mime),
1127         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
1128         (ev_document_factory_get_document),
1129         (file_filter_add_mime_list_and_free),
1130         (ev_document_factory_add_filters):
1131         * backend/ev-document-factory.h:
1132         * properties/ev-properties-main.c: (ev_properties_get_pages):
1133         * shell/Makefile.am:
1134         * shell/ev-application.c:
1135         * shell/ev-job-xfer.c: (ev_job_xfer_run):
1136         * shell/ev-window.c: (ev_window_cmd_file_open),
1137         (ev_window_cmd_save_as):
1138         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1139         
1140         Rework factory functions so they are placed now in a single 
1141         file ev-document-factory.c
1142
1143 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1144
1145         * shell/ev-window.c: (update_chrome_visibility):
1146         
1147         Fix for the bug 166566 - don't show menubar in fullscreen
1148         mode.
1149
1150 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
1151
1152         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
1153
1154 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1155
1156         * shell/ev-view.c: (ev_view_expose_event):
1157         
1158         More correctly draw loading text when document
1159         is empty.
1160
1161 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1162
1163         * shell/ev-view.c: (ev_view_scroll):
1164         
1165         Fix for the bug #334854, page down and page up switch
1166         pages in presentation mode.
1167
1168 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1169
1170         * shell/ev-window.c: (ev_window_set_action_sensitive),
1171         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
1172         (ev_window_set_view_accels_sensitivity),
1173         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
1174         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1175         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1176         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
1177         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
1178         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
1179         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
1180         (view_actions_focus_in_cb), (ev_window_init):
1181         
1182         Fix for the bug #333902, now it's possible to search
1183         words with slash.
1184
1185 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
1186
1187         * configure.ac: Added Breton translation.
1188         * po/br.po: Added Breton translation.
1189
1190 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * shell/ev-window-title (ev_window_title_update):
1193
1194         Fix memory leak in window title. Fixes bug #333944
1195
1196 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-metadata-manager.c (parseItem):
1199
1200         Fix memory leaks. Fixes bug #333945
1201
1202 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1203         
1204         * NEWS, configure.ac, TODO:
1205         
1206         Update for release 0.5.2.
1207
1208 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1209
1210         * shell/ev-view.c: (view_update_range_and_current_page),
1211         (page_changed_cb):
1212         
1213         Don't jump on scrolling, fix for the bug #333127.
1214
1215 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1216
1217         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1218         
1219         Scroll by one page in presentation mode. Fix for the bug
1220         #332993.
1221
1222 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
1223
1224         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
1225
1226 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
1227
1228         * configure.ac  Added lv in ALL_LINGUAS line.
1229
1230 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1231         
1232         * NEWS, configure.ac:
1233         
1234         Update for release 0.5.1
1235
1236 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1237
1238         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
1239         * backend/ev-document-misc.h:
1240         * shell/ev-view.c: (draw_one_page):
1241         
1242          Clairfy what page the toolbar page number applies to. Fix
1243          for the bug #328102.
1244
1245 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
1246
1247         * shell/ev-view-private.h:
1248         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
1249         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
1250         (ev_view_search_changed):
1251         * shell/ev-view.h:
1252         * shell/ev-window.c: (find_bar_search_changed_cb):
1253         
1254         Dont't jump to find result if window was scrolled during search.
1255         Fix for the bug #313266.
1256
1257 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
1258
1259         * shell/eggfindbar.c: (egg_find_bar_class_init):
1260         * shell/eggfindbar.h:
1261         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
1262         * shell/ev-view-private.h:
1263         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
1264         (ev_view_class_init), (ev_sizing_mode_get_type),
1265         (ev_scroll_type_get_type):
1266         * shell/ev-view.h:
1267         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1268         (ev_window_cmd_scroll_backward), (find_bar_scroll),
1269         (ev_window_init):
1270         
1271         Fix for the bug 319133 - Find entry should allow text scroll.
1272
1273 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
1274
1275         * shell/ev-view-private.h:
1276         * shell/ev-view.c: (view_update_range_and_current_page),
1277         (highlight_find_results), (find_changed_cb), (page_changed_cb),
1278         (ev_view_set_document), (update_find_status_message),
1279         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
1280         (ev_view_find_previous):
1281         
1282         Fix for the bug #319137. Search now takes account for scrolling.
1283
1284 2006-02-19  Michael Hofmann <mh21@piware.de>
1285
1286         * configure.ac:
1287         * djvu/Makefile.am:
1288         * djvu/djvu-document-private.h:
1289         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1290         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
1291         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
1292         (djvu_document_can_get_text), (djvu_document_get_text),
1293         (djvu_document_document_iface_init),
1294         (djvu_document_thumbnails_get_thumbnail),
1295         (djvu_document_find_begin), (djvu_document_find_get_n_results),
1296         (djvu_document_find_get_result),
1297         (djvu_document_find_page_has_results),
1298         (djvu_document_find_get_progress), (djvu_document_find_cancel),
1299         (djvu_document_find_iface_init):
1300         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
1301         (djvu_text_page_selection), (djvu_text_page_limits_process),
1302         (djvu_text_page_limits), (djvu_text_page_copy),
1303         (djvu_text_page_position), (djvu_text_page_union),
1304         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
1305         (djvu_text_page_box), (djvu_text_page_append_text),
1306         (djvu_text_page_search), (djvu_text_page_prepare_search),
1307         (djvu_text_page_new), (djvu_text_page_free):
1308         * djvu/djvu-text-page.h:
1309         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
1310         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
1311         (djvu_text_n_results), (djvu_text_has_results),
1312         (djvu_text_get_result), (djvu_text_get_progress):
1313         * djvu/djvu-text.h:
1314         
1315         Text search in djvu. Fix for the bug #303415.
1316
1317 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1318
1319         * configure.ac:
1320         * shell/ev-window.c: (ev_window_cmd_save_as):
1321         
1322         Ask filechooser to confirm overwrite. Fix for the bug #328266.
1323         Thanks to Gary Coady <gary@lyranthe.org>
1324
1325 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1326
1327         * shell/ev-print-job.c: (idle_print_handler):
1328         
1329         Inverse order printing, bug #320919.
1330
1331 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1332
1333         * data/evince-toolbar.xml:
1334         * shell/ev-window.c:
1335         
1336         Allow to add sidebar checkbutton on toolbar. Fix
1337         for the bug #144577.
1338
1339 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1340
1341         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
1342         
1343         Add checks that have sense for empty ps document.
1344
1345 2006-02-15  Luca Ferretti <elle.uca@libero.it>
1346
1347         * configure.ac: Include PS in mime types list. 
1348
1349 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * configure.ac:
1352         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1353         * ps/gsdefaults.h:
1354         * ps/ps-document.c: (start_interpreter), (ps_document_load):
1355         
1356         Runtime check for gs interpreter. Fix for the bug #320868.
1357         Thanks to Antoine Dopffer antoine.dopffer@free.fr
1358
1359 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-application.c: 
1362
1363         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
1364         dbus>=0.60, so that the request is not queued. 
1365
1366 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1367
1368         * configure.ac:
1369         * shell/Makefile.am:
1370         * shell/ev-sidebar-links.c: (print_section_cb):
1371         * shell/ev-utils.c:
1372         * shell/ev-utils.h:
1373         * shell/ev-window.c: (update_action_sensitivity),
1374         (ev_window_close_dialogs), (ev_window_print):
1375         * shell/ev-window.h:
1376         
1377         Make printing support optional. Patch from Eduardo de Barros Lima
1378         <eduardo.lima@indt.org.br> for the bug #330546.
1379
1380 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1381
1382         * shell/ev-view-private.h:
1383         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
1384         (ev_view_set_document):
1385         * shell/ev-view.h:
1386         * shell/ev-window.c: (ev_window_load_job_cb),
1387         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
1388         (ev_window_init):
1389
1390         Draw Loading message during xfer job. Fix for the bug #329495.
1391
1392 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1393
1394         * comics/comics-document.c: (comics_regex_quote),
1395         (comics_document_load), (extract_argv):
1396         
1397         Correcly quote regexp before passing it to unzip.
1398
1399 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1400
1401         * shell/ev-page-cache.c: (build_height_to_page),
1402         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
1403         (ev_page_cache_get_dual_even_left):
1404         * shell/ev-page-cache.h:
1405         * shell/ev-view.c: (view_update_range_and_current_page),
1406         (get_page_y_offset), (get_page_extents):
1407         
1408         Place even pages to the left if document has less then
1409         two pages. Fix for the bug #328856.
1410
1411 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1414         
1415         Correct comics scheme. This make evince create thumbnails
1416         for comic books. Fix for the bug 329088.
1417
1418 2006-01-31  Christopher Aillon  <caillon@redhat.com>
1419
1420         * data/evince-password.glade: Don't explicitly set
1421         invisible_char to the current default value in case
1422         the default changes; let GTK+ do its magic.
1423
1424 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1425
1426         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
1427         real filename to tmp filename since often document
1428         type is determined by extension.
1429
1430 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1431
1432         * shell/ev-view.c: (add_scroll_binding_keypad),
1433         (ev_view_binding_activated), (ev_view_class_init):
1434         
1435         Add keybindings for percision-scrolling of display area. 
1436         Fix for the bug #314072.
1437
1438 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1439
1440         * data/evince.desktop.in.in:
1441         
1442         Add GTK to the list of categories. Fix for the bug #328034.
1443
1444 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * shell/ev-application.c: (ev_application_shutdown),
1447         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
1448         * shell/ev-application.h:
1449         * shell/ev-window.c: (file_open_dialog_response_cb),
1450         (ev_window_cmd_file_open):
1451         
1452         Save last uri in file chooser dialog. Fix for the bug #327950.
1453
1454 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1455
1456         * NEWS:
1457         * README:
1458         
1459         Final update for release 0.5.0
1460         
1461         * shell/Makefile.am:
1462         
1463         Remove disable deprecated until we'll require libgnome-2.13.7
1464         and port to GOption argument parsing. See bug 327518.
1465
1466 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
1467
1468         * comics/comics-document.c: (comics_document_save):
1469         * djvu/djvu-document.c: (djvu_document_save):
1470         * dvi/dvi-document.c: (dvi_document_save):
1471         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
1472         * lib/ev-file-helpers.h:
1473         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
1474         * tiff/tiff-document.c: (tiff_document_save):
1475         
1476         Use common save function for backends.
1477
1478 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
1479
1480         * backend/ev-document-types.c:
1481         
1482         Fix crash on saving pixbuf.
1483
1484 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1485
1486         * cut-n-paste/recent-files/egg-recent-item.c:
1487         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
1488         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
1489         (parse_info_free), (valid_element), (start_element_handler),
1490         (end_element_handler), (text_handler), (egg_recent_model_filter),
1491         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
1492         (egg_recent_model_monitor), (egg_recent_model_read),
1493         (egg_recent_model_open_file), (egg_recent_model_lock_file),
1494         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
1495         (egg_recent_model_set_property), (egg_recent_model_class_init),
1496         (egg_recent_model_init), (egg_recent_model_add_full),
1497         (egg_recent_model_delete), (egg_recent_model_get_list),
1498         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
1499         (egg_recent_model_set_filter_mime_types),
1500         (egg_recent_model_clear_group_filter),
1501         (egg_recent_model_set_filter_groups),
1502         (egg_recent_model_clear_scheme_filter),
1503         (egg_recent_model_set_filter_uri_schemes),
1504         (egg_recent_model_remove_expired):
1505         * cut-n-paste/recent-files/egg-recent-util.c:
1506         (egg_recent_util_get_icon):
1507         * cut-n-paste/recent-files/egg-recent-util.h:
1508         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1509         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
1510         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
1511         (egg_recent_view_uimanager_set_property),
1512         (egg_recent_view_uimanager_get_property),
1513         (egg_recent_view_uimanager_class_init),
1514         (egg_recent_view_uimanager_init),
1515         (egg_recent_view_uimanager_set_label_width),
1516         (egg_recent_view_uimanager_get_label_width):
1517         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1518         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1519         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1520         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1521         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1522         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1523         
1524         Update from libegg.
1525
1526 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1527
1528         * shell/ev-page-cache.c: (build_height_to_page),
1529         (ev_page_cache_get_height_to_page):
1530         * shell/ev-page-cache.h:
1531         * shell/ev-view.c: (view_update_range_and_current_page),
1532         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
1533         (ev_view_previous_page):
1534         
1535         Dual mode places even pages to the left. Fix for the bug #309393.
1536
1537         * shell/ev-view.h:
1538         * shell/ev-window.c: (update_action_sensitivity),
1539         (setup_view_from_metadata), (view_menu_popup_cb):
1540         
1541         Don't restore presentation in empty windows, more intelligent
1542         next page behaviour in dual mode.
1543
1544         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1545         (ev_pixbuf_cache_clear_job_sizes):
1546         
1547         Cleanup job callback on removal. Fix for the bug #325886.
1548
1549 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1550
1551         * ps/ps.c: (psscan):
1552         
1553         Commit workaround Mozilla problem. Fix for the bug #325919
1554         
1555         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
1556         (save_item):
1557         
1558         Fix for year 2038 problem.
1559
1560 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1561
1562         * shell/ev-window.c: (setup_document_from_metadata),
1563         (ev_window_cmd_view_reload):
1564
1565         Clamp page recieved from metadata in valid values. Fix
1566         for the bug #325986.
1567
1568 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1569
1570         * MAINTAINERS: 
1571         Add MAINTAINERS as requested on desktop-devel-list.
1572
1573 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1574
1575         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
1576         (mime_type_supported_by_gdk_pixbuf),
1577         (ev_document_factory_get_mime_types),
1578         (ev_document_factory_get_all_mime_types):
1579         
1580         Don't add pixbuf mime types if pixbuf backend is disabled.
1581         
1582         * shell/ev-application.c: (ev_application_get_uri_window):
1583         
1584         Fix for the bug 325815 - unhandled MIME type message doesn't 
1585         appear a second time. 
1586         
1587         * shell/ev-document-types.c: (ev_document_types_add_filters):
1588         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
1589         (password_dialog_response), (ev_window_popup_password_dialog),
1590         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1591         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1592         (ev_window_run_presentation), (ev_window_stop_presentation),
1593         (save_sizing_mode), (ev_window_zoom_changed_cb),
1594         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1595         (ev_window_dual_mode_changed_cb),
1596         (ev_window_sidebar_current_page_changed_cb),
1597         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1598         (window_state_event_cb), (window_configure_event_cb):
1599         
1600         Cleanup additional uris holded by EvWindow.
1601
1602 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1603
1604         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
1605         (ev_view_can_previous_page), (ev_view_can_next_page):
1606         * shell/ev-view.h:
1607         * shell/ev-window.c: (update_action_sensitivity):
1608         
1609         Two page scrolling with Space and PageUp in dual mode. Second fix 
1610         for the bug #316608.
1611
1612 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1613
1614         * shell/ev-view.c: (scroll_to_current_page):
1615         
1616         Correctly clamp adjustment value. Fix for the bug
1617         #325808.
1618
1619 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1620
1621         * shell/ev-sidebar-links.c: (print_section_cb):
1622         * shell/ev-window.c: (ev_window_get_uri),
1623         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
1624         (ev_window_print_dialog_response_cb), (ev_window_print_range),
1625         (ev_window_dispose):
1626         
1627         Make print dialog non-modal. Fix for the bug #325622.
1628
1629 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1630
1631         * shell/ev-metadata-manager.c:
1632         * shell/ev-utils.c: (using_pdf_printer),
1633         (using_postscript_printer), (load_print_config_from_file),
1634         (save_print_config_to_file):
1635         * shell/ev-utils.h:
1636         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
1637         (update_sidebar_visibility), (setup_sidebar_from_metadata),
1638         (setup_view_from_metadata), (ev_window_setup_document),
1639         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1640         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1641         (ev_window_run_presentation), (ev_window_stop_presentation),
1642         (save_sizing_mode), (ev_window_zoom_changed_cb),
1643         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1644         (ev_window_dual_mode_changed_cb),
1645         (ev_window_sidebar_current_page_changed_cb),
1646         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1647         (window_state_event_cb), (window_configure_event_cb),
1648         (ev_window_init):
1649         
1650         Setting saving behaviour fixes.
1651
1652 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * configure.ac:
1655         
1656         Make antialiasing gs options better and allow
1657         to change them during configure. Fix for the 
1658         bug #319049.
1659
1660 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1661
1662         * shell/ev-window.c: (setup_view_from_metadata):
1663         
1664         Remember if last window was maximized. Fix for the
1665         bug #323797.
1666
1667 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
1668
1669         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
1670
1671 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1672
1673         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
1674         * shell/ev-page-action.c: (build_new_tree_cb):
1675         * shell/ev-sidebar-links.c: (links_page_num_func),
1676         (update_page_callback_foreach), (update_page_callback):
1677         * shell/ev-view.c: (scroll_to_current_page):
1678         
1679         Fix for the bug #325067 with more intelligent selection
1680         of current link in sidebar. Make sidebar handle links
1681         of FITR-like type more correctly.
1682
1683         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1684         (dvi_pixbuf_put_pixel):
1685         
1686         Fix memory consumtion with disabled alpha channel.
1687
1688 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1689
1690         * data/evince-ui.xml:
1691         * shell/ev-window.c: (view_menu_popup_cb),
1692         (ev_popup_cmd_open_link), (ev_window_init):
1693         
1694         Update context menu for internal links. Fix for the bug
1695         #325066.
1696
1697 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
1700         
1701         Bind context menu to keyboard also. Fix for the bug
1702         #325065.
1703
1704 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1705
1706         * shell/ev-view.c: (selection_scroll_timeout_cb):
1707         
1708         Horizontal scroll on selection also.
1709
1710 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1711
1712         * shell/ev-metadata-manager.c: (parse_value):
1713         * shell/ev-view.c: (goto_xyz_link):
1714         
1715         Correct zoom setup and metadata save broken in 
1716         some locales.
1717
1718 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1719
1720         * shell/ev-view-private.h:
1721         * shell/ev-view.c: (scroll_to_current_page),
1722         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
1723         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
1724         (page_changed_cb), (ev_view_set_continuous),
1725         (ev_view_set_dual_page), (ev_view_set_presentation):
1726         
1727         Delay scroll until allocation to correctly position page. Fix
1728         for the bug #317334.
1729
1730 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1731
1732         * NEWS:
1733         * configure.ac:
1734         
1735         Update NEWS and require poppler 0.5.0.
1736
1737 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1738         
1739         * data/evince-ui.xml:
1740         * shell/ev-view-private.h:
1741         * shell/ev-view.c: (ev_view_get_link_at_location),
1742         (handle_link_over_xy), (ev_view_button_press_event),
1743         (ev_view_button_release_event), (ev_view_class_init):
1744         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
1745         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
1746         (ev_window_init):
1747         
1748         Implement right-click context menu.
1749
1750 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1751
1752         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1753         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
1754         (mdvi_pixbuf_device_render):
1755         * pdf/ev-poppler.cc:
1756
1757         Don't generate thumbnails with alpha. See bug #324077.
1758         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
1759
1760 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-window.c: (setup_chrome_from_metadata):
1763         
1764         Fix typo that was hiding toolbar.
1765
1766 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1767
1768         * shell/ev-view-private.h:
1769         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
1770         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
1771         (ev_view_button_release_event), (ev_view_destroy):
1772         
1773         Small cleanup and autoscrolling during selection. Thanks to 
1774         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
1775
1776 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
1777
1778         * configure.ac:
1779         
1780         Correctly check for comics option.
1781
1782 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
1783         * Makefile.am:
1784         * configure.ac:
1785         * backend/Makefile.am:
1786         * backend/ev-document-factory.c:
1787         * shell/ev-document-types.c:
1788
1789         Included option in configure to make ps backend 
1790         compilation optional with --disable-ps.
1791
1792 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1793
1794         * backend/ev-document-factory.c:
1795         * comics/Makefile.am:
1796         * comics/comics-document.c: (comics_document_load):
1797         * comics/ev-cbr-mime.xml:
1798         * configure.ac:
1799         
1800         Comics mime types are added to shared-mime-info CVS. Now
1801         we don't need to install our own mime types.
1802
1803 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1804
1805         * shell/ev-window.c:
1806         
1807         Add shortcut for "save a copy" menu entry. Fix for
1808         the bug #324582.
1809
1810 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1811
1812         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1813         (job_finished_cb), (new_selection_pixbuf_needed),
1814         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1815         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
1816         
1817         Rework selection job info logic and fix critical warning.
1818
1819 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
1820
1821         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
1822
1823 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
1824
1825         * data/evince-ui.xml:
1826         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1827         
1828         Enter as shortcut key for next page. Fix for the bug
1829         #321394.
1830
1831 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
1832
1833         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
1834
1835 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1836
1837         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1838         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1839         (new_selection_pixbuf_needed),
1840         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1841         (clear_job_selection):
1842         
1843         Too early for 0.5. Pixbuf cache code cleaned a bit.
1844
1845 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1846
1847         * NEWS:
1848         * configure.ac:
1849         
1850         Release 0.5.0 preparation
1851
1852 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * comics/Makefile.am:
1855         * configure.ac:
1856         * shell/ev-document-types.c: (ev_document_types_add_filters):
1857         
1858         More advanced handling of custom mime type installation.
1859
1860 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1861
1862         * data/evince.schemas.in:
1863         * shell/ev-metadata-manager.c: (value_free),
1864         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
1865         (ev_metadata_manager_get), (ev_metadata_manager_set):
1866         * shell/ev-metadata-manager.h:
1867         * shell/ev-window.c: (update_chrome_flag),
1868         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
1869         (setup_document_from_metadata), (setup_chrome_from_metadata),
1870         (setup_sidebar_from_metadata), (setup_view_from_metadata),
1871         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
1872         (ev_window_view_toolbar_cb),
1873         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
1874         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
1875         
1876         Save last document settings and reuse them for new documents.
1877
1878 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1879
1880         * Makefile.am:
1881         * backend/Makefile.am:
1882         * backend/ev-document-factory.c:
1883         * backend/ev-document-factory.h:
1884         * comics/Makefile.am:
1885         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
1886         (comics_document_load), (comics_document_save),
1887         (comics_document_get_n_pages), (comics_document_get_page_size),
1888         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
1889         (comics_document_class_init), (comics_document_can_get_text),
1890         (comics_document_get_info), (comics_document_document_iface_init),
1891         (comics_document_init), (get_supported_image_extensions),
1892         (comics_document_thumbnails_get_geometry),
1893         (comics_document_thumbnails_get_thumbnail),
1894         (comics_document_thumbnails_get_dimensions),
1895         (comics_document_document_thumbnails_iface_init), (extract_argv):
1896         * comics/comics-document.h:
1897         * comics/ev-cbr-mime.xml:
1898         * configure.ac:
1899         * po/POTFILES.in:
1900         * shell/ev-application.c: (ev_application_register_service):
1901         * shell/ev-document-types.c: (ev_document_types_add_filters):
1902         * thumbnailer/Makefile.am:
1903         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1904         
1905         New CBR/CBZ backend for comic books.
1906
1907 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1908
1909         * shell/main.c: (load_files_remote):
1910
1911         Thanks to Robert McQueen <robot101@debian.org>. Dbus
1912         warning on startup of second instance is fixed. It
1913         is bug #320353.
1914
1915 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1916
1917         * shell/ev-window.c: (ev_window_finalize):
1918         
1919         Fix double free that cause crash.
1920
1921 2005-10-29  Bastien Nocera <hadess@hadess.net>
1922
1923         * tiff/tiff-document.c: (tiff_document_load):
1924         
1925         Fix memory leak.
1926
1927 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1928
1929         * po/POTFILES.in:
1930         * shell/Makefile.am:
1931         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
1932         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
1933         (ev_view_accessible_get_text),
1934         (ev_view_accessible_get_character_at_offset),
1935         (ev_view_accessible_get_text_before_offset),
1936         (ev_view_accessible_get_text_at_offset),
1937         (ev_view_accessible_get_text_after_offset),
1938         (ev_view_accessible_get_character_count),
1939         (ev_view_accessible_get_caret_offset),
1940         (ev_view_accessible_set_caret_offset),
1941         (ev_view_accessible_get_run_attributes),
1942         (ev_view_accessible_get_default_attributes),
1943         (ev_view_accessible_get_character_extents),
1944         (ev_view_accessible_get_offset_at_point),
1945         (ev_view_accessible_get_n_selections),
1946         (ev_view_accessible_get_selection),
1947         (ev_view_accessible_add_selection),
1948         (ev_view_accessible_remove_selection),
1949         (ev_view_accessible_set_selection),
1950         (ev_view_accessible_text_iface_init),
1951         (ev_view_accessible_idle_do_action),
1952         (ev_view_accessible_action_do_action),
1953         (ev_view_accessible_action_get_n_actions),
1954         (ev_view_accessible_action_get_description),
1955         (ev_view_accessible_action_get_name),
1956         (ev_view_accessible_action_set_description),
1957         (ev_view_accessible_action_iface_init),
1958         (ev_view_accessible_get_type), (ev_view_accessible_new),
1959         (ev_view_accessible_factory_get_accessible_type),
1960         (ev_view_accessible_factory_create_accessible),
1961         (ev_view_accessible_factory_class_init),
1962         (ev_view_accessible_factory_get_type):
1963         * shell/ev-view-accessible.h:
1964         * shell/ev-view-private.h:
1965         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
1966         * shell/ev-view.h:
1967         
1968         Initial accessibility support.
1969
1970 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
1971
1972         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
1973
1974 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
1975
1976         * shell/ev-print-job.c: (idle_print_handler):
1977         
1978         Fix for bug Bug 318916: Printing multiple pages.
1979
1980 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
1981
1982         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
1983
1984 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1985
1986         * pdf/ev-poppler.cc:
1987         
1988         Thumnail dimensions unified with other backends.
1989         
1990         * shell/ev-window-title.c: (ev_window_title_update):
1991         
1992         Fix warning.
1993
1994 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * data/ev-stock-zoom-fit-width.png:
1997         
1998         Remove unused file.
1999
2000 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2001
2002         * configure.ac:
2003         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
2004         (djvu_document_finalize):
2005         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
2006         (dvi_document_finalize):
2007         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
2008         (pixbuf_document_save), (pixbuf_document_finalize):
2009         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
2010         (tiff_document_finalize):
2011         
2012         Save a copy implemented for various backends.
2013
2014 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
2015
2016         * configure.ac:
2017         
2018         Don't link with ltiff if tiff is disabled.
2019
2020 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2021
2022         * pdf/GDKSplashOutputDev.cc:
2023         * pdf/GDKSplashOutputDev.h:
2024         * pdf/Thumb.cc:
2025         * pdf/Thumb.h:
2026         * pdf/pdf-document.cc:
2027         * pdf/pdf-document.h:
2028         * pdf/test-gdk-output-dev.cc:
2029         
2030         Remove old unused files.
2031
2032 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2033
2034         * shell/ev-window.c: (ev_window_setup_document):
2035         
2036         Fixed warnings on reload and probably crash reason.
2037
2038 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2039
2040         * properties/ev-properties-view.c:
2041         (ev_properties_view_format_date):
2042         
2043         Check if date is invalid. Fix for bug 318134.
2044
2045 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
2046
2047         * shell/ev-window-title.c:
2048         
2049         Add .indd files (Adobe Indesign) to the list of "bad
2050         extensions".
2051
2052 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2053
2054         * data/evince-ui.xml:
2055         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
2056         
2057         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
2058
2059 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
2060
2061         * shell/ev-window.c: (launch_link), (launch_external_uri),
2062         (view_external_link_cb):
2063
2064         URL-escape link before passing it to gnome_vfs_url_show.
2065
2066 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
2069         there isn't text selected.
2070
2071 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
2072
2073         * shell/ev-view.c: (handle_link_over_xy):
2074
2075         Check tooltip is valid utf8 before showing it
2076
2077 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
2080
2081 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
2082
2083         * shell/ev-window-title.c: (ev_window_title_update):
2084
2085         Guard against using g_strstrip on NULL. Fixes bug #317291.
2086
2087 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2088
2089         * pdf/ev-poppler.cc:
2090
2091         Show title even for unknown links
2092
2093 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2094
2095         * shell/ev-window-title.c: (ev_window_title_update):
2096
2097         Strip the title string
2098
2099 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2100
2101         * shell/ev-window-title.c:
2102
2103         Add .rtf to the bad extensions list
2104
2105 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2106
2107         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
2108         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
2109
2110         Ignore link coordinates if they are outside page bounds
2111
2112 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
2113
2114         * backend/ev-link.c: (ev_link_type_get_type),
2115         (ev_link_get_filename), (ev_link_get_params),
2116         (ev_link_get_property), (ev_link_set_property),
2117         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
2118         * backend/ev-link.h:
2119         * pdf/ev-poppler.cc:
2120         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
2121         * shell/ev-window.c: (launch_link), (view_external_link_cb),
2122         (ev_window_init):
2123
2124         Implement launch links. Delegate external link opening to
2125         the window.
2126
2127 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2128
2129         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
2130         (ev_link_get_right), (ev_link_get_property),
2131         (ev_link_set_property), (ev_link_class_init),
2132         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
2133         * backend/ev-link.h:
2134         * pdf/ev-poppler.cc:
2135         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
2136
2137         Implement fitr links
2138
2139 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2140
2141         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
2142         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
2143         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
2144         (ev_view_size_request_continuous),
2145         (ev_view_size_request_dual_page),
2146         (ev_view_size_request_single_page), (ev_view_size_allocate),
2147         (ev_view_zoom_for_size_continuous_and_dual_page),
2148         (ev_view_zoom_for_size_continuous),
2149         (ev_view_zoom_for_size_dual_page),
2150         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2151         (ev_sizing_mode_get_type):
2152         * shell/ev-view.h:
2153         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2154
2155         Do not use modes for link, we need to calculate size ad hoc.
2156         Still not perfect because of the usual scrollbar issues grrr.
2157
2158 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2159
2160         * backend/ev-link.c: (ev_link_type_get_type),
2161         (ev_link_new_page_fith), (ev_link_new_page_fitv):
2162         * backend/ev-link.h:
2163         * pdf/ev-poppler.cc:
2164         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
2165         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
2166         (ev_view_size_request_continuous),
2167         (ev_view_size_request_dual_page),
2168         (ev_view_size_request_single_page), (ev_view_size_allocate),
2169         (zoom_for_size_fit_height),
2170         (ev_view_zoom_for_size_continuous_and_dual_page),
2171         (ev_view_zoom_for_size_continuous),
2172         (ev_view_zoom_for_size_dual_page),
2173         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2174         (ev_sizing_mode_get_type):
2175         * shell/ev-view.h:
2176         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2177
2178         Implement FIT_HEIGHT mode (only for links).
2179         Implement FITH links
2180
2181 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2182
2183         * shell/ev-window-title.c: (get_filename_from_uri),
2184         (ev_window_title_sanitize_extension), (ev_window_title_update),
2185         (ev_window_title_set_document), (ev_window_title_set_uri),
2186         (ev_window_title_free):
2187         * shell/ev-window-title.h:
2188         * shell/ev-window.c: (ev_window_setup_document),
2189         (ev_window_popup_password_dialog):
2190
2191         Refactor window title building while fixing it for
2192         password documents.
2193
2194 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
2195
2196         * pdf/ev-poppler.cc:
2197
2198         Escape link title before setting it in the model
2199
2200 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
2201
2202         * shell/ev-application.c: (removed_from_session), (save_session),
2203         (init_session), (ev_application_get_empty_window),
2204         (ev_application_init), (ev_application_get_windows):
2205         * shell/ev-application.h:
2206         * shell/ev-window.c: (ev_window_finalize):
2207
2208         Add a function to retrieve window list and share it where
2209         necessary.
2210         Implement session handling, works pretty well thanks to the
2211         metadata system.
2212
2213 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2214
2215         * shell/ev-password.c: (ev_password_item_created_callback),
2216         (ev_password_dialog_save_password):
2217         
2218         Fix for bug 316972. Use async gnome-keyring API.
2219
2220 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
2221
2222         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
2223         Remove unused unrealize handler. Add scroll handling to
2224         ev_view_scroll_event for presentation mode (bug #316708),
2225         and fix the event state checks there.
2226
2227 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2228
2229         * shell/ev-page-action.c: (page_changed_cb):
2230
2231         "marco, maybe we should be crazy and jump right to 6! :)"
2232
2233         Bryan Clark, Sep 2005
2234
2235 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2236
2237         * ps/ps-document.c: (save_document), (ps_document_save),
2238         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
2239         (ps_document_ps_export_end):
2240
2241         Fix unstructured documents save and print
2242
2243 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2244
2245         * shell/ev-application.c: (ev_application_open_uri):
2246
2247         Fix window size persistance
2248
2249 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
2250
2251         * shell/ev-view.c: (ev_view_button_release_event):
2252
2253         Based on a patch from carlosgc@gnome.org. Mouse buttons
2254         switch pages in presentation mode.
2255
2256 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2257
2258         * shell/ev-page-cache.c: (ev_page_cache_get_size):
2259
2260         Dont cast to int before scaling
2261
2262 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2263
2264         * backend/ev-link.c: (ev_link_type_get_type),
2265         (ev_link_new_page_xyz), (ev_link_new_page_fit),
2266         (ev_link_new_page_fith):
2267         * backend/ev-link.h:
2268         * pdf/ev-poppler.cc:
2269         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
2270
2271         Implement FIT and FITH links
2272
2273 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2274
2275         * pdf/ev-poppler.cc:
2276
2277         Return 0 results when search is not in progress.
2278
2279         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2280         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
2281
2282         Update menu sensitivity when cancelling search
2283
2284 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2285
2286         * shell/ev-view.c: (ev_view_can_find_next):
2287
2288         Take all pages in consideration, not just current one
2289
2290 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2291
2292         * shell/ev-page-cache.c:
2293         * shell/ev-page-cache.h:
2294         * shell/ev-view.c: (ev_view_binding_activated),
2295         (ev_view_next_page), (ev_view_previous_page),
2296         (ev_sizing_mode_get_type):
2297         * shell/ev-view.h:
2298         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2299         (ev_window_cmd_go_next_page):
2300
2301         Move page next/previous functions from page chace to
2302         view and change it to move by 2 page steps in dual mode.
2303
2304 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2305
2306         * shell/ev-window.c: (update_sidebar_visibility),
2307         (setup_sidebar_from_metadata), (ev_window_setup_document),
2308         (setup_view_from_metadata):
2309
2310         Show the index by default when there is one     
2311
2312 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
2313
2314         * shell/ev-window-title.c: (ev_window_title_set_document):
2315
2316         Missing null check
2317
2318 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2319
2320         * shell/ev-view.c: (view_update_range_and_current_page):
2321         
2322         Allow display of last odd page in dual view. Fix for 316347.
2323
2324 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2325
2326         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2327         
2328         Make close button default. Fix for 316383.
2329
2330 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2331
2332         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2333         
2334         Mark close button as default. Fix for 316381.
2335
2336 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2337
2338         * backend/ev-link.c: (ev_link_class_init):
2339
2340         Allow negative doubles in left/top properties
2341
2342 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2343
2344         * shell/ev-window.c:
2345
2346         Remove a bunch of strings that was used only
2347         by the statusbar.
2348
2349 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2350
2351         * shell/ev-window-title.c: (get_filename_from_uri),
2352         (ev_window_title_set_document):
2353
2354         When title has a confusing extension, show also
2355         the document filename inside ()
2356
2357 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2358
2359         * shell/Makefile.am:
2360         * shell/ev-window-title.c: (ev_window_title_new),
2361         (ev_window_title_update), (ev_window_title_set_type),
2362         (ev_window_title_set_document), (ev_window_title_free):
2363         * shell/ev-window-title.h:
2364         * shell/ev-window.c: (ev_window_setup_document),
2365         (password_dialog_response), (ev_window_popup_password_dialog),
2366         (ev_window_dispose), (ev_window_init):
2367
2368         Factor out and cleanup window title code
2369
2370 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2371
2372         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
2373         (unable_to_load):
2374
2375         Make dialog transient so it doesnt block other windows
2376
2377 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2378
2379         * pdf/ev-poppler.cc:
2380         
2381         Fix pdf thumbnails rendering.
2382
2383 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2384
2385         * shell/ev-window.c: (fullscreen_set_timeout):
2386         
2387         Increase timeout to hide full screen popup. Bug 
2388         316123. 
2389
2390 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2391
2392         * data/evince.schemas.in:
2393         * shell/ev-window.c: (update_action_sensitivity):
2394
2395         Allow the user to override document restrictions. Fix for bug
2396         305818.
2397
2398 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
2399
2400         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
2401         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
2402         (ev_window_class_init): Fix multihead behaviour of fullscreen
2403         toolbar popup. Fixes bug #315451.
2404
2405 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2406
2407         * configure.ac:
2408         * data/evince-password.glade:
2409         * shell/ev-password.c: (ev_password_dialog_set_property),
2410         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
2411         (ev_password_dialog_init), (ev_password_set_bad_password_label),
2412         (ev_password_dialog_entry_changed_cb),
2413         (ev_password_dialog_entry_activated_cb),
2414         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
2415         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
2416         (ev_password_dialog_set_bad_pass):
2417         * shell/ev-password.h:
2418         * shell/ev-window.c: (password_dialog_response),
2419         (ev_window_popup_password_dialog):
2420         
2421         Support for gnome-keyring for encrypted PDF's.
2422
2423 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2424
2425         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
2426         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
2427         (ev_view_enter_notify_event), (ev_view_class_init):
2428         
2429         More precise handling of enter_notify/leave_notify events
2430         in EvView. Fix for bug 315470.
2431
2432 2005-09-08  Christopher Aillon  <caillon@redhat.com>
2433
2434         * shell/ev-window.c: (fullscreen_timeout_cb),
2435         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2436         (ev_window_dispose):
2437
2438         leak fix: unref fullscreen_timeout_source before clearing it
2439
2440 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2441
2442         * configure.ac, dvi/mdvi/Makefile.am: 
2443         
2444         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
2445
2446 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2447
2448         * backend/ev-link.c: (ev_link_new_page_xyz):
2449         * pdf/ev-poppler.cc:
2450         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
2451
2452         Fix some bugs with xyz links, respect zoom
2453
2454 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2455
2456         * shell/ev-window.c: (page_changed_cb),
2457         (setup_document_from_metadata), (update_sidebar_visibility),
2458         (setup_view_from_metadata), (ev_window_run_fullscreen),
2459         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2460         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
2461         (ev_window_dual_mode_changed_cb),
2462         (ev_window_sidebar_current_page_changed_cb):
2463
2464         null check uri before setting and getting metadata
2465
2466 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2467
2468         * dvi/Makefile.am:
2469         * properties/Makefile.am:
2470         * shell/Makefile.am:
2471         * thumbnailer/Makefile.am:
2472
2473         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
2474
2475 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2476
2477         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
2478         (selection_changed_callback):
2479         * shell/ev-sidebar-links.h:
2480
2481         Add a signal for link activation.
2482
2483         * shell/ev-view.c: (ev_view_goto_link),
2484         (ev_view_button_release_event):
2485         * shell/ev-view.h:
2486         * shell/ev-window.c: (sidebar_links_link_activated_cb),
2487         (ev_window_init):
2488
2489         Implement the signal so that we can handle all link types.
2490
2491         * shell/ev-page-cache.c:
2492
2493         Remove unused set_link function
2494
2495 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2496
2497         * lib/ev-tooltip.c: (ev_tooltip_set_position):
2498
2499         Add some space from the cursor, hardcoded but I couldnt
2500         find a better way.
2501
2502 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2503
2504         * lib/ev-tooltip.c:
2505
2506         Use mozilla style vs gtk style, way better for links.
2507
2508         * shell/ev-view.c: (ev_view_motion_notify_event),
2509         (ev_view_destroy), (ev_view_init):
2510
2511         Deactive tooltip when the link hovered is changed.
2512
2513 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2514
2515         * backend/ev-document.h:
2516         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
2517         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
2518         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
2519         (ev_link_new_page), (ev_link_new_page_xyz):
2520         * backend/ev-link.h:
2521         * pdf/ev-poppler.cc:
2522         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
2523         (go_to_link), (tip_from_link):
2524
2525         Implement xyz links, still not functional. Links are a total
2526         mess, will need to refactor and bugfix a lot :(
2527
2528 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
2529
2530         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2531
2532 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
2533
2534         * data/evince-ui.xml:
2535         * data/evince.schemas.in:
2536         * shell/Makefile.am:
2537         * shell/ev-window.c: (update_chrome_visibility),
2538         (password_dialog_response), (ev_window_load_job_cb),
2539         (ev_window_xfer_job_cb), (ev_window_open_uri),
2540         (ev_window_class_init), (set_chrome_actions), (load_chrome),
2541         (ev_window_init):
2542
2543         Remove the statusbar. This regress loading feedback, need to
2544         check with Bryan what we want to do there...
2545
2546 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2547
2548         * lib/ev-tooltip.c: (ev_tooltip_init):
2549
2550         Fix tooltip border and size handling
2551
2552 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2553
2554         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
2555         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
2556         (ev_tooltip_timeout), (ev_tooltip_activate),
2557         (ev_tooltip_deactivate):
2558         * lib/ev-tooltip.h:
2559         * shell/ev-view.c: (ev_view_motion_notify_event):
2560
2561         Delay popup showing. Mirror gtk logic/times.
2562
2563 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
2564
2565         * lib/Makefile.am:
2566         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
2567         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
2568         (ev_tooltip_set_text), (ev_tooltip_set_position):
2569         * lib/ev-tooltip.h:
2570
2571         Simple widget to show tooltips at a custom position
2572
2573         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
2574         (ev_view_destroy):
2575
2576         Use it for links. First go, needs work
2577
2578 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
2579
2580         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
2581         HIG fixes.  Use title capitalization for window title. Use 12 
2582         pixels of space between the dialog's vbox and action area.
2583
2584 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2585
2586         * shell/ev-window.c: (file_open_dialog_response_cb),
2587         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
2588         (ev_window_cmd_save_as):
2589
2590         Make file pickers not modal and refactor code some
2591
2592 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2593
2594         * shell/ev-sidebar.h:
2595         * shell/ev-sidebar.c: (ev_sidebar_set_property),
2596         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
2597         (ev_sidebar_class_init), (ev_sidebar_select_page),
2598         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
2599         (ev_sidebar_set_page):
2600
2601         Add a current page property and allow to get/set it
2602
2603         * shell/ev-window.c: (setup_view_from_metadata),
2604         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
2605
2606         Persist current sidebar page per document
2607
2608 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2609
2610         * data/evince.schemas.in:
2611         * shell/ev-window.c: (update_chrome_visibility),
2612         (setup_document_from_metadata), (update_sidebar_visibility),
2613         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
2614         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2615         (ev_window_run_presentation), (ev_window_stop_presentation),
2616         (ev_window_view_sidebar_cb),
2617         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
2618         (load_chrome), (ev_window_init):
2619
2620         Persist size/visibility of sidebar per document
2621
2622 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
2623
2624         * shell/ev-view.c (draw_loading_text): Draw loading text.
2625
2626 2005-09-02  Dan Damian  <dand@gnome.ro>
2627
2628         * configure.in: Added "ro" to ALL_LINGUAS.
2629
2630 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2631
2632         * shell/ev-view.c: (clear_caches):
2633
2634         ev_page_cache_get doesnt return a reference,
2635         dont try to unref it.
2636
2637 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2638
2639         * shell/main.c: (load_files_remote):
2640
2641         Fix timestamp parameter with dbus <= 0.33
2642
2643 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
2644
2645         * data/evince.schemas.in:
2646
2647         Add missing full stop
2648
2649 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2650
2651         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
2652         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
2653
2654         Plug some memory leaks
2655
2656 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
2657
2658         * configure.ac:
2659         * lib/ev-debug.c: (trap_handler):
2660
2661         Check for execinfo.h and use it only if it exists.
2662         Ported from Epiphany (bug #314776).
2663
2664 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
2665
2666         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
2667
2668 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
2669
2670         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
2671         * po/id.po      : Added Indonesian translation
2672
2673 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
2674
2675         * shell/main.c:
2676         * shell/ev-application.c: Last minute GTK-2.6 fixes.
2677         * NEWS: Release 0.4.0
2678
2679 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
2680
2681         * configure.ac: catch another gtk+-2.8ism
2682         * shell/main.c: Make work with gtk+-2.6
2683
2684 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
2685
2686         * shell/ev-application-service.xml: Add 'timestamp' argument to
2687           ev_application_open_window and ev_application_open_uri methods.
2688
2689         * shell/ev-application.h: Add 'timestamp' argument to
2690           ev_application_open_window, ev_application_open_uri,
2691           and ev_application_open_uri_list functions.
2692
2693         * shell/ev-application.c (ev_application_open_window,
2694           ev_application_open_uri, ev_application_open_uri_list): Change
2695           functions that show/present windows to use a timestamp if one
2696           is passed in.
2697
2698         * shell/ev-window.c (ev_window_cmd_file_open,
2699           ev_window_cmd_recent_file_activate, drag_data_received_cb):
2700         * shell/main.c (load_files): Modify calls to ev_application to
2701           include GDK_CURRENT_TIME as timestamp.
2702
2703         * shell/main.c (load_files_remote): Obtain timestamp for client
2704           instance from GDK and pass to server instance so new windows are
2705           focused properly.  Fix dbus_g_proxy_call() calls by including second
2706           G_TYPE_INVALID.
2707           
2708         Closes bug #314475.
2709
2710 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
2711
2712         * shell/ev-window.c (ev_window_finalize): Check for
2713         avail. EvWindows when quiting to handle the finalize better,
2714         #314497
2715
2716 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2717         
2718         * properties/ev-properties-view.c: 
2719         
2720         Set textdomain to libglade. Fixes translation problem in property page.
2721
2722 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2723
2724         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2725         * dvi/Makefile.am:
2726         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
2727         * dvi/mdvi-lib/Makefile.am:
2728         
2729         Fix rotation of thumbnails, ported to new API. Moved library
2730         dependencies earlier, probably it will fix linkage problem.
2731
2732 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
2733
2734         * backend/ev-document-misc.c:
2735         (ev_document_misc_get_thumbnail_frame):
2736         * backend/ev-document-misc.h:
2737         * configure.ac:
2738         * pdf/ev-poppler.cc:
2739         * shell/Makefile.am:
2740         * shell/ev-sidebar-thumbnails.c: (add_range),
2741         (ev_sidebar_thumbnails_set_loading_icon),
2742         (ev_sidebar_thumbnails_refresh),
2743         (ev_sidebar_thumbnails_set_document):
2744         * shell/ev-sidebar-thumbnails.h:
2745         * shell/ev-view.c: (ev_view_motion_notify_event),
2746         (ev_view_set_property), (ev_view_get_property),
2747         (ev_view_class_init), (ev_view_set_rotation):
2748         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2749         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
2750         (ev_window_init):
2751         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
2752         Redo rotation (again).  prepare for 0.4.0
2753
2754 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
2755
2756         * configure.ac: Bump poppler requirement to 0.4.1.
2757
2758         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
2759         argument to poppler_page_render_selection() call.
2760
2761 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2762
2763         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
2764         (djvu_document_thumbnails_get_thumbnail):
2765         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
2766         (dvi_document_thumbnails_get_thumbnail):
2767         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
2768         (pixbuf_document_thumbnails_get_thumbnail):
2769         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
2770         
2771         Update rotation direction of backends to fit with pdf and ps.
2772
2773 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
2774
2775         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
2776         * backend/ev-async-renderer.h:
2777         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
2778         (setup_page), (ps_document_get_page_size),
2779         (ps_async_renderer_render_pixbuf):
2780         * ps/ps-document.h:
2781         * shell/ev-jobs.c: (ev_job_render_run):
2782
2783         Fix orientation in the postscript document
2784
2785 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
2786
2787         * pdf/ev-poppler.cc:
2788         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
2789         * shell/ev-view.c: (highlight_find_results):
2790
2791         Adapt to the new poppler rotation API. Fix text maps on landscape
2792         documents.
2793
2794 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
2795
2796         * shell/ev-view.c (compute_new_selection_text): get the correct
2797         region when selecting in modes other than continuous.
2798
2799 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
2800
2801         * shell/main.c (main): remove redundant g_warnings.
2802
2803 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * shell/Makefile.am: Don't include autogenerated
2806         file ev-application-service.h into distribution, since
2807         it causes dbus crash. Fix for bugs 313724 and 313443. 
2808
2809 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2810
2811         * configure.ac: Fix sed expression for FreeBSD. Thanks
2812         to Joe Marcus Clark <marcus@freebsd.org>
2813         
2814         * shell/eggfindbar.c: (entry_activate_callback),
2815         (entry_changed_callback), (egg_find_bar_init),
2816         (egg_find_bar_set_search_string):
2817         
2818         Made findbar buttons unsensitive if there is no text in
2819         entry. Fix for the bug 313285.
2820
2821 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * ps/ps-document.c: Use g_filename_display_name for displaying
2824         filenames and revert string freeze breackage
2825
2826 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
2827
2828         * NEWS:
2829         * configure.ac:
2830
2831         Update for 0.3.4
2832
2833         * shell/Makefile.am:
2834
2835         Add ev-application-service.xml to extra dist
2836
2837         * shell/ev-view.c: (find_page_at_location):
2838
2839         Remove unused function (fix warning)
2840
2841 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2842
2843         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
2844         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
2845         
2846         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
2847         bug 313623.
2848
2849 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
2852         * shell/ev-window.c:
2853         Fix build warnings
2854
2855 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * configure.ac: Update script to get dbus version.
2858         Fix for the bug #313443.
2859
2860 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2861
2862         * shell/ev-window.c: (ev_window_cmd_escape):
2863         
2864         Return focus back to view on escape. Fix for bug 313295.
2865
2866 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2867
2868         * shell/ev-window.c: (update_window_title),
2869         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
2870         (ev_window_cmd_save_as):
2871         
2872         Correct conversion from uri to displayable string. Fix for
2873         bug 313296.
2874
2875 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * ps/ps-document.c: convert filename to utf8 when there is an error
2878         loading document. Fixes #309915
2879
2880 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
2881
2882         * configure.ac:
2883
2884         We depend on poppler 0.4.0
2885
2886 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
2887
2888         * configure.ac:
2889         * NEWS: Release 0.3.3.
2890         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
2891
2892 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
2893
2894         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
2895         add a couple missing mnemonics to menu items, use title 
2896         capitalization for menu items and window titles, and add 
2897         ellipsis to open menu item.     
2898
2899 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
2900
2901         * pdf/ev-poppler.cc:
2902         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
2903         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
2904         (ev_view_get_rotation):
2905         * shell/ev-view.h:
2906         * shell/ev-window.c: (setup_view_from_metadata),
2907         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
2908         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
2909         disk.
2910
2911 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
2912
2913         * configure.ac: Added tr to ALL_LINGUAS
2914
2915 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2916
2917         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
2918         requires several clicks to find word. Thanks to 
2919         Colin Slater <kiltedtaco@gmail.com>.
2920
2921 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2922
2923         * data/evince.desktop.in.in: Hide menu entry and
2924         rename it to "Document Viewer". Fix for bug 
2925         #312399.
2926
2927 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
2928
2929         * shell/ev-page-action.c (ev_page_action_class_init): 
2930
2931         Point to the correct function in constructor of the
2932         activate_label signal
2933
2934 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
2935
2936         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2937         * shell/ev-jobs.h: Make thread safe.
2938
2939 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2940
2941         * shell/ev-view.c: (view_update_range_and_current_page):
2942         Don't update page range if we are scrolling to some document
2943         point.
2944
2945 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
2948         when getting max_page_width, fix drawing in dual mode.
2949
2950 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
2951
2952         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
2953         getting the area for select_all.
2954
2955 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
2956
2957         * backend/ev-selection.c: (ev_selection_render_selection):
2958         * backend/ev-selection.h:
2959         * pdf/ev-poppler.cc:
2960         * shell/ev-jobs.c: (ev_job_render_new):
2961         * shell/ev-jobs.h:
2962         * shell/ev-pixbuf-cache.c: (get_selection_colors),
2963         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
2964         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
2965         (ev_view_class_init):
2966
2967         Change selection color on focus in and focus out events.  Also,
2968         poppler now uses GdkColor for specifying the selection colors, so
2969         drop some awkward conversion code.
2970
2971 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
2972
2973         * configure.ac: Added Hebrew translation
2974
2975 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
2976
2977         * NOTES:
2978         * backend/ev-selection.c: (ev_selection_render_selection):
2979         * backend/ev-selection.h:
2980         * pdf/ev-poppler.cc:
2981         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
2982         (ev_job_render_run):
2983         * shell/ev-jobs.h:
2984         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2985         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
2986         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
2987         (ev_pixbuf_cache_style_changed),
2988         (ev_pixbuf_cache_get_selection_pixbuf),
2989         (ev_pixbuf_cache_set_selection_list),
2990         (ev_pixbuf_cache_get_selection_list):
2991         * shell/ev-pixbuf-cache.h:
2992         * shell/ev-utils.c: (ev_print_region_contents):
2993         * shell/ev-utils.h:
2994         * shell/ev-view.c: (ev_view_queue_draw_page),
2995         (selection_update_idle_cb), (ev_view_motion_notify_event),
2996         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
2997         (setup_caches), (ev_view_find_next), (merge_selection_region),
2998         (selection_free):
2999         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
3000
3001         Clean up selection to be much smoother!
3002
3003 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
3004
3005         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
3006         to poppler_page_render_selection().
3007
3008 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3009
3010         * ps/ps-document.c: (save_page_list): Use
3011         unzipped document when printing. Thanks to 
3012         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
3013         311016.
3014
3015 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * shell/ev-window.c: (update_action_sensitivity):
3018         
3019         Disable print and save respect to lockdown gconf keys. Fix
3020         for 312342.
3021
3022 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * configure.ac:
3025         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
3026         (write_to_temp_file), (ev_file_set_contents):
3027         * shell/ev-utils.h:
3028         * shell/ev-window.c: (save_print_config_to_file):
3029         
3030         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
3031         Fix for bug 312238
3032
3033 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
3034
3035         * shell/ev-window.c: (load_print_config_from_file),
3036         (save_print_config_to_file), (ev_window_print_range):
3037
3038         Persist the print settings. Fixes bug #311578.
3039
3040 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * djvu/djvu-document.c: (djvu_document_get_page_size),
3043         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
3044         (djvu_document_thumbnails_get_thumbnail):
3045         * dvi/dvi-document.c: (dvi_document_get_page_size),
3046         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
3047         (dvi_document_thumbnails_get_dimensions),
3048         (dvi_document_thumbnails_get_thumbnail):
3049         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
3050         (pixbuf_document_render_pixbuf),
3051         (pixbuf_document_document_iface_init),
3052         (pixbuf_document_thumbnails_get_thumbnail):
3053         
3054         Update backends to make them build with new rotation system.
3055
3056 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * help/C/figures/evince_start_window.png:
3059         
3060         Update documentation image from Luca Ferretti <elle.uca@libero.it>
3061
3062 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
3063
3064         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
3065         * shell/ev-pixbuf-cache.h:
3066         * shell/ev-sidebar-thumbnails.c:
3067         (ev_sidebar_thumbnails_get_property), (add_range),
3068         (adjustment_changed_cb):
3069         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
3070         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
3071         we were thumbnailing the entire docment on startup, slowing us
3072         down hugely. 
3073
3074 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
3075
3076         * shell/ev-page-cache.c: (ev_page_cache_new):
3077         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
3078         == 0, fixes #310306.
3079
3080 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3081
3082         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
3083         (ev_view_rotate_left):
3084
3085         Account rotation in doc_rect_to_view_rect.
3086         Ensure rotation doesnt go out of bounds.
3087
3088 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3089
3090         * shell/ev-page-cache.c: (ev_page_cache_get_size):
3091
3092         Correct and cleanup w/h swapping
3093
3094 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3095
3096         * backend/ev-document-thumbnails.c:
3097         (ev_document_thumbnails_get_thumbnail):
3098         * backend/ev-document-thumbnails.h:
3099         * backend/ev-document.c:
3100         * backend/ev-document.h:
3101         * backend/ev-render-context.c: (ev_render_context_new),
3102         (ev_render_context_set_rotation):
3103         * backend/ev-render-context.h:
3104         * pdf/ev-poppler.cc:
3105         * ps/ps-document.c: (ps_document_document_iface_init):
3106         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3107         * shell/ev-jobs.h:
3108         * shell/ev-page-cache.c: (build_height_to_page),
3109         (ev_page_cache_new), (ev_page_cache_get_size),
3110         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3111         (ev_page_cache_get_height_to_page):
3112         * shell/ev-page-cache.h:
3113         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3114         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
3115         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
3116         (ev_pixbuf_cache_get_selection_pixbuf):
3117         * shell/ev-pixbuf-cache.h:
3118         * shell/ev-print-job.c: (idle_print_handler):
3119         * shell/ev-sidebar-thumbnails.c: (add_range):
3120         * shell/ev-view.c: (view_update_range_and_current_page),
3121         (get_page_y_offset), (get_page_extents),
3122         (ev_view_size_request_continuous_dual_page),
3123         (ev_view_size_request_continuous),
3124         (ev_view_size_request_dual_page),
3125         (ev_view_size_request_single_page), (draw_one_page),
3126         (ev_view_set_rotation), (ev_view_rotate_right),
3127         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
3128         (ev_view_zoom_for_size_continuous_and_dual_page),
3129         (ev_view_zoom_for_size_continuous),
3130         (ev_view_zoom_for_size_dual_page),
3131         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
3132         (ev_view_select_all):
3133         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3134         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
3135         (tiff_document_document_iface_init),
3136         (tiff_document_thumbnails_get_thumbnail):
3137
3138         Use rotation rather than orientation. It's easier and enough
3139         for our needs.
3140
3141 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3142
3143         * shell/ev-page-cache.c: (build_height_to_page),
3144         (ev_page_cache_new), (ev_page_cache_get_size),
3145         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3146         (ev_page_cache_get_height_to_page):
3147         * shell/ev-page-cache.h:
3148         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
3149         (ev_view_size_request_continuous_dual_page),
3150         (ev_view_size_request_continuous),
3151         (ev_view_zoom_for_size_continuous_and_dual_page),
3152         (ev_view_zoom_for_size_continuous):
3153
3154         Make the page cache aware of page orientation.
3155
3156 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3157
3158         * backend/ev-document-thumbnails.c:
3159         (ev_document_thumbnails_get_thumbnail):
3160         * backend/ev-document-thumbnails.h:
3161         * backend/ev-document.c:
3162         * backend/ev-document.h:
3163         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
3164         * backend/ev-ps-exporter.h:
3165         * pdf/ev-poppler.cc:
3166         * ps/ps-document.c: (ps_document_document_iface_init),
3167         (ps_document_ps_export_do_page):
3168         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3169         * shell/ev-jobs.h:
3170         * shell/ev-page-cache.c: (ev_page_cache_get_size),
3171         (ev_page_cache_get):
3172         * shell/ev-page-cache.h:
3173         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3174         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
3175         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
3176         * shell/ev-pixbuf-cache.h:
3177         * shell/ev-print-job.c: (idle_print_handler):
3178         * shell/ev-sidebar-thumbnails.c: (add_range):
3179         * shell/ev-view.c: (view_update_range_and_current_page),
3180         (get_page_extents), (ev_view_size_request_dual_page),
3181         (ev_view_size_request_single_page), (draw_one_page),
3182         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
3183         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
3184         (ev_view_zoom_for_size_dual_page),
3185         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
3186         (ev_view_select_all):
3187         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3188         * tiff/tiff-document.c: (tiff_document_get_page_size),
3189         (tiff_document_get_orientation), (rotate_pixbuf),
3190         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
3191         (tiff_document_thumbnails_get_thumbnail),
3192         (tiff_document_ps_export_do_page), (tiff_document_init):
3193
3194         Really make use of the orientation bit of the render context.
3195         Use the render context in a few more places in the backend API.
3196         This regress orientation, but now it's done right. Will try to
3197         fix it up asap...
3198
3199 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
3200
3201         * shell/ev-view.c: (ensure_rectangle_is_visible):
3202
3203         Patch by Nickolay V. Shmyrev to fix find flickering
3204
3205 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
3206
3207         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
3208         duplex parameters to ::begin.
3209
3210         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
3211         * shell/ev-print-job.c (idle_print_handler): 
3212         * ps/ps-document.c (ps_document_ps_export_begin): 
3213         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
3214         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
3215         implementations. Poppler backend needs poppler cvs. Rest has
3216         unchanged behavior.
3217
3218 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
3219
3220         * shell/ev-window.c (using_pdf_printer): new function.
3221         (ev_window_print_range): print a less techy message if someone
3222         tries to print to PDF.
3223
3224 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
3225
3226         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
3227         from "unknown font" string. Bug #311431
3228
3229 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
3230
3231         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
3232
3233 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
3234
3235         Bug #311280
3236         
3237         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
3238         name for PopplerFontTypes
3239         (pdf_document_fonts_fill_model): add font type to the detail column
3240
3241         * backend/ev-document-fonts.h: added
3242         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
3243
3244         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
3245         font name and font details, add a little markup.
3246         (ev_properties_fonts_init): use the new cell data func, specify ypad
3247         property for the cell renderer.
3248         (ev_properties_fonts_set_document): add the details column.
3249
3250 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
3251
3252         * configure.ac: Added "pl" to ALL_LINGUAS.
3253
3254 2005-07-24  Danilo Šegan  <danilo@gnome.org>
3255
3256         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3257
3258 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
3259
3260         * help/ChangeLog: Started this for translations of manual.
3261         * configure.ac, autogen.sh, .cvsignore: Migrated to
3262         gnome-doc-utils. Patch in bug #311222.
3263
3264 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
3265
3266         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
3267         #ifdef this away to fix an unused-function warning.
3268
3269 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
3270
3271         * configure.ac: Added 'gl' to ALL_LINGUAS.
3272
3273 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
3274
3275         * configure.ac: Added ne in ALL_LINGUAS
3276         
3277 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3278
3279         * shell/ev-view.c: (ev_view_leave_notify_event):
3280         
3281         Clear status message when pointer leaves view. Fix for bug
3282         #310818 
3283
3284 2005-07-20 Ankit Patel <ankit644@yahoo.com>
3285
3286         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
3287
3288 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * shell/ev-view.c: (ev_view_leave_notify_event),
3291         (ev_view_class_init):
3292         
3293         Set cursor to normal then leaving view.
3294
3295 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3296
3297         * configure.ac:
3298         
3299         Fix required djvulibre version.
3300
3301 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
3302
3303         *configure.ac: Hindi (hi) language added
3304
3305 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
3306
3307         *configure.ac: Punjabi (pa) Language added
3308
3309 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3310
3311         * data/evince-ui.xml, shell/ev-window.c:
3312         
3313         Add keypad accelerators for zooming. Fix for bug 308128.
3314
3315 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3316
3317         * Makefile.am:
3318         * backend/Makefile.am:
3319         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
3320         * configure.ac:
3321         * shell/ev-document-types.c: (ev_document_types_add_filters):
3322
3323         Allow to enable/disable the pixbuf backend.
3324         Default to off for now. If we want it enabled we should
3325         really put mime types in the desktop, implement properties etc.
3326
3327         * properties/evince-properties.c:
3328
3329         Initialize error to NULL.
3330         Check error is not NULL before freeing.
3331
3332 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3333
3334         * shell/ev-window.c:
3335
3336         Use F5 as presentation accell
3337
3338 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3339
3340         * shell/ev-window.c: (update_chrome_visibility),
3341         (ev_window_create_fullscreen_popup), (ev_window_init):
3342
3343         Do not leak the fullscreen toolbar
3344
3345 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3346
3347         * shell/ev-window.c: (view_actions_focus_in_cb),
3348         (view_actions_focus_out_cb):
3349
3350         These has a return value! Fix totally random focus
3351         issues we was seeing.
3352
3353 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/main.c: (load_files_remote):
3356
3357         Allow open more than one file
3358
3359 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3360
3361         * shell/main.c: (load_files_remote):
3362
3363         Fix for dbus 0.33. bug #309975
3364
3365 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3366
3367         * properties/ev-properties-main.c: (ev_properties_get_pages):
3368
3369         Actually return NULL for types we dont support
3370
3371 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
3372
3373         * po/POTFILES.in:
3374
3375         Remove empty lines.
3376
3377 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
3378
3379         * backend/ev-document-factory.c:
3380         (ev_document_factory_get_document):
3381
3382         Do not try to create the object if type
3383         is invalid.
3384
3385 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3386
3387         * ps/ps-document.c: (ps_document_dispose),
3388         (ps_async_renderer_render_pixbuf):
3389         * ps/ps-document.h:
3390
3391         Do not leak the target window
3392
3393 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3394
3395         * shell/ev-application.c: (ev_application_init):
3396
3397         Let tbe check file existence for us.
3398         Add a comment about eggrecent mime filter.
3399
3400 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3401
3402         * data/evince-ui.xml:
3403         * shell/ev-application.c: (ev_application_shutdown),
3404         (ev_application_init), (ev_application_get_toolbars_model),
3405         (ev_application_get_recent_model),
3406         (ev_application_save_toolbars_model):
3407         * shell/ev-application.h:
3408         * shell/ev-window.c: (ev_window_add_recent),
3409         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
3410         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
3411         (ev_window_init):
3412
3413         Use common toolbar and recent models for all windows.
3414         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3415
3416 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3417
3418         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
3419         successfully check for gtk_icon_view_get_visible_range.
3420
3421 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3422
3423         * djvu/Makefile.am:
3424         * dvi/Makefile.am:
3425         
3426         Fix djvu and dvi backend build.
3427
3428 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3429
3430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
3431         (new_separator_pixbuf):
3432
3433         Don't leak windows.
3434
3435 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3436
3437         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3438
3439         HIGification of toolbar editor dialogue.
3440
3441 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3442
3443         * configure.ac:
3444         * shell/Makefile.am:
3445
3446         Ever build metadata manager since it's just
3447         disabled at runtime now.
3448
3449 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3450
3451         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3452         (ev_metadata_manager_get), (ev_metadata_manager_set):
3453         * shell/ev-metadata-manager.h:
3454
3455         Add an _init functions that enabled metadata management
3456         at runtime.
3457
3458         * shell/ev-window.c: (page_changed_cb),
3459         (setup_document_from_metadata), (ev_window_setup_document),
3460         (setup_view_from_metadata), (ev_window_open_uri),
3461         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3462         (ev_window_run_presentation), (ev_window_stop_presentation),
3463         (save_sizing_mode), (ev_window_zoom_changed_cb),
3464         (ev_window_continuous_changed_cb),
3465         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
3466         (window_configure_event_cb):
3467
3468         Remove all ugly metadata define since we deal with it
3469         at runtime now.
3470
3471         * shell/main.c: (load_files_remote), (main):
3472
3473         Add support for dbus cvs head. Hopefully didnt break one
3474         of the other versions now!
3475
3476         If we dont get a response from the dbus server just
3477         give up with it and not enable metadata.
3478
3479 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3480
3481         * Makefile.am:
3482         * backend/Makefile.am:
3483         * configure.ac:
3484         * cut-n-paste/recent-files/Makefile.am:
3485         * cut-n-paste/toolbar-editor/Makefile.am:
3486         * cut-n-paste/zoom-control/Makefile.am:
3487         * lib/Makefile.am:
3488         * pdf/Makefile.am:
3489         * pixbuf/Makefile.am:
3490         * properties/Makefile.am:
3491         * ps/Makefile.am:
3492         * shell/Makefile.am:
3493         * thumbnailer/Makefile.am:
3494         * tiff/Makefile.am:
3495
3496         Make frontends depend on just libev.
3497         Rework and group CFLAGS/LIBS definitions.
3498         Cleanups.
3499
3500 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3501
3502         * shell/ev-window:
3503
3504         do not unnecessarily save zoom
3505
3506         * configure.ac:
3507         * lib/ev-file-helpers.c: (ev_dot_dir):
3508         * shell/Makefile.am:
3509         * shell/dummy.cc:
3510
3511         Some cleanups
3512
3513 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3514
3515         * configure.ac:
3516         
3517         Remove unnecessary dependencies
3518
3519 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3520
3521         * properties/Makefile.am:
3522         * thumbnailer/Makefile.am:
3523         * tiff/Makefile.am:
3524
3525         Some more cleanups. Was really necessary
3526         but I probably introduced bugs, feel free
3527         to flame :)
3528
3529 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3530
3531         * backend/Makefile.am:
3532         * configure.ac:
3533         * cut-n-paste/recent-files/Makefile.am:
3534         * cut-n-paste/toolbar-editor/Makefile.am:
3535         * cut-n-paste/zoom-control/Makefile.am:
3536         * lib/Makefile.am:
3537         * pdf/Makefile.am:
3538         * pixbuf/Makefile.am:
3539         * properties/Makefile.am:
3540         * ps/Makefile.am:
3541         * shell/Makefile.am:
3542         * thumbnailer/Makefile.am:
3543         * tiff/Makefile.am:
3544
3545         Use gnome-common macros when possible.
3546         Cleanup dependencies.
3547         Actually disable deprecated where possible.
3548
3549 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3550
3551         * Makefile.am:
3552         * backend/Makefile.am:
3553         * properties/Makefile.am:
3554         * shell/Makefile.am:
3555         * thumbnailer/Makefile.am:
3556
3557         This should solve the circular dep without
3558         requiring dir reorg!
3559
3560         * shell/ev-window.c: (setup_view_from_metadata):
3561
3562         Never restore window size/position when the
3563         window is already visible.
3564
3565 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3566
3567         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
3568
3569         Return a boolean from timeout func. Fix ported from gedit.
3570
3571 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
3572
3573         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
3574
3575 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * shell/ev-document-types.c: set "All Documents" as default filter in
3578         open dialog
3579
3580 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
3581
3582         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
3583         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
3584         (ev_metadata_manager_set_boolean): fix value/val thinko.
3585
3586 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3587
3588         * shell/ev-window.c: (setup_view_from_metadata),
3589         (window_state_event_cb), (window_configure_event_cb),
3590         (ev_window_init):
3591
3592         Remember window position and maximized state
3593
3594 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3595
3596         * configure.ac:
3597
3598         Fix DBUS configure checks.
3599
3600         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
3601         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
3602         (ev_metadata_manager_set_boolean):
3603
3604         Plug mem leaks.
3605
3606         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
3607         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3608         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
3609         (ev_window_continuous_changed_cb),
3610         (ev_window_dual_mode_changed_cb), (ev_window_new):
3611
3612         Fix the build without DBUS.
3613
3614 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3615
3616         * shell/ev-metadata-manager.c: (parse_value), (save_values),
3617         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
3618         (ev_metadata_manager_set_string),
3619         (ev_metadata_manager_set_boolean):
3620         * shell/ev-metadata-manager.h:
3621
3622         Add support for some more types
3623
3624         * shell/ev-view.c: (scroll_to_current_page),
3625         (ev_view_get_continuous), (ev_view_set_continuous),
3626         (ev_view_get_dual_page):
3627         * shell/ev-view.h:
3628         * shell/ev-window.c: (page_changed_cb),
3629         (setup_document_from_metadata), (ev_window_setup_document),
3630         (setup_view_from_metadata), (ev_window_open_uri),
3631         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3632         (ev_window_run_presentation), (ev_window_stop_presentation),
3633         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
3634         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
3635         (ev_window_update_dual_page_action),
3636         (ev_window_continuous_changed_cb),
3637         (ev_window_dual_mode_changed_cb), (ev_window_init):
3638
3639         Remember a bunch of view/document properties. Prolly some
3640         are still missing but it's getting interesting.
3641
3642 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
3643
3644         * configure.ac: check if dbus-binding-tool is installed. Not the
3645         case on current Ubuntu breezy, it seems.
3646
3647 2005-07-05  Luca Ferretti <elle.uca@libero.it>
3648
3649         * data/evince.desktop.in.in:
3650         
3651         Allow open uri lists and add TryExec field.
3652
3653 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3654
3655         * configure.ac:
3656
3657         Enable dbus when available, do not require a configure
3658         option.
3659
3660 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
3661
3662         * configure.ac:
3663
3664         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
3665         disabled.
3666
3667 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3668         Marco Pesenti Gritti  <mpg@redhat.com>
3669
3670         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
3671         
3672         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
3673         functions to the format required by dbus
3674
3675         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
3676         errors. Use the RPC parameters in the expected way
3677
3678 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3679
3680         * Makefile.am:
3681         * properties/Makefile.am:
3682         * properties/ev-properties-main.c: (ev_properties_get_pages):
3683
3684         Support all mime types
3685
3686         * shell/Makefile.am:
3687         * thumbnailer/Makefile.am:
3688         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
3689         (evince_thumbnail_pngenc_get):
3690
3691         Use the document factory
3692
3693 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3694
3695         * backend/Makefile.am:
3696         * backend/ev-document-factory.c:
3697         (mime_type_supported_by_gdk_pixbuf),
3698         (ev_document_type_get_from_mime),
3699         (ev_document_factory_get_document),
3700         (ev_document_factory_get_backend),
3701         (ev_document_factory_get_mime_types),
3702         (ev_document_factory_get_all_mime_types):
3703         * backend/ev-document-factory.h:
3704         * shell/Makefile.am:
3705         * shell/ev-document-types.c: (get_document_from_uri),
3706         (ev_document_types_get_document),
3707         (file_filter_add_mime_list_and_free),
3708         (ev_document_types_add_filters):
3709         * shell/ev-document-types.h:
3710         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3711         * shell/ev-properties-dialog.c:
3712         (ev_properties_dialog_set_document):
3713         * shell/ev-window.c: (ev_window_cmd_file_open),
3714         (ev_window_cmd_save_as):
3715         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3716
3717         Rework document types managing to avoid code duplication
3718         and actually abstract from backend implementations.
3719         Also provide a minimal factory api that can be used by
3720         thumbnailer/properties.
3721
3722 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
3723
3724         * properties/ev-properties-view.c: (ev_properties_view_set_info):
3725         Plug a mem leak.
3726         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3727         HIG spacings.
3728
3729 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3730
3731         * shell/ev-properties-dialog.c
3732         (ev_properties_dialog_set_document): only call
3733         ev_properties_fonts_set_document() if the document implements the
3734         fonts interface
3735
3736 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3737
3738         * configure.ac:
3739         * properties/Makefile.am:
3740         * properties/ev-properties-view.c:
3741         (ev_properties_view_register_type):
3742         * properties/ev-properties-view.h:
3743         * properties/ev-properties-main.h:
3744
3745         Implement nautilus plugin for properties.
3746         Works only for pdf atm, I need to rework the
3747         document types stuff to get this to work
3748         for all backends...
3749
3750 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
3751
3752         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
3753         (ev_properties_fonts_set_document): use
3754         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
3755
3756 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3757
3758         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
3759         them
3760         (PlaceImage, tiff2ps_process_page): use
3761         g_ascii_dtostr to convert floats to strings in a locale-safe way.
3762
3763
3764 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
3765
3766         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
3767         (main): to call gnome_authentication_manager_init. Should fix
3768         Bug #308510
3769
3770         * configure.ac: that requires libgnomeui 2.6.0.
3771
3772 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3773
3774         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
3775         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
3776         use the new tiff2ps interfaces
3777
3778         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
3779         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
3780
3781         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
3782         structure instead of global variables.  Remove use of static
3783         variables in functions.
3784
3785 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
3786
3787         * shell/ev-page-action.c: unref the completion after setting it to the
3788         entry
3789
3790 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3791
3792         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
3793         postscript files
3794
3795 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3796
3797         * shell/ev-window.c (update_action_sensitivity): disable
3798         File->Print if the document does not implement the ps exporter
3799         interface
3800
3801 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
3802
3803         * Makefile.am:
3804         * configure.ac:
3805         * data/evince-properties.glade:
3806         * properties/.cvsignore:
3807         * properties/Makefile.am:
3808         * properties/ev-properties-view.c: (ev_properties_view_dispose),
3809         (ev_properties_view_class_init), (ev_properties_view_format_date),
3810         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
3811         (ev_properties_view_init), (ev_properties_view_new):
3812         * properties/ev-properties-view.h:
3813         * shell/Makefile.am:
3814         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
3815         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
3816         (ev_properties_dialog_new):
3817         * shell/ev-properties-dialog.h:
3818         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3819         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
3820         (update_progress_label), (job_fonts_finished_cb),
3821         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
3822         * shell/ev-properties-fonts.h:
3823         * shell/ev-properties.c:
3824         * shell/ev-properties.h:
3825         * shell/ev-window.c: (ev_window_setup_document),
3826         (ev_window_cmd_file_properties):
3827
3828         Split the properties pages in two different objects, depend
3829         only on the backend where possible, use widgets instead
3830         of gobject for the glade part, reimplement the dialog
3831         itself with gtk.
3832         I need this to implement nautilus properties page.
3833
3834 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
3835
3836         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
3837         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
3838         (tiff_document_document_ps_exporter_iface_init): implement the ps
3839         exporter interface for tiff documents
3840
3841         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
3842         libtiff to implement TIFF postscript export
3843
3844         * tiff/tiff2ps.h: added a header file for external tiff2ps
3845         functions.
3846
3847         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
3848         tiff2ps.h
3849
3850 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3851
3852         * shell/ev-view.c: (scroll_to_current_page),
3853         (ev_view_set_fullscreen), (ev_view_set_presentation):
3854         
3855         Scroll to current page when exit from presentation
3856
3857 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * shell/ev-window.c: (update_document_mode),
3860         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3861         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
3862         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
3863         
3864         Exit from fullscreen mode when switch to presentation. Fix for
3865         bug 309365
3866
3867 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3868
3869         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
3870         return NULL if the document does not implement the selection
3871         interface.
3872
3873 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3874
3875         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
3876         reported height by using the resolution aspect ratio
3877         (tiff_document_render_pixbuf): scale the pixbuf using the
3878         resolution aspect ratio
3879
3880 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * configure.ac:
3883         
3884         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
3885         <kiltedaco@gmail.com>
3886         
3887         * djvu/djvu-document.c: (djvu_document_get_orientation),
3888         (djvu_document_set_orientation), (djvu_document_get_page_size),
3889         (rotate_pixbuf), (djvu_document_render_pixbuf),
3890         (djvu_document_document_iface_init):
3891         * dvi/dvi-document.c: (dvi_document_get_orientation),
3892         (dvi_document_set_orientation), (dvi_document_get_page_size),
3893         (rotate_pixbuf), (dvi_document_render_pixbuf),
3894         (dvi_document_document_iface_init):
3895         
3896         Dvi and djvu backends are ported to new API
3897
3898 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
3899
3900         * backend/ev-selection.c: (ev_selection_get_selection_region),
3901         (ev_selection_get_selection_map):
3902         * backend/ev-selection.h:
3903         * pdf/ev-poppler.cc:
3904         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
3905         * shell/ev-jobs.h:
3906         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3907         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
3908         (ev_pixbuf_cache_get_text_mapping):
3909         * shell/ev-pixbuf-cache.h:
3910         * shell/ev-view.c: (location_in_text),
3911         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
3912         support to EvView.  Now we can see where we can select!  Sweet!
3913
3914 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3915
3916         * shell/ev-view.c (ev_view_button_press_event): Fix
3917         event->y + view->scroll_x typo.
3918
3919 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3920
3921         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
3922         sub-GdkPixbuf instead of passing dest_x and dest_y.
3923         
3924         * shell/ev-view.c: (view_point_to_doc_point),
3925         (view_rect_to_doc_rect), (ev_view_button_press_event),
3926         (ev_view_motion_notify_event), (compute_new_selection_rect),
3927         (gdk_rectangle_point_in), (compute_new_selection_text),
3928         (compute_selections): Update selection code to keep the selection
3929         around as two points and not as a normalized rectangle, and fix
3930         page level selection in two-column mode.
3931
3932 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
3933
3934         * shell/ev-window.c: (window_configure_event_cb): 
3935         
3936         Fix compilation
3937         
3938 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3939
3940         * pdf/ev-poppler.cc:
3941
3942         Fix compilation
3943
3944 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3945
3946         * shell/Makefile.am:
3947         * shell/ev-metadata-manager.c: (item_free),
3948         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3949         (parse_value), (parseItem), (load_values),
3950         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
3951         (save_values), (save_item), (get_oldest), (resize_items),
3952         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
3953         * shell/ev-metadata-manager.h:
3954
3955         Metadata manager from gedit but modified to use GValue, so that
3956         we dont need to keep converting from strings.
3957
3958         * configure.ac:
3959
3960         ENABLE_METADATA conditional, on when dbus is on
3961
3962         * shell/ev-application.c: (ev_application_open_uri):
3963
3964         Show the window after load so that we can initialize
3965         window size before it's showed.
3966
3967         * shell/ev-window.c: (ev_window_setup_from_metadata),
3968         (ev_window_open_uri), (window_configure_event_cb),
3969         (ev_window_init):
3970
3971         Save and load metadata information about window size.
3972         Not yet keeping states in account.
3973
3974         * shell/main.c: (main):
3975
3976         Shutdown metadata manager.
3977
3978 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3979
3980         * shell/ev-application-service.xml:
3981         * configure.ac:
3982         * shell/Makefile.am:
3983         * shell/ev-application.c:
3984         * shell/ev-application.h:
3985         * shell/ev-window.c:
3986         * shell/ev-window.h:
3987         * shell/main.c:
3988
3989         Add an optional dbus interface (--enable-dbus).
3990         Rework application code, mainly to be easier to
3991         use "remotely".
3992         Do not open multiple windows with the same document,
3993         spatial evince!
3994
3995 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
3996
3997         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
3998         pixbuf iff it exists.
3999
4000 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
4001
4002         * shell/*:
4003         * backend/ev-render-context.[ch]:
4004         * backend/ev-selection.[ch]:
4005
4006         Massive changes.  We now support text selection of pdfs, and not
4007         just rectangular selection.  This is pretty broken still, but I
4008         want to get something into CVS.
4009
4010 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * pdf/ev-poppler.cc:
4013         
4014         Fix for Bug 309080: crash on window close.
4015         
4016         * shell/ev-page-action.c: (page_changed_cb):
4017         
4018         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
4019         jensgr@gmx.net (Jens Granseuer).
4020
4021 2005-06-25  Marcel Telka  <marcel@telka.sk>
4022
4023         * configure.in (ALL_LINGUAS): Added sk.
4024
4025 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
4028         not a document open
4029
4030 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4031
4032         * NEWS:
4033         * configure.ac:
4034
4035         Release 0.3.2
4036
4037         * cut-n-paste/recent-files/Makefile.am:
4038
4039         Fix make distcheck
4040
4041 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4042
4043         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
4044         (pixbuf_document_set_orientation), (rotate_pixbuf),
4045         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
4046         (pixbuf_document_document_iface_init), (pixbuf_document_init):
4047
4048         Implement rotation and cleanup the code a bit.
4049
4050         * tiff/tiff-document.c: (tiff_document_get_page_size),
4051         (tiff_document_get_orientation), (tiff_document_set_orientation),
4052         (rotate_pixbuf), (tiff_document_render_pixbuf),
4053         (tiff_document_document_iface_init), (tiff_document_init):
4054
4055         Implement rotation. Was the quicker solution for the release
4056         but we really need to share this code in the shell.
4057
4058 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
4059
4060         * pdf/ev-poppler.cc:
4061
4062         Enable rotation, require poppler cvs. Fix a leak.
4063
4064 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * shell/ev-window.c: (update_action_sensitivity):
4067         
4068         Make properties unsensitive if document backend doesn't provide
4069         any info
4070
4071 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4072
4073         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
4074         (bitmap_flip_horizontally), (bitmap_flip_vertically),
4075         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
4076         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
4077         (bitmap_flip_rotate_counter_clockwise):
4078         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
4079         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
4080         (buff_gets):
4081         * dvi/mdvi-lib/common.h:
4082         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
4083         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
4084         (opendvi), (mdvi_reload), (mdvi_init_context),
4085         (mdvi_destroy_context), (mdvi_dopage), (special):
4086         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
4087         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
4088         (file_hash_free), (register_encoding), (parse_spec),
4089         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
4090         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
4091         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
4092         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
4093         (mdvi_register_font_type), (mdvi_unregister_font_type),
4094         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
4095         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
4096         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
4097         (mdvi_hash_destroy_key), (mdvi_hash_reset):
4098         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
4099         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
4100         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
4101         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
4102         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
4103         * dvi/mdvi-lib/special.c: (mdvi_register_special),
4104         (mdvi_unregister_special), (mdvi_flush_specials):
4105         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
4106         (t1_font_remove):
4107         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
4108         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
4109         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
4110         (free_font_metrics), (flush_font_metrics):
4111         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
4112         (tt_font_remove):
4113         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
4114         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
4115         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
4116         (dstring_insert), (dstring_new), (dstring_reset):
4117         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
4118         
4119         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
4120         avoid conflict with libtool on FC4
4121         
4122         * shell/ev-window.c: (ev_window_cmd_help_about):
4123         
4124         Update copyright year. Fix for bug 308828.
4125
4126 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * shell/ev-view.c: (add_scroll_binding_keypad),
4129         (ev_view_binding_activated), (ev_view_class_init),
4130         (on_adjustment_value_changed):
4131         
4132         Bug 170874: Arrow keys switch pages in presentation mode
4133
4134 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4137         
4138         Fix for Bug 308265: Sidebar dissappears coming out of 
4139         Presentation mode
4140
4141 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * shell/ev-application.c: (ev_application_open):
4144         * shell/ev-document-types.c: (ev_document_types_add_filters),
4145         (ev_document_types_add_filters_for_type):
4146         * shell/ev-document-types.h:
4147         * shell/ev-window.c: (ev_window_cmd_save_as):
4148         
4149         Suggest basename as template when saving, provide filters
4150         for save dialog. It's bug 308402
4151
4152 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4153
4154         * pdf/ev-poppler.cc:
4155         * shell/ev-sidebar-links.c: (job_finished_callback):
4156         * shell/ev-view.c: (update_find_status_message):
4157         
4158         Some leaks fixed
4159
4160 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
4161
4162         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4163         (egg_recent_view_uimanager_set_list):
4164
4165         Fix buglet in !show_numbers case.
4166
4167 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
4168
4169         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4170         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
4171
4172         Use pango ellipsisation.
4173
4174         * pdf/ev-poppler.cc:
4175
4176         Fix refcount leak, from nsh.
4177
4178 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4179
4180         * cut-n-paste/recent-files/Makefile.am:
4181         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4182         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4183         
4184         Removed EggRecentViewGtk
4185         
4186         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4187         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4188         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
4189         (ev_window_setup_recent):
4190         
4191         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
4192         with other projects
4193
4194 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4195
4196         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4197         (egg_recent_view_gtk_finalize):
4198
4199         Fix memory leak
4200
4201         * cut-n-paste/toolbar-editor/Makefile.am:
4202         
4203         Fix location of cursor icon.
4204         
4205         * pdf/ev-poppler.cc:
4206         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
4207         (display_completion_text), (match_completion):
4208         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4209         (selection_changed_callback), (create_loading_model),
4210         (print_section_cb), (links_page_num_func),
4211         (update_page_callback_foreach):
4212         * shell/ev-window.c: (ev_window_dispose):
4213         
4214         Small memory fixes. Links model now store objects instead
4215         of pointers to improve memory management. 
4216
4217 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * shell/ev-window.c: (zoom_control_changed_cb):
4220         
4221         Fix update of zoom control (bug 308268).
4222
4223 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
4224
4225         * shell/ev-properties.c (set_property): escape the text correctly.
4226         Handles non-UTF-8 properties and escaped properties.  Also, sets
4227         the text to "<i>None</i>" if the property isn't set.
4228
4229         * data/evince-properties.glade: Change the label to be ellipsized,
4230         and give it a minimum size.
4231
4232 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4233
4234         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
4235         * shell/ev-sidebar-links.c: (create_loading_model):
4236         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4237         * shell/ev-view.c: (ev_view_set_document):
4238         * shell/ev-window.c: (ev_window_dispose):
4239         
4240         Various small fixes, mostly memory leaks. Thanks to valgrind.
4241
4242 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
4243
4244         * ps/ps-document.c: remove the locale.h include again ;-). And
4245         kill the (bogus) setlocale/savelocale business.
4246
4247 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
4248
4249         * ps/ps-document.c:
4250         
4251         Include locale.h to fix build
4252         
4253         * shell/ev-sidebar.c:
4254         
4255         Remove unnecessary includes
4256
4257 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4258
4259         * dvi/dvi-document.c: (dvi_document_load):
4260         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
4261         * po/POTFILES.in:
4262         
4263         Check for incorrect dvi files. Fix parsing dvi on AMD64
4264         platform. Thanks to tester@tester.ca (Olivier Crete).
4265
4266 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * shell/ev-page-action.c: (match_selected_cb),
4269         (display_completion_text), (match_completion), (update_model):
4270         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4271         (expand_open_links):
4272         * shell/ev-sidebar.c: (ev_sidebar_destroy),
4273         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
4274         (ev_sidebar_set_document):
4275         * shell/ev-window.c: (ev_window_xfer_job_cb),
4276         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
4277         
4278         Fixed lot's of memory leaks, for example, memory leak on reload, 
4279         described in bug 307793.
4280
4281 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
4282
4283         * pdf/ev-poppler.cc:
4284         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
4285         (update_visible_range), (adjustment_changed_cb),
4286         (ev_sidebar_thumbnails_fill_model),
4287         (ev_sidebar_thumbnails_refresh),
4288         (ev_sidebar_tree_selection_changed),
4289         (ev_sidebar_icon_selection_changed),
4290         (ev_sidebar_thumbnails_use_icon_view),
4291         (ev_sidebar_thumbnails_set_document):
4292         * shell/ev-sidebar-thumbnails.h:
4293         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4294         (ev_window_cmd_edit_rotate_right), (ev_window_init):
4295
4296         Refresh thumbnails when changing orientation. Not fully
4297         working yet becuase of a sidebar bug.
4298
4299         Set page orientation to poppler page everywhere. This sucks
4300         really need to fix poppler.
4301
4302 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
4303
4304         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4305         (egg_recent_view_gtk_new_menu_item),
4306         (egg_recent_view_gtk_set_property),
4307         (egg_recent_view_gtk_get_property),
4308         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
4309         (egg_recent_view_gtk_set_tooltip_func),
4310         (egg_recent_view_gtk_set_label_width),
4311         (egg_recent_view_gtk_get_label_width):
4312         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4313
4314         Sync with libegg (ellipsize labels)
4315
4316 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4317
4318         * data/evince-ui.xml:
4319         * shell/ev-window.c: (ev_window_cmd_go_forward),
4320         (ev_window_cmd_go_backward):
4321         
4322         Shift + PageUp moves 10 Pages. Fix for 306125
4323
4324 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4325
4326         * pdf/ev-poppler.cc:
4327
4328         Add a flag to check if orientation has been overriden
4329
4330 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
4331
4332         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
4333         field if necessary.
4334
4335         * ps/ps.h: add creator field to document.
4336
4337         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
4338         set creator field.
4339
4340 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4341
4342         * data/evince-properties.glade:
4343         * shell/ev-properties.c: (ev_properties_set_document):
4344
4345         s/PDF Version/Format
4346
4347 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4348
4349         * shell/ev-properties.c: (ev_properties_set_document):
4350
4351         Remove unnecessary translations
4352
4353 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4354
4355         * cut-n-paste/toolbar-editor/Makefile.am:
4356
4357         Correct library name    
4358
4359 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4360
4361         * configure.ac:
4362         * cut-n-paste/recent-files/egg-recent-model.c:
4363         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
4364         (egg_recent_model_unlock_file):
4365         * cut-n-paste/recent-files/egg-recent-util.c:
4366         (egg_recent_util_get_unique_id):
4367         * cut-n-paste/recent-files/update-from-egg.sh:
4368         * cut-n-paste/toolbar-editor/Makefile.am:
4369         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4371         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4372         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4373         (egg_toolbars_model_get_type):
4374         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4375
4376         Better makefile for toolbar editor and update everything
4377         to latest libegg.
4378
4379 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4380
4381         * shell/ev-window.c: (update_document_mode):
4382
4383         Prefer presentation mode when the document
4384         require fullscreen.
4385
4386 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4387
4388         * data/evince-ui.xml:
4389         * shell/ev-window.c:
4390
4391         Add control-equal for zooming
4392
4393 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4394
4395         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
4396
4397 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
4398
4399         * backend/ev-document.c: (ev_document_get_orientation):
4400         * backend/ev-document.h:
4401         * pdf/ev-poppler.cc:
4402         * ps/ps-document.c: (ps_document_get_orientation),
4403         (ps_document_set_orientation), (ps_document_document_iface_init):
4404
4405         Add a get_orientation api. Improve set_orientation.
4406
4407         * data/evince-ui.xml:
4408         * shell/ev-view.c: (ev_view_set_orientation),
4409         (ev_view_rotate_right), (ev_view_rotate_left):
4410         * shell/ev-view.h:
4411         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4412         (ev_window_cmd_edit_rotate_right):
4413
4414         Better ui for changing document orientation
4415
4416 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
4419         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
4420         * shell/ev-sidebar-links.h:
4421         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
4422         (ev_sidebar_page_iface_init):
4423         * shell/ev-sidebar-page.h:
4424         * shell/ev-sidebar-thumbnails.c:
4425         (ev_sidebar_thumbnails_get_property),
4426         (ev_sidebar_thumbnails_class_init),
4427         (ev_sidebar_thumbnails_set_document):
4428         * shell/ev-sidebar-thumbnails.h:
4429         * shell/ev-view.c: (ev_view_motion_notify_event):
4430         * shell/ev-window.c: (update_chrome_visibility),
4431         (ev_window_cmd_focus_page_selector),
4432         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
4433         (sidebar_page_main_widget_update_cb), (ev_window_init):
4434         
4435         Autoraise toolbar on GoToPage binding and fix bindings in
4436         EvSidebarThumbnails page.
4437
4438 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
4439
4440         * shell/ev-properties.c: (update_progress_label):
4441
4442         Hide the progress label when finished; bug #307697.
4443
4444 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4445
4446         * pdf/ev-poppler.cc:
4447
4448         Enable is_open for links, you will need poppler cvs
4449
4450         * shell/ev-properties.c: (job_fonts_finished_cb):
4451
4452         Get a lock on the document when filling the tree view
4453
4454 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4455
4456         * backend/ev-document-links.h:
4457         * pdf/ev-poppler.cc:
4458         * shell/ev-sidebar-links.c: (create_loading_model),
4459         (expand_open_links), (job_finished_callback):
4460
4461         Expand links when specified by the document.
4462         Depend on a poppler api (defined out for now)
4463
4464 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4465
4466         * shell/ev-properties.c: (ev_properties_dispose),
4467         (ev_properties_class_init), (dialog_destroy_cb),
4468         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
4469         (ev_properties_set_document), (ev_properties_new),
4470         (ev_properties_show):
4471         * shell/ev-properties.h:
4472
4473         Make it an object, cleanup the code, api to show it as transient
4474         and to set the document.
4475
4476         * shell/ev-window.c: (ev_window_setup_document),
4477         (ev_window_cmd_file_properties):
4478
4479         Adapt to EvProperties changes, do not show multiple
4480         times, update it when document changes.
4481
4482 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4483
4484         * ps/gstypes.h:
4485         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
4486         (ps_document_set_orientation), (ps_document_document_iface_init):
4487         * ps/ps-document.h:
4488
4489         Implement orientation here too
4490
4491         * shell/ev-properties.c: (ev_properties_new):
4492         * data/evince-properties.glade:
4493
4494         Hide the fonts page for backends that doesnt
4495         support it.     
4496
4497 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4498
4499         * backend/ev-document.c: (ev_document_set_orientation):
4500         * backend/ev-document.h:
4501         * pdf/ev-poppler.cc:
4502
4503         Add orientation api. Currently poppler api is not optimal,
4504         we need to set orientation every time we _get a page.
4505         I will try to fix that at some point.
4506
4507         * data/evince-ui.xml:
4508         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
4509         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
4510
4511         Add orientation menu items
4512
4513         * shell/ev-page-cache.c: (ev_page_cache_clear):
4514         * shell/ev-page-cache.h:
4515
4516         Add api to clear the cache
4517
4518         * shell/ev-view.c: (setup_caches), (clear_caches),
4519         (ev_view_set_document), (ev_view_zoom_out),
4520         (ev_view_set_orientation):
4521         * shell/ev-view.h:
4522
4523         Implement orientation changing
4524
4525 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
4526
4527         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
4528         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
4529         * backend/ev-document-fonts.h:
4530
4531         Separate scan and fill so that we can incrementally fill from
4532         the main thread. Add a progress api.
4533
4534         * data/evince-properties.glade:
4535         * pdf/ev-poppler.cc:
4536         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
4537         * shell/ev-jobs.h:
4538         * shell/ev-properties.c: (update_progress_label),
4539         (job_fonts_finished_cb), (setup_fonts_view):
4540
4541         Incrementally feel the list and show the progress
4542         percentage in a label like acrobat does.
4543
4544         You are going to need poppler cvs
4545
4546 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
4547
4548         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
4549         * backend/ev-document-fonts.h:
4550         * pdf/ev-poppler.cc:
4551
4552         Make fonts model fill incrementally.
4553
4554         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4555         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4556         (ev_job_queue_remove_job):
4557         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4558         (ev_job_fonts_new), (ev_job_fonts_run):
4559         * shell/ev-jobs.h:
4560
4561         New job for fonts scanning
4562
4563         * shell/ev-properties.c: (job_fonts_finished_cb),
4564         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
4565         * shell/ev-properties.h:
4566         * shell/ev-window.c: (ev_window_cmd_file_properties):
4567
4568         Incrementally feel the treeview using the new job. Show Loading...
4569         message until scanning is completed.
4570
4571         Hopefully I didnt break the build without the poppler patch.
4572
4573 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4574
4575         * shell/ev-application.c: (ev_application_open):
4576         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
4577         (ev_document_type_get_type), (ev_document_type_lookup):
4578         * shell/ev-document-types.h:
4579         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
4580         * shell/ev-job-xfer.h:
4581         * shell/ev-window.c: (ev_window_clear_local_uri),
4582         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
4583         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
4584         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4585         
4586         Transfer remote documents to tmp directory to display them later.
4587
4588 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
4589
4590         * backend/ev-document-info.h:
4591         * shell/ev-properties.c: (ev_properties_new):
4592
4593         s/GTime*/GTime. Not sure why we was using a pointer
4594         at all there!
4595
4596 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
4597
4598         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
4599         situations.  That situation is that you're using GTK+-HEAD with
4600         the patch at #306726 is applied, and you have a document with <
4601         1500 pages in it.  It's not quite as uniformly nice as the
4602         TreeView, but should be better in the long run.
4603
4604         I'm pretty sure I guarded against breaking compilation with
4605         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
4606         I missed some.
4607
4608         * shell/ev-window.c (ev_window_init): We don't have our tree/list
4609         widget yet, so I commented that code out
4610         enable_view_actions_for_widget() for now.  Need to figure this
4611         out.
4612
4613         * shell/ev-page-action.c (match_selected_cb): emit the right
4614         signals.  Our cool C-l completion now works.
4615
4616 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * backend/Makefile.am:
4619         * backend/ev-document-fonts.c:
4620         * backend/ev-document-links.c:
4621         * backend/ev-document.c: (ev_document_load):
4622         * backend/ev-document.h:
4623         * backend/ev-job-queue.c:
4624         * backend/ev-job-queue.h:
4625         * backend/ev-jobs.c:
4626         * backend/ev-jobs.h:
4627         * backend/ev-page-cache.c:
4628         * backend/ev-page-cache.h:
4629
4630         EvPageCache and EvJobs are moved to shell.
4631
4632         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
4633         (ev_tmp_filename):
4634         * lib/ev-file-helpers.h:
4635         
4636         New helper to work with temporary files
4637         
4638         * shell/Makefile.am:
4639         * shell/ev-application.c: (ev_application_open):
4640         * shell/ev-application.h:
4641         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
4642         (remove_job_from_async_queue), (add_job_to_async_queue),
4643         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
4644         (handle_job), (search_for_jobs_unlocked),
4645         (no_jobs_available_unlocked), (ev_render_thread),
4646         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4647         (ev_job_queue_add_job), (move_job_async), (move_job),
4648         (ev_job_queue_update_job), (ev_job_queue_remove_job):
4649         * shell/ev-job-queue.h:
4650         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
4651         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
4652         * shell/ev-job-xfer.h:
4653         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4654         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4655         (ev_job_links_class_init), (ev_job_render_init),
4656         (ev_job_render_dispose), (ev_job_render_class_init),
4657         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4658         (ev_job_thumbnail_class_init), (ev_job_load_init),
4659         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
4660         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4661         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
4662         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
4663         * shell/ev-jobs.h:
4664         * shell/ev-page-action.c: (ev_page_action_set_document):
4665         * shell/ev-page-cache.c: (ev_page_cache_init),
4666         (ev_page_cache_class_init), (ev_page_cache_finalize),
4667         (ev_page_cache_new), (ev_page_cache_get_n_pages),
4668         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
4669         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
4670         (ev_page_cache_get_title), (ev_page_cache_get_size),
4671         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4672         (ev_page_cache_get_height_to_page),
4673         (ev_page_cache_get_max_label_chars),
4674         (ev_page_cache_get_page_label),
4675         (ev_page_cache_has_nonnumeric_page_labels),
4676         (ev_page_cache_get_info), (ev_page_cache_next_page),
4677         (ev_page_cache_prev_page), (ev_page_cache_get):
4678         * shell/ev-page-cache.h:
4679         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
4680         (ev_pixbuf_cache_clear_job_sizes),
4681         (ev_pixbuf_cache_add_jobs_if_needed),
4682         (ev_pixbuf_cache_set_page_range):
4683         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
4684         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
4685         * shell/ev-sidebar-thumbnails.c:
4686         (ev_sidebar_tree_selection_changed),
4687         (ev_sidebar_thumbnails_set_document):
4688         * shell/ev-statusbar.c: (ev_statusbar_destroy),
4689         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
4690         (ev_statusbar_get_context_id), (ev_statusbar_push),
4691         (ev_statusbar_pop), (ev_statusbar_set_maximized),
4692         (ev_statusbar_pulse), (ev_statusbar_show_progress),
4693         (ev_statusbar_set_progress):
4694         * shell/ev-statusbar.h:
4695         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
4696         (ev_view_find_previous):
4697         * shell/ev-window.c: (ev_window_is_empty),
4698         (ev_window_setup_document), (password_dialog_response),
4699         (ev_window_clear_jobs), (ev_window_load_job_cb),
4700         (ev_window_xfer_job_cb), (ev_window_open_uri),
4701         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
4702         (ev_window_print), (ev_window_print_range),
4703         (ev_window_state_event), (ev_window_cmd_view_reload),
4704         (menu_item_select_cb), (menu_item_deselect_cb),
4705         (view_status_changed_cb), (ev_window_dispose),
4706         (drag_data_received_cb), (ev_window_init):
4707         * shell/ev-window.h:
4708         * shell/main.c: (load_files):
4709         
4710         New statusbar to show progress on idle. Two new jobs - 
4711         xfer job and load job to load document in background. And update
4712         of page_cache clients to new location of code.
4713
4714 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
4715   
4716         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
4717         selection in open dialog. It also remembers the last visited directory 
4718         in the current session.
4719
4720 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4721
4722         * shell/ev-properties.c: (ev_properties_new):
4723         * shell/ev-properties.h:
4724         * shell/ev-window.c: (ev_window_cmd_file_properties):
4725         
4726         Get document info from page cache instead of document itself.
4727         This should fix crash related to race conditions described in
4728         bug 306545.
4729
4730 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
4731
4732         * ps/ps-document.c: (ps_document_init),
4733         (send_ps), (get_page_box), (output), (catchPipe), (input),
4734         (stop_interpreter), (file_length), (file_readable),
4735         (check_filecompressedb), (ps_document_enable_interpreter),
4736         (document_load), (ps_async_renderer_render_pixbuf):
4737         * ps/ps-document.h:
4738
4739         Big cleanup of the ps code
4740
4741 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
4742
4743         * backend/Makefile.am:
4744         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
4745         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
4746         * backend/ev-async-renderer.h:
4747
4748         Add an async renderer interface (method + callback) which
4749         is useful for backends like ps.
4750
4751         * backend/ev-job-queue.c: (remove_job_from_async_queue),
4752         (add_job_to_async_queue), (job_finished_cb), (handle_job),
4753         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4754         (ev_job_queue_add_job), (move_job_async), (move_job),
4755         (ev_job_queue_update_job), (ev_job_queue_remove_job):
4756
4757         Add queues for async renderer, these are executed on the
4758         main thread.
4759
4760         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
4761         (ev_job_render_run):
4762         * backend/ev-jobs.h:
4763
4764         If the backend support async renderer interface use it.
4765
4766         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4767         (setup_pixmap), (ps_document_get_type),
4768         (ps_async_renderer_render_pixbuf),
4769         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
4770
4771         Implement async renderer interface.
4772
4773 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
4776
4777         Cleanup links job on exit.
4778
4779 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4780
4781         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4782         (drag_data_get_cb), (drag_data_received_cb):
4783         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4784         (drag_data_get_cb), (parse_item_list),
4785         (egg_toolbar_editor_load_actions):
4786         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4787         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
4788         (parse_item_list), (parse_toolbars):
4789         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4790         (dvi_pixbuf_put_pixel):
4791         
4792         Fix gcc 4.0 warnings
4793
4794 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4795
4796         * ps/ps-document.c: (start_interpreter):
4797
4798         Fix warning when loading ps
4799
4800 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4801
4802         * ps/ps-document.c: (output):
4803
4804         Fix crash when priting gs error messages.
4805
4806 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4807
4808         * backend/ev-page-cache.c: (_ev_page_cache_new):
4809         * backend/ev-page-cache.h:
4810
4811         Use a const to return title so that we dont double
4812         free it. Small cleanup and fix a leak.
4813
4814         * shell/ev-window.c: (update_window_title):
4815
4816         strdup value from get_title.
4817
4818 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4819
4820         * shell/ev-sidebar-links.c: (job_finished_callback),
4821         (ev_sidebar_links_set_document):
4822
4823         Cleanup the old job when changing document
4824
4825 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4826
4827         * shell/ev-stock-icons.c:
4828         * shell/ev-stock-icons.h:
4829         * shell/ev-window.c:
4830         
4831         Add stock icons for actions that can appear in toolbar. Fix for
4832         bug 306566.
4833
4834 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * backend/ev-page-cache.c: (ev_page_cache_finalize),
4837         (_ev_page_cache_new), (ev_page_cache_get_max_width),
4838         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
4839         * backend/ev-page-cache.h:
4840         * shell/ev-view.c: (scroll_to_current_page),
4841         (view_update_range_and_current_page), (get_page_y_offset),
4842         (get_page_extents), (ev_view_size_request_continuous_dual_page),
4843         (ev_view_size_request_continuous),
4844         (ev_view_zoom_for_size_continuous_and_dual_page),
4845         (ev_view_zoom_for_size_continuous):
4846         
4847         More compact EvView layout in document with pages of different size.
4848
4849 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
4850
4851         * shell/ev-window.c (ev_window_cmd_file_properties): fix
4852         compilation.
4853
4854 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4855
4856         * shell/ev-view.c: (view_set_adjustment_values):
4857         * shell/ev-window.c: (ev_window_cmd_file_properties):
4858         
4859         A bit different fix for rounding problem but it has no
4860         problems on startup. Make properties window transient to parent.
4861
4862 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * pdf/ev-poppler.cc:
4865         
4866         More commenting of font stuff.
4867
4868 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4869
4870         * pdf/ev-poppler.cc:
4871
4872         Comment out some more fonts stuff. Should really
4873         work without the poppler patch now.
4874
4875 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4876
4877         * pdf/ev-poppler.cc:
4878
4879         Adapt to api change
4880
4881 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4882
4883         * data/evince-properties.glade:
4884         * pdf/ev-poppler.cc:
4885         * shell/ev-properties.c: (setup_fonts_view):
4886
4887         Set the column title. Show the dialog only
4888         once everything is setup.
4889         Getting font info can be very slow... will
4890         prolly need to make this threaded too.
4891
4892 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4893
4894         * backend/Makefile.am:
4895         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
4896         (ev_document_fonts_get_fonts_model):
4897         * backend/ev-document-fonts.h:
4898         * data/evince-properties.glade:
4899         * pdf/ev-poppler.cc:
4900         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
4901         * shell/ev-properties.h:
4902         * shell/ev-window.c: (ev_window_cmd_file_properties):
4903
4904         Implement fonts list. Defined out for now, since it depends
4905         on a not yet committed poppler patch.
4906
4907 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
4908
4909         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
4910         page + 1.
4911
4912         * shell/ev-window.c: Make sure we add the timeout when we get a
4913         focus-in event.
4914
4915         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
4916         adjustment->value before calculating the zoom factor to average
4917         out all of our rounding errors.  The page no longer 'drifts' when
4918         resizing.
4919
4920 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * data/evince-properties.glade:
4923         * shell/ev-properties.c: (ev_properties_format_date),
4924         (set_property):
4925         
4926         Labels don't expand when the dialogue is resized.
4927         strftime result needs to be converted to UTF-8. Thanks
4928         to Christian Persch <chpe@gnome.org>.
4929
4930 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4931
4932         * data/evince-properties.glade:
4933
4934         Hide the fonts tab
4935
4936 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4937
4938         * backend/ev-document-info.h:
4939         * backend/ev-document.c: (ev_document_info_free):
4940         * data/evince-properties.glade:
4941         * pdf/ev-poppler.cc:
4942         * ps/ps-document.c: (ps_document_get_info):
4943         * shell/ev-properties.c: (ev_properties_format_date),
4944         (set_property), (ev_properties_new):
4945         * shell/ev-properties.h:
4946         * shell/ev-window.c: (ev_window_cmd_file_properties):
4947
4948         Rework properties code to take only EvPropertyInfo
4949         in the constructor so that it can be useful for
4950         nautilus plugin too.
4951
4952         Deal with backends that doesnt support some properties.
4953         Make set property code generic.
4954
4955 2005-06-04  Christian Persch <chpe@gnome.org>
4956
4957         * data/evince-properties.glade:
4958
4959         fix spacings, make resizeable, and make data labels
4960         selectable + ellipsised
4961
4962 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
4963
4964         * backend/ev-document-info.h:
4965         * data/Makefile.am:
4966         * data/evince-ui.xml:
4967         * pdf/ev-poppler.cc:
4968         * shell/Makefile.am:
4969         * shell/ev-window.c: (update_action_sensitivity),
4970         (ev_window_cmd_file_properties):
4971
4972         Initial go at file properties. Patch by
4973         Emil Soleyman-Zomalan <emil@soleyman.com>.
4974         Needs love see #169583
4975
4976 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
4977
4978         * ps/ps-document.c: (output):
4979         * ps/ps.c: (psscan):
4980
4981         Try to render even if psscan fails.
4982
4983 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4984
4985         * ps/ps.c: (psscan), (pscopydoc):
4986
4987         Port buffered reading code from gv
4988
4989 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4990
4991         * ps/ps-document.c: (interpreter_message), (output):
4992
4993         Do not fail on interpreter messages
4994
4995 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4996
4997         * backend/ev-document-misc.c:
4998         (ev_document_misc_get_thumbnail_frame):
4999
5000         Pages can be 0 x 0, dont assert on this case
5001
5002 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5003
5004         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5005         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
5006
5007         Correctly manage our reference on document. Finally the reload
5008         huge leak is gone...
5009
5010 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5011
5012         * ps/ps-document.c: (ps_document_dispose):
5013
5014         Forgot to chain it to the parent. Thanks chpe.
5015
5016 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5017
5018         * ps/ps-document.c: (ps_document_dispose),
5019         (ps_document_class_init), (stop_interpreter), (document_load):
5020
5021         Cleanup dispose a bit. Dont leak the whole pixmap.
5022
5023 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5024
5025         * pdf/ev-poppler.cc:
5026
5027         Release the poppler document on dispose
5028
5029 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5030
5031         * shell/ev-view.c: (ev_view_set_document):
5032
5033         Release ref on the pixbuf cache when changing
5034         document.
5035
5036 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5037
5038         * ps/ps-document.c: (ps_document_get_info):
5039
5040         Fix a double free
5041
5042 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * backend/ev-page-cache.c: (ev_page_cache_init),
5045         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
5046         * backend/ev-page-cache.h:
5047         * shell/ev-page-action.c: (page_changed_cb):
5048         
5049         Set page action entry width depending on labels width. Fix
5050         for bug 305202.
5051
5052 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
5053
5054         * backend/ev-link.c: (ev_link_class_init):
5055
5056         Allow -1 as page value (error)
5057
5058 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
5059
5060         * shell/ev-sidebar-thumbnails.c:
5061         (ev_sidebar_thumbnails_set_document):
5062         * shell/ev-view.c: (scroll_to_current_page),
5063         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
5064         (page_changed_cb), (on_adjustment_value_changed),
5065         (ev_view_set_document):
5066
5067         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
5068         Fix bug 305377
5069
5070 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * configure.ac:
5073         * djvu/djvu-document.c: (djvu_document_get_page_size):
5074
5075         Require djvulibre CVS. Now djvu loading is much faster. Fix for
5076         bug 301993.
5077
5078 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
5079
5080         * shell/ev-view.c (draw_one_page): modify the expose handling to
5081         get the shadows.
5082
5083         * shell/ev-window.c (update_action_sensitivity): Respect
5084         permissions field.  Kowtow to the man.
5085
5086         * pdf/ev-poppler.cc: Get the permissions field.
5087
5088         * tiff/*c: Make a tiny bit more robust.
5089
5090 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5091
5092         * djvu/djvu-document.c:
5093         
5094         Pop messages from djvu context message queue.
5095
5096 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5097
5098         * configure.ac, Makefile.am, shell/Makefile.am:
5099         * tiff/Makefile.am, shell/ev-document-types.c:
5100         
5101         Cleanup tiff configure checks. Fix for bug 305218.
5102
5103 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
5104
5105         * configure.ac: Added "uk" to ALL_LINGUAS.
5106
5107 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5108
5109         * cut-n-paste/zoom-control/ephy-zoom.c:
5110         (ephy_zoom_get_changed_zoom_level):
5111         * cut-n-paste/zoom-control/ephy-zoom.h:
5112         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
5113         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
5114         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
5115         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
5116         (zoom_control_changed_cb), (ev_window_init):
5117         
5118         Fix minor points related to moving best fit up. Introduce
5119         "zoom" property and make zoom control change it's value on
5120         notify::zoom signals. Fix for 305080.
5121
5122 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * data/evince-ui.xml:
5125         * shell/ev-window.c: (set_view_actions_sensitivity):
5126         
5127         Use + and - as accels for zoom in and zoom out. Fix for 305001.
5128
5129 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
5130
5131         * configure.ac:
5132
5133         Depends on poppler 0.3.2
5134
5135 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
5136
5137         * cut-n-paste/recent-files/egg-recent-item.c:
5138         (egg_recent_item_get_short_name):
5139         * cut-n-paste/toolbar-editor/Makefile.am:
5140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5141         (new_pixbuf_from_widget):
5142         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5143         * cut-n-paste/toolbar-editor/egg-marshal.c:
5144         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5145         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5146
5147         Sync
5148
5149 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
5150
5151         * tiff/tiff-document.c: Rough TIFF backend.
5152
5153 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
5154
5155         * NEWS:
5156         * configure.ac:
5157         * cut-n-paste/toolbar-editor/Makefile.am:
5158
5159         Release 0.3.1
5160
5161 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
5162
5163         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
5164         (ev_view_find_next), (ev_view_find_previous):
5165
5166         Remove the locks around get_n_results   
5167
5168 2005-05-21  Juerg Billeter  <j@bitron.ch>
5169
5170         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
5171
5172         Pass correct number of pages to poppler.
5173
5174 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5175
5176         * configure.ac:
5177         * data/Makefile.am:
5178         * data/evince.desktop.in: 
5179         * data/evince.desktop.in.in:
5180         * po/POTFILES.in:
5181         
5182         Add conditionally dvi and djvu to desktop types. Fix for 304658.
5183
5184 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
5185
5186         * shell/ev-view.c: (view_update_adjustments),
5187         (view_set_adjustment_values): cast adjustmen->value to (int)
5188         before using it.  Otherwise, we get off by a pixel in some
5189         situations.
5190
5191         (draw_one_page): Draw the border on expose.
5192
5193 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
5194
5195         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
5196         adjustment when the mode changes, #304923
5197
5198 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5199
5200         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
5201         flickering on resize but still use gdk_window_scroll on
5202         scrolling
5203
5204 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
5205
5206         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
5207         option, #170458
5208
5209 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
5210
5211         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
5212         second page on page_changed if possible, #304669
5213
5214 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
5215
5216         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
5217         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
5218
5219 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
5220
5221         * .cvsignore:
5222         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
5223         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5224         (ev_view_zoom_for_size_presentation),
5225         (ev_view_zoom_for_size_continuous_and_dual_page),
5226         (ev_view_zoom_for_size_continuous),
5227         (ev_view_zoom_for_size_dual_page),
5228         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
5229         * shell/ev-view.h:
5230         * shell/ev-window.c: (update_view_size),
5231         (ev_window_sizing_mode_changed_cb):
5232
5233         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
5234         the scrollbars.  It's not 100% right, but it's much closer.  Kills
5235         an infinite loop, #304769
5236
5237
5238 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5239
5240         * data/evince-ui.xml:
5241         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
5242         * shell/ev-window.c: (set_view_actions_sensitivity):
5243
5244         Make PgUp/Down behave like Space
5245
5246 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5247
5248         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5249         * backend/ev-ps-exporter.h:
5250         * pdf/ev-poppler.cc:
5251         * ps/ps-document.c: (ps_document_ps_export_begin):
5252         * shell/ev-print-job.c: (idle_print_handler):
5253
5254         Adapt to new poppler api
5255
5256 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5257
5258         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5259         (ephy_zoom_control_init):
5260
5261         Translate zoom levels
5262
5263 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
5264
5265         * cut-n-paste/zoom-control/ephy-zoom.c:
5266         (ephy_zoom_get_zoom_level_index):
5267
5268         Fix current zoom -> zoom control match
5269
5270 2005-05-18  James Bowes  <bowes@cs.dal.ca>
5271
5272         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
5273         rather than the scrolled_window that it's in. Fixes bug #304655.
5274
5275 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
5276
5277         * shell/ev-view.c: (view_update_adjustments),
5278         (view_set_adjustment_values), (view_update_range_and_current_page),
5279         (view_scroll_to_page), (set_scroll_adjustment),
5280         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
5281         (ev_view_scroll), (ev_view_scroll_view),
5282         (ensure_rectangle_is_visible), (find_page_at_location),
5283         (get_link_at_location), (go_to_link), (status_message_from_link),
5284         (ev_view_size_request_continuous_dual_page),
5285         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
5286         (ev_view_unrealize), (ev_view_expose_event),
5287         (ev_view_button_press_event), (ev_view_motion_notify_event),
5288         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
5289         (draw_rubberband), (highlight_find_results), (draw_one_page),
5290         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
5291         (ev_view_init), (find_changed_cb), (page_changed_cb),
5292         (on_adjustment_value_changed), (ev_view_new),
5293         (ev_view_set_document), (ev_view_set_zoom),
5294         (ev_view_set_continuous), (ev_view_set_dual_page),
5295         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
5296         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5297         (ev_view_zoom_for_size_presentation),
5298         (ev_view_zoom_for_size_continuous_dual_page),
5299         (ev_view_zoom_for_size_continuous),
5300         (ev_view_zoom_for_size_dual_page),
5301         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5302         (ev_view_get_status), (ev_view_set_status),
5303         (update_find_status_message), (ev_view_get_find_status),
5304         (ev_view_set_find_status), (jump_to_find_result),
5305         (jump_to_find_page), (compute_selections), (clear_selection),
5306         (ev_view_select_all), (get_selected_text), (ev_view_copy),
5307         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
5308         (ev_view_update_primary_selection),
5309         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
5310         * shell/ev-view.h:
5311         * shell/ev-window.c: (ev_window_open_page_label),
5312         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
5313         (ev_window_init):
5314         * shell/ev-window.h:
5315         * shell/main.c: (load_files):
5316
5317         Massive code clean up from Nickolay Shmyrev.  Keep page offset
5318         when resizing.  Remove the bin_window().  Also, patch from James
5319         Bowes to fix command line page, #300641
5320         
5321 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
5322
5323         * data/evince-ui.xml:
5324         * shell/ev-view.c:
5325         * shell/ev-view.h:
5326         * shell/ev-window.c: (update_action_sensitivity):
5327
5328         Get rid of View->Normal Size, it's just confusing
5329
5330 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
5331
5332         * backend/ev-document-info.h:
5333         * backend/ev-document.c: (ev_document_info_free): Free the
5334         EvDocumentInfo.
5335
5336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5337         (clear_range), (add_range), (update_visible_range),
5338         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
5339         (ev_sidebar_thumbnails_set_document):
5340         * shell/ev-window.c: (ev_window_setup_document): Only render the
5341         visible thumbnails.  It takes an instant to render, but it uses
5342         much less memory.
5343
5344 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5345
5346         * shell/ev-sidebar-links.c: (popup_menu_cb):
5347
5348         Select first item
5349
5350 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5351
5352         * lib/Makefile.am:
5353         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
5354         (button_press_cb), (ev_sidebar_links_construct):
5355
5356         Show the popup menu also on keybindings
5357
5358 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5359
5360         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
5361         * shell/ev-window.h:
5362
5363         Expose api to print a range (with dialog). Make private _print use
5364         it.
5365
5366         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
5367         (ev_sidebar_links_construct):
5368
5369         Show a print context menu on linkx, it prints the selected
5370         section.
5371
5372 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
5373
5374         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
5375         button.
5376
5377 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
5378
5379         * AUTHORS:
5380
5381         Update
5382
5383         * shell/ev-window.c: (build_comments_string),
5384         (ev_window_cmd_help_about):
5385
5386         Show poppler version/backend and authors
5387
5388 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5389
5390         * cut-n-paste/zoom-control/ephy-zoom.c:
5391         (ephy_zoom_get_zoom_level_index):
5392         * cut-n-paste/zoom-control/ephy-zoom.h:
5393
5394         Move the best fit items at the top of the list
5395
5396 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5397
5398         * shell/ev-marshal.list:
5399         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
5400         (activate_cb), (match_selected_cb), (activate_link_cb),
5401         (connect_proxy), (ev_page_action_class_init):
5402         * shell/ev-page-action.h:
5403
5404         Use signals to notify action activation. Hopefully
5405         I did not break completion since I cant test...
5406
5407         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
5408         (register_custom_actions):
5409
5410         Connect to page selector actions and also grab focus on
5411         the view when activated.
5412
5413 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
5414
5415         * pdf/ev-poppler.cc:
5416         * backend/ev-page-cache.c: make page size calculation consistent
5417         and set it to (int)( width * scale + 0.5).  This makes the weird
5418         line going through the middle of the page go away.
5419
5420         * shell/ev-view.c: move painting the background page after
5421         checking the expose area covers us.
5422
5423 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5424
5425         * data/evince-password.glade:
5426         
5427         Mark labels as not translatable. Fix for bug 302842.
5428
5429 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5430
5431         * configure.ac: Added "es" to ALL_LINGUAS.
5432
5433 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5434
5435         * data/evince-toolbar.xml:
5436         * shell/ev-window.c: (update_action_sensitivity),
5437         (ev_window_setup_document), (ev_window_set_page_mode),
5438         (ev_window_init):
5439
5440         Remove some leftover code from jrb first continous
5441         attempt. Use the new actions, we still need good icons
5442         though...
5443
5444 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5445
5446         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
5447
5448         Update label when connecting proxy. Fix a warning with NULL
5449         page_cache.
5450
5451 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * data/evince-ui.xml:
5454         * shell/ev-page-action.c: (ev_page_action_grab_focus):
5455         * shell/ev-page-action.h:
5456         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
5457
5458         Add mnemonic for edit toolbar.
5459         ctrl+l focus the page entry.
5460
5461 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5462
5463         * lib/Makefile.am:
5464         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
5465         (ev_window_init):
5466         * shell/main.c: (main):
5467
5468         Put the toolbar xml in evince own dot dir
5469
5470 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * shell/ev-window.c: (ev_window_init):
5473
5474         Make the toolbar not removable
5475
5476 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * data/evince-ui.xml:
5479         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
5480         * shell/ev-sidebar-links.h:
5481         * shell/ev-sidebar-thumbnails.c:
5482         (ev_sidebar_thumbnails_get_treeview):
5483         * shell/ev-sidebar-thumbnails.h:
5484         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
5485         (ev_view_class_init):
5486         * shell/ev-view.h:
5487         * shell/ev-window.c: (update_action_sensitivity),
5488         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5489         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
5490         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
5491         (ev_window_init):
5492
5493         This is evil... Make space/backspace global accelerators but
5494         enable them only for some widgets (sidebars and view).
5495         I dont like it, but I dont know a better way... :/
5496
5497 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5498
5499         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
5500         (ev_page_action_widget_finalize),
5501         (ev_page_action_widget_class_init), (update_page_cache):
5502
5503         Keep a weak reference on proxy->page_cache so that we
5504         dont try to disconnect the signal if the object is already
5505         gone. Maybe there is a better way to cleanup reference handling
5506         in page action though...
5507
5508 2005-05-10  Juerg Billeter  <j@bitron.ch>
5509
5510         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5511         * backend/ev-ps-exporter.h:
5512         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
5513         * ps/ps-document.c: (ps_document_ps_export_begin):
5514         
5515         Change api to pass print range to ps_exporter_begin. The pdf backend
5516         requires this information.
5517         
5518         * shell/ev-print-job.c: (idle_print_handler):
5519         
5520         Adapt to api change
5521
5522 2005-05-10  Juerg Billeter  <j@bitron.ch>
5523
5524         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5525         (idle_print_handler)
5526         * shell/ev-window.c: (ev_window_print):
5527
5528         Support printing page range, based on patch by Amaury Jacquot
5529
5530 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5531
5532         * data/evince-toolbar.xml:
5533
5534         Add zoom control to available items
5535
5536 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5537
5538         * shell/ev-window.c: (update_action_sensitivity):
5539
5540         Set slash action insensitive when appropriate
5541
5542 2005-05-10  Christian Persch <chpe@gnome.org>
5543
5544         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
5545
5546         Fix warning on the overflow menu
5547
5548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5549
5550         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
5551
5552         Check for uri correctness/existence
5553
5554 2005-05-09  Juerg Billeter  <j@bitron.ch>
5555
5556         * shell/ev-window.c: (using_postscript_printer):
5557
5558         LPD printers use postscript, too
5559
5560 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * shell/ev-window.c: (register_custom_actions):
5563
5564         The zoom one is actually sort of useful,
5565         put it back
5566
5567 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * shell/ev-window.c: (register_custom_actions):
5570
5571         Hide page/zoom controls from overflow, they
5572         are useless.
5573
5574 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5575
5576         * cut-n-paste/update-from-egg.sh:
5577         
5578         Share it between all cut-n-paste subdirs
5579
5580         * cut-n-paste/recent-files/Makefile.am:
5581
5582         Fix to use "global" update-from-egg.sh
5583
5584         * cut-n-paste/recent-files/egg-recent-model.c:
5585         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
5586         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5587         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
5588         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
5589
5590         Update from libegg
5591
5592         * cut-n-paste/toolbar-editor/Makefile.am:
5593
5594         Fix to use "global" update-from-egg.sh
5595
5596         * cut-n-paste/toolbar-editor/eggmarshalers.list:
5597
5598         Update from libegg
5599
5600 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
5601
5602         * configure.ac:
5603         * cut-n-paste/Makefile.am:
5604         * cut-n-paste/recent-files/Makefile.am:
5605         * cut-n-paste/toolbar-editor/.cvsignore:
5606         * cut-n-paste/toolbar-editor/Makefile.am:
5607         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5608         (egg_editable_toolbar_get_type), (get_toolbar_position),
5609         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
5610         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
5611         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
5612         (set_item_drag_source), (create_item_from_action), (create_item),
5613         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
5614         (popup_toolbar_context_menu_cb), (free_dragged_item),
5615         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5616         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
5617         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
5618         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5619         (item_added_cb), (item_removed_cb),
5620         (egg_editable_toolbar_construct),
5621         (egg_editable_toolbar_disconnect_model),
5622         (egg_editable_toolbar_deconstruct),
5623         (egg_editable_toolbar_set_model),
5624         (egg_editable_toolbar_set_ui_manager),
5625         (egg_editable_toolbar_set_property),
5626         (egg_editable_toolbar_get_property),
5627         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
5628         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
5629         (egg_editable_toolbar_new_with_model),
5630         (egg_editable_toolbar_get_edit_mode),
5631         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
5632         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
5633         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
5634         (new_pixbuf_from_widget), (new_separator_pixbuf),
5635         (update_separator_image), (style_set_cb),
5636         (_egg_editable_toolbar_new_separator_image),
5637         (egg_editable_toolbar_get_model):
5638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5639         * cut-n-paste/toolbar-editor/egg-marshal.c:
5640         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5641         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
5642         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
5643         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
5644         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
5645         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
5646         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
5647         (editor_drag_data_delete_cb), (drag_data_get_cb),
5648         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
5649         (editor_create_item), (update_editor_sheet), (setup_editor),
5650         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
5651         (parse_item_list), (model_has_action), (update_actions_list),
5652         (egg_toolbar_editor_load_actions):
5653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5654         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5655         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
5656         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
5657         (toolbars_item_new), (free_toolbar_node), (free_item_node),
5658         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
5659         (egg_toolbars_model_add_separator), (impl_add_item),
5660         (parse_item_list), (egg_toolbars_model_add_toolbar),
5661         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
5662         (impl_get_item_data), (impl_get_item_type),
5663         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
5664         (egg_toolbars_model_init), (free_toolbar),
5665         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
5666         (egg_toolbars_model_remove_toolbar),
5667         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5668         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
5669         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
5670         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
5671         (egg_toolbars_model_get_item_data),
5672         (egg_toolbars_model_get_item_type):
5673         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5674         * cut-n-paste/toolbar-editor/eggmarshalers.list:
5675         * data/Makefile.am:
5676         * data/evince-toolbar.xml:
5677         * data/evince-ui.xml:
5678         * data/hand-open.png:
5679         * po/POTFILES.in:
5680         * shell/Makefile.am:
5681         * shell/ev-window.c: (update_chrome_visibility),
5682         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
5683         (ev_window_dispose), (ev_window_init):
5684
5685         Implement epiphany like toolbar editor. Based on patch by
5686         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5689
5690         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
5691
5692         Use set_cursor instead of set_selection, so that
5693         the keyboard focus moves too.
5694
5695 2005-05-09  Aleksey Kliger <akliger@gmail.com>
5696
5697         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
5698
5699         Fix infinite loop when loading Type1 fonts
5700
5701 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5702
5703         * data/evince-ui.xml:
5704         * shell/ev-window.c:
5705
5706         Slash -> Find
5707
5708 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
5709
5710         * configure.ac:
5711
5712         Make --disable really disable
5713
5714 2005-05-07  Juerg Billeter  <j@bitron.ch>
5715
5716         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
5717
5718         Compare page labels even without has_labels set, fixes setting page
5719         with entry
5720
5721 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5722
5723         * shell/ev-view.c: (ev_view_create_invisible_cursor),
5724         (ev_view_set_cursor), (ev_view_button_press_event),
5725         (ev_view_motion_notify_event), (ev_view_button_release_event),
5726         (ev_view_init):
5727
5728         Implement middle button scrolling. Based on a patch
5729         by Tommi Komulainen <tommi.komulainen@iki.fi>.
5730
5731 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
5732
5733         * shell/ev-document-types.c: (get_slow_mime_type),
5734         (get_document_type_from_mime), (ev_document_type_lookup):
5735         * shell/ev-document-types.h:
5736
5737         Change api to lookup from uri. Do fast lookup first, if the
5738         type is unknown try with data sniffing.
5739
5740         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
5741         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5742
5743         Adapt to api change
5744
5745 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5746
5747         * thumbnailer/Makefile.am:
5748
5749         Fix distcheck
5750
5751 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * NEWS:
5754         * configure.ac:
5755
5756         Release 0.3.0
5757
5758         * data/evince-ui.xml:
5759
5760         Hide presentation mode for now
5761
5762         * shell/ev-view.c: (highlight_find_results):
5763
5764         Show current find selection only on current page
5765
5766 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5767
5768         * shell/ev-view.c: (ev_view_select_all):
5769
5770         Compute size of the actual page, not of
5771         the current one.
5772
5773 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5774
5775         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
5776         (view_rect_to_doc_rect), (compute_selections),
5777         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
5778         (ev_view_copy), (ev_view_primary_get_cb),
5779         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
5780         (ev_view_button_press_event), (ev_view_motion_notify_event),
5781         (ev_view_button_release_event), (page_changed_cb):
5782
5783         Fix text selection
5784
5785 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5786
5787         * shell/ev-view.c: (compute_border), (get_page_extents),
5788         (doc_rect_to_view_rect), (highlight_find_results),
5789         (ev_view_bin_expose), (ev_view_select_all),
5790         (ev_view_motion_notify_event), (update_find_status_message),
5791         (jump_to_find_result), (jump_to_find_page):
5792
5793         First go at fixing search, still buggy
5794
5795 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
5796
5797         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
5798         dropdown box and button at the top of the sidebar.
5799
5800 2005-05-02  James Bowes  <bowes@cs.dal.ca>
5801
5802         * configure.ac: Output zoom-control Makefile.
5803         * cut-n-paste/Makefile.am: build zoom-control subdir.
5804         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5805         * cut-n-paste/zoom-control/ephy-zoom-action.h:
5806         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5807         * cut-n-paste/zoom-control/ephy-zoom-control.h:
5808         * cut-n-paste/zoom-control/ephy-zoom.c:
5809         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
5810         from epiphany, and modified to add a separator into the menu.
5811         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
5812         * data/evince-ui.xml: Replace old zoom toolbar actions with new
5813         zoom-control action.
5814         * shell/Makefile.am: Include zoom-control flags.
5815         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
5816         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
5817         (ev_view_zoom_for_size_presentation),
5818         (ev_view_zoom_for_size_continuous_and_dual_page),
5819         (ev_view_zoom_for_size_continuous),
5820         (ev_view_zoom_for_size_dual_page),
5821         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
5822         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
5823         ev_view_get_zoom and ev_view_get_sizing_mode.
5824         * shell/ev-view.h:
5825         * shell/ev-window.c: (update_action_sensitivity),
5826         (update_sizing_buttons), (zoom_control_changed_cb),
5827         (register_custom_actions): Initialize and use the zoom-control 
5828         widget.
5829
5830 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
5831
5832         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
5833         preview cache back to 1.  Don't know when it got set to 0.
5834         
5835         * shell/ev-view.c: (compute_border), (ev_view_realize),
5836         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
5837         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
5838         (ev_view_get_fullscreen), (ev_view_set_presentation),
5839         (ev_view_get_presentation), (ev_view_set_sizing_mode),
5840         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
5841         * shell/ev-view.h:
5842         * shell/ev-window.c:
5843         (update_chrome_visibility),
5844         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5845         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5846         (update_document_mode), (ev_window_update_fullscreen_action),
5847         (ev_window_fullscreen), (ev_window_unfullscreen),
5848         (ev_window_cmd_view_fullscreen),
5849         (ev_window_update_presentation_action),
5850         (ev_window_run_presentation), (ev_window_stop_presentation),
5851         (ev_window_cmd_view_presentation), (ev_window_state_event),
5852         (ev_window_focus_in_event), (ev_window_focus_out_event),
5853         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
5854         * data/evince-ui.xml: Initial presentation mode.  We should
5855         probably hide this until it's done, as it's quite rough.  Also,
5856         change full-screen to fullscreen and add two getters to EvView.
5857
5858 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-page-action.c: (update_page_cache),
5861         (ev_page_action_dispose):
5862         * shell/ev-window.c: (destroy_fullscreen_popup),
5863         (ev_window_create_fullscreen_popup):
5864
5865         Use connect_object rather than explicitly
5866         disconnect on dispose.
5867
5868 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5869
5870         * shell/ev-page-action.c: (update_page_cache),
5871         (ev_page_action_dispose):
5872
5873 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * backend/ev-page-cache.c: (_ev_page_cache_new),
5876         (ev_page_cache_set_page_label),
5877         (ev_page_cache_has_nonnumeric_page_labels):
5878         * backend/ev-page-cache.h:
5879         * shell/ev-page-action.c: (update_pages_label):
5880         
5881         If all page labels are numeric, fallback to default
5882         way to display number of pages. See bug 173185.
5883
5884 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-page-action.c: (ev_page_action_dispose):
5887         * shell/ev-view.c: (view_update_range_and_current_page):
5888         * shell/ev-window.c: (ev_window_dispose):
5889         
5890         Set page on scroll in continuous mode. Fixes bug 301986.
5891         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
5892
5893 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
5894
5895         * configure.ac:
5896
5897         Require poppler 0.3.0
5898
5899 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5900         
5901         * shell/Makefile.am, configure.ac: Fix build problems
5902         with t1lib. Bug 301996.
5903
5904 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5905
5906         * shell/ev-view.c: (ev_view_scroll_event):
5907         
5908         Scroll up increase zoom
5909
5910 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
5913         (ev_view_set_sizing_mode),
5914         (ev_view_zoom_for_size_continuous_and_dual_page),
5915         (ev_view_zoom_for_size_continuous):
5916         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
5917         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
5918         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
5919         (ev_window_init):
5920
5921         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
5922         Fix for 165473 and 165472.
5923
5924 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * po/POTFILES.in:
5927         * thumbnailer/Makefile.am:
5928         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
5929         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
5930         * thumbnailer/evince-thumbnailer.schemas.in:
5931         
5932         Make thumbnailer schemas translatable. Fix for bug 301773
5933         
5934         * thumbnailer/evince-thumbnailer-djvu.schemas:
5935         * thumbnailer/evince-thumbnailer-dvi.schemas:
5936         * thumbnailer/evince-thumbnailer.schemas:
5937
5938         Removed files
5939
5940 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
5941
5942         * shell/ev-view.c (ev_view_init): forgot to set this.
5943
5944 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
5945
5946         * shell/ev-view.c: (find_page_at_location),
5947         (get_link_at_location),
5948         (ev_view_set_show_border), (ev_view_set_spacing),
5949         (ev_view_zoom_for_size_continuous_and_dual_page),
5950         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
5951         Also, add a quick fix measuring of widths.  Also, removed
5952         ev_view_set_spacing and ev_view_set_show_border.
5953         
5954         * shell/ev-window.c: (ev_window_unfullscreen),
5955         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
5956
5957 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959         * shell/ev-view.c: (view_update_range_and_current_page),
5960         (page_changed_cb):
5961         
5962         Fix crash on exit and scrolling to page in continuous view.
5963
5964 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
5965
5966         * TODO:
5967         * backend/ev-page-cache.c: (_ev_page_cache_new),
5968         (ev_page_cache_get_max_width_size),
5969         (ev_page_cache_get_max_height_size):
5970         * backend/ev-page-cache.h:
5971         * data/evince-ui.xml:
5972         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
5973         * shell/ev-view.c: (view_update_adjustments),
5974         (view_update_range_and_current_page), (get_bounding_box_size),
5975         (ev_view_size_request_continuous_and_dual_page),
5976         (ev_view_size_request_continuous),
5977         (ev_view_size_request_dual_page),
5978         (ev_view_size_request_single_page), (ev_view_size_request),
5979         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
5980         (ev_view_bin_expose), (ev_view_expose_event),
5981         (ev_view_set_property), (ev_view_get_property),
5982         (ev_view_class_init), (ev_view_init), (ev_view_new),
5983         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
5984         (ev_view_set_dual_page), (ev_view_set_full_screen),
5985         (ev_view_set_presentation), (ev_view_set_sizing_mode),
5986         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
5987         (ev_view_zoom_out), (zoom_for_size_fit_width),
5988         (zoom_for_size_best_fit),
5989         (ev_view_zoom_for_size_continuous_and_dual_page),
5990         (ev_view_zoom_for_size_continuous),
5991         (ev_view_zoom_for_size_dual_page),
5992         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5993         (ev_view_show_cursor), (ev_sizing_mode_get_type):
5994         * shell/ev-view.h:
5995         * shell/ev-window.c: (update_action_sensitivity),
5996         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5997         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5998         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
5999         (ev_window_cmd_view_zoom_out), (update_view_size),
6000         (ev_window_set_sizing_mode), (ev_window_init):
6001
6002         Add Continuous and Dual page modes.
6003
6004 2005-04-23  James Bowes  <bowes@cs.dal.ca>
6005
6006         * dvi/dvi-document.c: (dvi_document_load),
6007         (dvi_document_thumbnails_get_thumbnail),
6008         (dvi_document_init_params): Fix up some mixups between
6009         width and height to correct thumbnail rendering.
6010
6011 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6012
6013         * dvi/mdvi-lib/private.h:
6014         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
6015         
6016         Suppess output for kpathsea during font generation. Thanks to
6017         James Bowes
6018
6019 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
6020
6021         * NEWS:
6022         * configure.ac:
6023
6024         Release 0.2.1
6025
6026         * Makefile.am: fix distcheck.
6027
6028 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-sidebar-links.c: (selection_changed_callback),
6031         (update_page_callback), (row_activated_callback),
6032         (job_finished_callback), (ev_sidebar_links_set_document):
6033         
6034         Fix for bug #169901. Double click on links expands tree.
6035
6036 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
6037
6038         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
6039         hard-coded style. Fix for bug 170111
6040
6041 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
6042
6043         * shell/ev-view.c (highlight_find_results): Remove unnecessary
6044         locking.
6045
6046 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
6047
6048         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
6049
6050 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
6051
6052         * pdf/ev-poppler.cc:
6053         * shell/ev-view.c: (highlight_find_results):
6054
6055         Fix find on single page documents
6056
6057 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
6058
6059         * data/evince.schemas.in: fix for bug 301390
6060
6061 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6062
6063         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
6064         (ev_view_zoom_out), (ev_view_zoom_normal):
6065         * shell/ev-view.h:
6066         * shell/ev-window.c: (update_action_sensitivity),
6067         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6068         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
6069         (ev_window_cmd_view_normal_size):
6070
6071         Fix normal size zoom. Make zoom in/zoom out unsensitive when
6072         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
6073         better than oom. 
6074
6075 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6076
6077         * configure.ac:
6078
6079         Depend on 2.57, 2.59 doesnt seem to be necessary
6080
6081 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
6082
6083         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
6084         (create_tool_item):
6085
6086         Put back total number of pages as (1 of 1234)
6087
6088 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
6089
6090         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
6091         remove the job.
6092
6093         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
6094         function.  This helps debugging.
6095
6096 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * djvu/djvu-document.c: (djvu_document_class_init),
6099         (djvu_document_get_info), (djvu_document_document_iface_init):
6100         * dvi/dvi-document.c: (dvi_document_class_init),
6101         (dvi_document_get_info), (dvi_document_document_iface_init):
6102
6103         Dummy implementation of get_info method for dvi and
6104         djvu. Fix crashes with those backends
6105
6106 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
6107
6108         * data/evince.desktop.in:
6109
6110         Add application/x-gzpostscript
6111
6112 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
6113
6114         * data/evince.schemas.in: Added real long descriptions, 
6115         closes bug 172496 
6116
6117         * README: Added actual text, closes bug 171869
6118
6119 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6120
6121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6122
6123         Thumbnail page 0
6124
6125 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6126
6127         * backend/ev-document-info.h:
6128
6129         s/GDate */GDate so we can just use g_free
6130
6131 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6132
6133         * shell/ev-window.c: (update_document_mode),
6134         (ev_window_setup_document):
6135
6136         Show the window in fullscreen when specified by
6137         the document
6138
6139 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6140
6141         * backend/ev-document.c: (ev_document_class_init),
6142         (ev_document_get_info), (ev_document_render_pixbuf):
6143         * backend/ev-document.h:
6144         * backend/ev-page-cache.c: (_ev_page_cache_new):
6145         * pdf/ev-poppler.cc:
6146         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
6147         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
6148         * ps/ps-document.c: (ps_document_class_init), (document_load),
6149         (ps_document_get_info), (ps_document_document_iface_init):
6150
6151         Remove get_title from the interface, we can just use document info
6152
6153 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
6154
6155         * backend/Makefile.am:
6156         * backend/ev-document.c: (ev_document_render_get_info):
6157         * backend/ev-document.h:
6158         * pdf/ev-poppler.cc:
6159
6160         Initial support for document info. Based on jrb patch.
6161
6162 2005-04-19  Paolo Borelli <pborelli@katamail.com>
6163
6164         * shell/ev-window.c: (ev_window_state_event),
6165         (ev_window_class_init), (ev_window_init):
6166         
6167         Doesn't show resize grip when maximized. See bug #301053
6168
6169 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * po/POTFILES.in:
6172         
6173         ev-sidebar-thumbnails now has translatable labels
6174         
6175         * shell/Makefile.am:
6176         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
6177         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
6178         (ev_sidebar_links_page_iface_init):
6179         * shell/ev-sidebar-links.h:
6180         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6181         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
6182         (ev_sidebar_page_get_label):
6183         * shell/ev-sidebar-page.h:
6184         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
6185         (ev_sidebar_thumbnails_set_document),
6186         (ev_sidebar_thumbnails_support_document),
6187         (ev_sidebar_thumbnails_get_label),
6188         (ev_sidebar_thumbnails_page_iface_init):
6189         * shell/ev-sidebar-thumbnails.h:
6190         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
6191         (ev_sidebar_set_document):
6192         * shell/ev-sidebar.h:
6193         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
6194         
6195         Small rework of sidebar code. Now sidebar pages should implement
6196         EvSidebarPage interface. That makes page management in EvSidebar
6197         easier. See bug #164811 for details
6198
6199 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-application.c: (ev_application_open):
6202         * shell/ev-document-types.c:
6203         
6204         Fix build error and small problem with application exit
6205
6206 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * thumbnailer/Makefile.am:
6209         * thumbnailer/evince-thumbnailer-djvu.schemas:
6210         * thumbnailer/evince-thumbnailer-dvi.schemas:
6211         
6212         Conditionally install schemas for djvu/dvi thumbnailer
6213
6214 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
6215
6216         * shell/ev-document-types.h: 
6217         * shell/ev-document-types.c: 
6218         New files, handling the mapping from mimetypes to backends
6219         
6220         * shell/ev-window.c: 
6221         * thumbnailer/evince-thumbnailer.c:     
6222         Use the ev-document-types code
6223         
6224         * shell/Makefile.am: 
6225         Added new convenience library libevbackendfactory_la, containing
6226         the new mimetype->backend logic; moved the backends into it.
6227
6228         * thumbnailer/Makefile.am:
6229         Make the thumbnailer link with the libevbackend.la convenience
6230         library, rather than having a duplicate of the backend logic here.
6231
6232 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
6233
6234         * shell/ev-stock-icons.c: constify some vars.
6235         * shell/ev-window.c: ditto.
6236
6237 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
6238
6239         * ps/ps-document.c (get_page_orientation):
6240
6241         Respect document orientation 
6242
6243 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * djvu/Makefile.am:
6246         * dvi/Makefile.am:
6247         * shell/Makefile.am:
6248         
6249         Move library dependencies to components.
6250         
6251         * shell/ev-window.c: (update_window_title),
6252         (start_loading_document):
6253         
6254         Fix display of uris with spaces. Bug 168358.
6255
6256 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
6257
6258         * shell/ev-sidebar-links.c: (selection_changed_cb):
6259         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
6260         (ev_view_button_release_event), (ev_view_set_document):
6261         * shell/ev-view.h:
6262         * shell/ev-window.c: (find_bar_search_changed_cb):
6263         * shell/ev-window.h: Minor cleanups removing some dead code.
6264
6265 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * backend/ev-page-cache.c: (_ev_page_cache_new):
6268         
6269         Set current page to 0 if document has pages.
6270
6271 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6272
6273         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6274
6275         Initialize GError to NULL, fix a crash when loading fails.
6276
6277 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6278
6279         * shell/ev-window.c: (update_view_size):
6280
6281         Calculate shadow size only when there is actually
6282         a shadow.
6283
6284 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6285
6286         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
6287         * shell/ev-view.h:
6288
6289         Allow setting view spacing, default to 0
6290
6291         * shell/ev-window.c: (ev_window_unfullscreen),
6292         (ev_window_cmd_view_fullscreen), (ev_window_init):
6293
6294         Remove spacing in fullscreen mode
6295
6296 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6297
6298         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
6299         (ev_view_size_request), (expose_bin_window),
6300         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
6301         * shell/ev-view.h:
6302         * shell/ev-window.c: (ev_window_unfullscreen),
6303         (ev_window_cmd_view_fullscreen):
6304
6305         Do not draw the border in fulscreen
6306
6307 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6308
6309         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
6310         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
6311         (find_page_at_location), (page_changed_cb):
6312
6313         Rework border calculation, so that I can more easily disable it.
6314         Code somewhat cleaner too.
6315
6316 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
6317
6318         * backend/ev-page-cache.c: (ev_page_cache_init),
6319         (_ev_page_cache_new):
6320
6321         Remove some assertions, documents can have 0 pages.
6322         Make initial current page -1.
6323
6324         * shell/ev-page-action.c: (page_changed_cb):
6325
6326         Show "" if current page is -1
6327
6328         * shell/ev-window.c: (update_action_sensitivity),
6329         (ev_window_setup_document):
6330
6331         When document has 0 pages do not set the view
6332         and make nearly everything insensitive.
6333
6334 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-page-view.c:
6337         * shell/ev-page-view.h:
6338
6339         Remove unused files.
6340         
6341         * shell/ev-sidebar-thumbnails.c:
6342         (ev_sidebar_thumbnails_set_document):
6343         * shell/ev-sidebar.c: (ev_sidebar_set_document),
6344         (ev_sidebar_supports_document):
6345         * shell/ev-sidebar.h:
6346         * shell/ev-window.c: (ev_window_setup_document):
6347         
6348         Doesn't show thumbnails if document has 1 page. Make
6349         sidebar menu entries sensitive only if if they have 
6350         sense. Fix bug 164811. 
6351
6352 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6353
6354         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
6355         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
6356         (ev_view_zoom_out), (ev_view_set_size):
6357
6358         Rework sizing to deal with documents with not uniform page
6359         size.
6360
6361 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6362
6363         * backend/ev-page-cache.c: (_ev_page_cache_new):
6364
6365         Fix several page size caching bugs
6366
6367 2005-04-15  Luca Ferretti <elle.uca@libero.it>
6368
6369         * shell/ev-window.c: (set_action_properties):
6370
6371         Make all toolbar items translatable
6372
6373 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6374
6375         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
6376         (save_page_list), (ps_document_save),
6377         (ps_document_document_iface_init), (ps_document_ps_export_begin),
6378         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
6379         (ps_document_ps_exporter_iface_init):
6380         * ps/ps-document.h:
6381
6382         Based on a patch by J�rg Billeter <j@bitron.ch>
6383         
6384         Implement print and save a copy for the ps backend.
6385
6386 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
6387
6388         * backend/ev-document.h:
6389         * djvu/djvu-document.c: (djvu_document_can_get_text),
6390         (djvu_document_document_iface_init):
6391         * dvi/dvi-document.c: (dvi_document_can_get_text),
6392         (dvi_document_document_iface_init):
6393         * pdf/ev-poppler.cc:
6394         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
6395         (pixbuf_document_document_iface_init):
6396         * ps/ps-document.c: (ps_document_can_get_text),
6397         (ps_document_document_iface_init):
6398         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
6399         * shell/ev-window.c: (update_action_sensitivity):
6400
6401         Fix the crash when trying to copy in backends that doesnt
6402         support it. We can implement a better solution once we
6403         do real text selection.
6404
6405 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
6406
6407         * data/evince-ui.xml:
6408         * shell/ev-window.c: (ev_window_cmd_escape):
6409         
6410         Work around the Escape conflict (find bar and unfullscreen)
6411
6412 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * backend/ev-page-cache.c: (ev_page_cache_next_page):
6415         
6416         Fix for #300233. Next page correctly handles document end.
6417         
6418         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6419         (ev_sidebar_thumbnails_class_init),
6420         (ev_sidebar_thumbnails_set_document),
6421         (ev_sidebar_thumbnails_clear_job),
6422         (ev_sidebar_thumbnails_clear_model):
6423         
6424         Cleanup thumbnail jobs on document changes.
6425         
6426         * shell/ev-view.c: (add_scroll_binding_keypad),
6427         (add_scroll_binding_shifted), (ev_view_class_init):
6428         
6429         Shift + Space scrolls up. Fix for #173184
6430         
6431         * shell/ev-window.c: (ev_window_open_page),
6432         (ev_window_cmd_view_reload):
6433         
6434         Fix reload (Bug #300094)
6435
6436 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         
6439         * dvi/mdvi-lib/assoc.c:
6440         * dvi/mdvi-lib/assoc.h: Removed garbage files
6441         
6442         * dvi/mdvi-lib/bitmap.c:
6443         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
6444         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
6445         * dvi/mdvi-lib/color.h: Antialias of rules
6446         
6447         * dvi/mdvi-lib/common.h:
6448         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
6449         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
6450         * dvi/mdvi-lib/files.c:
6451         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
6452         * dvi/mdvi-lib/mdvi.h:
6453         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6454         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
6455         * dvi/mdvi-lib/util.c: Fix compile warnings
6456         
6457         * dvi/dvi-document.c:
6458         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
6459         (dvi_document_thumbnails_get_thumbnail),
6460         (dvi_document_document_thumbnails_iface_init):
6461         * dvi/mdvi-lib/Makefile.am:
6462         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6463         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
6464         
6465         Dvi backend now renders thumbnails
6466
6467 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
6468
6469         * shell/main.c: (main): 
6470         
6471         Save accelerators on exit. Fixes bug #172095.
6472
6473 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
6474
6475         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
6476         update priority" comment.
6477
6478         * backend/ev-job-queue.c: Give a way to change priority.
6479
6480 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
6481
6482         * shell/ev-page-action.c: Fix logic.
6483
6484 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6485
6486         * shell/ev-view.c: (ev_view_can_find_next):
6487         * shell/ev-window.c: (ev_window_setup_document):
6488
6489         Check that the document supports find
6490
6491 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6492
6493         * data/evince-ui.xml:
6494         * shell/ev-view.c: (ev_view_can_find_next):
6495         * shell/ev-view.h:
6496         * shell/ev-window.c: (update_action_sensitivity),
6497         (find_changed_cb), (ev_window_setup_document),
6498         (ev_window_cmd_edit_find_next):
6499
6500         Add Edit->Find Next
6501
6502 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6503
6504         * pdf/ev-poppler.cc:
6505         * shell/ev-print-job.c: (idle_print_handler):
6506
6507         Make printing work again
6508
6509 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
6510
6511         * shell/ev-page-action.h:
6512         * shell/ev-page-action.c: (ev_page_action_widget_init),
6513         (ev_page_action_widget_class_init), (page_changed_cb),
6514         (create_tool_item), (update_page_cache), (build_new_tree_cb),
6515         (get_filter_model_from_model), (match_selected_cb),
6516         (display_completion_text), (match_completion), (update_model),
6517         (connect_proxy), (ev_page_action_set_property),
6518         (ev_page_action_get_property), (ev_page_action_set_document),
6519         (ev_page_action_set_model), (ev_page_action_class_init): Big
6520         reworking to make completions work iff we have >= GTK-2.7.0
6521                 
6522         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
6523         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
6524         (job_finished_cb): We now have a 'model' property that is set when
6525         the links are loaded.  This can be caught with "notify::model"
6526
6527         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
6528         listen for the model to be set, and propagate it to the action.
6529
6530 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6531
6532         * cut-n-paste/recent-files/egg-recent-item.c:
6533         (egg_recent_item_set_uri), (make_valid_utf8),
6534         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
6535         * cut-n-paste/recent-files/egg-recent-item.h:
6536         
6537         Update egg-recent from libegg. This should fix long
6538         startup problem. For details see
6539         http://bugzilla.gnome.org/show_bug.cgi?id=160531
6540
6541 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6542
6543         * cut-n-paste/recent-files/Makefile.am:
6544         * data/evince-ui.xml, shell/Makefile.am:
6545         * shell/ev-application.c, shell/ev-application.h:
6546         * shell/ev-window.c: Recent files support.
6547         
6548         * configure.ac: Added "ru" to ALL_LINGUAS.
6549         
6550         * dvju: new backend to support DJVU files.
6551         * dvi: new backend to support DVI.
6552
6553         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
6554         * ev-application.c: Support for new backends.
6555         
6556         * help, ev-window.c, main.c shell/Makefile.am: 
6557         Evince user documentation.
6558
6559 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6560
6561         * po/POTFILES.in:
6562         * shell/ev-window.c:
6563         * thumbnailer/evince-thumbnailer.c:
6564
6565         s/pdf-document/ev-poppler
6566
6567 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6568
6569         * NEWS:
6570         * configure.ac:
6571
6572         Release 0.2.0
6573
6574         * ps/ps-document.c: (setup_pixmap):
6575
6576         Remove debug code
6577
6578 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
6579
6580         * backend/ev-page-cache.c (ev_page_cache_next_page): 
6581         * shell/ev-window.c (ev_window_cmd_go_next_page) 
6582         (ev_window_cmd_go_first_page): Fix of by one errors.
6583
6584 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6585
6586         * ps/ps-document.c: (get_page_box):
6587
6588         Fix page size calculation
6589
6590 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6591
6592         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
6593         (ps_document_cleanup), (setup_pixmap), (get_page_box),
6594         (get_page_orientation), (setup_page), (document_load),
6595         (ps_document_get_page_size), (render_pixbuf_idle):
6596         * ps/ps-document.h:
6597
6598         More refactoring to adapt to EvDocument changes
6599
6600 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6601
6602         * ps/ps-document.c: (start_interpreter):
6603
6604         Actually add alpha args
6605
6606 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6607
6608         * pdf/ev-poppler.cc:
6609
6610         Make clipboard work again
6611
6612 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
6613
6614         Make searching work again.
6615         
6616         * backend/ev-document.c:
6617         * backend/ev-document.h:
6618         * backend/ev-document-find.c:
6619         * backend/ev-document-find.h: Change EvDocumentIface so we no
6620         longer store the current page or zoom level in the document.  The
6621         consequence is that all calls that operate on the current page now
6622         instead take the page number as an extra argument, and all
6623         coordinates are now doubles in document coordinate system.
6624
6625         * pdf/ev-poppler.cc:
6626         * pixbuf/pixbuf-document.c:
6627         * ps/ps-document.c: Update backends accordingly.
6628
6629 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
6630
6631         * autogen.sh:
6632
6633         Add required gettext version
6634
6635 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
6636
6637         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
6638         make F1 bring up non-existent help.
6639
6640         * shell/eggfindbar.c: Patch from Christian Persch to sync to
6641         epiphany's find bar, #167477
6642
6643         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
6644         <emil@nishra.com> to add space-bar scrolling, 
6645
6646         * shell/ev-window.c (static GtkActionEntry entries): add default
6647         keybinding for Help (F1)
6648         Fixes #171068
6649
6650         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
6651         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
6652         170110
6653
6654 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
6655
6656         * Makefile.am: 
6657         * pixbuf/pixbuf-document.c: 
6658
6659         Got pixbuf backend working again
6660
6661 2005-04-01  Steve Murphy  <murf@e-tools.com>
6662
6663         * configure.in: Added "rw" to ALL_LINGUAS.
6664
6665 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
6666
6667         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
6668         model types, noticed by Martin Kretzschmar.
6669
6670 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
6671
6672         * pdf/ev-poppler.cc: Implement search based on
6673         poppler_page_find_text().  Currently a bit crude since we remember
6674         all matches from all pages.  Also, we grab the big document lock
6675         when we search since searching changes the underlying stream and
6676         thus conflicts with the rendering thread.
6677         
6678         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6679         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
6680         (ev_view_find_previous): Fix some page indexes to be 0 based,
6681         offset rubber band by view offset,
6682
6683 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
6684
6685         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
6686
6687 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
6688
6689         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
6690         completely because I didn't understand GtkActions.  I should
6691         read Marco's code more carefully in the future.
6692
6693         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
6694         function
6695
6696 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
6697
6698         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
6699         PopplerRectangle change from poppler CVS.
6700
6701 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
6702
6703         * backend/ev-document.c: (ev_document_get_page_label):
6704         * backend/ev-document.h:
6705         * backend/ev-page-cache.c: (_ev_page_cache_new),
6706         (ev_page_cache_get_page_label):
6707         * backend/ev-page-cache.h:
6708         * pdf/ev-poppler.cc:
6709         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
6710         (links_page_num_func):
6711         * shell/ev-sidebar-thumbnails.c:
6712         (ev_sidebar_thumbnails_set_document):
6713         * shell/ev-view.c: (status_message_from_link),
6714         (ev_view_motion_notify_event):
6715         * shell/ev-window.c: (document_supports_sidebar): Add in page
6716         label support.  It's not perfect yet, but it's the first 'feature'
6717         in a while.
6718         Also, fix a bogus comment noticed by crispin. 
6719
6720 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
6721
6722         * Makefile.am: Remove pixbuf backend for now
6723
6724         * configure.ac: Require poppler-glib instead of just poppler.
6725
6726         * backend/ev-document-thumbnails.h: Add a comment
6727
6728         * backend/ev-document.h:
6729         * backend/ev-document.c: (ev_document_class_init),
6730         (ev_document_load), (ev_document_get_link),
6731         (ev_document_get_links): Remove 3 methods and add get_links.
6732         Also, made 0 based.
6733
6734         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6735         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
6736
6737         * backend/ev-link.c: (ev_link_set_title),
6738         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
6739         (ev_link_mapping_find):
6740         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
6741         
6742         * backend/ev-page-cache.c: (ev_page_cache_init),
6743         (_ev_page_cache_new), (ev_page_cache_set_current_page),
6744         (ev_page_cache_get_size), (ev_page_cache_next_page),
6745         (ev_page_cache_prev_page): Fix to be 0 based.
6746
6747         * pdf/Makefile.am: 
6748         * pdf/ev-poppler.h:
6749         * pdf/ev-poppler.cc: New backend.
6750         
6751         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
6752         (ps_document_get_page), (ps_document_document_iface_init):
6753
6754         * shell/ev-pixbuf-cache.h:
6755         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6756         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
6757         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
6758         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
6759         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
6760         Fix up code to grab a page cache per each doc.  Also, fix to be 0
6761         based.
6762         
6763         * shell/ev-sidebar-thumbnails.c:
6764         (ev_sidebar_tree_selection_changed), (page_changed_cb),
6765         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
6766
6767         * shell/ev-view.c: (status_message_from_link),
6768         (find_page_at_location), (get_link_at_location),
6769         (ev_view_motion_notify_event), (ev_view_button_release_event),
6770         (ev_view_init): Use the new link code.  Fix to be 0 based.
6771
6772         * shell/ev-window.c: (update_action_sensitivity),
6773         (document_supports_sidebar): 0 based.
6774
6775 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
6776
6777         * pdf/pdf-document.cc: Patch from Fernando Herrera
6778         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
6779         *blush*
6780
6781 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
6782
6783         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
6784         1 to the page, as this seems to be 1 based.  I thought we has this
6785         fixed.  grump.
6786
6787 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
6788
6789         * TODO:
6790         * backend/Makefile.am:
6791         * backend/ev-document-links.c:
6792         (ev_document_links_has_document_links),
6793         (ev_document_links_get_links_model):
6794         * backend/ev-document-links.h:
6795         * backend/ev-document.c: (ev_document_get_page_cache),
6796         (ev_document_get_doc_mutex), (ev_document_load),
6797         (ev_document_save), (ev_document_get_title),
6798         (ev_document_get_n_pages), (ev_document_set_page),
6799         (ev_document_get_page), (ev_document_set_target),
6800         (ev_document_set_scale), (ev_document_set_page_offset),
6801         (ev_document_get_page_size), (ev_document_get_text),
6802         (ev_document_get_link), (ev_document_render),
6803         (ev_document_render_pixbuf), (ev_document_scale_changed):
6804         * backend/ev-document.h:
6805         * backend/ev-job-queue.c: (remove_object_from_queue),
6806         (notify_finished), (handle_job), (search_for_jobs_unlocked),
6807         (no_jobs_available_unlocked), (ev_render_thread),
6808         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
6809         (ev_job_queue_remove_job):
6810         * backend/ev-job-queue.h:
6811         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6812         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6813         (ev_job_links_class_init), (ev_job_render_init),
6814         (ev_job_render_dispose), (ev_job_render_class_init),
6815         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6816         (ev_job_thumbnail_class_init), (ev_job_finished),
6817         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6818         (ev_job_render_run), (ev_job_thumbnail_new),
6819         (ev_job_thumbnail_run):
6820         * backend/ev-jobs.h:
6821         * backend/ev-link.c:
6822         * backend/ev-link.h:
6823         * backend/ev-page-cache.c: (ev_page_cache_init),
6824         (ev_page_cache_class_init), (ev_page_cache_finalize),
6825         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
6826         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6827         (ev_page_cache_set_link), (ev_page_cache_get_title),
6828         (ev_page_cache_get_size), (ev_page_cache_next_page),
6829         (ev_page_cache_prev_page):
6830         * backend/ev-page-cache.h:
6831         * pdf/pdf-document.cc:
6832         * ps/gsdefaults.c:
6833         * ps/gsdefaults.h:
6834         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6835         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
6836         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
6837         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
6838         (is_interpreter_ready), (output), (catchPipe), (input),
6839         (start_interpreter), (check_filecompressed), (compute_dimensions),
6840         (ps_document_enable_interpreter), (document_load),
6841         (ps_document_next_page), (render_page), (ps_document_set_page),
6842         (ps_document_set_scale), (render_pixbuf_idle),
6843         (ps_document_render_pixbuf), (ps_document_document_iface_init):
6844         * ps/ps-document.h:
6845         * shell/Makefile.am:
6846         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6847         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
6848         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
6849         (ev_pixbuf_cache_new), (job_finished_cb),
6850         (check_job_size_and_unref), (move_one_job),
6851         (ev_pixbuf_cache_update_range), (find_job_cache),
6852         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
6853         (ev_pixbuf_cache_add_jobs_if_needed),
6854         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
6855         * shell/ev-pixbuf-cache.h:
6856         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6857         (idle_print_handler):
6858         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
6859         (selection_changed_cb), (create_loading_model),
6860         (ev_sidebar_links_construct), (links_page_num_func),
6861         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
6862         (update_page_callback), (job_finished_cb),
6863         (ev_sidebar_links_set_document):
6864         * shell/ev-sidebar-thumbnails.c:
6865         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
6866         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
6867         (page_changed_cb), (thumbnail_job_completed_callback),
6868         (ev_sidebar_thumbnails_set_document):
6869         * shell/ev-sidebar-thumbnails.h:
6870         * shell/ev-sidebar.c: (ev_sidebar_set_document):
6871         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
6872         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
6873         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
6874         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
6875         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
6876         (ev_view_button_release_event), (ev_view_scroll_view),
6877         (ev_view_class_init), (ev_view_init), (update_find_status_message),
6878         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
6879         (ev_view_new), (job_finished_cb), (page_changed_cb),
6880         (ev_view_set_document), (go_to_link), (ev_view_zoom),
6881         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
6882         (ev_view_find_previous):
6883         * shell/ev-view.h:
6884         * shell/ev-window.c: (update_action_sensitivity),
6885         (ev_window_open_page), (update_window_title), (update_total_pages),
6886         (page_changed_cb), (ev_window_setup_document),
6887         (password_dialog_response), (ev_window_cmd_save_as),
6888         (ev_window_print), (ev_window_cmd_go_previous_page),
6889         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
6890         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
6891         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
6892         * shell/main.c: (main):
6893
6894         Merge evince-threads branch
6895
6896 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
6897
6898         * configure.ac: Added "lt" to ALL_LINGUAS.
6899
6900 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
6901
6902         * NEWS:
6903         * configure.ac:
6904
6905         Release 0.1.9
6906
6907 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
6908
6909         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6910
6911         Fix here also the thumbnails 1-basedness :)
6912
6913 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6914
6915         * NEWS:
6916         * configure.ac:
6917
6918         Release 0.1.8
6919
6920 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6921
6922         * pdf/pdf-document.cc:
6923         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6924         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
6925
6926         Fix the mess we did with thumbnails and 1-basedness
6927
6928 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
6929
6930         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
6931
6932 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
6933
6934         * NEWS:
6935         * configure.ac:
6936
6937         Release 0.1.7
6938
6939 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
6940
6941         * ps/Makefile.am:
6942         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
6943         (gtk_gs_defaults_get_alpha_parameters),
6944         (gtk_gs_defaults_get_ungzip_cmd),
6945         (gtk_gs_defaults_get_unbzip2_cmd):
6946         * ps/gsdefaults.h:
6947         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6948         (ps_document_get_orientation), (document_load),
6949         (ps_document_goto_page), (ps_document_set_page_size):
6950         * ps/ps-document.h:
6951
6952         Some more sanitization of the ps backend. Remove a lot
6953         of unused code and do not base our defaults on ggv
6954         preferences (ugh!)
6955
6956 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
6957
6958         * thumbnailer/evince-thumbnailer.schemas:
6959         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6960         (main): add -s option for thumbnail size.
6961
6962 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
6963
6964         * configure.ac:
6965
6966         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
6967         remove it.
6968
6969 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6970
6971         * pdf/pdf-document.cc:
6972
6973         Remove 4 pixels of useless border from the
6974         thumbnail.
6975
6976 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6977
6978         * backend/ev-document-thumbnails.c:
6979         (ev_document_thumbnails_get_thumbnail):
6980         * backend/ev-document-thumbnails.h:
6981
6982         Rework API a bit. Add a border flag and
6983         change sizing logic (now the size we specify
6984         applies to the bigger dimension).
6985
6986         * pdf/pdf-document.cc:
6987         * pixbuf/pixbuf-document.c:
6988         (pixbuf_document_thumbnails_get_thumbnail):
6989         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
6990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6991
6992         Adapt to the new API and do not draw a border for nautilus
6993         thumbnailer.
6994
6995 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
6996
6997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6998         take thumbnails from page "0" instead of "1". Added a copyright header.
6999
7000 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
7001
7002         * ps/ps-document.c: (set_up_page), (start_interpreter):
7003
7004         Make it C89 compliant
7005
7006 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
7007
7008         * Makefile.am:
7009         * configure.ac:
7010         * pdf/.cvsignore:
7011         * pdf/pdf-document.cc:
7012         * thumbnailer/Makefile.am:
7013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
7014         (main):
7015         * thumbnailer/evince-thumbnailer.schemas:
7016         * thumbnailer/pdf-icon.png:
7017
7018         Add a nautilus thumbnailer.
7019         Based on patch by Fernando Herrera <fherrera@onirica.com>.
7020
7021 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
7022
7023         * NEWS:
7024         * configure.ac:
7025         * po/POTFILES.in:
7026
7027         Release 0.1.6
7028
7029 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
7030
7031         Use poppler instead of including xpdf source code.  Poppler is a
7032         fork of xpdf to build it as a shared library. See
7033         http://freedesktop.org/wiki/Software/poppler.
7034
7035         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
7036         xpdf fork.
7037         
7038         * pdf/Makefile.am: Build libpdfdocument.a here.
7039         
7040         * pdf/GDKSplashOutputDev.cc:
7041         * pdf/GDKSplashOutputDev.h:
7042         * pdf/GnomeVFSStream.cc:
7043         * pdf/GnomeVFSStream.h:
7044         * pdf-document.cc:
7045         * pdf-document.h:
7046         * test-gdk-output-dev.cc
7047         * Thumb.cc:
7048         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
7049         against poppler.
7050
7051 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7052
7053         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
7054
7055         Clear idle stack before unsetting the document
7056
7057 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7058
7059         * ps/ps-document.c: (ps_document_widget_event),
7060         (ps_document_set_target), (ps_document_finalize),
7061         (ps_document_get_page):
7062
7063         Disconnect the widget event signal on finalize.
7064         Some code cleanups.
7065
7066 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7067
7068         * ps/ps-document.c: (set_up_page):
7069
7070         If there is no bpixmap create one, even if size
7071         is not changed.
7072
7073 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7074
7075         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
7076         (set_up_page), (document_load), (ps_document_set_zoom):
7077
7078         Default page is 0. Calculate size even when we have no
7079         target yet.
7080
7081 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
7082
7083         * shell/ev-sidebar.c: expand the selection widget to be always as
7084         wide as the sidebar
7085
7086 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7087
7088         * shell/ev-sidebar-thumbnails.c:
7089         (ev_sidebar_thumbnails_set_document):
7090
7091         Clear the list store when setting document
7092
7093 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7094
7095         * shell/ev-page-action.c: (update_entry), (sync_entry),
7096         (activate_cb), (entry_size_request_cb), (create_tool_item),
7097         (connect_proxy):
7098
7099         Use an entry for the page control instead of spinbuttons
7100
7101 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
7102
7103         * data/evince.schemas.in:
7104
7105         Correct confusing string
7106
7107 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
7108
7109         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
7110         for real.  Gosh, how long has this been broken.
7111
7112         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
7113         check for a NULL link.  We crash otherwise.
7114
7115 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
7116
7117         * NEWS:
7118         * configure.ac:
7119
7120         Release 0.1.5
7121
7122 2005-02-25  Sebastien Bacher  <seb128@debian.org>
7123
7124         * configure.ac: add the french translation.
7125
7126 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7127
7128         * shell/ev-window.c:
7129
7130         Remove unused header -> fix distcheck
7131
7132 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7133
7134         * shell/ev-window.c: (update_window_title),
7135         (ev_window_popup_password_dialog):
7136
7137         Unescape filename for display
7138
7139 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7140
7141         * pdf/xpdf/pdf-document.cc:
7142
7143         In get_page_size deal with rotation. Also
7144         cleanup the function a bit.
7145
7146 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7147
7148         * pdf/xpdf/pdf-document.cc:
7149
7150         Fix crash when opening in new window
7151
7152 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
7153
7154         * configure.ac:
7155
7156         Check ghostscript >= 7
7157
7158 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
7159
7160         * shell/ev-window.c:
7161
7162         Make page width the default sizing mode
7163
7164 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
7165         Marco Pesenti Gritti <marco@gnome.org>
7166
7167         * shell/ev-window.c: Remember the sidebar size
7168
7169         * data/evince.schemas.in: Add a new gconf key to store the size of
7170         the sidebar
7171
7172 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
7173
7174         * data/evince-ui.xml:
7175         * shell/ev-window.c: (update_action_sensitivity),
7176         (ev_window_cmd_view_reload):
7177         
7178         Add a "Reload" action and menu entry
7179
7180 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
7181
7182         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
7183         iff the type doesn't support thumbnailing and indexing.
7184
7185 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
7186
7187         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
7188
7189 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7190
7191         * pdf/splash/Splash.cc:
7192
7193         Port fix for a crasher from kde bug
7194         http://bugs.kde.org/show_bug.cgi?id=97131
7195
7196 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7197
7198         * pdf/xpdf/pdf-document.cc:
7199
7200         Return a link even if it's of an unrecognized
7201         type. Otherwise we go in an infinte cycle.
7202
7203 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7204
7205         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
7206         (size_allocate_cb), (ev_window_set_sizing_mode):
7207
7208         Update size when switching mode
7209
7210 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7211
7212         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
7213         (ev_window_cmd_view_page_width), (update_sizing_buttons),
7214         (ev_window_cmd_view_normal_size):
7215
7216         Fix size toggle buttons behavior
7217
7218 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7219
7220         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
7221         (doc_rect_to_view_rect), (ev_view_size_allocate),
7222         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
7223         (scale_changed_callback):
7224
7225         Do not cache offsets in size_allocate.
7226
7227 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7228
7229         * shell/ev-view.c: (ev_view_size_allocate):
7230
7231         Calculate offsets before calling the parent
7232         class (which does a redraw)
7233
7234 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7235
7236         * pdf/xpdf/pdf-document.cc:
7237
7238         Fix a crasher on exit. Unused code, put a TODO
7239
7240 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
7241
7242         * backend/ev-document.c: (ev_document_class_init),
7243         (ev_document_page_changed), (ev_document_scale_changed):
7244         * backend/ev-document.h:
7245
7246         Separate page/scale notifications
7247
7248         * pdf/xpdf/pdf-document.cc:
7249
7250         Emit the new signals.
7251         Do not display the pdf page in _render, do it
7252         when scale/page are requested.
7253
7254         * ps/ps-document.c: (ps_document_set_zoom),
7255         (ps_document_widget_event):
7256         * ps/ps-document.h:
7257
7258         Emit the new signals.
7259
7260         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7261         (ev_view_init), (page_changed_callback), (scale_changed_callback),
7262         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
7263         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
7264         * shell/ev-view.h:
7265         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
7266         (ev_window_cmd_view_page_width), (size_allocate_cb),
7267         (ev_window_set_sizing_mode):
7268
7269         Rework sizing to be pixel based.
7270         There are bugs but should be already way better.
7271
7272 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
7273
7274         * shell/ev-window.c: (ev_window_init):
7275
7276         Do not allow to shrink sidebar smaller then
7277         child requisition
7278
7279 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
7280
7281         * shell/ev-sidebar.[ch]
7282         * shell/ev-window.c:
7283
7284         Improved sidebar widget. Fixes #166683
7285
7286 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
7287
7288         * shell/ev-view.c (update_find_status_message): Give translators
7289         more flexibility with ngettext plural handling.
7290
7291 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
7292
7293         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
7294         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
7295         page when we get the page size.
7296
7297 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7298
7299         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
7300
7301         ps pages are 0 based, convert 
7302
7303 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7304
7305         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
7306
7307         Initialize correct parent class. Set GError on document load
7308
7309 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7310
7311         * pdf/xpdf/pdf-document.cc:
7312
7313         Fixup selection offset calculation
7314
7315         * shell/ev-view.c: (view_rect_to_doc_rect),
7316         (doc_rect_to_view_rect), (ev_view_size_allocate),
7317         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
7318         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
7319
7320         Store selection as document relative, so that zooming
7321         and offset changing doesnt break it.
7322
7323 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7324
7325         * shell/ev-view.c: (ev_view_best_fit):
7326
7327         Do not try to best fit if the view is not realized
7328
7329 2005-02-20  Kostas Papadimas <pkst@gnome.org>
7330           
7331         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
7332
7333 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
7334
7335         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
7336
7337 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
7338
7339         * shell/ev-window.c: Change the fullscreen toolbar to always be in
7340         the popup window.  That prevents it resizing when in full screen
7341         mode.
7342
7343         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
7344         multiple rerenders.  This pretty much sucks.
7345
7346         * data/evince-ui.xml: Change the fullscreen toolbar to include the
7347         rest of the toolbar.
7348
7349 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
7350
7351         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
7352
7353 2005-02-17  Alexander Shopov  <ash@contact.bg>
7354
7355         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
7356
7357 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
7358
7359         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
7360
7361 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
7362
7363         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
7364         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
7365         (set_document_page), (document_changed_callback),
7366         (ev_view_set_document), (ev_view_find_previous),
7367         (ev_view_hide_cursor), (ev_view_show_cursor):
7368         * shell/ev-view.h:
7369         * shell/ev-window.c: (update_chrome_visibility),
7370         (fullscreen_timeout_cb), (fullscreen_set_timeout),
7371         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
7372         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
7373         (ev_window_unfullscreen):
7374         * shell/main.c: (main):
7375
7376         Automatically hide the fullscreen button.
7377         Patch by Kristian Høgsberg <krh@redhat.com>
7378
7379 2005-02-16  Vincent Noel  <vnoel@cox.net>
7380
7381         * shell/main.c (main): Specify an icon for the window. Patch by
7382         Jaap A. Haitsma. Fixes #166177.
7383
7384 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
7385
7386         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
7387
7388 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
7389
7390         * backend/ev-document-misc.h:
7391         * backend/ev-document-misc.c:
7392         (ev_document_misc_get_page_border_size),
7393         (ev_document_misc_paint_one_page): New function to canonicalize
7394         sizing/painting a border.
7395
7396         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
7397         used.
7398
7399         * pdf/xpdf/pdf-document.cc: use new function
7400
7401         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7402         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
7403         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
7404         shell/ev-window.c: (update_sizing_buttons),
7405         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
7406         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
7407         (ev_window_cmd_view_page_width), (size_allocate_cb),
7408         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
7409         and "fit width" values act as toggle buttons so they stay
7410         toggled.  It's not 100% perfect, and it's a little slow, but it's
7411         good enough to commit I think.
7412
7413 2005-02-15  David Lodge  <dave@cirt.net>
7414
7415         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
7416
7417 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
7418
7419         * shell/ev-window.c (update_window_title): replace newlines in
7420         the title by spaces. Bug #166107.
7421
7422 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
7423
7424         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
7425         parameters providing allocation width and height without
7426         scrollbars and width of a possible vertical scrollbar. With this
7427         additional information the functions can work as
7428         intended. Unfortunately they're not idempotent. We should
7429         transform these commands to toggles. Fixes Bug #164976
7430         Initial patch by Stephane Loeuillet, then heavily modified.
7431
7432         * shell/ev-view.h: update prototypes.
7433
7434         * shell/ev-window.c (ev_window_cmd_view_best_fit)
7435         (ev_window_cmd_view_page_width): provide EvView fit functions with
7436         all the information they need. Formulas to calculate this
7437         information taken from GtkScrolledWindow.
7438
7439 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
7440
7441         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
7442         created a thumbnail, the list store is updated to know
7443         that the thumbnail is set. Fixes bug #166792
7444
7445 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7446
7447         * shell/ev-window.c: fixed typo, closes bug 166897
7448
7449         * TODO: updated TODO with bug numbers that are relevant
7450
7451 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
7452
7453         * shell/ev-window.c: Support for DnD of files. Fixes #164813
7454
7455 2005-02-09  Vincent Noel  <vnoel@cox.net>
7456
7457         * shell/ev-window.c: (set_action_properties): Set the "Previous"
7458         and "Next" toolbar buttons as important to make them stand out.
7459
7460 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7461
7462         * lib/ev-debug.c:
7463         * lib/ev-debug.h:
7464         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
7465         (start_interpreter), (stop_interpreter), (document_load),
7466         (ps_document_next_page), (ps_document_goto_page),
7467         (ps_document_set_page_size), (ps_document_widget_event),
7468         (ps_document_render):
7469         * shell/ev-page-view.c: (ev_page_view_dispose):
7470         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
7471
7472         Fix compilation on non-gcc platforms
7473
7474 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7475
7476         * NEWS:
7477         * configure.ac:
7478
7479         Release 0.1.4
7480
7481         * pdf/xpdf/Catalog.cc:
7482         * pdf/xpdf/XRef.cc:
7483
7484         Fix the fix for CAN-2004-0888
7485
7486 2005-02-09  Luca Ferretti <elle.uca@libero.it>
7487
7488         * data/Makefile.am:
7489         * data/evince-ui.xml:
7490         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7491         * shell/ev-stock-icons.h:
7492         * shell/ev-window.c: (update_action_sensitivity),
7493         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
7494         (set_action_properties):
7495
7496         Improve toolbar layout/icons
7497
7498 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
7499
7500         * pdf/xpdf/pdf-document.cc:
7501
7502         Add warnings about unimplemented/unknown link
7503         types.
7504
7505 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7506
7507         * ps/ps-document.c: (set_up_page):
7508
7509         Log gs property
7510
7511 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7512
7513         * ps/ps-document.c: (start_interpreter):
7514
7515         Log gs env var
7516
7517 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7518
7519         * shell/ev-page-view.c: (ev_page_view_dispose):
7520         * shell/ev-view.c: (ev_view_finalize):
7521         * shell/ev-window.c: (ev_window_setup_document),
7522         (ev_window_dispose), (ev_window_init):
7523
7524         Solve more refs issues.
7525
7526         I commented out the page_view initialization for now:
7527         it was never destroyed (because it's never added
7528         to a container). Because of that we was leaking
7529         gs processes. Couldnt think to a clean fix.
7530         We need to figure this out, password view has the
7531         same issue probably.
7532
7533 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7534
7535         * ps/ps-document.c: (ps_document_finalize),
7536         (ps_document_get_n_pages), (ps_document_get_page):
7537
7538         Some cleanups, stop the interpreter on finalize
7539
7540         * shell/ev-page-view.c: (ev_page_view_dispose),
7541         (ev_page_view_class_init):
7542
7543         Release our reference on the document
7544
7545 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7546
7547         * Makefile.am:
7548         * configure.ac:
7549         * doc/debugging.txt:
7550         * lib/.cvsignore:
7551         * lib/Makefile.am:
7552         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
7553         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
7554         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
7555         * lib/ev-debug.h:
7556
7557         Add debugging helpers
7558
7559         * ps/Makefile.am:
7560         * ps/ps-document.c: (set_up_page), (start_interpreter),
7561         (stop_interpreter), (document_load), (ps_document_next_page),
7562         (ps_document_goto_page), (ps_document_set_page_size),
7563         (ps_document_widget_event), (ps_document_render):
7564         * shell/Makefile.am:
7565         * shell/ev-view.c: (expose_bin_window):
7566         * shell/main.c: (main):
7567
7568         Add some logs
7569         
7570 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7571
7572         * ps/ps-document.c: (ps_document_widget_event):
7573
7574         Initialize message_window, this should make ps
7575         rendering really work! (Never noticed because I was
7576         testing with a ps that is causing gs to exit every time!)
7577
7578 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
7579
7580         * data/evince.schemas.in: updated simple error in applyto closing tag
7581
7582 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
7583
7584         * Makefile.am:
7585         * configure.ac:
7586         * data/.cvsignore:
7587         * data/Makefile.am:
7588         * data/evince-ui.xml:
7589         A data/evince.schemas.in:
7590         * po/POTFILES.in:
7591         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7592         * shell/ev-stock-icons.h:
7593         * shell/ev-window.c: (update_chrome_visibility),
7594         (update_chrome_flag), (ev_window_cmd_edit_find),
7595         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
7596         (ev_window_unfullscreen), (ev_window_focus_in_event),
7597         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
7598         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
7599         (ev_window_view_sidebar_cb), (find_bar_close_cb),
7600         (ev_window_dispose), (ev_window_class_init),
7601         (set_action_properties), (set_chrome_actions), (load_chrome),
7602         (ev_window_init):
7603
7604         Implement fullscreen mode changes from bug #164776.
7605         Also implement persistent chrome toggles.
7606
7607 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
7608
7609         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
7610
7611 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7612
7613         * NEWS:
7614         * configure.ac:
7615         * shell/ev-view.c:
7616
7617         Add another check for find interface
7618
7619         Release 0.1.3
7620
7621 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7622
7623         * shell/ev-application.c: (ev_application_open):
7624         * shell/ev-window.c: (ev_window_open):
7625
7626         Open gzipped ps documents
7627
7628 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7629
7630         * TODO:
7631         * shell/ev-view.c: (set_document_page):
7632
7633         Clamp page number, dont try to move to
7634         not existant pages.
7635
7636 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7637
7638         * backend/ev-document-find.c: (ev_document_find_changed):
7639         * backend/ev-document-find.h:
7640         * pdf/xpdf/pdf-document.cc:
7641         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
7642         * shell/ev-window.c: (find_bar_search_changed_cb):
7643
7644         Fix several bugs with find
7645
7646 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
7647
7648         * shell/ev-sidebar-thumbnails.c
7649         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
7650         document. Prevents warning from scroll_to_cell.
7651
7652 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
7653
7654         * configure.ac: Add «nb» to ALL_LINGUAS too.
7655
7656 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
7657
7658         * NOTES: New file with some random thoughts.
7659
7660         * TODO: Update.
7661
7662         * backend/ev-document-misc.c:
7663         (ev_document_misc_get_page_border_size): New function to
7664         canonicalize shadow drawing sizes.  Possibly goofy.
7665
7666         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
7667         (ev_view_best_fit), (ev_view_fit_width):
7668         * pdf/xpdf/pdf-document.cc:
7669         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7670         * ps/ps-document.c: (ps_document_get_page_size):
7671         * backend/ev-document-misc.h:
7672         * backend/ev-document.c: (ev_document_get_page_size):
7673         * backend/ev-document.h: get_page_size now takes a page number
7674         parameter.  Made all the backends/frontends honor it.
7675
7676         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
7677         see.  Doesn't work yet.
7678
7679         * shell/Makefile.am:
7680         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
7681         Doesn't do anything yet.
7682
7683         * shell/ev-sidebar-thumbnails.c:
7684         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
7685         [0..n_pages-1]
7686
7687         * shell/ev-window.c: (update_action_sensitivity),
7688         (ev_window_setup_document), (ev_window_set_page_mode),
7689         (ev_window_page_mode_cb), (ev_window_init): Clean up the
7690         view-swapping code a bit so we can have multiple views on a
7691         document.  Add the multi-page view, though it can't be turned on
7692         yet.
7693
7694 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
7695
7696         * shell/ev-application.c: (ev_application_open):
7697         * shell/ev-view.c: (expose_bin_window):
7698         * shell/ev-window.c: (ev_window_open):
7699
7700         Support eps and check document supports find
7701         before drawing highlightings in expose.
7702
7703 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
7704
7705         * pixbuf/pixbuf-document.c:
7706         (pixbuf_document_thumbnails_get_dimensions),
7707         (pixbuf_document_document_thumbnails_iface_init):
7708
7709         implement get_dimensions
7710
7711 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
7712
7713         * NEWS:
7714         * configure.ac:
7715
7716         Release 0.1.2
7717
7718 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7719
7720         * shell/ev-view.c: (set_document_page):
7721
7722         Scroll at the top of the page when changing page
7723
7724 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7725
7726         * shell/ev-view.c: (ev_view_motion_notify_event):
7727
7728         Do not redraw unnecessarily
7729
7730 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7731
7732         * pdf/xpdf/pdf-document.cc:
7733         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7734         (expose_bin_window), (find_changed_cb):
7735
7736         Yay! find works now... Now to find bugs...
7737
7738 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7739
7740         * backend/ev-document-find.c: (ev_document_find_base_init),
7741         (ev_document_find_changed):
7742         * backend/ev-document-find.h:
7743         * pdf/xpdf/pdf-document.cc:
7744         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7745         (expose_bin_window), (ev_view_init), (set_document_page),
7746         (ensure_rectangle_is_visible), (jump_to_find_result),
7747         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
7748         (ev_view_find_next), (ev_view_find_previous):
7749         * shell/ev-view.h:
7750         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
7751
7752         More work on find implementation, mostly there now
7753
7754 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
7755
7756         * backend/ev-backend-marshalers.list:
7757         * backend/ev-document-find.c: (ev_document_find_base_init),
7758         (ev_document_find_cancel), (ev_document_find_page_has_results),
7759         (ev_document_find_get_n_results), (ev_document_find_get_result),
7760         (ev_document_find_get_progress), (ev_document_find_changed):
7761         * backend/ev-document-find.h:
7762
7763         Enanche the find interface to be really able to do
7764         multi page find.
7765
7766         * pdf/xpdf/pdf-document.cc:
7767
7768         Implement
7769
7770         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
7771         (expose_bin_window), (ev_view_init),
7772         (ev_view_get_find_status_message), (find_changed_cb),
7773         (ev_view_set_document), (set_document_page):
7774
7775         Adapt to the new interface. A few things are regressed sorry,
7776         I will finish it soon.
7777
7778 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
7779
7780         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
7781         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
7782         ev_sidebar_thumbnails_parent_class variable, don't define another
7783         parent_class variable.
7784
7785         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
7786         (ev_page_action_class_init): ditto.
7787
7788         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
7789         (pixbuf_document_class_init): ditto.
7790
7791         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
7792         ditto.
7793
7794         * .cvsignore: ignore various valgrind output files.
7795
7796 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
7797
7798         * data/evince-ui.xml:
7799         * shell/Makefile.am:
7800         * shell/ev-history.c:
7801         * shell/ev-history.h:
7802         * shell/ev-navigation-action.c:
7803         * shell/ev-navigation-action.h:
7804         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
7805         (ev_view_set_page), (ev_view_fit_width):
7806         * shell/ev-view.h:
7807         * shell/ev-window.c: (update_action_sensitivity),
7808         (ev_window_setup_document), (register_custom_actions):
7809
7810         Kill session history
7811
7812 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
7813
7814         * shell/ev-window.c: (update_action_sensitivity):
7815
7816         Fix inverted up/down buttons
7817
7818 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
7819
7820         * shell/ev-sidebar-thumbnails.c
7821         (ev_sidebar_thumbnails_select_page): make sure the selected
7822         thumbnail stays visible.
7823
7824 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
7825
7826         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
7827         scrolled window for Federico.
7828
7829 2005-01-26  Ole Laursen  <olau@hardworking.dk>
7830
7831         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
7832
7833 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
7834
7835         * configure.ac:
7836         * pdf/splash/SplashFTFontEngine.cc:
7837
7838         Fix CID fonts with freetype 2.1.9
7839
7840 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
7841
7842         * TODO: added item for desktop icon thumbnailer
7843
7844 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
7845
7846         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
7847         unloaded docs when the title is accessed.
7848
7849         * shell/ev-password-view.[hc]: New widget for displaying password
7850         state.
7851
7852         * shell/ev-window.[ch]: Refactor password handling code to handle
7853         the new view.
7854
7855 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
7856
7857         * NEWS:
7858         * configure.ac:
7859         * data/Makefile.am:
7860
7861         Release 0.1.1
7862
7863 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7864
7865         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
7866         ignore page offset here, to make search results independent of it,
7867
7868         * shell/ev-view.c (expose_bin_window): but take offsets into
7869         account here. Bug #164932
7870
7871         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
7872         scale at the right time. Bug #164996
7873
7874 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
7875
7876         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
7877         fix the problem. Now I just removed the Adobe font names and hope
7878         that the URW fonts are always in outline format. Bug #164934
7879
7880         * shell/ev-window.c (update_window_title): empty titles are
7881         useless, use filename in that case too.
7882
7883         * NEWS: Add some content.
7884
7885 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
7886
7887         * TODO: added one more TODO item and a TODONE section :)
7888
7889 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7890
7891         * ps/ps-document.h: add page_[xy]_offset fields.
7892
7893         * ps/ps-document.c (ps_document_set_page_offset)
7894         (ps_document_render): Keep offset in consideration in a few
7895         places. Bug #164752 "postscript documents are not centered in
7896         window"
7897
7898         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
7899         s/gpdf/evince/. Spotted by Stephane Loeuillet.
7900
7901         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
7902         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
7903         stub out missing methods for complete EvDocument implementation.
7904         Fixes segfaults with Save A Copy and Copy actions.
7905
7906         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
7907         (ps_document_document_iface_init): ditto.
7908         
7909 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7910
7911         * data/.cvsignore:
7912         * data/Makefile.am:
7913         * data/evince.desktop.in:
7914
7915         Add desktop file
7916
7917 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7918
7919         * shell/ev-view.c: (ev_view_button_press_event),
7920         (ev_view_motion_notify_event):
7921
7922         Make selection work in any direction
7923
7924 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7925
7926         * TODO:
7927         * shell/ev-window.c: (set_short_labels), (ev_window_init):
7928
7929         Use shorter labels for some of the toolbars items
7930
7931 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7932
7933         * pdf/xpdf/pdf-document.cc:
7934
7935         Check the links info is initialized before
7936         using it. Should fix a crash on startup.
7937
7938 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7939
7940         * pixbuf/pixbuf-document.c
7941         (pixbuf_document_thumbnails_get_dimensions): force floating point
7942         division to calculate page_ratio. Fixes crash with landscape
7943         format pixbufs.
7944
7945 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
7946
7947         * shell/ev-view.c (ev_view_realize): make the bg color darker.
7948
7949 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
7950
7951         * shell/ev-view.c (set_document_page): unset has_selection when
7952         the page changes.
7953         (set_document_page): handle paper size changes when the page
7954         changes (test with Free Culture, page 2).
7955
7956 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7957
7958         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
7959         (expose_bin_window), (ev_view_class_init), (ev_view_init):
7960
7961         Use normal style color for the widget background and
7962         draw a black box around the page.
7963
7964 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7965
7966         * pdf/xpdf/pdf-document.cc:
7967
7968         Keep offset in consideration in a few places
7969
7970         * shell/ev-view.c: (expose_bin_window):
7971
7972         Set the offsets so that the document is ever centered
7973
7974 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
7975
7976         * TODO: Added TODO items and finished off the first todo item
7977
7978         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
7979         reflect current authors
7980
7981 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7982
7983         * pdf/xpdf/pdf-document.cc:
7984         * shell/ev-view.c: (ev_view_set_cursor),
7985         (ev_view_motion_notify_event), (document_changed_callback),
7986         (set_document_page):
7987
7988         Show a wait cursor while the page is rendering
7989
7990 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7991
7992         * shell/ev-sidebar-thumbnails.c:
7993         (ev_sidebar_tree_selection_changed),
7994         (ev_sidebar_thumbnails_select_page):
7995         * shell/ev-sidebar-thumbnails.h:
7996         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
7997         (ev_view_can_go_forward):
7998         * shell/ev-window.c: (ev_window_open_page),
7999         (ev_window_setup_document), (update_current_page),
8000         (view_page_changed_cb), (ev_window_init):
8001         * shell/ev-window.h:
8002
8003         Ensure thumbnails selection, toolbar page control and
8004         current page are in sync.
8005
8006 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
8007
8008         * pdf/xpdf/XRef.cc:
8009
8010         Fix CAN-2005-0064
8011
8012 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
8013
8014         * backend/Makefile.am:
8015         * backend/ev-document-links.h:
8016         * backend/ev-document-security.c: (ev_document_security_get_type),
8017         (ev_document_security_has_document_security),
8018         (ev_document_security_set_password):
8019         * backend/ev-document-security.h:
8020         * backend/ev-document.c: (ev_document_error_quark):
8021         * backend/ev-document.h:
8022         * data/Makefile.am:
8023         * data/evince-password.glade:
8024         * pdf/xpdf/pdf-document.cc:
8025         * shell/Makefile.am:
8026         * shell/ev-password.c: (ev_password_set_bad_password_label),
8027         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
8028         (ev_password_dialog_get_password),
8029         (ev_password_dialog_set_bad_pass):
8030         * shell/ev-password.h:
8031         * shell/ev-window.c: (ev_window_get_attribute),
8032         (ev_window_set_property), (update_action_sensitivity),
8033         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
8034         (ev_window_setup_document), (ev_window_get_password),
8035         (ev_window_open), (ev_window_cmd_save_as),
8036         (using_postscript_printer), (ev_window_print),
8037         (find_not_supported_dialog), (ev_window_cmd_edit_find),
8038         (update_fullscreen_popup), (ev_window_fullscreen),
8039         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8040         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
8041         (menu_item_select_cb), (find_bar_search_changed_cb),
8042         (ev_window_dispose), (ev_window_init):
8043
8044         Add initial support for password-supported dialogs.  This could be
8045         a lot cooler, but it'll do for now.
8046
8047 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
8048
8049         * pdf/xpdf/pdf-document.cc:
8050         * shell/ev-view.c: (status_message_from_link),
8051         (ev_view_set_status), (ev_view_set_cursor),
8052         (ev_view_motion_notify_event), (ev_view_init):
8053         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
8054
8055         Fix bugs in the links implementation and change cursor
8056         when hovering a link.
8057
8058 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
8059
8060         * viewer/.cvsignore: added cvsignore file for viewer directory
8061
8062         * TODO: created TODO document
8063
8064 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
8065
8066         * shell/ev-view.h:
8067         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
8068         new functions to help with implementation of sensitivity code
8069         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
8070         of all actions that might require it.  Fixes a crash when you
8071         click on the Zoom actions in a window lacking a document.
8072
8073 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
8074
8075         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
8076         of the Find action
8077
8078 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8079
8080         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
8081         (pixbuf_document_document_iface_init):
8082         * ps/ps-document.c: (ps_document_get_link),
8083         (ps_document_document_iface_init):
8084         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
8085         (status_message_from_link), (ev_view_set_status),
8086         (ev_view_set_find_status), (ev_view_motion_notify_event),
8087         (ev_view_button_release_event), (ev_view_set_property),
8088         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
8089         (ev_view_get_find_status_message), (update_find_results),
8090         (ev_view_get_status), (ev_view_get_find_status):
8091         * shell/ev-view.h:
8092         * shell/ev-window.c: (view_status_changed_cb),
8093         (view_find_status_changed_cb), (ev_window_init):
8094
8095         View status message support, use it to show the links.
8096         Needs work...
8097
8098 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8099
8100         * backend/ev-document.c: (ev_document_get_link):
8101         * backend/ev-document.h:
8102         * pdf/xpdf/pdf-document.cc:
8103         * shell/ev-application.c: (ev_application_open):
8104         * shell/ev-application.h:
8105         * shell/ev-sidebar-links.c: (selection_changed_cb):
8106         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
8107         (ev_view_go_to_link):
8108
8109         Add support for document links
8110
8111 2005-01-13  Anders Carlsson  <andersca@gnome.org>
8112
8113         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
8114         (create_tool_item):
8115         Set the spin button limits correctly.
8116         
8117         * shell/ev-sidebar-thumbnails.c:
8118         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
8119         Support changing pages by clicking on the thumbnails.
8120         
8121 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
8122
8123         * pixbuf/pixbuf-document.c:
8124         (pixbuf_document_thumbnails_get_dimensions),
8125         (pixbuf_document_document_thumbnails_iface_init):
8126
8127         implement get_dimensions
8128
8129 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
8130
8131         * ps/ps-document.c: (ps_document_goto_page):
8132
8133         Fix page switching on multipage documents
8134
8135 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
8136
8137         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
8138         
8139         check for NULL before assigning to width and height parameters
8140
8141 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
8142
8143         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8144         (pixbuf_document_set_property), (pixbuf_document_get_property):
8145
8146         implement get/set properties
8147
8148 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
8149
8150         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
8151         
8152         return NULL instead of "Unknown", letting the title get set to
8153         the filename when the pdf has no title.
8154
8155 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8156
8157         * ps/ps-document.c: (ps_document_get_page_count),
8158         (ps_document_goto_page):
8159
8160 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8161
8162         * shell/ev-history.c: (ev_history_get_property),
8163         (ev_history_set_property), (ev_history_class_init),
8164         (ev_history_add_page), (ev_history_set_current_index):
8165         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
8166         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
8167         (ev_navigation_action_finalize):
8168         * shell/ev-navigation-action.h:
8169         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8170         (ev_view_go_forward), (ev_view_get_find_status_message),
8171         (history_index_changed_cb), (ev_view_set_history):
8172         * shell/ev-view.h:
8173         * shell/ev-window.c: (update_total_pages), (ev_window_open),
8174         (update_current_page), (register_custom_actions):
8175
8176         Implement history dropdowns
8177
8178 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
8179
8180         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
8181         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8182         (ev_view_go_forward):
8183         * shell/ev-window.c: (register_custom_actions):
8184
8185         Fix several history bugs
8186
8187 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
8188
8189         * configure.ac: Add «nb» to ALL_LINGUAS.
8190
8191 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
8192
8193         * backend/Makefile.am:
8194         * backend/ev-bookmark.c:
8195         * backend/ev-bookmark.h:
8196         * backend/ev-document-bookmarks.c:
8197         * backend/ev-document-bookmarks.h:
8198         * backend/ev-document-links.c: (ev_document_links_get_type),
8199         (ev_document_links_has_document_links),
8200         (ev_document_links_begin_read), (ev_document_links_get_link),
8201         (ev_document_links_get_child), (ev_document_links_next),
8202         (ev_document_links_free_iter):
8203         * backend/ev-document-links.h:
8204         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
8205         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
8206         (ev_link_get_link_type), (ev_link_set_link_type),
8207         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
8208         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
8209         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
8210         (ev_link_new_external):
8211         * backend/ev-link.h:
8212         * pdf/xpdf/pdf-document.cc:
8213         * shell/Makefile.am:
8214         * shell/ev-application.c: (ev_application_open_link):
8215         * shell/ev-application.h:
8216         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
8217         (ev_history_get_link_nth):
8218         * shell/ev-history.h:
8219         * shell/ev-sidebar-bookmarks.c:
8220         * shell/ev-sidebar-bookmarks.h:
8221         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
8222         (ev_sidebar_links_class_init), (selection_changed_cb),
8223         (ev_sidebar_links_construct), (ev_sidebar_links_init),
8224         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
8225         (do_one_iteration), (populate_links_idle),
8226         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
8227         * shell/ev-sidebar-links.h:
8228         * shell/ev-sidebar.c: (ev_sidebar_set_document):
8229         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
8230         (go_to_index):
8231         * shell/ev-view.h:
8232         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
8233         * shell/ev-window.h:
8234
8235         Rename bookmark to link, and use "Index" for the sidebar panel.
8236
8237 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
8238
8239         * shell/Makefile.am:
8240         * shell/ev-application.c: (ev_application_open_bookmark):
8241         * shell/ev-application.h:
8242         * shell/ev-history.c: (ev_history_init), (free_links_list),
8243         (ev_history_finalize), (ev_history_class_init),
8244         (ev_history_add_link), (ev_history_add_page),
8245         (ev_history_get_link_nth), (ev_history_get_n_links),
8246         (ev_history_get_current_index), (ev_history_set_current_index),
8247         (ev_history_new):
8248         * shell/ev-history.h:
8249         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8250         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
8251         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
8252         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
8253         (ev_view_set_page):
8254         * shell/ev-view.h:
8255         * shell/ev-window.c: (ev_window_open_bookmark),
8256         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
8257         (goto_page_cb), (register_custom_actions):
8258         * shell/ev-window.h:
8259
8260         Initial history implementation. Needs work.
8261
8262 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
8263
8264         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
8265
8266 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
8267
8268         * cut-n-paste/recent-files/egg-recent-item.c:
8269         * cut-n-paste/recent-files/egg-recent-item.h:
8270         * cut-n-paste/recent-files/egg-recent-model.c:
8271         * cut-n-paste/recent-files/egg-recent-util.c:
8272         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8273         * cut-n-paste/recent-files/egg-recent-view.c:
8274
8275         Update
8276
8277 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
8278
8279         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
8280         (fillGlyph, fillImageMask, drawImage):
8281         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
8282         pdf/splash/SplashTypes.h:
8283         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
8284         packed mode for Splash.
8285
8286         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
8287         RGB8 packed mode, eliminates the pixbuf data creation loop.
8288
8289         * shell/ev-print-job.c (ev_print_job_finalize)
8290         (ev_print_job_set_property, ev_print_job_get_property)
8291         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
8292         (ev_print_job_use_print_dialog_settings, idle_print_handler)
8293         (print_closure_finalize, ev_print_job_print): implement
8294         printing (for backends with EvPsExporter)
8295
8296         * shell/ev_print_job.h: update prototypes.
8297
8298         * shell/ev-window.c (ev_window_print): unref print job after
8299         printing.
8300
8301         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
8302         unless the document implements the EvDocumentFind interface.
8303
8304 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
8305
8306         * configure.ac: Added ja to ALL_LINGUAS.
8307
8308 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8309
8310         * pdf/xpdf/pdf-document.cc:
8311
8312         add a FIXME. We should probably not allocate
8313         a bookmark object every time
8314
8315 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8316
8317         * shell/ev-application.c: (ev_application_open),
8318         (ev_application_open_bookmark):
8319         * shell/ev-application.h:
8320         
8321         Add a way to open bookmarks
8322
8323         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
8324         (ev_bookmark_set_uri), (ev_bookmark_get_property),
8325         (ev_bookmark_set_property), (ev_bookmark_class_init),
8326         (ev_bookmark_new_title), (ev_bookmark_new_link),
8327         (ev_bookmark_new_external):
8328
8329         Support for external uris, better constructors.
8330
8331         * backend/ev-bookmark.h:
8332         * pdf/xpdf/pdf-document.cc:
8333         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8334
8335         Handle external uris
8336
8337 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8338
8339         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
8340         (ev_sidebar_bookmarks_construct), (do_one_iteration):
8341
8342         Hook up bookmarks navigation
8343
8344 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8345
8346         * backend/Makefile.am:
8347         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
8348         (ev_bookmark_get_title), (ev_bookmark_set_title),
8349         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
8350         (ev_bookmark_get_page), (ev_bookmark_set_page),
8351         (ev_bookmark_get_property), (ev_bookmark_set_property),
8352         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
8353         (ev_bookmark_new):
8354         * backend/ev-bookmark.h:
8355         * backend/ev-document-bookmarks.c:
8356         (ev_document_bookmarks_get_bookmark):
8357         * backend/ev-document-bookmarks.h:
8358         * pdf/xpdf/pdf-document.cc:
8359         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
8360
8361         Add a bookmark object to the backend and use it instead of get_values
8362
8363 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8364
8365         * data/evince-ui.xml:
8366
8367         Cleanup and add select all.
8368
8369         * shell/ev-view.c: (ev_view_select_all),
8370         (ev_view_button_press_event):
8371         * shell/ev-view.h:
8372         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
8373
8374         Add select all.
8375         Clear selection on click.
8376
8377 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * shell/ev-sidebar-thumbnails.c
8380         (ev_sidebar_thumbnails_set_document): forgot to unref the
8381         loading_icon.
8382
8383 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
8384
8385         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
8386         at the visible page, not just linearly.  This makes it look fast.
8387
8388 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
8389
8390         * backend/ev-document-misc.c
8391         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
8392         white.
8393         * backend/ev-document-thumbnails.h: New interface to get the size
8394         of a page.
8395
8396 2005-01-06  Jeremy Katz  <katzj@redhat.com>
8397
8398         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
8399         make dist works
8400
8401 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
8402
8403         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
8404         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
8405         things up a bit.
8406
8407         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
8408
8409 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
8410
8411         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
8412         fonts. Should fix font problems on systems that have the base
8413         fonts in bitmap format. Reported by James Henstridge
8414         <james@jamesh.id.au>.
8415
8416 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8417
8418         * pdf/xpdf/Gfx.cc:
8419         * pdf/xpdf/GfxState.cc:
8420
8421         Fix for CAN-2004-1125
8422
8423 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8424
8425         * shell/ev-view.c: (ev_view_copy):
8426         * shell/ev-view.h:
8427         * shell/ev-window.c: (ev_window_cmd_edit_copy):
8428
8429         Implement Edit->Copy
8430
8431 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8432
8433         * backend/ev-document.c: (ev_document_get_text):
8434         * backend/ev-document.h:
8435         * pdf/xpdf/pdf-document.cc:
8436         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
8437         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8438         (ev_view_update_primary_selection), (ev_view_button_press_event),
8439         (ev_view_motion_notify_event), (ev_view_button_release_event):
8440
8441         Beginnings of clipboard support. Incomplete but primary sort
8442         of work.
8443
8444 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8445
8446         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
8447         (expose_bin_window):
8448
8449         Nicer rubberband drawing, from GtkIconView.
8450
8451 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8452
8453         * backend/ev-document.c: (ev_document_save):
8454         * backend/ev-document.h:
8455         * data/evince-ui.xml:
8456         * pdf/xpdf/pdf-document.cc:
8457         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
8458
8459         Implement "Save a copy..." menu item
8460
8461 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8462
8463         * shell/ev-view.c: (ev_view_zoom):
8464
8465         Queue a resize when zoom changes
8466
8467 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
8468
8469         * backend/ev-document-misc.[ch]: New misc file to do simple drop
8470         shadows.
8471
8472         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
8473         thumbnails..
8474
8475 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8476
8477         * pdf/xpdf/pdf-document.cc
8478         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
8479
8480 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
8481
8482         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
8483         It's slow, but I'll speed it up next!
8484
8485 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
8486
8487         * shell/main.c (load_files):
8488
8489         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
8490         from the command line and because it seems more appropriate.
8491
8492 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8493
8494         * data/evince-ui.xml:
8495         * shell/ev-window.c: (update_action_sensitivity),
8496         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
8497
8498         s/next page/page down
8499         s/previous page/page up
8500
8501 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8502
8503         * data/evince-ui.xml:
8504
8505         Change the layout to match clarkbw design.
8506
8507         * shell/Makefile.am:
8508         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
8509         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
8510         (ev_navigation_action_finalize),
8511         (ev_navigation_action_set_property),
8512         (ev_navigation_action_get_property),
8513         (ev_navigation_action_class_init):
8514         * shell/ev-navigation-action.h:
8515
8516         Implement clarkbw toolbar navigation controls (incomplete)
8517
8518         * shell/ev-page-action.c: (update_label), (update_spin),
8519         (value_changed_cb), (create_tool_item), (connect_proxy),
8520         (ev_page_action_init), (ev_page_action_finalize),
8521         (ev_page_action_set_property), (ev_page_action_get_property),
8522         (ev_page_action_set_current_page),
8523         (ev_page_action_set_total_pages), (ev_page_action_class_init):
8524         * shell/ev-page-action.h:
8525
8526         Implement a page switcher in the toolbar
8527
8528         * shell/ev-view.c: (ev_view_scroll_view):
8529         * shell/ev-window.c: (update_total_pages), (ev_window_open),
8530         (update_current_page), (view_page_changed_cb), (goto_page_cb),
8531         (register_custom_actions), (ev_window_init):
8532
8533         Change page on PageUp/Down.
8534
8535 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
8536
8537         * pdf/xpdf/pdf-document.cc
8538         (pdf_document_thumbnails_get_thumbnail): initial stab at
8539         implementing thumbnail support for pdfs.  It only does documents
8540         with precached pdfs now.
8541
8542 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
8545         thumbnail code into a time-based idle as well.  Also, turn off the
8546         shadow temporarily as it's really slow.
8547
8548 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8549
8550         * backend/ev-document.c: (ev_document_class_init):
8551         * pdf/xpdf/pdf-document.cc:
8552         * shell/ev-window.c: (ev_window_open):
8553
8554         Fix document title bugs and fallback to
8555         filename when not available.
8556
8557 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8558
8559         * backend/ev-document.c: (ev_document_get_type),
8560         (ev_document_class_init), (ev_document_load),
8561         (ev_document_get_title):
8562         * backend/ev-document.h:
8563         * pdf/xpdf/pdf-document.cc:
8564         * ps/ps-document.c: (ps_document_set_property),
8565         (ps_document_get_property), (ps_document_class_init),
8566         (document_load):
8567         * ps/ps-document.h:
8568         * ps/ps.h:
8569         * shell/ev-window.c: (update_window_title), (ev_window_open),
8570         (ev_window_init):
8571
8572         Initial support for document title. Not working yet.
8573
8574 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8575
8576         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
8577
8578         Grab focus on the view when clicking it
8579
8580 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8581
8582         * shell/ev-marshal.list:
8583         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
8584         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
8585
8586         Add key bindings to the view. Now if the focus would work
8587         right...
8588
8589 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8590
8591         * Makefile.am:
8592         * backend/Makefile.am:
8593         * data/Makefile.am:
8594         * dvi/Makefile.am:
8595         * dvi/dvilib/Makefile.am:
8596         * pdf/xpdf/Makefile.am:
8597         * po/POTFILES.in:
8598         * ps/Makefile.am:
8599
8600         Fix distcheck
8601
8602 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8603
8604         * shell/ev-view.c: (ev_view_realize):
8605
8606         Fix mouse wheel scrolling
8607
8608 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8609
8610         * ps/Makefile.am:
8611         * ps/gstypes.h:
8612         * ps/gtkgs.c:
8613         * ps/gtkgs.h:
8614         * ps/ps-document.c: (catchPipe), (ps_document_init),
8615         (ps_document_class_init), (ps_document_cleanup),
8616         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
8617         (set_up_page), (close_pipe), (is_interpreter_ready),
8618         (interpreter_failed), (output), (input), (start_interpreter),
8619         (stop_interpreter), (file_length), (file_readable),
8620         (check_filecompressed), (check_pdf), (compute_xdpi),
8621         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
8622         (ps_document_get_type), (ps_document_emit_error_msg),
8623         (document_load), (ps_document_next_page),
8624         (ps_document_get_current_page), (ps_document_get_page_count),
8625         (ps_document_goto_page), (ps_document_set_page_size),
8626         (ps_document_zoom_to_fit), (ps_document_set_zoom),
8627         (ps_document_load), (ps_document_get_n_pages),
8628         (ps_document_set_page), (ps_document_get_page),
8629         (ps_document_widget_event), (ps_document_set_target),
8630         (ps_document_set_scale), (ps_document_set_page_offset),
8631         (ps_document_get_page_size), (ps_document_render),
8632         (ps_document_document_iface_init):
8633         * ps/ps-document.h:
8634         * ps/ps.c:
8635         * shell/ev-window.c: (ev_window_open):
8636
8637         Rename GtkGS to PSDocument
8638
8639 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8640
8641         * ps/gtkgs.c: (gtk_gs_class_init):
8642         * ps/gtkgs.h:
8643
8644         Some more leftover...
8645
8646 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8647
8648         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
8649         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
8650         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
8651         * ps/gtkgs.h:
8652
8653         Remove unused code and make a lot of stuff private
8654
8655 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8656
8657         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
8658         (gtk_gs_defaults_changed):
8659         * ps/gsdefaults.h:
8660         * ps/gtkgs.c:
8661         * ps/gtkgs.h:
8662         * ps/ps.h:
8663
8664         Cleanup headers dependencies
8665
8666 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8667
8668         * ps/Makefile.am:
8669         * ps/ggvutils.c:
8670         * ps/ggvutils.h:
8671         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
8672         * ps/gsdefaults.h:
8673         * ps/gtkgs.c: (file_length), (file_readable),
8674         (check_filecompressed), (check_pdf), (gtk_gs_load),
8675         (gtk_gs_get_postscript):
8676
8677         Get rid of ggvutils
8678
8679 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8680
8681         * ps/ggvutils.c:
8682         * ps/ggvutils.h:
8683         * ps/gsio.h:
8684         * ps/gtkgs.c: (gtk_gs_set_zoom):
8685
8686         Cleanups
8687
8688 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8689
8690         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
8691
8692         Ensure the page is rerendered when changing zoom
8693
8694 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8695
8696         * backend/ev-document.c: (ev_document_base_init),
8697         (ev_document_changed):
8698         * backend/ev-document.h:
8699
8700         Add a changed event that is emitted when the page content
8701         changes. This is necessary to deal with the fact that
8702         in ps backend rendering happen asycrounously.
8703         This makes the ps backend mostly work.
8704
8705         * pdf/xpdf/pdf-document.cc:
8706
8707         Emit changed event
8708
8709         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
8710         (ps_document_set_target):
8711
8712         Emit changed event
8713
8714         * shell/ev-view.c: (document_changed_callback),
8715         (ev_view_set_document), (ev_view_set_page):
8716
8717         Redraw on the changed signal
8718
8719 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
8720
8721         * configure.ac: Added pt_BR to ALL_LINGUAS.
8722
8723 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
8724
8725         * backend/ev-document-bookmarks.c:
8726         (ev_document_bookmarks_get_child): *
8727         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
8728         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
8729         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
8730         (ev_sidebar_bookmarks_destroy),
8731         (ev_sidebar_bookmarks_class_init),
8732         (ev_sidebar_bookmarks_construct), (stack_data_free),
8733         (do_one_iteration), (populate_bookmarks_idle),
8734         (ev_sidebar_bookmarks_clear_document),
8735         (ev_sidebar_bookmarks_set_document): *
8736         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
8737         (ev_sidebar_add_page),
8738         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
8739         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
8740         it displays both the topics and the page numbers.
8741
8742 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
8743
8744         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
8745         toggle.
8746         * shell/ev-window.c (toggle_entries): Set sidebar default value to
8747         visible.
8748
8749 2004-12-23  Adam Weinberger  <adamw@gnome.org>
8750
8751         * configure.ac: Added en_CA to ALL_LINGUAS.
8752
8753 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
8754
8755         * ChangeLog: replace bottom of this ChangeLog (merged history of
8756         ggv and gpdf; where all paths were wrong and most of the files are
8757         not even in this tree) with ChangeLog (from arch) of the shell
8758         code.
8759
8760 2004-12-23  Havoc Pennington  <hp@redhat.com>
8761
8762         * shell/ev-window.c: hook up potentially-questionable "find
8763         results status text" feature - something involving the sidebar or
8764         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
8765         might be better in the end.
8766
8767         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
8768         with corresponding signal when it should be updated
8769
8770         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
8771
8772 2004-12-22  Havoc Pennington  <hp@redhat.com>
8773
8774         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
8775         find stuff on other pages, sort of (only returns one result on
8776         invisible pages, to show they have results; updates full results
8777         for a page when you view it). Currently repaints the current page
8778         every time a new result is found on any page, which isn't so nice.
8779
8780 2004-12-22  Havoc Pennington  <hp@redhat.com>
8781
8782         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
8783         the document doesn't support find (better ideas?)
8784         (find_bar_search_changed_cb): handle missing document or document
8785         that doesn't support find
8786
8787         * pdf/xpdf/pdf-document.cc: port to implement the new
8788         EvDocumentFindIface
8789
8790         * backend/ev-document-find.c: create a new interface for searching
8791
8792         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
8793
8794 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
8795
8796         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
8797         libevbackend.la.
8798
8799         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
8800         EvPrintJob constructor arguments.
8801
8802         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
8803         for documents that can export PostScript (page by page).
8804
8805         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
8806         
8807         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
8808         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
8809         (pdf_document_ps_exporter_iface_init:
8810         Implement EvPSExporter.
8811
8812         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
8813
8814 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8815
8816         * backend/Makefile.am:
8817         * backend/ev-document-thumbnails.c:
8818         (ev_document_thumbnails_get_type),
8819         (ev_document_thumbnails_get_thumbnail):
8820         * backend/ev-document-thumbnails.h:
8821         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8822         (pixbuf_document_thumbnails_get_thumbnail),
8823         (pixbuf_document_document_thumbnails_iface_init):
8824         * shell/Makefile.am:
8825         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
8826         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
8827         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
8828         * shell/ev-sidebar-thumbnails.h:
8829         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8830         (ev_sidebar_set_document):
8831         * shell/ev-utils.c: (gaussian), (create_blur_filter),
8832         (create_shadow), (ev_pixbuf_add_shadow):
8833         * shell/ev-utils.h:
8834         Add thumbnail support.
8835         
8836 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8837
8838         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
8839         (using_postscript_printer): Set up a print dialog for "PostScript
8840         injection" method.
8841
8842         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
8843         EvPrintJob.
8844
8845         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
8846
8847 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8848
8849         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
8850         (ps_document_set_target), (ps_document_get_page_size),
8851         (ps_document_render):
8852         * ps/gtkgs.h:
8853
8854         Fix a few bugs
8855
8856 2004-12-22  Christian Rose  <menthos@menthos.com>
8857
8858         * configure.ac: Added "sv" to ALL_LINGUAS.
8859
8860 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
8861
8862         * backend/ev-document-bookmarks.[ch]: new interface to indicate
8863         document supports bookmarks.
8864
8865 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8866
8867         * ps/ggvutils.c: (ggv_file_readable):
8868         * ps/ggvutils.h:
8869         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
8870         (gtk_gs_get_postscript):
8871
8872         Remove unused utils
8873
8874 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8875
8876         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
8877         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
8878         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
8879         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
8880         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
8881         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
8882         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8883         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8884         (gtk_gs_set_antialiasing), (ps_document_load),
8885         (ps_document_render):
8886         * ps/gtkgs.h:
8887
8888         Another check point for the ps backend. Now I can get it to show
8889         pages!
8890
8891 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
8892
8893         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
8894         document setting code.
8895
8896 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8897
8898         * shell/eggfindbar.c: (entry_activate_callback):
8899         Animate the next button when activate is pressed.
8900         
8901 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8902
8903         * shell/ev-window.c: (ev_window_cmd_edit_find),
8904         (update_fullscreen_popup), (ev_window_fullscreen),
8905         (ev_window_unfullscreen), (ev_window_state_event_cb),
8906         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
8907         Fix bugs in fullscreen code.
8908         
8909 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8910
8911         * Makefile.am:
8912         * configure.ac:
8913         * pixbuf/Makefile.am:
8914         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8915         (pixbuf_document_load), (pixbuf_document_get_n_pages),
8916         (pixbuf_document_set_page), (pixbuf_document_get_page),
8917         (pixbuf_document_set_target), (pixbuf_document_set_scale),
8918         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
8919         (pixbuf_document_render), (pixbuf_document_begin_find),
8920         (pixbuf_document_end_find), (pixbuf_document_finalize),
8921         (pixbuf_document_class_init),
8922         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8923         * pixbuf/pixbuf-document.h:
8924         * shell/Makefile.am:
8925         * shell/ev-application.c: (ev_application_open):
8926         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
8927         (ev_window_open):
8928         Add pixbuf backend.
8929         
8930 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
8931
8932         * Makefile.am: 
8933         * dvi/dvilib/Makefile.am:
8934         * dvi/Makefile.am:
8935         * configure.ac: Auto*ify dvi and dvi/dvilib
8936
8937         * dvi/Makefile: Remove from CVS
8938         
8939         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
8940         confusion.
8941
8942         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
8943         
8944         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
8945         
8946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8947
8948         * ps/Makefile.am:
8949         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
8950         (gtk_gs_value_adjustment_changed), (compute_size),
8951         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
8952         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
8953         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8954         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8955         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
8956         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
8957         (ps_document_load), (ps_document_get_n_pages),
8958         (ps_document_set_page), (ps_document_get_page),
8959         (ps_document_set_target), (ps_document_set_scale),
8960         (ps_document_set_page_offset), (ps_document_get_page_size),
8961         (ps_document_render), (ps_document_begin_find),
8962         (ps_document_end_find), (ps_document_document_iface_init):
8963         * ps/gtkgs.h:
8964         * shell/Makefile.am:
8965         * shell/ev-window.c: (ev_window_open):
8966
8967         Some work to integrate gtkgs with EvDocument
8968
8969 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8970
8971         * shell/ev-window.c: (update_fullscreen_popup),
8972         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
8973         (exit_fullscreen_button_clicked_cb),
8974         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
8975         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8976         (ev_window_state_event_cb), (ev_window_init):
8977         Add fullscreen support from Epiphany.
8978         
8979 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8980
8981         * data/ev-stock-zoom-fit-width.png: fit-width
8982         stock icon from gpdf.
8983         
8984         * shell/ev-stock-icons.[ch]: copied from gpdf.
8985         
8986         * shell/main.c: (main): init stock icons.
8987         
8988         * shell/ev-window.c: use the fit-width icon.
8989         
8990         * data/evince-ui.xml: add zooming toolbar items.
8991
8992 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8993
8994         * shell/ev-view.c: 
8995         (ev_view_best_fit), (ev_view_fit_width): because
8996         get_page_size() returns the scaled page size, we
8997         need to calculate the scale factor relative to
8998         the previous scale factor. Should really just
8999         add get_real_page_size().
9000
9001 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9002
9003         * shell/ev-view.[ch]:
9004         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
9005         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
9006         add zooming.
9007         
9008         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9009         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
9010         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
9011         hook it up.
9012         
9013         * pdf/xpdf/pdf-document.cc:
9014         (pdf_document_begin_find),
9015         (pdf_document_end_find): make static.
9016
9017 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9018
9019         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
9020
9021         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
9022         names to fontconfig patterns.
9023         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
9024
9025         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
9026         setupBaseFontsFc.
9027
9028 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9029
9030         * Makefile.am:
9031         * configure.ac:
9032         * ps/Makefile.am:
9033         * ps/ggvutils.c:
9034         * ps/ggvutils.h:
9035         * ps/gsdefaults.c:
9036         * ps/gsdefaults.h:
9037         * ps/gsio.c:
9038         * ps/gsio.h:
9039         * ps/gtkgs.c:
9040         * ps/gtkgs.h:
9041         * ps/ps.c:
9042         * ps/ps.h:
9043
9044         Import ggv backend. Not hooked up yet.
9045
9046 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9047
9048         * shell/main.c: (load_files), (main): load files
9049         from the command line.
9050
9051 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
9052
9053         * configure.ac: don't require bonobo.
9054         
9055         * cut-n-paste/recent-files/*: kill bonobo recent
9056         view.
9057
9058         * shell/ev-window.c:
9059         (ev_window_is_empty): upd.
9060         (unable_to_load), (ev_window_open): load backend
9061         based on the mime type.
9062
9063 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9064
9065         * backend/.cvsignore: ignore generated marshalers source.
9066
9067         * shell/main.c (main): this is not epiphany.
9068
9069 2004-12-22  Havoc Pennington  <hp@redhat.com>
9070
9071         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
9072         (expose_bin_window): draw find highlights
9073
9074         * shell/ev-window.c (find_bar_search_changed_cb): implement 
9075         
9076         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
9077         (pdf_document_end_find): implement this interface
9078
9079         * backend/ev-document.c (ev_document_found): add this to emit
9080         signal
9081
9082 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
9083
9084         * data/evince-ui.xml: Add a few more toolbar items.
9085
9086         * shell/ev-window.c: Hook up page navigation toolbar 
9087         items.
9088
9089         * shell/ev-view.[ch]: add ev_view_set/get_page and 
9090         a page-changed signal.
9091
9092         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
9093         Add ev_document_get_page().
9094
9095         * shell/ev-window.c: Sensitize/desensitize navigation
9096         actions.
9097
9098 2004-12-21  Havoc Pennington  <hp@redhat.com>
9099
9100         * backend/ev-backend-marshal.c,
9101         backend/ev-backend-marshalers.list, backend/Makefile.am: add
9102         marshaler-generator thingy. I'm sure there's a better way to do
9103         this in the modern world.
9104
9105         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
9106         end_find methods and "found" signal.
9107
9108         * configure.ac: find glib-genmarshal
9109
9110 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
9111
9112         * shell/ev-sidebar.c: Construct an actual sidebar.
9113         * shell/ev-sidebar-bookmarks.[ch]:
9114         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
9115
9116 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
9117
9118         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
9119         Redo size handling.
9120         
9121         * shell/ev-view.c: Track the size from the document.
9122
9123 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
9124
9125         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
9126         constructor assumes ownership of the string passed in.
9127         
9128         * shell/ev-window.c (ev_window_open): Destroy the error
9129         dialog once we've displayed it.
9130
9131 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
9132
9133         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
9134         a bit, it works! (sort of)
9135
9136         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
9137         Move to .cc since we need to use C++ in the implementation.
9138
9139         * shell/dummy.cc: Add a CC file to force evince
9140         to be linked as a C++ program.
9141
9142 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
9143
9144         * shell/ev-view.[ch]: Start of content-area widget.
9145
9146         * shell/ev-window.c: Create a EvView, update it
9147         as we change documents.
9148
9149         * shell/Makefile.am shell/ev-marshal.list: Add
9150         generated marshalers.
9151
9152 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
9153
9154         * Makefile.am (SUBDIRS): move shell.
9155
9156 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
9157
9158         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
9159         .a to libtool convenience libraries.
9160
9161         * shell/ev-window.c (ev_window_open): Hard code loading
9162         a PDF document.
9163         
9164         * backend/ev-document.h: Add a boolean return to load(),
9165         fix GError * to GError **.
9166
9167         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
9168         object for a PDF backend EvDocument.
9169
9170 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
9171
9172         * dvi/*: New directory with the beginning of a .dvi backend.
9173
9174 2004-12-21  Havoc Pennington  <hp@redhat.com>
9175
9176         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
9177         previous/next instead of back/forward
9178
9179 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
9180
9181         * backend/ev-document.[ch]: Fix a couple of problems so
9182         it compile.
9183
9184 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
9185
9186         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
9187         to backend/ directory, rename EvViewer to EvDocument.
9188
9189 2004-12-21  Havoc Pennington  <hp@redhat.com>
9190
9191         * shell/ev-window.c: hook up the find bar widget; now we just need
9192         a document to find things in
9193
9194         * shell/eggfindbar.c: a find bar widget
9195
9196 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
9197
9198         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
9199
9200 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
9201
9202         * pdf/**: Import of xpdf code from gpdf. 
9203
9204         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
9205
9206         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
9207         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
9208         Fix FreeType includes.
9209
9210         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
9211         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
9212         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
9213         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
9214         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
9215         Include xpdfconfig.h
9216         
9217 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
9218
9219         * shell/ev-window.c (ev_window_dispose): dispose can be called
9220         multiple times.
9221
9222 2004-12-21  Havoc Pennington  <hp@redhat.com>
9223
9224         * shell/ev-window.c (ev_window_init): set title to Document Viewer
9225         rather than Evince
9226
9227         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
9228         items; really they should be synced with the strings, etc. from
9229         current gpdf, but just getting the boring typing out of the way 
9230
9231 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9232
9233         * po/POTFILES.in:
9234         * shell/ev-application.c: (window_destroy_cb):
9235         * shell/ev-window.c:
9236         * shell/main.c: (main):
9237
9238         Actually show the window...
9239
9240 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9241
9242         * Makefile.am:
9243         * shell/Makefile.am:
9244         * shell/ev-application.c: (ev_application_class_init):
9245         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
9246
9247         Make it build again
9248
9249 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
9250
9251         Import to gnome cvs.
9252         
9253         * Remove copies of gpdf and ggv trees.
9254         * Rip out all the recursive configure code.
9255         * Remove bonobo machinery.
9256         * viewer/*: GInterfaces that backends should/can implement.
9257
9258 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9259
9260         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
9261         typo
9262
9263 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9264
9265         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
9266         (ev_application_finalize, ev_application_class_init)
9267         (ev_application_init): use GType instance private data for priv.
9268
9269         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
9270         (ev_window_finalize, ev_window_class_init)
9271         (ev_window_init): ditto.
9272
9273 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9274
9275         * shell/ev-application.c (ev_application_new_window): make public
9276         (ev_application_show_initial_window): kill.
9277
9278         * shell/ev-application.h: update prototypes.
9279
9280         * shell/main.cc (main): inline ev_application_show_initial_window.
9281
9282 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9283
9284         * shell/ev-application.c (ev_application_new_window): impl.
9285         (ev_application_show_initial_window): use it.
9286         (is_window_empty, ev_application_get_empty_window): returns an
9287         existing empty window or a new one.
9288         (ev_application_open): from ev_window_cmd_file_open.
9289
9290         * shell/ev-application.h: update prototypes
9291
9292         * shell/ev-window.c (ev_window_is_empty): impl.
9293         (ev_window_open): make public.
9294         (ev_window_cmd_file_open): use ev_application_open
9295
9296         * shell/ev-window.h: update prototypes, remove unused.
9297
9298 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9299
9300         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
9301         move destroy handler out of here...
9302
9303         * shell/ev-application.c, shell/ev-application.h: ...into this new
9304         class. Also handles initial window creation.
9305
9306         * shell/main.cc (main): use EvApplication to create initial
9307         window.
9308
9309 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9310
9311         * Makefile.am (SUBDIRS): add cut-n-paste
9312
9313         * cut-n-paste/Makefile.am: add
9314
9315         * configure.ac: generate Makefiles in cut-n-paste
9316
9317 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9318
9319         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
9320         (ev_window_class_init): install ev_window_dispose.
9321
9322 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9323
9324         * shell/ev-window.h, shell/ev-window.c: replace gchar with
9325         char (gchar looks stupid).
9326
9327 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9328
9329         * po/de.po: updated German translation.
9330
9331 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9332
9333         * configure.ac: add more pkg-config library checks for gnome-vfs,
9334         bonobo etc.
9335
9336         * gpdf/configure.in: temporarily disable libpaper
9337         checks. Otherwise I'd have to add the checks for the shell, too.
9338
9339 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9340
9341         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
9342         and * file filters to the file choose.
9343
9344 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9345
9346         * po/de.po: Updated German translation.
9347
9348 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9349
9350         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
9351
9352 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9353
9354         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
9355
9356         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
9357         (ev_window_init): implement those menuitems.
9358
9359 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9360
9361         * data/evince-ui.xml: add a toolbar (with FileOpen action)
9362
9363         * shell/ev-window.c (ev_window_init): use the toolbar.
9364
9365 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9366
9367         * shell/ev-window.c (ev_window_init): use menu translations
9368
9369 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9370
9371         * configure.ac: add "de" to ALL_LINGUAS.
9372
9373         * po/de.po: add German translation.
9374
9375 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9376
9377         * Makefile.am (SUBDIRS): add po
9378
9379         * configure.ac: check intltool, glib-gettext etc, generate
9380         po/Makefile.in
9381
9382         * po, po/POTFILES.in, po/POTFILES.skip: new.
9383
9384 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9385
9386         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
9387         already use (#ifdef ENABLE_NLS)
9388
9389         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
9390         pointer indirection thinko.
9391
9392         * shell/main.c: include gi18n.h for bindtextdomain etc.
9393
9394 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9395
9396         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
9397         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
9398         tooltips for menu items in the statusbar.
9399
9400 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9401
9402         * configure.ac, data/Makefile.am, shell/Makefile.am: use
9403         pkgdatadir drop UIDIR
9404
9405 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9406
9407         * data/evince-ui.xml: Add File->Open menu item
9408
9409         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
9410         chooser), hook it up in the ui manager.
9411
9412 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9413
9414         * shell/ev-window.c: fix Help->About tooltip.
9415
9416 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
9417
9418         * configure.ac: set CFLAGS for libevprivate.
9419
9420         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
9421         definitions, factory etc.
9422
9423         * lib/Makefile.am: build libevprivate.a (only stock icon code).
9424
9425         * shell/Makefile.am: link against libevprivate.a.
9426
9427         * shell/ev-window.c (entries): add stock icon to Help->About.
9428
9429         * shell/main.c (main): init stock icon code.
9430
9431 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9432
9433         * lib/recent-files: egg recent files code
9434
9435         * lib/Makefile.am: add.
9436
9437         * Makefile.am: add lib subdir.
9438
9439         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
9440         set CFLAGS for recent-files.
9441
9442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9443
9444         * configure.ac: disable -ansi and -pedantic gcc flags. They
9445         disable POSIX stuff in stdio.h, but egg-recent uses them.
9446
9447 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
9448
9449         * configure.ac: add --disable-deprecated flag (defaults to on in
9450         "cvs" builds).
9451
9452         * shell/Makefile.am (INCLUDES): use it.
9453
9454 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9455
9456         * shell/main.c: add missing #include.
9457
9458         * shell/ev-window.c: fix for pedantic gcc.
9459         (ev_window_cmd_help_about): split license into paragraphs for
9460         translators and pedantic compilers.
9461
9462 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9463
9464         * configure.ac: add more warning flags if compiling with gcc from
9465         cvs (or explicitly requested with --enable-more-warnings).
9466
9467 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9468
9469         * data/evince-ui.xml: add File and File->Close menu.
9470
9471         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
9472         (ev_window_destroy): quit after destroy.
9473         (ev_window_class_init): override GtkObject::destroy.
9474         (entries): install close_window callback.
9475
9476 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9477
9478         * Makefile.am (SUBDIRS): add data subdir.
9479
9480         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
9481         gtk+ 2.5.0 for GtkAboutDialog.
9482
9483         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
9484         main window.
9485
9486         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
9487
9488         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
9489         manager.
9490         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
9491
9492 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9493
9494         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
9495
9496 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9497
9498         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
9499
9500 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9501
9502         * shell/*: Added shell directory boilerplate, build it.
9503
9504 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9505
9506         * configure.ac, Makefile.am: Added top-level configure.ac and
9507         Makefile.am