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