]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
null check uri before setting and getting metadata
[evince.git] / ChangeLog
1 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2
3         * shell/ev-window.c: (page_changed_cb),
4         (setup_document_from_metadata), (update_sidebar_visibility),
5         (setup_view_from_metadata), (ev_window_run_fullscreen),
6         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8         (ev_window_dual_mode_changed_cb),
9         (ev_window_sidebar_current_page_changed_cb):
10
11         null check uri before setting and getting metadata
12
13 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
14
15         * dvi/Makefile.am:
16         * properties/Makefile.am:
17         * shell/Makefile.am:
18         * thumbnailer/Makefile.am:
19
20         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
21
22 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
23
24         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
25         (selection_changed_callback):
26         * shell/ev-sidebar-links.h:
27
28         Add a signal for link activation.
29
30         * shell/ev-view.c: (ev_view_goto_link),
31         (ev_view_button_release_event):
32         * shell/ev-view.h:
33         * shell/ev-window.c: (sidebar_links_link_activated_cb),
34         (ev_window_init):
35
36         Implement the signal so that we can handle all link types.
37
38         * shell/ev-page-cache.c:
39
40         Remove unused set_link function
41
42 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
43
44         * lib/ev-tooltip.c: (ev_tooltip_set_position):
45
46         Add some space from the cursor, hardcoded but I couldnt
47         find a better way.
48
49 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
50
51         * lib/ev-tooltip.c:
52
53         Use mozilla style vs gtk style, way better for links.
54
55         * shell/ev-view.c: (ev_view_motion_notify_event),
56         (ev_view_destroy), (ev_view_init):
57
58         Deactive tooltip when the link hovered is changed.
59
60 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
61
62         * backend/ev-document.h:
63         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
64         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
65         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
66         (ev_link_new_page), (ev_link_new_page_xyz):
67         * backend/ev-link.h:
68         * pdf/ev-poppler.cc:
69         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
70         (go_to_link), (tip_from_link):
71
72         Implement xyz links, still not functional. Links are a total
73         mess, will need to refactor and bugfix a lot :(
74
75 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
76
77         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
78
79 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
80
81         * data/evince-ui.xml:
82         * data/evince.schemas.in:
83         * shell/Makefile.am:
84         * shell/ev-window.c: (update_chrome_visibility),
85         (password_dialog_response), (ev_window_load_job_cb),
86         (ev_window_xfer_job_cb), (ev_window_open_uri),
87         (ev_window_class_init), (set_chrome_actions), (load_chrome),
88         (ev_window_init):
89
90         Remove the statusbar. This regress loading feedback, need to
91         check with Bryan what we want to do there...
92
93 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
94
95         * lib/ev-tooltip.c: (ev_tooltip_init):
96
97         Fix tooltip border and size handling
98
99 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
100
101         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
102         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
103         (ev_tooltip_timeout), (ev_tooltip_activate),
104         (ev_tooltip_deactivate):
105         * lib/ev-tooltip.h:
106         * shell/ev-view.c: (ev_view_motion_notify_event):
107
108         Delay popup showing. Mirror gtk logic/times.
109
110 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
111
112         * lib/Makefile.am:
113         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
114         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
115         (ev_tooltip_set_text), (ev_tooltip_set_position):
116         * lib/ev-tooltip.h:
117
118         Simple widget to show tooltips at a custom position
119
120         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
121         (ev_view_destroy):
122
123         Use it for links. First go, needs work
124
125 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
126
127         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
128         HIG fixes.  Use title capitalization for window title. Use 12 
129         pixels of space between the dialog's vbox and action area.
130
131 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
132
133         * shell/ev-window.c: (file_open_dialog_response_cb),
134         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
135         (ev_window_cmd_save_as):
136
137         Make file pickers not modal and refactor code some
138
139 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
140
141         * shell/ev-sidebar.h:
142         * shell/ev-sidebar.c: (ev_sidebar_set_property),
143         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
144         (ev_sidebar_class_init), (ev_sidebar_select_page),
145         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
146         (ev_sidebar_set_page):
147
148         Add a current page property and allow to get/set it
149
150         * shell/ev-window.c: (setup_view_from_metadata),
151         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
152
153         Persist current sidebar page per document
154
155 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
156
157         * data/evince.schemas.in:
158         * shell/ev-window.c: (update_chrome_visibility),
159         (setup_document_from_metadata), (update_sidebar_visibility),
160         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
161         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
162         (ev_window_run_presentation), (ev_window_stop_presentation),
163         (ev_window_view_sidebar_cb),
164         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
165         (load_chrome), (ev_window_init):
166
167         Persist size/visibility of sidebar per document
168
169 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
170
171         * shell/ev-view.c (draw_loading_text): Draw loading text.
172
173 2005-09-02  Dan Damian  <dand@gnome.ro>
174
175         * configure.in: Added "ro" to ALL_LINGUAS.
176
177 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
178
179         * shell/ev-view.c: (clear_caches):
180
181         ev_page_cache_get doesnt return a reference,
182         dont try to unref it.
183
184 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
185
186         * shell/main.c: (load_files_remote):
187
188         Fix timestamp parameter with dbus <= 0.33
189
190 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
191
192         * data/evince.schemas.in:
193
194         Add missing full stop
195
196 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
197
198         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
199         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
200
201         Plug some memory leaks
202
203 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
204
205         * configure.ac:
206         * lib/ev-debug.c: (trap_handler):
207
208         Check for execinfo.h and use it only if it exists.
209         Ported from Epiphany (bug #314776).
210
211 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
212
213         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
214
215 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
216
217         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
218         * po/id.po      : Added Indonesian translation
219
220 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
221
222         * shell/main.c:
223         * shell/ev-application.c: Last minute GTK-2.6 fixes.
224         * NEWS: Release 0.4.0
225
226 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
227
228         * configure.ac: catch another gtk+-2.8ism
229         * shell/main.c: Make work with gtk+-2.6
230
231 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
232
233         * shell/ev-application-service.xml: Add 'timestamp' argument to
234           ev_application_open_window and ev_application_open_uri methods.
235
236         * shell/ev-application.h: Add 'timestamp' argument to
237           ev_application_open_window, ev_application_open_uri,
238           and ev_application_open_uri_list functions.
239
240         * shell/ev-application.c (ev_application_open_window,
241           ev_application_open_uri, ev_application_open_uri_list): Change
242           functions that show/present windows to use a timestamp if one
243           is passed in.
244
245         * shell/ev-window.c (ev_window_cmd_file_open,
246           ev_window_cmd_recent_file_activate, drag_data_received_cb):
247         * shell/main.c (load_files): Modify calls to ev_application to
248           include GDK_CURRENT_TIME as timestamp.
249
250         * shell/main.c (load_files_remote): Obtain timestamp for client
251           instance from GDK and pass to server instance so new windows are
252           focused properly.  Fix dbus_g_proxy_call() calls by including second
253           G_TYPE_INVALID.
254           
255         Closes bug #314475.
256
257 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
258
259         * shell/ev-window.c (ev_window_finalize): Check for
260         avail. EvWindows when quiting to handle the finalize better,
261         #314497
262
263 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
264         
265         * properties/ev-properties-view.c: 
266         
267         Set textdomain to libglade. Fixes translation problem in property page.
268
269 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
270
271         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
272         * dvi/Makefile.am:
273         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
274         * dvi/mdvi-lib/Makefile.am:
275         
276         Fix rotation of thumbnails, ported to new API. Moved library
277         dependencies earlier, probably it will fix linkage problem.
278
279 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
280
281         * backend/ev-document-misc.c:
282         (ev_document_misc_get_thumbnail_frame):
283         * backend/ev-document-misc.h:
284         * configure.ac:
285         * pdf/ev-poppler.cc:
286         * shell/Makefile.am:
287         * shell/ev-sidebar-thumbnails.c: (add_range),
288         (ev_sidebar_thumbnails_set_loading_icon),
289         (ev_sidebar_thumbnails_refresh),
290         (ev_sidebar_thumbnails_set_document):
291         * shell/ev-sidebar-thumbnails.h:
292         * shell/ev-view.c: (ev_view_motion_notify_event),
293         (ev_view_set_property), (ev_view_get_property),
294         (ev_view_class_init), (ev_view_set_rotation):
295         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
296         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
297         (ev_window_init):
298         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
299         Redo rotation (again).  prepare for 0.4.0
300
301 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
302
303         * configure.ac: Bump poppler requirement to 0.4.1.
304
305         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
306         argument to poppler_page_render_selection() call.
307
308 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
309
310         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
311         (djvu_document_thumbnails_get_thumbnail):
312         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
313         (dvi_document_thumbnails_get_thumbnail):
314         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
315         (pixbuf_document_thumbnails_get_thumbnail):
316         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
317         
318         Update rotation direction of backends to fit with pdf and ps.
319
320 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
321
322         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
323         * backend/ev-async-renderer.h:
324         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
325         (setup_page), (ps_document_get_page_size),
326         (ps_async_renderer_render_pixbuf):
327         * ps/ps-document.h:
328         * shell/ev-jobs.c: (ev_job_render_run):
329
330         Fix orientation in the postscript document
331
332 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
333
334         * pdf/ev-poppler.cc:
335         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
336         * shell/ev-view.c: (highlight_find_results):
337
338         Adapt to the new poppler rotation API. Fix text maps on landscape
339         documents.
340
341 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
342
343         * shell/ev-view.c (compute_new_selection_text): get the correct
344         region when selecting in modes other than continuous.
345
346 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
347
348         * shell/main.c (main): remove redundant g_warnings.
349
350 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
351
352         * shell/Makefile.am: Don't include autogenerated
353         file ev-application-service.h into distribution, since
354         it causes dbus crash. Fix for bugs 313724 and 313443. 
355
356 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
357
358         * configure.ac: Fix sed expression for FreeBSD. Thanks
359         to Joe Marcus Clark <marcus@freebsd.org>
360         
361         * shell/eggfindbar.c: (entry_activate_callback),
362         (entry_changed_callback), (egg_find_bar_init),
363         (egg_find_bar_set_search_string):
364         
365         Made findbar buttons unsensitive if there is no text in
366         entry. Fix for the bug 313285.
367
368 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * ps/ps-document.c: Use g_filename_display_name for displaying
371         filenames and revert string freeze breackage
372
373 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
374
375         * NEWS:
376         * configure.ac:
377
378         Update for 0.3.4
379
380         * shell/Makefile.am:
381
382         Add ev-application-service.xml to extra dist
383
384         * shell/ev-view.c: (find_page_at_location):
385
386         Remove unused function (fix warning)
387
388 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
389
390         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
391         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
392         
393         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
394         bug 313623.
395
396 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
397
398         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
399         * shell/ev-window.c:
400         Fix build warnings
401
402 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * configure.ac: Update script to get dbus version.
405         Fix for the bug #313443.
406
407 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
408
409         * shell/ev-window.c: (ev_window_cmd_escape):
410         
411         Return focus back to view on escape. Fix for bug 313295.
412
413 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
414
415         * shell/ev-window.c: (update_window_title),
416         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
417         (ev_window_cmd_save_as):
418         
419         Correct conversion from uri to displayable string. Fix for
420         bug 313296.
421
422 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * ps/ps-document.c: convert filename to utf8 when there is an error
425         loading document. Fixes #309915
426
427 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
428
429         * configure.ac:
430
431         We depend on poppler 0.4.0
432
433 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
434
435         * configure.ac:
436         * NEWS: Release 0.3.3.
437         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
438
439 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
440
441         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
442         add a couple missing mnemonics to menu items, use title 
443         capitalization for menu items and window titles, and add 
444         ellipsis to open menu item.     
445
446 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
447
448         * pdf/ev-poppler.cc:
449         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
450         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
451         (ev_view_get_rotation):
452         * shell/ev-view.h:
453         * shell/ev-window.c: (setup_view_from_metadata),
454         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
455         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
456         disk.
457
458 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
459
460         * configure.ac: Added tr to ALL_LINGUAS
461
462 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
463
464         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
465         requires several clicks to find word. Thanks to 
466         Colin Slater <kiltedtaco@gmail.com>.
467
468 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
469
470         * data/evince.desktop.in.in: Hide menu entry and
471         rename it to "Document Viewer". Fix for bug 
472         #312399.
473
474 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
475
476         * shell/ev-page-action.c (ev_page_action_class_init): 
477
478         Point to the correct function in constructor of the
479         activate_label signal
480
481 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
482
483         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
484         * shell/ev-jobs.h: Make thread safe.
485
486 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
487
488         * shell/ev-view.c: (view_update_range_and_current_page):
489         Don't update page range if we are scrolling to some document
490         point.
491
492 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
493
494         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
495         when getting max_page_width, fix drawing in dual mode.
496
497 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
498
499         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
500         getting the area for select_all.
501
502 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
503
504         * backend/ev-selection.c: (ev_selection_render_selection):
505         * backend/ev-selection.h:
506         * pdf/ev-poppler.cc:
507         * shell/ev-jobs.c: (ev_job_render_new):
508         * shell/ev-jobs.h:
509         * shell/ev-pixbuf-cache.c: (get_selection_colors),
510         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
511         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
512         (ev_view_class_init):
513
514         Change selection color on focus in and focus out events.  Also,
515         poppler now uses GdkColor for specifying the selection colors, so
516         drop some awkward conversion code.
517
518 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
519
520         * configure.ac: Added Hebrew translation
521
522 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
523
524         * NOTES:
525         * backend/ev-selection.c: (ev_selection_render_selection):
526         * backend/ev-selection.h:
527         * pdf/ev-poppler.cc:
528         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
529         (ev_job_render_run):
530         * shell/ev-jobs.h:
531         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
532         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
533         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
534         (ev_pixbuf_cache_style_changed),
535         (ev_pixbuf_cache_get_selection_pixbuf),
536         (ev_pixbuf_cache_set_selection_list),
537         (ev_pixbuf_cache_get_selection_list):
538         * shell/ev-pixbuf-cache.h:
539         * shell/ev-utils.c: (ev_print_region_contents):
540         * shell/ev-utils.h:
541         * shell/ev-view.c: (ev_view_queue_draw_page),
542         (selection_update_idle_cb), (ev_view_motion_notify_event),
543         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
544         (setup_caches), (ev_view_find_next), (merge_selection_region),
545         (selection_free):
546         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
547
548         Clean up selection to be much smoother!
549
550 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
551
552         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
553         to poppler_page_render_selection().
554
555 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
556
557         * ps/ps-document.c: (save_page_list): Use
558         unzipped document when printing. Thanks to 
559         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
560         311016.
561
562 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
563
564         * shell/ev-window.c: (update_action_sensitivity):
565         
566         Disable print and save respect to lockdown gconf keys. Fix
567         for 312342.
568
569 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * configure.ac:
572         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
573         (write_to_temp_file), (ev_file_set_contents):
574         * shell/ev-utils.h:
575         * shell/ev-window.c: (save_print_config_to_file):
576         
577         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
578         Fix for bug 312238
579
580 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
581
582         * shell/ev-window.c: (load_print_config_from_file),
583         (save_print_config_to_file), (ev_window_print_range):
584
585         Persist the print settings. Fixes bug #311578.
586
587 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
588
589         * djvu/djvu-document.c: (djvu_document_get_page_size),
590         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
591         (djvu_document_thumbnails_get_thumbnail):
592         * dvi/dvi-document.c: (dvi_document_get_page_size),
593         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
594         (dvi_document_thumbnails_get_dimensions),
595         (dvi_document_thumbnails_get_thumbnail):
596         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
597         (pixbuf_document_render_pixbuf),
598         (pixbuf_document_document_iface_init),
599         (pixbuf_document_thumbnails_get_thumbnail):
600         
601         Update backends to make them build with new rotation system.
602
603 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
604
605         * help/C/figures/evince_start_window.png:
606         
607         Update documentation image from Luca Ferretti <elle.uca@libero.it>
608
609 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
610
611         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
612         * shell/ev-pixbuf-cache.h:
613         * shell/ev-sidebar-thumbnails.c:
614         (ev_sidebar_thumbnails_get_property), (add_range),
615         (adjustment_changed_cb):
616         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
617         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
618         we were thumbnailing the entire docment on startup, slowing us
619         down hugely. 
620
621 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
622
623         * shell/ev-page-cache.c: (ev_page_cache_new):
624         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
625         == 0, fixes #310306.
626
627 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
628
629         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
630         (ev_view_rotate_left):
631
632         Account rotation in doc_rect_to_view_rect.
633         Ensure rotation doesnt go out of bounds.
634
635 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
636
637         * shell/ev-page-cache.c: (ev_page_cache_get_size):
638
639         Correct and cleanup w/h swapping
640
641 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
642
643         * backend/ev-document-thumbnails.c:
644         (ev_document_thumbnails_get_thumbnail):
645         * backend/ev-document-thumbnails.h:
646         * backend/ev-document.c:
647         * backend/ev-document.h:
648         * backend/ev-render-context.c: (ev_render_context_new),
649         (ev_render_context_set_rotation):
650         * backend/ev-render-context.h:
651         * pdf/ev-poppler.cc:
652         * ps/ps-document.c: (ps_document_document_iface_init):
653         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
654         * shell/ev-jobs.h:
655         * shell/ev-page-cache.c: (build_height_to_page),
656         (ev_page_cache_new), (ev_page_cache_get_size),
657         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
658         (ev_page_cache_get_height_to_page):
659         * shell/ev-page-cache.h:
660         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
661         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
662         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
663         (ev_pixbuf_cache_get_selection_pixbuf):
664         * shell/ev-pixbuf-cache.h:
665         * shell/ev-print-job.c: (idle_print_handler):
666         * shell/ev-sidebar-thumbnails.c: (add_range):
667         * shell/ev-view.c: (view_update_range_and_current_page),
668         (get_page_y_offset), (get_page_extents),
669         (ev_view_size_request_continuous_dual_page),
670         (ev_view_size_request_continuous),
671         (ev_view_size_request_dual_page),
672         (ev_view_size_request_single_page), (draw_one_page),
673         (ev_view_set_rotation), (ev_view_rotate_right),
674         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
675         (ev_view_zoom_for_size_continuous_and_dual_page),
676         (ev_view_zoom_for_size_continuous),
677         (ev_view_zoom_for_size_dual_page),
678         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
679         (ev_view_select_all):
680         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
681         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
682         (tiff_document_document_iface_init),
683         (tiff_document_thumbnails_get_thumbnail):
684
685         Use rotation rather than orientation. It's easier and enough
686         for our needs.
687
688 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
689
690         * shell/ev-page-cache.c: (build_height_to_page),
691         (ev_page_cache_new), (ev_page_cache_get_size),
692         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
693         (ev_page_cache_get_height_to_page):
694         * shell/ev-page-cache.h:
695         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
696         (ev_view_size_request_continuous_dual_page),
697         (ev_view_size_request_continuous),
698         (ev_view_zoom_for_size_continuous_and_dual_page),
699         (ev_view_zoom_for_size_continuous):
700
701         Make the page cache aware of page orientation.
702
703 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
704
705         * backend/ev-document-thumbnails.c:
706         (ev_document_thumbnails_get_thumbnail):
707         * backend/ev-document-thumbnails.h:
708         * backend/ev-document.c:
709         * backend/ev-document.h:
710         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
711         * backend/ev-ps-exporter.h:
712         * pdf/ev-poppler.cc:
713         * ps/ps-document.c: (ps_document_document_iface_init),
714         (ps_document_ps_export_do_page):
715         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
716         * shell/ev-jobs.h:
717         * shell/ev-page-cache.c: (ev_page_cache_get_size),
718         (ev_page_cache_get):
719         * shell/ev-page-cache.h:
720         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
721         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
722         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
723         * shell/ev-pixbuf-cache.h:
724         * shell/ev-print-job.c: (idle_print_handler):
725         * shell/ev-sidebar-thumbnails.c: (add_range):
726         * shell/ev-view.c: (view_update_range_and_current_page),
727         (get_page_extents), (ev_view_size_request_dual_page),
728         (ev_view_size_request_single_page), (draw_one_page),
729         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
730         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
731         (ev_view_zoom_for_size_dual_page),
732         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
733         (ev_view_select_all):
734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
735         * tiff/tiff-document.c: (tiff_document_get_page_size),
736         (tiff_document_get_orientation), (rotate_pixbuf),
737         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
738         (tiff_document_thumbnails_get_thumbnail),
739         (tiff_document_ps_export_do_page), (tiff_document_init):
740
741         Really make use of the orientation bit of the render context.
742         Use the render context in a few more places in the backend API.
743         This regress orientation, but now it's done right. Will try to
744         fix it up asap...
745
746 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
747
748         * shell/ev-view.c: (ensure_rectangle_is_visible):
749
750         Patch by Nickolay V. Shmyrev to fix find flickering
751
752 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
753
754         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
755         duplex parameters to ::begin.
756
757         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
758         * shell/ev-print-job.c (idle_print_handler): 
759         * ps/ps-document.c (ps_document_ps_export_begin): 
760         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
761         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
762         implementations. Poppler backend needs poppler cvs. Rest has
763         unchanged behavior.
764
765 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
766
767         * shell/ev-window.c (using_pdf_printer): new function.
768         (ev_window_print_range): print a less techy message if someone
769         tries to print to PDF.
770
771 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
772
773         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
774         from "unknown font" string. Bug #311431
775
776 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
777
778         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
779
780 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
781
782         Bug #311280
783         
784         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
785         name for PopplerFontTypes
786         (pdf_document_fonts_fill_model): add font type to the detail column
787
788         * backend/ev-document-fonts.h: added
789         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
790
791         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
792         font name and font details, add a little markup.
793         (ev_properties_fonts_init): use the new cell data func, specify ypad
794         property for the cell renderer.
795         (ev_properties_fonts_set_document): add the details column.
796
797 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
798
799         * configure.ac: Added "pl" to ALL_LINGUAS.
800
801 2005-07-24  Danilo Šegan  <danilo@gnome.org>
802
803         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
804
805 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
806
807         * help/ChangeLog: Started this for translations of manual.
808         * configure.ac, autogen.sh, .cvsignore: Migrated to
809         gnome-doc-utils. Patch in bug #311222.
810
811 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
812
813         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
814         #ifdef this away to fix an unused-function warning.
815
816 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
817
818         * configure.ac: Added 'gl' to ALL_LINGUAS.
819
820 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
821
822         * configure.ac: Added ne in ALL_LINGUAS
823         
824 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * shell/ev-view.c: (ev_view_leave_notify_event):
827         
828         Clear status message when pointer leaves view. Fix for bug
829         #310818 
830
831 2005-07-20 Ankit Patel <ankit644@yahoo.com>
832
833         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
834
835 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * shell/ev-view.c: (ev_view_leave_notify_event),
838         (ev_view_class_init):
839         
840         Set cursor to normal then leaving view.
841
842 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
843
844         * configure.ac:
845         
846         Fix required djvulibre version.
847
848 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
849
850         *configure.ac: Hindi (hi) language added
851
852 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
853
854         *configure.ac: Punjabi (pa) Language added
855
856 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
857
858         * data/evince-ui.xml, shell/ev-window.c:
859         
860         Add keypad accelerators for zooming. Fix for bug 308128.
861
862 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
863
864         * Makefile.am:
865         * backend/Makefile.am:
866         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
867         * configure.ac:
868         * shell/ev-document-types.c: (ev_document_types_add_filters):
869
870         Allow to enable/disable the pixbuf backend.
871         Default to off for now. If we want it enabled we should
872         really put mime types in the desktop, implement properties etc.
873
874         * properties/evince-properties.c:
875
876         Initialize error to NULL.
877         Check error is not NULL before freeing.
878
879 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
880
881         * shell/ev-window.c:
882
883         Use F5 as presentation accell
884
885 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
886
887         * shell/ev-window.c: (update_chrome_visibility),
888         (ev_window_create_fullscreen_popup), (ev_window_init):
889
890         Do not leak the fullscreen toolbar
891
892 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
893
894         * shell/ev-window.c: (view_actions_focus_in_cb),
895         (view_actions_focus_out_cb):
896
897         These has a return value! Fix totally random focus
898         issues we was seeing.
899
900 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/main.c: (load_files_remote):
903
904         Allow open more than one file
905
906 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
907
908         * shell/main.c: (load_files_remote):
909
910         Fix for dbus 0.33. bug #309975
911
912 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
913
914         * properties/ev-properties-main.c: (ev_properties_get_pages):
915
916         Actually return NULL for types we dont support
917
918 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
919
920         * po/POTFILES.in:
921
922         Remove empty lines.
923
924 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
925
926         * backend/ev-document-factory.c:
927         (ev_document_factory_get_document):
928
929         Do not try to create the object if type
930         is invalid.
931
932 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
933
934         * ps/ps-document.c: (ps_document_dispose),
935         (ps_async_renderer_render_pixbuf):
936         * ps/ps-document.h:
937
938         Do not leak the target window
939
940 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
941
942         * shell/ev-application.c: (ev_application_init):
943
944         Let tbe check file existence for us.
945         Add a comment about eggrecent mime filter.
946
947 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
948
949         * data/evince-ui.xml:
950         * shell/ev-application.c: (ev_application_shutdown),
951         (ev_application_init), (ev_application_get_toolbars_model),
952         (ev_application_get_recent_model),
953         (ev_application_save_toolbars_model):
954         * shell/ev-application.h:
955         * shell/ev-window.c: (ev_window_add_recent),
956         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
957         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
958         (ev_window_init):
959
960         Use common toolbar and recent models for all windows.
961         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
962
963 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
964
965         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
966         successfully check for gtk_icon_view_get_visible_range.
967
968 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
969
970         * djvu/Makefile.am:
971         * dvi/Makefile.am:
972         
973         Fix djvu and dvi backend build.
974
975 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
976
977         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
978         (new_separator_pixbuf):
979
980         Don't leak windows.
981
982 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
983
984         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
985
986         HIGification of toolbar editor dialogue.
987
988 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
989
990         * configure.ac:
991         * shell/Makefile.am:
992
993         Ever build metadata manager since it's just
994         disabled at runtime now.
995
996 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
997
998         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
999         (ev_metadata_manager_get), (ev_metadata_manager_set):
1000         * shell/ev-metadata-manager.h:
1001
1002         Add an _init functions that enabled metadata management
1003         at runtime.
1004
1005         * shell/ev-window.c: (page_changed_cb),
1006         (setup_document_from_metadata), (ev_window_setup_document),
1007         (setup_view_from_metadata), (ev_window_open_uri),
1008         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1009         (ev_window_run_presentation), (ev_window_stop_presentation),
1010         (save_sizing_mode), (ev_window_zoom_changed_cb),
1011         (ev_window_continuous_changed_cb),
1012         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
1013         (window_configure_event_cb):
1014
1015         Remove all ugly metadata define since we deal with it
1016         at runtime now.
1017
1018         * shell/main.c: (load_files_remote), (main):
1019
1020         Add support for dbus cvs head. Hopefully didnt break one
1021         of the other versions now!
1022
1023         If we dont get a response from the dbus server just
1024         give up with it and not enable metadata.
1025
1026 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1027
1028         * Makefile.am:
1029         * backend/Makefile.am:
1030         * configure.ac:
1031         * cut-n-paste/recent-files/Makefile.am:
1032         * cut-n-paste/toolbar-editor/Makefile.am:
1033         * cut-n-paste/zoom-control/Makefile.am:
1034         * lib/Makefile.am:
1035         * pdf/Makefile.am:
1036         * pixbuf/Makefile.am:
1037         * properties/Makefile.am:
1038         * ps/Makefile.am:
1039         * shell/Makefile.am:
1040         * thumbnailer/Makefile.am:
1041         * tiff/Makefile.am:
1042
1043         Make frontends depend on just libev.
1044         Rework and group CFLAGS/LIBS definitions.
1045         Cleanups.
1046
1047 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1048
1049         * shell/ev-window:
1050
1051         do not unnecessarily save zoom
1052
1053         * configure.ac:
1054         * lib/ev-file-helpers.c: (ev_dot_dir):
1055         * shell/Makefile.am:
1056         * shell/dummy.cc:
1057
1058         Some cleanups
1059
1060 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1061
1062         * configure.ac:
1063         
1064         Remove unnecessary dependencies
1065
1066 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1067
1068         * properties/Makefile.am:
1069         * thumbnailer/Makefile.am:
1070         * tiff/Makefile.am:
1071
1072         Some more cleanups. Was really necessary
1073         but I probably introduced bugs, feel free
1074         to flame :)
1075
1076 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1077
1078         * backend/Makefile.am:
1079         * configure.ac:
1080         * cut-n-paste/recent-files/Makefile.am:
1081         * cut-n-paste/toolbar-editor/Makefile.am:
1082         * cut-n-paste/zoom-control/Makefile.am:
1083         * lib/Makefile.am:
1084         * pdf/Makefile.am:
1085         * pixbuf/Makefile.am:
1086         * properties/Makefile.am:
1087         * ps/Makefile.am:
1088         * shell/Makefile.am:
1089         * thumbnailer/Makefile.am:
1090         * tiff/Makefile.am:
1091
1092         Use gnome-common macros when possible.
1093         Cleanup dependencies.
1094         Actually disable deprecated where possible.
1095
1096 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1097
1098         * Makefile.am:
1099         * backend/Makefile.am:
1100         * properties/Makefile.am:
1101         * shell/Makefile.am:
1102         * thumbnailer/Makefile.am:
1103
1104         This should solve the circular dep without
1105         requiring dir reorg!
1106
1107         * shell/ev-window.c: (setup_view_from_metadata):
1108
1109         Never restore window size/position when the
1110         window is already visible.
1111
1112 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1113
1114         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
1115
1116         Return a boolean from timeout func. Fix ported from gedit.
1117
1118 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
1119
1120         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
1121
1122 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-document-types.c: set "All Documents" as default filter in
1125         open dialog
1126
1127 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
1128
1129         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
1130         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
1131         (ev_metadata_manager_set_boolean): fix value/val thinko.
1132
1133 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1134
1135         * shell/ev-window.c: (setup_view_from_metadata),
1136         (window_state_event_cb), (window_configure_event_cb),
1137         (ev_window_init):
1138
1139         Remember window position and maximized state
1140
1141 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1142
1143         * configure.ac:
1144
1145         Fix DBUS configure checks.
1146
1147         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
1148         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
1149         (ev_metadata_manager_set_boolean):
1150
1151         Plug mem leaks.
1152
1153         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
1154         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1155         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
1156         (ev_window_continuous_changed_cb),
1157         (ev_window_dual_mode_changed_cb), (ev_window_new):
1158
1159         Fix the build without DBUS.
1160
1161 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1162
1163         * shell/ev-metadata-manager.c: (parse_value), (save_values),
1164         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
1165         (ev_metadata_manager_set_string),
1166         (ev_metadata_manager_set_boolean):
1167         * shell/ev-metadata-manager.h:
1168
1169         Add support for some more types
1170
1171         * shell/ev-view.c: (scroll_to_current_page),
1172         (ev_view_get_continuous), (ev_view_set_continuous),
1173         (ev_view_get_dual_page):
1174         * shell/ev-view.h:
1175         * shell/ev-window.c: (page_changed_cb),
1176         (setup_document_from_metadata), (ev_window_setup_document),
1177         (setup_view_from_metadata), (ev_window_open_uri),
1178         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1179         (ev_window_run_presentation), (ev_window_stop_presentation),
1180         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
1181         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
1182         (ev_window_update_dual_page_action),
1183         (ev_window_continuous_changed_cb),
1184         (ev_window_dual_mode_changed_cb), (ev_window_init):
1185
1186         Remember a bunch of view/document properties. Prolly some
1187         are still missing but it's getting interesting.
1188
1189 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
1190
1191         * configure.ac: check if dbus-binding-tool is installed. Not the
1192         case on current Ubuntu breezy, it seems.
1193
1194 2005-07-05  Luca Ferretti <elle.uca@libero.it>
1195
1196         * data/evince.desktop.in.in:
1197         
1198         Allow open uri lists and add TryExec field.
1199
1200 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1201
1202         * configure.ac:
1203
1204         Enable dbus when available, do not require a configure
1205         option.
1206
1207 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
1208
1209         * configure.ac:
1210
1211         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
1212         disabled.
1213
1214 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1215             Marco Pesenti Gritti  <mpg@redhat.com>
1216
1217         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
1218         
1219         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
1220         functions to the format required by dbus
1221
1222         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
1223         errors. Use the RPC parameters in the expected way
1224
1225 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1226
1227         * Makefile.am:
1228         * properties/Makefile.am:
1229         * properties/ev-properties-main.c: (ev_properties_get_pages):
1230
1231         Support all mime types
1232
1233         * shell/Makefile.am:
1234         * thumbnailer/Makefile.am:
1235         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
1236         (evince_thumbnail_pngenc_get):
1237
1238         Use the document factory
1239
1240 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1241
1242         * backend/Makefile.am:
1243         * backend/ev-document-factory.c:
1244         (mime_type_supported_by_gdk_pixbuf),
1245         (ev_document_type_get_from_mime),
1246         (ev_document_factory_get_document),
1247         (ev_document_factory_get_backend),
1248         (ev_document_factory_get_mime_types),
1249         (ev_document_factory_get_all_mime_types):
1250         * backend/ev-document-factory.h:
1251         * shell/Makefile.am:
1252         * shell/ev-document-types.c: (get_document_from_uri),
1253         (ev_document_types_get_document),
1254         (file_filter_add_mime_list_and_free),
1255         (ev_document_types_add_filters):
1256         * shell/ev-document-types.h:
1257         * shell/ev-job-xfer.c: (ev_job_xfer_run):
1258         * shell/ev-properties-dialog.c:
1259         (ev_properties_dialog_set_document):
1260         * shell/ev-window.c: (ev_window_cmd_file_open),
1261         (ev_window_cmd_save_as):
1262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1263
1264         Rework document types managing to avoid code duplication
1265         and actually abstract from backend implementations.
1266         Also provide a minimal factory api that can be used by
1267         thumbnailer/properties.
1268
1269 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
1270
1271         * properties/ev-properties-view.c: (ev_properties_view_set_info):
1272         Plug a mem leak.
1273         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1274         HIG spacings.
1275
1276 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1277
1278         * shell/ev-properties-dialog.c
1279         (ev_properties_dialog_set_document): only call
1280         ev_properties_fonts_set_document() if the document implements the
1281         fonts interface
1282
1283 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1284
1285         * configure.ac:
1286         * properties/Makefile.am:
1287         * properties/ev-properties-view.c:
1288         (ev_properties_view_register_type):
1289         * properties/ev-properties-view.h:
1290         * properties/ev-properties-main.h:
1291
1292         Implement nautilus plugin for properties.
1293         Works only for pdf atm, I need to rework the
1294         document types stuff to get this to work
1295         for all backends...
1296
1297 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
1298
1299         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
1300         (ev_properties_fonts_set_document): use
1301         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
1302
1303 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1304
1305         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
1306         them
1307         (PlaceImage, tiff2ps_process_page): use
1308         g_ascii_dtostr to convert floats to strings in a locale-safe way.
1309
1310
1311 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
1312
1313         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
1314         (main): to call gnome_authentication_manager_init. Should fix
1315         Bug #308510
1316
1317         * configure.ac: that requires libgnomeui 2.6.0.
1318
1319 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1320
1321         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
1322         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
1323         use the new tiff2ps interfaces
1324
1325         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
1326         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
1327
1328         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
1329         structure instead of global variables.  Remove use of static
1330         variables in functions.
1331
1332 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
1333
1334         * shell/ev-page-action.c: unref the completion after setting it to the
1335         entry
1336
1337 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1338
1339         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
1340         postscript files
1341
1342 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1343
1344         * shell/ev-window.c (update_action_sensitivity): disable
1345         File->Print if the document does not implement the ps exporter
1346         interface
1347
1348 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
1349
1350         * Makefile.am:
1351         * configure.ac:
1352         * data/evince-properties.glade:
1353         * properties/.cvsignore:
1354         * properties/Makefile.am:
1355         * properties/ev-properties-view.c: (ev_properties_view_dispose),
1356         (ev_properties_view_class_init), (ev_properties_view_format_date),
1357         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
1358         (ev_properties_view_init), (ev_properties_view_new):
1359         * properties/ev-properties-view.h:
1360         * shell/Makefile.am:
1361         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
1362         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
1363         (ev_properties_dialog_new):
1364         * shell/ev-properties-dialog.h:
1365         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1366         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
1367         (update_progress_label), (job_fonts_finished_cb),
1368         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
1369         * shell/ev-properties-fonts.h:
1370         * shell/ev-properties.c:
1371         * shell/ev-properties.h:
1372         * shell/ev-window.c: (ev_window_setup_document),
1373         (ev_window_cmd_file_properties):
1374
1375         Split the properties pages in two different objects, depend
1376         only on the backend where possible, use widgets instead
1377         of gobject for the glade part, reimplement the dialog
1378         itself with gtk.
1379         I need this to implement nautilus properties page.
1380
1381 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
1382
1383         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
1384         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
1385         (tiff_document_document_ps_exporter_iface_init): implement the ps
1386         exporter interface for tiff documents
1387
1388         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
1389         libtiff to implement TIFF postscript export
1390
1391         * tiff/tiff2ps.h: added a header file for external tiff2ps
1392         functions.
1393
1394         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
1395         tiff2ps.h
1396
1397 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1398
1399         * shell/ev-view.c: (scroll_to_current_page),
1400         (ev_view_set_fullscreen), (ev_view_set_presentation):
1401         
1402         Scroll to current page when exit from presentation
1403
1404 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * shell/ev-window.c: (update_document_mode),
1407         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1408         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
1409         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
1410         
1411         Exit from fullscreen mode when switch to presentation. Fix for
1412         bug 309365
1413
1414 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
1415
1416         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
1417         return NULL if the document does not implement the selection
1418         interface.
1419
1420 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
1421
1422         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
1423         reported height by using the resolution aspect ratio
1424         (tiff_document_render_pixbuf): scale the pixbuf using the
1425         resolution aspect ratio
1426
1427 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1428
1429         * configure.ac:
1430         
1431         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
1432         <kiltedaco@gmail.com>
1433         
1434         * djvu/djvu-document.c: (djvu_document_get_orientation),
1435         (djvu_document_set_orientation), (djvu_document_get_page_size),
1436         (rotate_pixbuf), (djvu_document_render_pixbuf),
1437         (djvu_document_document_iface_init):
1438         * dvi/dvi-document.c: (dvi_document_get_orientation),
1439         (dvi_document_set_orientation), (dvi_document_get_page_size),
1440         (rotate_pixbuf), (dvi_document_render_pixbuf),
1441         (dvi_document_document_iface_init):
1442         
1443         Dvi and djvu backends are ported to new API
1444
1445 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
1446
1447         * backend/ev-selection.c: (ev_selection_get_selection_region),
1448         (ev_selection_get_selection_map):
1449         * backend/ev-selection.h:
1450         * pdf/ev-poppler.cc:
1451         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1452         * shell/ev-jobs.h:
1453         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1454         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1455         (ev_pixbuf_cache_get_text_mapping):
1456         * shell/ev-pixbuf-cache.h:
1457         * shell/ev-view.c: (location_in_text),
1458         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
1459         support to EvView.  Now we can see where we can select!  Sweet!
1460
1461 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
1462
1463         * shell/ev-view.c (ev_view_button_press_event): Fix
1464         event->y + view->scroll_x typo.
1465
1466 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
1467
1468         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
1469         sub-GdkPixbuf instead of passing dest_x and dest_y.
1470         
1471         * shell/ev-view.c: (view_point_to_doc_point),
1472         (view_rect_to_doc_rect), (ev_view_button_press_event),
1473         (ev_view_motion_notify_event), (compute_new_selection_rect),
1474         (gdk_rectangle_point_in), (compute_new_selection_text),
1475         (compute_selections): Update selection code to keep the selection
1476         around as two points and not as a normalized rectangle, and fix
1477         page level selection in two-column mode.
1478
1479 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
1480
1481         * shell/ev-window.c: (window_configure_event_cb): 
1482         
1483         Fix compilation
1484         
1485 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
1486
1487         * pdf/ev-poppler.cc:
1488
1489         Fix compilation
1490
1491 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
1492
1493         * shell/Makefile.am:
1494         * shell/ev-metadata-manager.c: (item_free),
1495         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1496         (parse_value), (parseItem), (load_values),
1497         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
1498         (save_values), (save_item), (get_oldest), (resize_items),
1499         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
1500         * shell/ev-metadata-manager.h:
1501
1502         Metadata manager from gedit but modified to use GValue, so that
1503         we dont need to keep converting from strings.
1504
1505         * configure.ac:
1506
1507         ENABLE_METADATA conditional, on when dbus is on
1508
1509         * shell/ev-application.c: (ev_application_open_uri):
1510
1511         Show the window after load so that we can initialize
1512         window size before it's showed.
1513
1514         * shell/ev-window.c: (ev_window_setup_from_metadata),
1515         (ev_window_open_uri), (window_configure_event_cb),
1516         (ev_window_init):
1517
1518         Save and load metadata information about window size.
1519         Not yet keeping states in account.
1520
1521         * shell/main.c: (main):
1522
1523         Shutdown metadata manager.
1524
1525 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1526
1527         * shell/ev-application-service.xml:
1528         * configure.ac:
1529         * shell/Makefile.am:
1530         * shell/ev-application.c:
1531         * shell/ev-application.h:
1532         * shell/ev-window.c:
1533         * shell/ev-window.h:
1534         * shell/main.c:
1535
1536         Add an optional dbus interface (--enable-dbus).
1537         Rework application code, mainly to be easier to
1538         use "remotely".
1539         Do not open multiple windows with the same document,
1540         spatial evince!
1541
1542 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
1543
1544         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
1545         pixbuf iff it exists.
1546
1547 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
1548
1549         * shell/*:
1550         * backend/ev-render-context.[ch]:
1551         * backend/ev-selection.[ch]:
1552
1553         Massive changes.  We now support text selection of pdfs, and not
1554         just rectangular selection.  This is pretty broken still, but I
1555         want to get something into CVS.
1556
1557 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1558
1559         * pdf/ev-poppler.cc:
1560         
1561         Fix for Bug 309080: crash on window close.
1562         
1563         * shell/ev-page-action.c: (page_changed_cb):
1564         
1565         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
1566         jensgr@gmx.net (Jens Granseuer).
1567
1568 2005-06-25  Marcel Telka  <marcel@telka.sk>
1569
1570         * configure.in (ALL_LINGUAS): Added sk.
1571
1572 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
1575         not a document open
1576
1577 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1578
1579         * NEWS:
1580         * configure.ac:
1581
1582         Release 0.3.2
1583
1584         * cut-n-paste/recent-files/Makefile.am:
1585
1586         Fix make distcheck
1587
1588 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1589
1590         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
1591         (pixbuf_document_set_orientation), (rotate_pixbuf),
1592         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
1593         (pixbuf_document_document_iface_init), (pixbuf_document_init):
1594
1595         Implement rotation and cleanup the code a bit.
1596
1597         * tiff/tiff-document.c: (tiff_document_get_page_size),
1598         (tiff_document_get_orientation), (tiff_document_set_orientation),
1599         (rotate_pixbuf), (tiff_document_render_pixbuf),
1600         (tiff_document_document_iface_init), (tiff_document_init):
1601
1602         Implement rotation. Was the quicker solution for the release
1603         but we really need to share this code in the shell.
1604
1605 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1606
1607         * pdf/ev-poppler.cc:
1608
1609         Enable rotation, require poppler cvs. Fix a leak.
1610
1611 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1612
1613         * shell/ev-window.c: (update_action_sensitivity):
1614         
1615         Make properties unsensitive if document backend doesn't provide
1616         any info
1617
1618 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1619
1620         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
1621         (bitmap_flip_horizontally), (bitmap_flip_vertically),
1622         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
1623         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
1624         (bitmap_flip_rotate_counter_clockwise):
1625         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
1626         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
1627         (buff_gets):
1628         * dvi/mdvi-lib/common.h:
1629         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
1630         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
1631         (opendvi), (mdvi_reload), (mdvi_init_context),
1632         (mdvi_destroy_context), (mdvi_dopage), (special):
1633         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
1634         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
1635         (file_hash_free), (register_encoding), (parse_spec),
1636         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
1637         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
1638         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
1639         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
1640         (mdvi_register_font_type), (mdvi_unregister_font_type),
1641         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
1642         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
1643         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
1644         (mdvi_hash_destroy_key), (mdvi_hash_reset):
1645         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
1646         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
1647         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
1648         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
1649         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1650         * dvi/mdvi-lib/special.c: (mdvi_register_special),
1651         (mdvi_unregister_special), (mdvi_flush_specials):
1652         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
1653         (t1_font_remove):
1654         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
1655         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
1656         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
1657         (free_font_metrics), (flush_font_metrics):
1658         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
1659         (tt_font_remove):
1660         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
1661         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
1662         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
1663         (dstring_insert), (dstring_new), (dstring_reset):
1664         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
1665         
1666         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
1667         avoid conflict with libtool on FC4
1668         
1669         * shell/ev-window.c: (ev_window_cmd_help_about):
1670         
1671         Update copyright year. Fix for bug 308828.
1672
1673 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1674
1675         * shell/ev-view.c: (add_scroll_binding_keypad),
1676         (ev_view_binding_activated), (ev_view_class_init),
1677         (on_adjustment_value_changed):
1678         
1679         Bug 170874: Arrow keys switch pages in presentation mode
1680
1681 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1682
1683         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1684         
1685         Fix for Bug 308265: Sidebar dissappears coming out of 
1686         Presentation mode
1687
1688 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1689
1690         * shell/ev-application.c: (ev_application_open):
1691         * shell/ev-document-types.c: (ev_document_types_add_filters),
1692         (ev_document_types_add_filters_for_type):
1693         * shell/ev-document-types.h:
1694         * shell/ev-window.c: (ev_window_cmd_save_as):
1695         
1696         Suggest basename as template when saving, provide filters
1697         for save dialog. It's bug 308402
1698
1699 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1700
1701         * pdf/ev-poppler.cc:
1702         * shell/ev-sidebar-links.c: (job_finished_callback):
1703         * shell/ev-view.c: (update_find_status_message):
1704         
1705         Some leaks fixed
1706
1707 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
1708
1709         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1710         (egg_recent_view_uimanager_set_list):
1711
1712         Fix buglet in !show_numbers case.
1713
1714 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
1715
1716         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1717         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
1718
1719         Use pango ellipsisation.
1720
1721         * pdf/ev-poppler.cc:
1722
1723         Fix refcount leak, from nsh.
1724
1725 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1726
1727         * cut-n-paste/recent-files/Makefile.am:
1728         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1729         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
1730         
1731         Removed EggRecentViewGtk
1732         
1733         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1734         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1735         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
1736         (ev_window_setup_recent):
1737         
1738         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
1739         with other projects
1740
1741 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1742
1743         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1744         (egg_recent_view_gtk_finalize):
1745
1746         Fix memory leak
1747
1748         * cut-n-paste/toolbar-editor/Makefile.am:
1749         
1750         Fix location of cursor icon.
1751         
1752         * pdf/ev-poppler.cc:
1753         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
1754         (display_completion_text), (match_completion):
1755         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1756         (selection_changed_callback), (create_loading_model),
1757         (print_section_cb), (links_page_num_func),
1758         (update_page_callback_foreach):
1759         * shell/ev-window.c: (ev_window_dispose):
1760         
1761         Small memory fixes. Links model now store objects instead
1762         of pointers to improve memory management. 
1763
1764 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1765
1766         * shell/ev-window.c: (zoom_control_changed_cb):
1767         
1768         Fix update of zoom control (bug 308268).
1769
1770 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
1771
1772         * shell/ev-properties.c (set_property): escape the text correctly.
1773         Handles non-UTF-8 properties and escaped properties.  Also, sets
1774         the text to "<i>None</i>" if the property isn't set.
1775
1776         * data/evince-properties.glade: Change the label to be ellipsized,
1777         and give it a minimum size.
1778
1779 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1780
1781         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
1782         * shell/ev-sidebar-links.c: (create_loading_model):
1783         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
1784         * shell/ev-view.c: (ev_view_set_document):
1785         * shell/ev-window.c: (ev_window_dispose):
1786         
1787         Various small fixes, mostly memory leaks. Thanks to valgrind.
1788
1789 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
1790
1791         * ps/ps-document.c: remove the locale.h include again ;-). And
1792         kill the (bogus) setlocale/savelocale business.
1793
1794 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
1795
1796         * ps/ps-document.c:
1797         
1798         Include locale.h to fix build
1799         
1800         * shell/ev-sidebar.c:
1801         
1802         Remove unnecessary includes
1803
1804 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1805
1806         * dvi/dvi-document.c: (dvi_document_load):
1807         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
1808         * po/POTFILES.in:
1809         
1810         Check for incorrect dvi files. Fix parsing dvi on AMD64
1811         platform. Thanks to tester@tester.ca (Olivier Crete).
1812
1813 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1814
1815         * shell/ev-page-action.c: (match_selected_cb),
1816         (display_completion_text), (match_completion), (update_model):
1817         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1818         (expand_open_links):
1819         * shell/ev-sidebar.c: (ev_sidebar_destroy),
1820         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
1821         (ev_sidebar_set_document):
1822         * shell/ev-window.c: (ev_window_xfer_job_cb),
1823         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
1824         
1825         Fixed lot's of memory leaks, for example, memory leak on reload, 
1826         described in bug 307793.
1827
1828 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
1829
1830         * pdf/ev-poppler.cc:
1831         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1832         (update_visible_range), (adjustment_changed_cb),
1833         (ev_sidebar_thumbnails_fill_model),
1834         (ev_sidebar_thumbnails_refresh),
1835         (ev_sidebar_tree_selection_changed),
1836         (ev_sidebar_icon_selection_changed),
1837         (ev_sidebar_thumbnails_use_icon_view),
1838         (ev_sidebar_thumbnails_set_document):
1839         * shell/ev-sidebar-thumbnails.h:
1840         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1841         (ev_window_cmd_edit_rotate_right), (ev_window_init):
1842
1843         Refresh thumbnails when changing orientation. Not fully
1844         working yet becuase of a sidebar bug.
1845
1846         Set page orientation to poppler page everywhere. This sucks
1847         really need to fix poppler.
1848
1849 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
1850
1851         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1852         (egg_recent_view_gtk_new_menu_item),
1853         (egg_recent_view_gtk_set_property),
1854         (egg_recent_view_gtk_get_property),
1855         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
1856         (egg_recent_view_gtk_set_tooltip_func),
1857         (egg_recent_view_gtk_set_label_width),
1858         (egg_recent_view_gtk_get_label_width):
1859         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
1860
1861         Sync with libegg (ellipsize labels)
1862
1863 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1864
1865         * data/evince-ui.xml:
1866         * shell/ev-window.c: (ev_window_cmd_go_forward),
1867         (ev_window_cmd_go_backward):
1868         
1869         Shift + PageUp moves 10 Pages. Fix for 306125
1870
1871 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1872
1873         * pdf/ev-poppler.cc:
1874
1875         Add a flag to check if orientation has been overriden
1876
1877 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
1878
1879         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
1880         field if necessary.
1881
1882         * ps/ps.h: add creator field to document.
1883
1884         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
1885         set creator field.
1886
1887 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1888
1889         * data/evince-properties.glade:
1890         * shell/ev-properties.c: (ev_properties_set_document):
1891
1892         s/PDF Version/Format
1893
1894 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1895
1896         * shell/ev-properties.c: (ev_properties_set_document):
1897
1898         Remove unnecessary translations
1899
1900 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1901
1902         * cut-n-paste/toolbar-editor/Makefile.am:
1903
1904         Correct library name    
1905
1906 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1907
1908         * configure.ac:
1909         * cut-n-paste/recent-files/egg-recent-model.c:
1910         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
1911         (egg_recent_model_unlock_file):
1912         * cut-n-paste/recent-files/egg-recent-util.c:
1913         (egg_recent_util_get_unique_id):
1914         * cut-n-paste/recent-files/update-from-egg.sh:
1915         * cut-n-paste/toolbar-editor/Makefile.am:
1916         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1917         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1918         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1919         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1920         (egg_toolbars_model_get_type):
1921         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1922
1923         Better makefile for toolbar editor and update everything
1924         to latest libegg.
1925
1926 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1927
1928         * shell/ev-window.c: (update_document_mode):
1929
1930         Prefer presentation mode when the document
1931         require fullscreen.
1932
1933 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1934
1935         * data/evince-ui.xml:
1936         * shell/ev-window.c:
1937
1938         Add control-equal for zooming
1939
1940 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1941
1942         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
1943
1944 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
1945
1946         * backend/ev-document.c: (ev_document_get_orientation):
1947         * backend/ev-document.h:
1948         * pdf/ev-poppler.cc:
1949         * ps/ps-document.c: (ps_document_get_orientation),
1950         (ps_document_set_orientation), (ps_document_document_iface_init):
1951
1952         Add a get_orientation api. Improve set_orientation.
1953
1954         * data/evince-ui.xml:
1955         * shell/ev-view.c: (ev_view_set_orientation),
1956         (ev_view_rotate_right), (ev_view_rotate_left):
1957         * shell/ev-view.h:
1958         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1959         (ev_window_cmd_edit_rotate_right):
1960
1961         Better ui for changing document orientation
1962
1963 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1964
1965         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
1966         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
1967         * shell/ev-sidebar-links.h:
1968         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
1969         (ev_sidebar_page_iface_init):
1970         * shell/ev-sidebar-page.h:
1971         * shell/ev-sidebar-thumbnails.c:
1972         (ev_sidebar_thumbnails_get_property),
1973         (ev_sidebar_thumbnails_class_init),
1974         (ev_sidebar_thumbnails_set_document):
1975         * shell/ev-sidebar-thumbnails.h:
1976         * shell/ev-view.c: (ev_view_motion_notify_event):
1977         * shell/ev-window.c: (update_chrome_visibility),
1978         (ev_window_cmd_focus_page_selector),
1979         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
1980         (sidebar_page_main_widget_update_cb), (ev_window_init):
1981         
1982         Autoraise toolbar on GoToPage binding and fix bindings in
1983         EvSidebarThumbnails page.
1984
1985 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
1986
1987         * shell/ev-properties.c: (update_progress_label):
1988
1989         Hide the progress label when finished; bug #307697.
1990
1991 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
1992
1993         * pdf/ev-poppler.cc:
1994
1995         Enable is_open for links, you will need poppler cvs
1996
1997         * shell/ev-properties.c: (job_fonts_finished_cb):
1998
1999         Get a lock on the document when filling the tree view
2000
2001 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2002
2003         * backend/ev-document-links.h:
2004         * pdf/ev-poppler.cc:
2005         * shell/ev-sidebar-links.c: (create_loading_model),
2006         (expand_open_links), (job_finished_callback):
2007
2008         Expand links when specified by the document.
2009         Depend on a poppler api (defined out for now)
2010
2011 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2012
2013         * shell/ev-properties.c: (ev_properties_dispose),
2014         (ev_properties_class_init), (dialog_destroy_cb),
2015         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
2016         (ev_properties_set_document), (ev_properties_new),
2017         (ev_properties_show):
2018         * shell/ev-properties.h:
2019
2020         Make it an object, cleanup the code, api to show it as transient
2021         and to set the document.
2022
2023         * shell/ev-window.c: (ev_window_setup_document),
2024         (ev_window_cmd_file_properties):
2025
2026         Adapt to EvProperties changes, do not show multiple
2027         times, update it when document changes.
2028
2029 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2030
2031         * ps/gstypes.h:
2032         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
2033         (ps_document_set_orientation), (ps_document_document_iface_init):
2034         * ps/ps-document.h:
2035
2036         Implement orientation here too
2037
2038         * shell/ev-properties.c: (ev_properties_new):
2039         * data/evince-properties.glade:
2040
2041         Hide the fonts page for backends that doesnt
2042         support it.     
2043
2044 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2045
2046         * backend/ev-document.c: (ev_document_set_orientation):
2047         * backend/ev-document.h:
2048         * pdf/ev-poppler.cc:
2049
2050         Add orientation api. Currently poppler api is not optimal,
2051         we need to set orientation every time we _get a page.
2052         I will try to fix that at some point.
2053
2054         * data/evince-ui.xml:
2055         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
2056         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
2057
2058         Add orientation menu items
2059
2060         * shell/ev-page-cache.c: (ev_page_cache_clear):
2061         * shell/ev-page-cache.h:
2062
2063         Add api to clear the cache
2064
2065         * shell/ev-view.c: (setup_caches), (clear_caches),
2066         (ev_view_set_document), (ev_view_zoom_out),
2067         (ev_view_set_orientation):
2068         * shell/ev-view.h:
2069
2070         Implement orientation changing
2071
2072 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
2073
2074         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
2075         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
2076         * backend/ev-document-fonts.h:
2077
2078         Separate scan and fill so that we can incrementally fill from
2079         the main thread. Add a progress api.
2080
2081         * data/evince-properties.glade:
2082         * pdf/ev-poppler.cc:
2083         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
2084         * shell/ev-jobs.h:
2085         * shell/ev-properties.c: (update_progress_label),
2086         (job_fonts_finished_cb), (setup_fonts_view):
2087
2088         Incrementally feel the list and show the progress
2089         percentage in a label like acrobat does.
2090
2091         You are going to need poppler cvs
2092
2093 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
2094
2095         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
2096         * backend/ev-document-fonts.h:
2097         * pdf/ev-poppler.cc:
2098
2099         Make fonts model fill incrementally.
2100
2101         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2102         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2103         (ev_job_queue_remove_job):
2104         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
2105         (ev_job_fonts_new), (ev_job_fonts_run):
2106         * shell/ev-jobs.h:
2107
2108         New job for fonts scanning
2109
2110         * shell/ev-properties.c: (job_fonts_finished_cb),
2111         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
2112         * shell/ev-properties.h:
2113         * shell/ev-window.c: (ev_window_cmd_file_properties):
2114
2115         Incrementally feel the treeview using the new job. Show Loading...
2116         message until scanning is completed.
2117
2118         Hopefully I didnt break the build without the poppler patch.
2119
2120 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2121
2122         * shell/ev-application.c: (ev_application_open):
2123         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
2124         (ev_document_type_get_type), (ev_document_type_lookup):
2125         * shell/ev-document-types.h:
2126         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
2127         * shell/ev-job-xfer.h:
2128         * shell/ev-window.c: (ev_window_clear_local_uri),
2129         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
2130         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
2131         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2132         
2133         Transfer remote documents to tmp directory to display them later.
2134
2135 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
2136
2137         * backend/ev-document-info.h:
2138         * shell/ev-properties.c: (ev_properties_new):
2139
2140         s/GTime*/GTime. Not sure why we was using a pointer
2141         at all there!
2142
2143 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
2144
2145         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
2146         situations.  That situation is that you're using GTK+-HEAD with
2147         the patch at #306726 is applied, and you have a document with <
2148         1500 pages in it.  It's not quite as uniformly nice as the
2149         TreeView, but should be better in the long run.
2150
2151         I'm pretty sure I guarded against breaking compilation with
2152         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
2153         I missed some.
2154
2155         * shell/ev-window.c (ev_window_init): We don't have our tree/list
2156         widget yet, so I commented that code out
2157         enable_view_actions_for_widget() for now.  Need to figure this
2158         out.
2159
2160         * shell/ev-page-action.c (match_selected_cb): emit the right
2161         signals.  Our cool C-l completion now works.
2162
2163 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2164
2165         * backend/Makefile.am:
2166         * backend/ev-document-fonts.c:
2167         * backend/ev-document-links.c:
2168         * backend/ev-document.c: (ev_document_load):
2169         * backend/ev-document.h:
2170         * backend/ev-job-queue.c:
2171         * backend/ev-job-queue.h:
2172         * backend/ev-jobs.c:
2173         * backend/ev-jobs.h:
2174         * backend/ev-page-cache.c:
2175         * backend/ev-page-cache.h:
2176
2177         EvPageCache and EvJobs are moved to shell.
2178
2179         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
2180         (ev_tmp_filename):
2181         * lib/ev-file-helpers.h:
2182         
2183         New helper to work with temporary files
2184         
2185         * shell/Makefile.am:
2186         * shell/ev-application.c: (ev_application_open):
2187         * shell/ev-application.h:
2188         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
2189         (remove_job_from_async_queue), (add_job_to_async_queue),
2190         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
2191         (handle_job), (search_for_jobs_unlocked),
2192         (no_jobs_available_unlocked), (ev_render_thread),
2193         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
2194         (ev_job_queue_add_job), (move_job_async), (move_job),
2195         (ev_job_queue_update_job), (ev_job_queue_remove_job):
2196         * shell/ev-job-queue.h:
2197         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
2198         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
2199         * shell/ev-job-xfer.h:
2200         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
2201         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
2202         (ev_job_links_class_init), (ev_job_render_init),
2203         (ev_job_render_dispose), (ev_job_render_class_init),
2204         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
2205         (ev_job_thumbnail_class_init), (ev_job_load_init),
2206         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
2207         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
2208         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
2209         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
2210         * shell/ev-jobs.h:
2211         * shell/ev-page-action.c: (ev_page_action_set_document):
2212         * shell/ev-page-cache.c: (ev_page_cache_init),
2213         (ev_page_cache_class_init), (ev_page_cache_finalize),
2214         (ev_page_cache_new), (ev_page_cache_get_n_pages),
2215         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
2216         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
2217         (ev_page_cache_get_title), (ev_page_cache_get_size),
2218         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2219         (ev_page_cache_get_height_to_page),
2220         (ev_page_cache_get_max_label_chars),
2221         (ev_page_cache_get_page_label),
2222         (ev_page_cache_has_nonnumeric_page_labels),
2223         (ev_page_cache_get_info), (ev_page_cache_next_page),
2224         (ev_page_cache_prev_page), (ev_page_cache_get):
2225         * shell/ev-page-cache.h:
2226         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
2227         (ev_pixbuf_cache_clear_job_sizes),
2228         (ev_pixbuf_cache_add_jobs_if_needed),
2229         (ev_pixbuf_cache_set_page_range):
2230         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
2231         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
2232         * shell/ev-sidebar-thumbnails.c:
2233         (ev_sidebar_tree_selection_changed),
2234         (ev_sidebar_thumbnails_set_document):
2235         * shell/ev-statusbar.c: (ev_statusbar_destroy),
2236         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
2237         (ev_statusbar_get_context_id), (ev_statusbar_push),
2238         (ev_statusbar_pop), (ev_statusbar_set_maximized),
2239         (ev_statusbar_pulse), (ev_statusbar_show_progress),
2240         (ev_statusbar_set_progress):
2241         * shell/ev-statusbar.h:
2242         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
2243         (ev_view_find_previous):
2244         * shell/ev-window.c: (ev_window_is_empty),
2245         (ev_window_setup_document), (password_dialog_response),
2246         (ev_window_clear_jobs), (ev_window_load_job_cb),
2247         (ev_window_xfer_job_cb), (ev_window_open_uri),
2248         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
2249         (ev_window_print), (ev_window_print_range),
2250         (ev_window_state_event), (ev_window_cmd_view_reload),
2251         (menu_item_select_cb), (menu_item_deselect_cb),
2252         (view_status_changed_cb), (ev_window_dispose),
2253         (drag_data_received_cb), (ev_window_init):
2254         * shell/ev-window.h:
2255         * shell/main.c: (load_files):
2256         
2257         New statusbar to show progress on idle. Two new jobs - 
2258         xfer job and load job to load document in background. And update
2259         of page_cache clients to new location of code.
2260
2261 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
2262   
2263         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
2264         selection in open dialog. It also remembers the last visited directory 
2265         in the current session.
2266
2267 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2268
2269         * shell/ev-properties.c: (ev_properties_new):
2270         * shell/ev-properties.h:
2271         * shell/ev-window.c: (ev_window_cmd_file_properties):
2272         
2273         Get document info from page cache instead of document itself.
2274         This should fix crash related to race conditions described in
2275         bug 306545.
2276
2277 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
2278
2279         * ps/ps-document.c: (ps_document_init),
2280         (send_ps), (get_page_box), (output), (catchPipe), (input),
2281         (stop_interpreter), (file_length), (file_readable),
2282         (check_filecompressedb), (ps_document_enable_interpreter),
2283         (document_load), (ps_async_renderer_render_pixbuf):
2284         * ps/ps-document.h:
2285
2286         Big cleanup of the ps code
2287
2288 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
2289
2290         * backend/Makefile.am:
2291         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
2292         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
2293         * backend/ev-async-renderer.h:
2294
2295         Add an async renderer interface (method + callback) which
2296         is useful for backends like ps.
2297
2298         * backend/ev-job-queue.c: (remove_job_from_async_queue),
2299         (add_job_to_async_queue), (job_finished_cb), (handle_job),
2300         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
2301         (ev_job_queue_add_job), (move_job_async), (move_job),
2302         (ev_job_queue_update_job), (ev_job_queue_remove_job):
2303
2304         Add queues for async renderer, these are executed on the
2305         main thread.
2306
2307         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
2308         (ev_job_render_run):
2309         * backend/ev-jobs.h:
2310
2311         If the backend support async renderer interface use it.
2312
2313         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
2314         (setup_pixmap), (ps_document_get_type),
2315         (ps_async_renderer_render_pixbuf),
2316         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
2317
2318         Implement async renderer interface.
2319
2320 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
2321
2322         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
2323
2324         Cleanup links job on exit.
2325
2326 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2327
2328         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2329         (drag_data_get_cb), (drag_data_received_cb):
2330         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2331         (drag_data_get_cb), (parse_item_list),
2332         (egg_toolbar_editor_load_actions):
2333         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2334         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
2335         (parse_item_list), (parse_toolbars):
2336         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2337         (dvi_pixbuf_put_pixel):
2338         
2339         Fix gcc 4.0 warnings
2340
2341 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2342
2343         * ps/ps-document.c: (start_interpreter):
2344
2345         Fix warning when loading ps
2346
2347 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2348
2349         * ps/ps-document.c: (output):
2350
2351         Fix crash when priting gs error messages.
2352
2353 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2354
2355         * backend/ev-page-cache.c: (_ev_page_cache_new):
2356         * backend/ev-page-cache.h:
2357
2358         Use a const to return title so that we dont double
2359         free it. Small cleanup and fix a leak.
2360
2361         * shell/ev-window.c: (update_window_title):
2362
2363         strdup value from get_title.
2364
2365 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2366
2367         * shell/ev-sidebar-links.c: (job_finished_callback),
2368         (ev_sidebar_links_set_document):
2369
2370         Cleanup the old job when changing document
2371
2372 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
2373
2374         * shell/ev-stock-icons.c:
2375         * shell/ev-stock-icons.h:
2376         * shell/ev-window.c:
2377         
2378         Add stock icons for actions that can appear in toolbar. Fix for
2379         bug 306566.
2380
2381 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2382
2383         * backend/ev-page-cache.c: (ev_page_cache_finalize),
2384         (_ev_page_cache_new), (ev_page_cache_get_max_width),
2385         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
2386         * backend/ev-page-cache.h:
2387         * shell/ev-view.c: (scroll_to_current_page),
2388         (view_update_range_and_current_page), (get_page_y_offset),
2389         (get_page_extents), (ev_view_size_request_continuous_dual_page),
2390         (ev_view_size_request_continuous),
2391         (ev_view_zoom_for_size_continuous_and_dual_page),
2392         (ev_view_zoom_for_size_continuous):
2393         
2394         More compact EvView layout in document with pages of different size.
2395
2396 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
2397
2398         * shell/ev-window.c (ev_window_cmd_file_properties): fix
2399         compilation.
2400
2401 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * shell/ev-view.c: (view_set_adjustment_values):
2404         * shell/ev-window.c: (ev_window_cmd_file_properties):
2405         
2406         A bit different fix for rounding problem but it has no
2407         problems on startup. Make properties window transient to parent.
2408
2409 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2410
2411         * pdf/ev-poppler.cc:
2412         
2413         More commenting of font stuff.
2414
2415 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2416
2417         * pdf/ev-poppler.cc:
2418
2419         Comment out some more fonts stuff. Should really
2420         work without the poppler patch now.
2421
2422 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2423
2424         * pdf/ev-poppler.cc:
2425
2426         Adapt to api change
2427
2428 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2429
2430         * data/evince-properties.glade:
2431         * pdf/ev-poppler.cc:
2432         * shell/ev-properties.c: (setup_fonts_view):
2433
2434         Set the column title. Show the dialog only
2435         once everything is setup.
2436         Getting font info can be very slow... will
2437         prolly need to make this threaded too.
2438
2439 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2440
2441         * backend/Makefile.am:
2442         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
2443         (ev_document_fonts_get_fonts_model):
2444         * backend/ev-document-fonts.h:
2445         * data/evince-properties.glade:
2446         * pdf/ev-poppler.cc:
2447         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
2448         * shell/ev-properties.h:
2449         * shell/ev-window.c: (ev_window_cmd_file_properties):
2450
2451         Implement fonts list. Defined out for now, since it depends
2452         on a not yet committed poppler patch.
2453
2454 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
2455
2456         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
2457         page + 1.
2458
2459         * shell/ev-window.c: Make sure we add the timeout when we get a
2460         focus-in event.
2461
2462         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
2463         adjustment->value before calculating the zoom factor to average
2464         out all of our rounding errors.  The page no longer 'drifts' when
2465         resizing.
2466
2467 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2468
2469         * data/evince-properties.glade:
2470         * shell/ev-properties.c: (ev_properties_format_date),
2471         (set_property):
2472         
2473         Labels don't expand when the dialogue is resized.
2474         strftime result needs to be converted to UTF-8. Thanks
2475         to Christian Persch <chpe@gnome.org>.
2476
2477 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2478
2479         * data/evince-properties.glade:
2480
2481         Hide the fonts tab
2482
2483 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2484
2485         * backend/ev-document-info.h:
2486         * backend/ev-document.c: (ev_document_info_free):
2487         * data/evince-properties.glade:
2488         * pdf/ev-poppler.cc:
2489         * ps/ps-document.c: (ps_document_get_info):
2490         * shell/ev-properties.c: (ev_properties_format_date),
2491         (set_property), (ev_properties_new):
2492         * shell/ev-properties.h:
2493         * shell/ev-window.c: (ev_window_cmd_file_properties):
2494
2495         Rework properties code to take only EvPropertyInfo
2496         in the constructor so that it can be useful for
2497         nautilus plugin too.
2498
2499         Deal with backends that doesnt support some properties.
2500         Make set property code generic.
2501
2502 2005-06-04  Christian Persch <chpe@gnome.org>
2503
2504         * data/evince-properties.glade:
2505
2506         fix spacings, make resizeable, and make data labels
2507         selectable + ellipsised
2508
2509 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
2510
2511         * backend/ev-document-info.h:
2512         * data/Makefile.am:
2513         * data/evince-ui.xml:
2514         * pdf/ev-poppler.cc:
2515         * shell/Makefile.am:
2516         * shell/ev-window.c: (update_action_sensitivity),
2517         (ev_window_cmd_file_properties):
2518
2519         Initial go at file properties. Patch by
2520         Emil Soleyman-Zomalan <emil@soleyman.com>.
2521         Needs love see #169583
2522
2523 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
2524
2525         * ps/ps-document.c: (output):
2526         * ps/ps.c: (psscan):
2527
2528         Try to render even if psscan fails.
2529
2530 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2531
2532         * ps/ps.c: (psscan), (pscopydoc):
2533
2534         Port buffered reading code from gv
2535
2536 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2537
2538         * ps/ps-document.c: (interpreter_message), (output):
2539
2540         Do not fail on interpreter messages
2541
2542 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2543
2544         * backend/ev-document-misc.c:
2545         (ev_document_misc_get_thumbnail_frame):
2546
2547         Pages can be 0 x 0, dont assert on this case
2548
2549 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2550
2551         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2552         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
2553
2554         Correctly manage our reference on document. Finally the reload
2555         huge leak is gone...
2556
2557 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2558
2559         * ps/ps-document.c: (ps_document_dispose):
2560
2561         Forgot to chain it to the parent. Thanks chpe.
2562
2563 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2564
2565         * ps/ps-document.c: (ps_document_dispose),
2566         (ps_document_class_init), (stop_interpreter), (document_load):
2567
2568         Cleanup dispose a bit. Dont leak the whole pixmap.
2569
2570 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2571
2572         * pdf/ev-poppler.cc:
2573
2574         Release the poppler document on dispose
2575
2576 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2577
2578         * shell/ev-view.c: (ev_view_set_document):
2579
2580         Release ref on the pixbuf cache when changing
2581         document.
2582
2583 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2584
2585         * ps/ps-document.c: (ps_document_get_info):
2586
2587         Fix a double free
2588
2589 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2590
2591         * backend/ev-page-cache.c: (ev_page_cache_init),
2592         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
2593         * backend/ev-page-cache.h:
2594         * shell/ev-page-action.c: (page_changed_cb):
2595         
2596         Set page action entry width depending on labels width. Fix
2597         for bug 305202.
2598
2599 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
2600
2601         * backend/ev-link.c: (ev_link_class_init):
2602
2603         Allow -1 as page value (error)
2604
2605 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2606
2607         * shell/ev-sidebar-thumbnails.c:
2608         (ev_sidebar_thumbnails_set_document):
2609         * shell/ev-view.c: (scroll_to_current_page),
2610         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
2611         (page_changed_cb), (on_adjustment_value_changed),
2612         (ev_view_set_document):
2613
2614         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
2615         Fix bug 305377
2616
2617 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * configure.ac:
2620         * djvu/djvu-document.c: (djvu_document_get_page_size):
2621
2622         Require djvulibre CVS. Now djvu loading is much faster. Fix for
2623         bug 301993.
2624
2625 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
2626
2627         * shell/ev-view.c (draw_one_page): modify the expose handling to
2628         get the shadows.
2629
2630         * shell/ev-window.c (update_action_sensitivity): Respect
2631         permissions field.  Kowtow to the man.
2632
2633         * pdf/ev-poppler.cc: Get the permissions field.
2634
2635         * tiff/*c: Make a tiny bit more robust.
2636
2637 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2638
2639         * djvu/djvu-document.c:
2640         
2641         Pop messages from djvu context message queue.
2642
2643 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2644
2645         * configure.ac, Makefile.am, shell/Makefile.am:
2646         * tiff/Makefile.am, shell/ev-document-types.c:
2647         
2648         Cleanup tiff configure checks. Fix for bug 305218.
2649
2650 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
2651
2652         * configure.ac: Added "uk" to ALL_LINGUAS.
2653
2654 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * cut-n-paste/zoom-control/ephy-zoom.c:
2657         (ephy_zoom_get_changed_zoom_level):
2658         * cut-n-paste/zoom-control/ephy-zoom.h:
2659         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
2660         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
2661         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
2662         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
2663         (zoom_control_changed_cb), (ev_window_init):
2664         
2665         Fix minor points related to moving best fit up. Introduce
2666         "zoom" property and make zoom control change it's value on
2667         notify::zoom signals. Fix for 305080.
2668
2669 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2670
2671         * data/evince-ui.xml:
2672         * shell/ev-window.c: (set_view_actions_sensitivity):
2673         
2674         Use + and - as accels for zoom in and zoom out. Fix for 305001.
2675
2676 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
2677
2678         * configure.ac:
2679
2680         Depends on poppler 0.3.2
2681
2682 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
2683
2684         * cut-n-paste/recent-files/egg-recent-item.c:
2685         (egg_recent_item_get_short_name):
2686         * cut-n-paste/toolbar-editor/Makefile.am:
2687         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2688         (new_pixbuf_from_widget):
2689         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2690         * cut-n-paste/toolbar-editor/egg-marshal.c:
2691         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2692         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2693
2694         Sync
2695
2696 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
2697
2698         * tiff/tiff-document.c: Rough TIFF backend.
2699
2700 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
2701
2702         * NEWS:
2703         * configure.ac:
2704         * cut-n-paste/toolbar-editor/Makefile.am:
2705
2706         Release 0.3.1
2707
2708 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
2709
2710         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
2711         (ev_view_find_next), (ev_view_find_previous):
2712
2713         Remove the locks around get_n_results   
2714
2715 2005-05-21  Juerg Billeter  <j@bitron.ch>
2716
2717         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
2718
2719         Pass correct number of pages to poppler.
2720
2721 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * configure.ac:
2724         * data/Makefile.am:
2725         * data/evince.desktop.in: 
2726         * data/evince.desktop.in.in:
2727         * po/POTFILES.in:
2728         
2729         Add conditionally dvi and djvu to desktop types. Fix for 304658.
2730
2731 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
2732
2733         * shell/ev-view.c: (view_update_adjustments),
2734         (view_set_adjustment_values): cast adjustmen->value to (int)
2735         before using it.  Otherwise, we get off by a pixel in some
2736         situations.
2737
2738         (draw_one_page): Draw the border on expose.
2739
2740 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
2741
2742         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
2743         adjustment when the mode changes, #304923
2744
2745 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2746
2747         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
2748         flickering on resize but still use gdk_window_scroll on
2749         scrolling
2750
2751 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
2752
2753         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
2754         option, #170458
2755
2756 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
2757
2758         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
2759         second page on page_changed if possible, #304669
2760
2761 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
2762
2763         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
2764         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
2765
2766 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
2767
2768         * .cvsignore:
2769         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
2770         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
2771         (ev_view_zoom_for_size_presentation),
2772         (ev_view_zoom_for_size_continuous_and_dual_page),
2773         (ev_view_zoom_for_size_continuous),
2774         (ev_view_zoom_for_size_dual_page),
2775         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
2776         * shell/ev-view.h:
2777         * shell/ev-window.c: (update_view_size),
2778         (ev_window_sizing_mode_changed_cb):
2779
2780         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
2781         the scrollbars.  It's not 100% right, but it's much closer.  Kills
2782         an infinite loop, #304769
2783
2784
2785 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2786
2787         * data/evince-ui.xml:
2788         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
2789         * shell/ev-window.c: (set_view_actions_sensitivity):
2790
2791         Make PgUp/Down behave like Space
2792
2793 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2794
2795         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
2796         * backend/ev-ps-exporter.h:
2797         * pdf/ev-poppler.cc:
2798         * ps/ps-document.c: (ps_document_ps_export_begin):
2799         * shell/ev-print-job.c: (idle_print_handler):
2800
2801         Adapt to new poppler api
2802
2803 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2804
2805         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2806         (ephy_zoom_control_init):
2807
2808         Translate zoom levels
2809
2810 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2811
2812         * cut-n-paste/zoom-control/ephy-zoom.c:
2813         (ephy_zoom_get_zoom_level_index):
2814
2815         Fix current zoom -> zoom control match
2816
2817 2005-05-18  James Bowes  <bowes@cs.dal.ca>
2818
2819         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
2820         rather than the scrolled_window that it's in. Fixes bug #304655.
2821
2822 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
2823
2824         * shell/ev-view.c: (view_update_adjustments),
2825         (view_set_adjustment_values), (view_update_range_and_current_page),
2826         (view_scroll_to_page), (set_scroll_adjustment),
2827         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
2828         (ev_view_scroll), (ev_view_scroll_view),
2829         (ensure_rectangle_is_visible), (find_page_at_location),
2830         (get_link_at_location), (go_to_link), (status_message_from_link),
2831         (ev_view_size_request_continuous_dual_page),
2832         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
2833         (ev_view_unrealize), (ev_view_expose_event),
2834         (ev_view_button_press_event), (ev_view_motion_notify_event),
2835         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
2836         (draw_rubberband), (highlight_find_results), (draw_one_page),
2837         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
2838         (ev_view_init), (find_changed_cb), (page_changed_cb),
2839         (on_adjustment_value_changed), (ev_view_new),
2840         (ev_view_set_document), (ev_view_set_zoom),
2841         (ev_view_set_continuous), (ev_view_set_dual_page),
2842         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
2843         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
2844         (ev_view_zoom_for_size_presentation),
2845         (ev_view_zoom_for_size_continuous_dual_page),
2846         (ev_view_zoom_for_size_continuous),
2847         (ev_view_zoom_for_size_dual_page),
2848         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2849         (ev_view_get_status), (ev_view_set_status),
2850         (update_find_status_message), (ev_view_get_find_status),
2851         (ev_view_set_find_status), (jump_to_find_result),
2852         (jump_to_find_page), (compute_selections), (clear_selection),
2853         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2854         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2855         (ev_view_update_primary_selection),
2856         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
2857         * shell/ev-view.h:
2858         * shell/ev-window.c: (ev_window_open_page_label),
2859         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
2860         (ev_window_init):
2861         * shell/ev-window.h:
2862         * shell/main.c: (load_files):
2863
2864         Massive code clean up from Nickolay Shmyrev.  Keep page offset
2865         when resizing.  Remove the bin_window().  Also, patch from James
2866         Bowes to fix command line page, #300641
2867         
2868 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
2869
2870         * data/evince-ui.xml:
2871         * shell/ev-view.c:
2872         * shell/ev-view.h:
2873         * shell/ev-window.c: (update_action_sensitivity):
2874
2875         Get rid of View->Normal Size, it's just confusing
2876
2877 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
2878
2879         * backend/ev-document-info.h:
2880         * backend/ev-document.c: (ev_document_info_free): Free the
2881         EvDocumentInfo.
2882
2883         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
2884         (clear_range), (add_range), (update_visible_range),
2885         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
2886         (ev_sidebar_thumbnails_set_document):
2887         * shell/ev-window.c: (ev_window_setup_document): Only render the
2888         visible thumbnails.  It takes an instant to render, but it uses
2889         much less memory.
2890
2891 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
2892
2893         * shell/ev-sidebar-links.c: (popup_menu_cb):
2894
2895         Select first item
2896
2897 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
2898
2899         * lib/Makefile.am:
2900         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
2901         (button_press_cb), (ev_sidebar_links_construct):
2902
2903         Show the popup menu also on keybindings
2904
2905 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
2906
2907         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
2908         * shell/ev-window.h:
2909
2910         Expose api to print a range (with dialog). Make private _print use
2911         it.
2912
2913         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
2914         (ev_sidebar_links_construct):
2915
2916         Show a print context menu on linkx, it prints the selected
2917         section.
2918
2919 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
2920
2921         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
2922         button.
2923
2924 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
2925
2926         * AUTHORS:
2927
2928         Update
2929
2930         * shell/ev-window.c: (build_comments_string),
2931         (ev_window_cmd_help_about):
2932
2933         Show poppler version/backend and authors
2934
2935 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
2936
2937         * cut-n-paste/zoom-control/ephy-zoom.c:
2938         (ephy_zoom_get_zoom_level_index):
2939         * cut-n-paste/zoom-control/ephy-zoom.h:
2940
2941         Move the best fit items at the top of the list
2942
2943 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
2944
2945         * shell/ev-marshal.list:
2946         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
2947         (activate_cb), (match_selected_cb), (activate_link_cb),
2948         (connect_proxy), (ev_page_action_class_init):
2949         * shell/ev-page-action.h:
2950
2951         Use signals to notify action activation. Hopefully
2952         I did not break completion since I cant test...
2953
2954         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
2955         (register_custom_actions):
2956
2957         Connect to page selector actions and also grab focus on
2958         the view when activated.
2959
2960 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
2961
2962         * pdf/ev-poppler.cc:
2963         * backend/ev-page-cache.c: make page size calculation consistent
2964         and set it to (int)( width * scale + 0.5).  This makes the weird
2965         line going through the middle of the page go away.
2966
2967         * shell/ev-view.c: move painting the background page after
2968         checking the expose area covers us.
2969
2970 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * data/evince-password.glade:
2973         
2974         Mark labels as not translatable. Fix for bug 302842.
2975
2976 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
2977
2978         * configure.ac: Added "es" to ALL_LINGUAS.
2979
2980 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
2981
2982         * data/evince-toolbar.xml:
2983         * shell/ev-window.c: (update_action_sensitivity),
2984         (ev_window_setup_document), (ev_window_set_page_mode),
2985         (ev_window_init):
2986
2987         Remove some leftover code from jrb first continous
2988         attempt. Use the new actions, we still need good icons
2989         though...
2990
2991 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
2992
2993         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
2994
2995         Update label when connecting proxy. Fix a warning with NULL
2996         page_cache.
2997
2998 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
2999
3000         * data/evince-ui.xml:
3001         * shell/ev-page-action.c: (ev_page_action_grab_focus):
3002         * shell/ev-page-action.h:
3003         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
3004
3005         Add mnemonic for edit toolbar.
3006         ctrl+l focus the page entry.
3007
3008 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3009
3010         * lib/Makefile.am:
3011         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
3012         (ev_window_init):
3013         * shell/main.c: (main):
3014
3015         Put the toolbar xml in evince own dot dir
3016
3017 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3018
3019         * shell/ev-window.c: (ev_window_init):
3020
3021         Make the toolbar not removable
3022
3023 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3024
3025         * data/evince-ui.xml:
3026         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
3027         * shell/ev-sidebar-links.h:
3028         * shell/ev-sidebar-thumbnails.c:
3029         (ev_sidebar_thumbnails_get_treeview):
3030         * shell/ev-sidebar-thumbnails.h:
3031         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
3032         (ev_view_class_init):
3033         * shell/ev-view.h:
3034         * shell/ev-window.c: (update_action_sensitivity),
3035         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3036         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
3037         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
3038         (ev_window_init):
3039
3040         This is evil... Make space/backspace global accelerators but
3041         enable them only for some widgets (sidebars and view).
3042         I dont like it, but I dont know a better way... :/
3043
3044 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3045
3046         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
3047         (ev_page_action_widget_finalize),
3048         (ev_page_action_widget_class_init), (update_page_cache):
3049
3050         Keep a weak reference on proxy->page_cache so that we
3051         dont try to disconnect the signal if the object is already
3052         gone. Maybe there is a better way to cleanup reference handling
3053         in page action though...
3054
3055 2005-05-10  Juerg Billeter  <j@bitron.ch>
3056
3057         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
3058         * backend/ev-ps-exporter.h:
3059         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
3060         * ps/ps-document.c: (ps_document_ps_export_begin):
3061         
3062         Change api to pass print range to ps_exporter_begin. The pdf backend
3063         requires this information.
3064         
3065         * shell/ev-print-job.c: (idle_print_handler):
3066         
3067         Adapt to api change
3068
3069 2005-05-10  Juerg Billeter  <j@bitron.ch>
3070
3071         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3072         (idle_print_handler)
3073         * shell/ev-window.c: (ev_window_print):
3074
3075         Support printing page range, based on patch by Amaury Jacquot
3076
3077 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3078
3079         * data/evince-toolbar.xml:
3080
3081         Add zoom control to available items
3082
3083 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3084
3085         * shell/ev-window.c: (update_action_sensitivity):
3086
3087         Set slash action insensitive when appropriate
3088
3089 2005-05-10  Christian Persch <chpe@gnome.org>
3090
3091         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
3092
3093         Fix warning on the overflow menu
3094
3095 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3096
3097         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
3098
3099         Check for uri correctness/existence
3100
3101 2005-05-09  Juerg Billeter  <j@bitron.ch>
3102
3103         * shell/ev-window.c: (using_postscript_printer):
3104
3105         LPD printers use postscript, too
3106
3107 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3108
3109         * shell/ev-window.c: (register_custom_actions):
3110
3111         The zoom one is actually sort of useful,
3112         put it back
3113
3114 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3115
3116         * shell/ev-window.c: (register_custom_actions):
3117
3118         Hide page/zoom controls from overflow, they
3119         are useless.
3120
3121 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3122
3123         * cut-n-paste/update-from-egg.sh:
3124         
3125         Share it between all cut-n-paste subdirs
3126
3127         * cut-n-paste/recent-files/Makefile.am:
3128
3129         Fix to use "global" update-from-egg.sh
3130
3131         * cut-n-paste/recent-files/egg-recent-model.c:
3132         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
3133         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3134         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
3135         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
3136
3137         Update from libegg
3138
3139         * cut-n-paste/toolbar-editor/Makefile.am:
3140
3141         Fix to use "global" update-from-egg.sh
3142
3143         * cut-n-paste/toolbar-editor/eggmarshalers.list:
3144
3145         Update from libegg
3146
3147 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
3148
3149         * configure.ac:
3150         * cut-n-paste/Makefile.am:
3151         * cut-n-paste/recent-files/Makefile.am:
3152         * cut-n-paste/toolbar-editor/.cvsignore:
3153         * cut-n-paste/toolbar-editor/Makefile.am:
3154         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3155         (egg_editable_toolbar_get_type), (get_toolbar_position),
3156         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
3157         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
3158         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
3159         (set_item_drag_source), (create_item_from_action), (create_item),
3160         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
3161         (popup_toolbar_context_menu_cb), (free_dragged_item),
3162         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3163         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
3164         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
3165         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3166         (item_added_cb), (item_removed_cb),
3167         (egg_editable_toolbar_construct),
3168         (egg_editable_toolbar_disconnect_model),
3169         (egg_editable_toolbar_deconstruct),
3170         (egg_editable_toolbar_set_model),
3171         (egg_editable_toolbar_set_ui_manager),
3172         (egg_editable_toolbar_set_property),
3173         (egg_editable_toolbar_get_property),
3174         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
3175         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
3176         (egg_editable_toolbar_new_with_model),
3177         (egg_editable_toolbar_get_edit_mode),
3178         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
3179         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
3180         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
3181         (new_pixbuf_from_widget), (new_separator_pixbuf),
3182         (update_separator_image), (style_set_cb),
3183         (_egg_editable_toolbar_new_separator_image),
3184         (egg_editable_toolbar_get_model):
3185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3186         * cut-n-paste/toolbar-editor/egg-marshal.c:
3187         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3188         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
3189         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
3190         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
3191         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
3192         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
3193         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
3194         (editor_drag_data_delete_cb), (drag_data_get_cb),
3195         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
3196         (editor_create_item), (update_editor_sheet), (setup_editor),
3197         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
3198         (parse_item_list), (model_has_action), (update_actions_list),
3199         (egg_toolbar_editor_load_actions):
3200         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3201         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3202         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
3203         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
3204         (toolbars_item_new), (free_toolbar_node), (free_item_node),
3205         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
3206         (egg_toolbars_model_add_separator), (impl_add_item),
3207         (parse_item_list), (egg_toolbars_model_add_toolbar),
3208         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
3209         (impl_get_item_data), (impl_get_item_type),
3210         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
3211         (egg_toolbars_model_init), (free_toolbar),
3212         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
3213         (egg_toolbars_model_remove_toolbar),
3214         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3215         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
3216         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
3217         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
3218         (egg_toolbars_model_get_item_data),
3219         (egg_toolbars_model_get_item_type):
3220         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3221         * cut-n-paste/toolbar-editor/eggmarshalers.list:
3222         * data/Makefile.am:
3223         * data/evince-toolbar.xml:
3224         * data/evince-ui.xml:
3225         * data/hand-open.png:
3226         * po/POTFILES.in:
3227         * shell/Makefile.am:
3228         * shell/ev-window.c: (update_chrome_visibility),
3229         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
3230         (ev_window_dispose), (ev_window_init):
3231
3232         Implement epiphany like toolbar editor. Based on patch by
3233         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3234
3235 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3236
3237         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
3238
3239         Use set_cursor instead of set_selection, so that
3240         the keyboard focus moves too.
3241
3242 2005-05-09  Aleksey Kliger <akliger@gmail.com>
3243
3244         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
3245
3246         Fix infinite loop when loading Type1 fonts
3247
3248 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3249
3250         * data/evince-ui.xml:
3251         * shell/ev-window.c:
3252
3253         Slash -> Find
3254
3255 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
3256
3257         * configure.ac:
3258
3259         Make --disable really disable
3260
3261 2005-05-07  Juerg Billeter  <j@bitron.ch>
3262
3263         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
3264
3265         Compare page labels even without has_labels set, fixes setting page
3266         with entry
3267
3268 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3269
3270         * shell/ev-view.c: (ev_view_create_invisible_cursor),
3271         (ev_view_set_cursor), (ev_view_button_press_event),
3272         (ev_view_motion_notify_event), (ev_view_button_release_event),
3273         (ev_view_init):
3274
3275         Implement middle button scrolling. Based on a patch
3276         by Tommi Komulainen <tommi.komulainen@iki.fi>.
3277
3278 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
3279
3280         * shell/ev-document-types.c: (get_slow_mime_type),
3281         (get_document_type_from_mime), (ev_document_type_lookup):
3282         * shell/ev-document-types.h:
3283
3284         Change api to lookup from uri. Do fast lookup first, if the
3285         type is unknown try with data sniffing.
3286
3287         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
3288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3289
3290         Adapt to api change
3291
3292 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3293
3294         * thumbnailer/Makefile.am:
3295
3296         Fix distcheck
3297
3298 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3299
3300         * NEWS:
3301         * configure.ac:
3302
3303         Release 0.3.0
3304
3305         * data/evince-ui.xml:
3306
3307         Hide presentation mode for now
3308
3309         * shell/ev-view.c: (highlight_find_results):
3310
3311         Show current find selection only on current page
3312
3313 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3314
3315         * shell/ev-view.c: (ev_view_select_all):
3316
3317         Compute size of the actual page, not of
3318         the current one.
3319
3320 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3321
3322         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
3323         (view_rect_to_doc_rect), (compute_selections),
3324         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
3325         (ev_view_copy), (ev_view_primary_get_cb),
3326         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
3327         (ev_view_button_press_event), (ev_view_motion_notify_event),
3328         (ev_view_button_release_event), (page_changed_cb):
3329
3330         Fix text selection
3331
3332 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3333
3334         * shell/ev-view.c: (compute_border), (get_page_extents),
3335         (doc_rect_to_view_rect), (highlight_find_results),
3336         (ev_view_bin_expose), (ev_view_select_all),
3337         (ev_view_motion_notify_event), (update_find_status_message),
3338         (jump_to_find_result), (jump_to_find_page):
3339
3340         First go at fixing search, still buggy
3341
3342 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
3343
3344         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
3345         dropdown box and button at the top of the sidebar.
3346
3347 2005-05-02  James Bowes  <bowes@cs.dal.ca>
3348
3349         * configure.ac: Output zoom-control Makefile.
3350         * cut-n-paste/Makefile.am: build zoom-control subdir.
3351         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3352         * cut-n-paste/zoom-control/ephy-zoom-action.h:
3353         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3354         * cut-n-paste/zoom-control/ephy-zoom-control.h:
3355         * cut-n-paste/zoom-control/ephy-zoom.c:
3356         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
3357         from epiphany, and modified to add a separator into the menu.
3358         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
3359         * data/evince-ui.xml: Replace old zoom toolbar actions with new
3360         zoom-control action.
3361         * shell/Makefile.am: Include zoom-control flags.
3362         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
3363         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
3364         (ev_view_zoom_for_size_presentation),
3365         (ev_view_zoom_for_size_continuous_and_dual_page),
3366         (ev_view_zoom_for_size_continuous),
3367         (ev_view_zoom_for_size_dual_page),
3368         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
3369         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
3370         ev_view_get_zoom and ev_view_get_sizing_mode.
3371         * shell/ev-view.h:
3372         * shell/ev-window.c: (update_action_sensitivity),
3373         (update_sizing_buttons), (zoom_control_changed_cb),
3374         (register_custom_actions): Initialize and use the zoom-control 
3375         widget.
3376
3377 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
3378
3379         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
3380         preview cache back to 1.  Don't know when it got set to 0.
3381         
3382         * shell/ev-view.c: (compute_border), (ev_view_realize),
3383         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
3384         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
3385         (ev_view_get_fullscreen), (ev_view_set_presentation),
3386         (ev_view_get_presentation), (ev_view_set_sizing_mode),
3387         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
3388         * shell/ev-view.h:
3389         * shell/ev-window.c:
3390         (update_chrome_visibility),
3391         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3392         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3393         (update_document_mode), (ev_window_update_fullscreen_action),
3394         (ev_window_fullscreen), (ev_window_unfullscreen),
3395         (ev_window_cmd_view_fullscreen),
3396         (ev_window_update_presentation_action),
3397         (ev_window_run_presentation), (ev_window_stop_presentation),
3398         (ev_window_cmd_view_presentation), (ev_window_state_event),
3399         (ev_window_focus_in_event), (ev_window_focus_out_event),
3400         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
3401         * data/evince-ui.xml: Initial presentation mode.  We should
3402         probably hide this until it's done, as it's quite rough.  Also,
3403         change full-screen to fullscreen and add two getters to EvView.
3404
3405 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
3406
3407         * shell/ev-page-action.c: (update_page_cache),
3408         (ev_page_action_dispose):
3409         * shell/ev-window.c: (destroy_fullscreen_popup),
3410         (ev_window_create_fullscreen_popup):
3411
3412         Use connect_object rather than explicitly
3413         disconnect on dispose.
3414
3415 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
3416
3417         * shell/ev-page-action.c: (update_page_cache),
3418         (ev_page_action_dispose):
3419
3420 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3421
3422         * backend/ev-page-cache.c: (_ev_page_cache_new),
3423         (ev_page_cache_set_page_label),
3424         (ev_page_cache_has_nonnumeric_page_labels):
3425         * backend/ev-page-cache.h:
3426         * shell/ev-page-action.c: (update_pages_label):
3427         
3428         If all page labels are numeric, fallback to default
3429         way to display number of pages. See bug 173185.
3430
3431 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * shell/ev-page-action.c: (ev_page_action_dispose):
3434         * shell/ev-view.c: (view_update_range_and_current_page):
3435         * shell/ev-window.c: (ev_window_dispose):
3436         
3437         Set page on scroll in continuous mode. Fixes bug 301986.
3438         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
3439
3440 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
3441
3442         * configure.ac:
3443
3444         Require poppler 0.3.0
3445
3446 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3447         
3448         * shell/Makefile.am, configure.ac: Fix build problems
3449         with t1lib. Bug 301996.
3450
3451 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3452
3453         * shell/ev-view.c: (ev_view_scroll_event):
3454         
3455         Scroll up increase zoom
3456
3457 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
3460         (ev_view_set_sizing_mode),
3461         (ev_view_zoom_for_size_continuous_and_dual_page),
3462         (ev_view_zoom_for_size_continuous):
3463         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
3464         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
3465         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
3466         (ev_window_init):
3467
3468         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
3469         Fix for 165473 and 165472.
3470
3471 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * po/POTFILES.in:
3474         * thumbnailer/Makefile.am:
3475         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
3476         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
3477         * thumbnailer/evince-thumbnailer.schemas.in:
3478         
3479         Make thumbnailer schemas translatable. Fix for bug 301773
3480         
3481         * thumbnailer/evince-thumbnailer-djvu.schemas:
3482         * thumbnailer/evince-thumbnailer-dvi.schemas:
3483         * thumbnailer/evince-thumbnailer.schemas:
3484
3485         Removed files
3486
3487 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
3488
3489         * shell/ev-view.c (ev_view_init): forgot to set this.
3490
3491 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
3492
3493         * shell/ev-view.c: (find_page_at_location),
3494         (get_link_at_location),
3495         (ev_view_set_show_border), (ev_view_set_spacing),
3496         (ev_view_zoom_for_size_continuous_and_dual_page),
3497         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
3498         Also, add a quick fix measuring of widths.  Also, removed
3499         ev_view_set_spacing and ev_view_set_show_border.
3500         
3501         * shell/ev-window.c: (ev_window_unfullscreen),
3502         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
3503
3504 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * shell/ev-view.c: (view_update_range_and_current_page),
3507         (page_changed_cb):
3508         
3509         Fix crash on exit and scrolling to page in continuous view.
3510
3511 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
3512
3513         * TODO:
3514         * backend/ev-page-cache.c: (_ev_page_cache_new),
3515         (ev_page_cache_get_max_width_size),
3516         (ev_page_cache_get_max_height_size):
3517         * backend/ev-page-cache.h:
3518         * data/evince-ui.xml:
3519         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
3520         * shell/ev-view.c: (view_update_adjustments),
3521         (view_update_range_and_current_page), (get_bounding_box_size),
3522         (ev_view_size_request_continuous_and_dual_page),
3523         (ev_view_size_request_continuous),
3524         (ev_view_size_request_dual_page),
3525         (ev_view_size_request_single_page), (ev_view_size_request),
3526         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
3527         (ev_view_bin_expose), (ev_view_expose_event),
3528         (ev_view_set_property), (ev_view_get_property),
3529         (ev_view_class_init), (ev_view_init), (ev_view_new),
3530         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
3531         (ev_view_set_dual_page), (ev_view_set_full_screen),
3532         (ev_view_set_presentation), (ev_view_set_sizing_mode),
3533         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
3534         (ev_view_zoom_out), (zoom_for_size_fit_width),
3535         (zoom_for_size_best_fit),
3536         (ev_view_zoom_for_size_continuous_and_dual_page),
3537         (ev_view_zoom_for_size_continuous),
3538         (ev_view_zoom_for_size_dual_page),
3539         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3540         (ev_view_show_cursor), (ev_sizing_mode_get_type):
3541         * shell/ev-view.h:
3542         * shell/ev-window.c: (update_action_sensitivity),
3543         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3544         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3545         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
3546         (ev_window_cmd_view_zoom_out), (update_view_size),
3547         (ev_window_set_sizing_mode), (ev_window_init):
3548
3549         Add Continuous and Dual page modes.
3550
3551 2005-04-23  James Bowes  <bowes@cs.dal.ca>
3552
3553         * dvi/dvi-document.c: (dvi_document_load),
3554         (dvi_document_thumbnails_get_thumbnail),
3555         (dvi_document_init_params): Fix up some mixups between
3556         width and height to correct thumbnail rendering.
3557
3558 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * dvi/mdvi-lib/private.h:
3561         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
3562         
3563         Suppess output for kpathsea during font generation. Thanks to
3564         James Bowes
3565
3566 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
3567
3568         * NEWS:
3569         * configure.ac:
3570
3571         Release 0.2.1
3572
3573         * Makefile.am: fix distcheck.
3574
3575 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * shell/ev-sidebar-links.c: (selection_changed_callback),
3578         (update_page_callback), (row_activated_callback),
3579         (job_finished_callback), (ev_sidebar_links_set_document):
3580         
3581         Fix for bug #169901. Double click on links expands tree.
3582
3583 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
3584
3585         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
3586         hard-coded style. Fix for bug 170111
3587
3588 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
3589
3590         * shell/ev-view.c (highlight_find_results): Remove unnecessary
3591         locking.
3592
3593 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
3594
3595         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
3596
3597 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
3598
3599         * pdf/ev-poppler.cc:
3600         * shell/ev-view.c: (highlight_find_results):
3601
3602         Fix find on single page documents
3603
3604 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
3605
3606         * data/evince.schemas.in: fix for bug 301390
3607
3608 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3609
3610         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
3611         (ev_view_zoom_out), (ev_view_zoom_normal):
3612         * shell/ev-view.h:
3613         * shell/ev-window.c: (update_action_sensitivity),
3614         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3615         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
3616         (ev_window_cmd_view_normal_size):
3617
3618         Fix normal size zoom. Make zoom in/zoom out unsensitive when
3619         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
3620         better than oom. 
3621
3622 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3623
3624         * configure.ac:
3625
3626         Depend on 2.57, 2.59 doesnt seem to be necessary
3627
3628 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3629
3630         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
3631         (create_tool_item):
3632
3633         Put back total number of pages as (1 of 1234)
3634
3635 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
3636
3637         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
3638         remove the job.
3639
3640         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
3641         function.  This helps debugging.
3642
3643 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * djvu/djvu-document.c: (djvu_document_class_init),
3646         (djvu_document_get_info), (djvu_document_document_iface_init):
3647         * dvi/dvi-document.c: (dvi_document_class_init),
3648         (dvi_document_get_info), (dvi_document_document_iface_init):
3649
3650        Dummy implementation of get_info method for dvi and djvu. Fix
3651        crashes with those backends
3652
3653 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
3654
3655         * data/evince.desktop.in:
3656
3657         Add application/x-gzpostscript
3658
3659 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
3660
3661         * data/evince.schemas.in: Added real long descriptions, 
3662         closes bug 172496 
3663
3664         * README: Added actual text, closes bug 171869
3665
3666 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3667
3668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3669
3670         Thumbnail page 0
3671
3672 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3673
3674         * backend/ev-document-info.h:
3675
3676         s/GDate */GDate so we can just use g_free
3677
3678 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3679
3680         * shell/ev-window.c: (update_document_mode),
3681         (ev_window_setup_document):
3682
3683         Show the window in fullscreen when specified by
3684         the document
3685
3686 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3687
3688         * backend/ev-document.c: (ev_document_class_init),
3689         (ev_document_get_info), (ev_document_render_pixbuf):
3690         * backend/ev-document.h:
3691         * backend/ev-page-cache.c: (_ev_page_cache_new):
3692         * pdf/ev-poppler.cc:
3693         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
3694         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
3695         * ps/ps-document.c: (ps_document_class_init), (document_load),
3696         (ps_document_get_info), (ps_document_document_iface_init):
3697
3698         Remove get_title from the interface, we can just use document info
3699
3700 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3701
3702         * backend/Makefile.am:
3703         * backend/ev-document.c: (ev_document_render_get_info):
3704         * backend/ev-document.h:
3705         * pdf/ev-poppler.cc:
3706
3707         Initial support for document info. Based on jrb patch.
3708
3709 2005-04-19  Paolo Borelli <pborelli@katamail.com>
3710
3711         * shell/ev-window.c: (ev_window_state_event),
3712         (ev_window_class_init), (ev_window_init):
3713         
3714         Doesn't show resize grip when maximized. See bug #301053
3715
3716 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * po/POTFILES.in:
3719         
3720         ev-sidebar-thumbnails now has translatable labels
3721         
3722         * shell/Makefile.am:
3723         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
3724         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
3725         (ev_sidebar_links_page_iface_init):
3726         * shell/ev-sidebar-links.h:
3727         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
3728         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
3729         (ev_sidebar_page_get_label):
3730         * shell/ev-sidebar-page.h:
3731         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
3732         (ev_sidebar_thumbnails_set_document),
3733         (ev_sidebar_thumbnails_support_document),
3734         (ev_sidebar_thumbnails_get_label),
3735         (ev_sidebar_thumbnails_page_iface_init):
3736         * shell/ev-sidebar-thumbnails.h:
3737         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
3738         (ev_sidebar_set_document):
3739         * shell/ev-sidebar.h:
3740         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
3741         
3742         Small rework of sidebar code. Now sidebar pages should implement
3743         EvSidebarPage interface. That makes page management in EvSidebar
3744         easier. See bug #164811 for details
3745
3746 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-application.c: (ev_application_open):
3749         * shell/ev-document-types.c:
3750         
3751         Fix build error and small problem with application exit
3752
3753 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3754
3755         * thumbnailer/Makefile.am:
3756         * thumbnailer/evince-thumbnailer-djvu.schemas:
3757         * thumbnailer/evince-thumbnailer-dvi.schemas:
3758         
3759         Conditionally install schemas for djvu/dvi thumbnailer
3760
3761 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
3762
3763         * shell/ev-document-types.h: 
3764         * shell/ev-document-types.c: 
3765         New files, handling the mapping from mimetypes to backends
3766         
3767         * shell/ev-window.c: 
3768         * thumbnailer/evince-thumbnailer.c:     
3769         Use the ev-document-types code
3770         
3771         * shell/Makefile.am: 
3772         Added new convenience library libevbackendfactory_la, containing
3773         the new mimetype->backend logic; moved the backends into it.
3774
3775         * thumbnailer/Makefile.am:
3776         Make the thumbnailer link with the libevbackend.la convenience
3777         library, rather than having a duplicate of the backend logic here.
3778
3779 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
3780
3781         * shell/ev-stock-icons.c: constify some vars.
3782         * shell/ev-window.c: ditto.
3783
3784 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
3785
3786         * ps/ps-document.c (get_page_orientation):
3787
3788         Respect document orientation 
3789
3790 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3791
3792         * djvu/Makefile.am:
3793         * dvi/Makefile.am:
3794         * shell/Makefile.am:
3795         
3796         Move library dependencies to components.
3797         
3798         * shell/ev-window.c: (update_window_title),
3799         (start_loading_document):
3800         
3801         Fix display of uris with spaces. Bug 168358.
3802
3803 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
3804
3805         * shell/ev-sidebar-links.c: (selection_changed_cb):
3806         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
3807         (ev_view_button_release_event), (ev_view_set_document):
3808         * shell/ev-view.h:
3809         * shell/ev-window.c: (find_bar_search_changed_cb):
3810         * shell/ev-window.h: Minor cleanups removing some dead code.
3811
3812 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3813
3814         * backend/ev-page-cache.c: (_ev_page_cache_new):
3815         
3816         Set current page to 0 if document has pages.
3817
3818 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3819
3820         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3821
3822         Initialize GError to NULL, fix a crash when loading fails.
3823
3824 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3825
3826         * shell/ev-window.c: (update_view_size):
3827
3828         Calculate shadow size only when there is actually
3829         a shadow.
3830
3831 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3832
3833         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
3834         * shell/ev-view.h:
3835
3836         Allow setting view spacing, default to 0
3837
3838         * shell/ev-window.c: (ev_window_unfullscreen),
3839         (ev_window_cmd_view_fullscreen), (ev_window_init):
3840
3841         Remove spacing in fullscreen mode
3842
3843 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3844
3845         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
3846         (ev_view_size_request), (expose_bin_window),
3847         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
3848         * shell/ev-view.h:
3849         * shell/ev-window.c: (ev_window_unfullscreen),
3850         (ev_window_cmd_view_fullscreen):
3851
3852         Do not draw the border in fulscreen
3853
3854 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3855
3856         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
3857         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
3858         (find_page_at_location), (page_changed_cb):
3859
3860         Rework border calculation, so that I can more easily disable it.
3861         Code somewhat cleaner too.
3862
3863 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3864
3865         * backend/ev-page-cache.c: (ev_page_cache_init),
3866         (_ev_page_cache_new):
3867
3868         Remove some assertions, documents can have 0 pages.
3869         Make initial current page -1.
3870
3871         * shell/ev-page-action.c: (page_changed_cb):
3872
3873         Show "" if current page is -1
3874
3875         * shell/ev-window.c: (update_action_sensitivity),
3876         (ev_window_setup_document):
3877
3878         When document has 0 pages do not set the view
3879         and make nearly everything insensitive.
3880
3881 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3882
3883         * shell/ev-page-view.c:
3884         * shell/ev-page-view.h:
3885
3886         Remove unused files.
3887         
3888         * shell/ev-sidebar-thumbnails.c:
3889         (ev_sidebar_thumbnails_set_document):
3890         * shell/ev-sidebar.c: (ev_sidebar_set_document),
3891         (ev_sidebar_supports_document):
3892         * shell/ev-sidebar.h:
3893         * shell/ev-window.c: (ev_window_setup_document):
3894         
3895         Doesn't show thumbnails if document has 1 page. Make
3896         sidebar menu entries sensitive only if if they have 
3897         sense. Fix bug 164811. 
3898
3899 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
3900
3901         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
3902         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
3903         (ev_view_zoom_out), (ev_view_set_size):
3904
3905         Rework sizing to deal with documents with not uniform page
3906         size.
3907
3908 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
3909
3910         * backend/ev-page-cache.c: (_ev_page_cache_new):
3911
3912         Fix several page size caching bugs
3913
3914 2005-04-15  Luca Ferretti <elle.uca@libero.it>
3915
3916         * shell/ev-window.c: (set_action_properties):
3917
3918         Make all toolbar items translatable
3919
3920 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
3921
3922         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
3923         (save_page_list), (ps_document_save),
3924         (ps_document_document_iface_init), (ps_document_ps_export_begin),
3925         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
3926         (ps_document_ps_exporter_iface_init):
3927         * ps/ps-document.h:
3928
3929         Based on a patch by J�rg Billeter <j@bitron.ch>
3930         
3931         Implement print and save a copy for the ps backend.
3932
3933 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
3934
3935         * backend/ev-document.h:
3936         * djvu/djvu-document.c: (djvu_document_can_get_text),
3937         (djvu_document_document_iface_init):
3938         * dvi/dvi-document.c: (dvi_document_can_get_text),
3939         (dvi_document_document_iface_init):
3940         * pdf/ev-poppler.cc:
3941         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
3942         (pixbuf_document_document_iface_init):
3943         * ps/ps-document.c: (ps_document_can_get_text),
3944         (ps_document_document_iface_init):
3945         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
3946         * shell/ev-window.c: (update_action_sensitivity):
3947
3948         Fix the crash when trying to copy in backends that doesnt
3949         support it. We can implement a better solution once we
3950         do real text selection.
3951
3952 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
3953
3954         * data/evince-ui.xml:
3955         * shell/ev-window.c: (ev_window_cmd_escape):
3956         
3957         Work around the Escape conflict (find bar and unfullscreen)
3958
3959 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3960
3961         * backend/ev-page-cache.c: (ev_page_cache_next_page):
3962         
3963         Fix for #300233. Next page correctly handles document end.
3964         
3965         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
3966         (ev_sidebar_thumbnails_class_init),
3967         (ev_sidebar_thumbnails_set_document),
3968         (ev_sidebar_thumbnails_clear_job),
3969         (ev_sidebar_thumbnails_clear_model):
3970         
3971         Cleanup thumbnail jobs on document changes.
3972         
3973         * shell/ev-view.c: (add_scroll_binding_keypad),
3974         (add_scroll_binding_shifted), (ev_view_class_init):
3975         
3976         Shift + Space scrolls up. Fix for #173184
3977         
3978         * shell/ev-window.c: (ev_window_open_page),
3979         (ev_window_cmd_view_reload):
3980         
3981         Fix reload (Bug #300094)
3982
3983 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         
3986         * dvi/mdvi-lib/assoc.c:
3987         * dvi/mdvi-lib/assoc.h: Removed garbage files
3988         
3989         * dvi/mdvi-lib/bitmap.c:
3990         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
3991         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
3992         * dvi/mdvi-lib/color.h: Antialias of rules
3993         
3994         * dvi/mdvi-lib/common.h:
3995         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
3996         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
3997         * dvi/mdvi-lib/files.c:
3998         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
3999         * dvi/mdvi-lib/mdvi.h:
4000         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
4001         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
4002         * dvi/mdvi-lib/util.c: Fix compile warnings
4003         
4004         * dvi/dvi-document.c:
4005         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
4006         (dvi_document_thumbnails_get_thumbnail),
4007         (dvi_document_document_thumbnails_iface_init):
4008         * dvi/mdvi-lib/Makefile.am:
4009         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4010         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
4011         
4012         Dvi backend now renders thumbnails
4013
4014 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
4015
4016         * shell/main.c: (main): 
4017         
4018         Save accelerators on exit. Fixes bug #172095.
4019
4020 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
4021
4022         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
4023         update priority" comment.
4024
4025         * backend/ev-job-queue.c: Give a way to change priority.
4026
4027 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
4028
4029         * shell/ev-page-action.c: Fix logic.
4030
4031 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4032
4033         * shell/ev-view.c: (ev_view_can_find_next):
4034         * shell/ev-window.c: (ev_window_setup_document):
4035
4036         Check that the document supports find
4037
4038 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4039
4040         * data/evince-ui.xml:
4041         * shell/ev-view.c: (ev_view_can_find_next):
4042         * shell/ev-view.h:
4043         * shell/ev-window.c: (update_action_sensitivity),
4044         (find_changed_cb), (ev_window_setup_document),
4045         (ev_window_cmd_edit_find_next):
4046
4047         Add Edit->Find Next
4048
4049 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4050
4051         * pdf/ev-poppler.cc:
4052         * shell/ev-print-job.c: (idle_print_handler):
4053
4054         Make printing work again
4055
4056 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
4057
4058         * shell/ev-page-action.h:
4059         * shell/ev-page-action.c: (ev_page_action_widget_init),
4060         (ev_page_action_widget_class_init), (page_changed_cb),
4061         (create_tool_item), (update_page_cache), (build_new_tree_cb),
4062         (get_filter_model_from_model), (match_selected_cb),
4063         (display_completion_text), (match_completion), (update_model),
4064         (connect_proxy), (ev_page_action_set_property),
4065         (ev_page_action_get_property), (ev_page_action_set_document),
4066         (ev_page_action_set_model), (ev_page_action_class_init): Big
4067         reworking to make completions work iff we have >= GTK-2.7.0
4068                 
4069         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
4070         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
4071         (job_finished_cb): We now have a 'model' property that is set when
4072         the links are loaded.  This can be caught with "notify::model"
4073
4074         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
4075         listen for the model to be set, and propagate it to the action.
4076
4077 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * cut-n-paste/recent-files/egg-recent-item.c:
4080         (egg_recent_item_set_uri), (make_valid_utf8),
4081         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
4082         * cut-n-paste/recent-files/egg-recent-item.h:
4083         
4084         Update egg-recent from libegg. This should fix long
4085         startup problem. For details see
4086         http://bugzilla.gnome.org/show_bug.cgi?id=160531
4087
4088 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4089
4090         * cut-n-paste/recent-files/Makefile.am:
4091         * data/evince-ui.xml, shell/Makefile.am:
4092         * shell/ev-application.c, shell/ev-application.h:
4093         * shell/ev-window.c: Recent files support.
4094         
4095         * configure.ac: Added "ru" to ALL_LINGUAS.
4096         
4097         * dvju: new backend to support DJVU files.
4098         * dvi: new backend to support DVI.
4099
4100         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
4101         * ev-application.c: Support for new backends.
4102         
4103         * help, ev-window.c, main.c shell/Makefile.am: 
4104         Evince user documentation.
4105
4106 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4107
4108         * po/POTFILES.in:
4109         * shell/ev-window.c:
4110         * thumbnailer/evince-thumbnailer.c:
4111
4112         s/pdf-document/ev-poppler
4113
4114 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4115
4116         * NEWS:
4117         * configure.ac:
4118
4119         Release 0.2.0
4120
4121         * ps/ps-document.c: (setup_pixmap):
4122
4123         Remove debug code
4124
4125 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
4126
4127         * backend/ev-page-cache.c (ev_page_cache_next_page): 
4128         * shell/ev-window.c (ev_window_cmd_go_next_page) 
4129         (ev_window_cmd_go_first_page): Fix of by one errors.
4130
4131 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4132
4133         * ps/ps-document.c: (get_page_box):
4134
4135         Fix page size calculation
4136
4137 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4138
4139         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4140         (ps_document_cleanup), (setup_pixmap), (get_page_box),
4141         (get_page_orientation), (setup_page), (document_load),
4142         (ps_document_get_page_size), (render_pixbuf_idle):
4143         * ps/ps-document.h:
4144
4145         More refactoring to adapt to EvDocument changes
4146
4147 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4148
4149         * ps/ps-document.c: (start_interpreter):
4150
4151         Actually add alpha args
4152
4153 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4154
4155         * pdf/ev-poppler.cc:
4156
4157         Make clipboard work again
4158
4159 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
4160
4161         Make searching work again.
4162         
4163         * backend/ev-document.c:
4164         * backend/ev-document.h:
4165         * backend/ev-document-find.c:
4166         * backend/ev-document-find.h: Change EvDocumentIface so we no
4167         longer store the current page or zoom level in the document.  The
4168         consequence is that all calls that operate on the current page now
4169         instead take the page number as an extra argument, and all
4170         coordinates are now doubles in document coordinate system.
4171
4172         * pdf/ev-poppler.cc:
4173         * pixbuf/pixbuf-document.c:
4174         * ps/ps-document.c: Update backends accordingly.
4175
4176 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
4177
4178         * autogen.sh:
4179
4180         Add required gettext version
4181
4182 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
4183
4184         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
4185         make F1 bring up non-existent help.
4186
4187         * shell/eggfindbar.c: Patch from Christian Persch to sync to
4188         epiphany's find bar, #167477
4189
4190         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
4191         <emil@nishra.com> to add space-bar scrolling, 
4192
4193         * shell/ev-window.c (static GtkActionEntry entries): add default
4194         keybinding for Help (F1)
4195         Fixes #171068
4196
4197         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
4198         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
4199         170110
4200
4201 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
4202
4203         * Makefile.am: 
4204         * pixbuf/pixbuf-document.c: 
4205
4206         Got pixbuf backend working again
4207
4208 2005-04-01  Steve Murphy  <murf@e-tools.com>
4209
4210         * configure.in: Added "rw" to ALL_LINGUAS.
4211
4212 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
4213
4214         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
4215         model types, noticed by Martin Kretzschmar.
4216
4217 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
4218
4219         * pdf/ev-poppler.cc: Implement search based on
4220         poppler_page_find_text().  Currently a bit crude since we remember
4221         all matches from all pages.  Also, we grab the big document lock
4222         when we search since searching changes the underlying stream and
4223         thus conflicts with the rendering thread.
4224         
4225         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
4226         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
4227         (ev_view_find_previous): Fix some page indexes to be 0 based,
4228         offset rubber band by view offset,
4229
4230 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
4231
4232         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
4233
4234 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
4235
4236         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
4237         completely because I didn't understand GtkActions.  I should
4238         read Marco's code more carefully in the future.
4239
4240         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
4241         function
4242
4243 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
4244
4245         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
4246         PopplerRectangle change from poppler CVS.
4247
4248 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
4249
4250         * backend/ev-document.c: (ev_document_get_page_label):
4251         * backend/ev-document.h:
4252         * backend/ev-page-cache.c: (_ev_page_cache_new),
4253         (ev_page_cache_get_page_label):
4254         * backend/ev-page-cache.h:
4255         * pdf/ev-poppler.cc:
4256         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
4257         (links_page_num_func):
4258         * shell/ev-sidebar-thumbnails.c:
4259         (ev_sidebar_thumbnails_set_document):
4260         * shell/ev-view.c: (status_message_from_link),
4261         (ev_view_motion_notify_event):
4262         * shell/ev-window.c: (document_supports_sidebar): Add in page
4263         label support.  It's not perfect yet, but it's the first 'feature'
4264         in a while.
4265         Also, fix a bogus comment noticed by crispin. 
4266
4267 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
4268
4269         * Makefile.am: Remove pixbuf backend for now
4270
4271         * configure.ac: Require poppler-glib instead of just poppler.
4272
4273         * backend/ev-document-thumbnails.h: Add a comment
4274
4275         * backend/ev-document.h:
4276         * backend/ev-document.c: (ev_document_class_init),
4277         (ev_document_load), (ev_document_get_link),
4278         (ev_document_get_links): Remove 3 methods and add get_links.
4279         Also, made 0 based.
4280
4281         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4282         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
4283
4284         * backend/ev-link.c: (ev_link_set_title),
4285         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
4286         (ev_link_mapping_find):
4287         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
4288         
4289         * backend/ev-page-cache.c: (ev_page_cache_init),
4290         (_ev_page_cache_new), (ev_page_cache_set_current_page),
4291         (ev_page_cache_get_size), (ev_page_cache_next_page),
4292         (ev_page_cache_prev_page): Fix to be 0 based.
4293
4294         * pdf/Makefile.am: 
4295         * pdf/ev-poppler.h:
4296         * pdf/ev-poppler.cc: New backend.
4297         
4298         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
4299         (ps_document_get_page), (ps_document_document_iface_init):
4300
4301         * shell/ev-pixbuf-cache.h:
4302         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
4303         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4304         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
4305         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
4306         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
4307         Fix up code to grab a page cache per each doc.  Also, fix to be 0
4308         based.
4309         
4310         * shell/ev-sidebar-thumbnails.c:
4311         (ev_sidebar_tree_selection_changed), (page_changed_cb),
4312         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
4313
4314         * shell/ev-view.c: (status_message_from_link),
4315         (find_page_at_location), (get_link_at_location),
4316         (ev_view_motion_notify_event), (ev_view_button_release_event),
4317         (ev_view_init): Use the new link code.  Fix to be 0 based.
4318
4319         * shell/ev-window.c: (update_action_sensitivity),
4320         (document_supports_sidebar): 0 based.
4321
4322 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
4323
4324         * pdf/pdf-document.cc: Patch from Fernando Herrera
4325         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
4326         *blush*
4327
4328 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
4329
4330         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
4331         1 to the page, as this seems to be 1 based.  I thought we has this
4332         fixed.  grump.
4333
4334 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
4335
4336         * TODO:
4337         * backend/Makefile.am:
4338         * backend/ev-document-links.c:
4339         (ev_document_links_has_document_links),
4340         (ev_document_links_get_links_model):
4341         * backend/ev-document-links.h:
4342         * backend/ev-document.c: (ev_document_get_page_cache),
4343         (ev_document_get_doc_mutex), (ev_document_load),
4344         (ev_document_save), (ev_document_get_title),
4345         (ev_document_get_n_pages), (ev_document_set_page),
4346         (ev_document_get_page), (ev_document_set_target),
4347         (ev_document_set_scale), (ev_document_set_page_offset),
4348         (ev_document_get_page_size), (ev_document_get_text),
4349         (ev_document_get_link), (ev_document_render),
4350         (ev_document_render_pixbuf), (ev_document_scale_changed):
4351         * backend/ev-document.h:
4352         * backend/ev-job-queue.c: (remove_object_from_queue),
4353         (notify_finished), (handle_job), (search_for_jobs_unlocked),
4354         (no_jobs_available_unlocked), (ev_render_thread),
4355         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
4356         (ev_job_queue_remove_job):
4357         * backend/ev-job-queue.h:
4358         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4359         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4360         (ev_job_links_class_init), (ev_job_render_init),
4361         (ev_job_render_dispose), (ev_job_render_class_init),
4362         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4363         (ev_job_thumbnail_class_init), (ev_job_finished),
4364         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4365         (ev_job_render_run), (ev_job_thumbnail_new),
4366         (ev_job_thumbnail_run):
4367         * backend/ev-jobs.h:
4368         * backend/ev-link.c:
4369         * backend/ev-link.h:
4370         * backend/ev-page-cache.c: (ev_page_cache_init),
4371         (ev_page_cache_class_init), (ev_page_cache_finalize),
4372         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
4373         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
4374         (ev_page_cache_set_link), (ev_page_cache_get_title),
4375         (ev_page_cache_get_size), (ev_page_cache_next_page),
4376         (ev_page_cache_prev_page):
4377         * backend/ev-page-cache.h:
4378         * pdf/pdf-document.cc:
4379         * ps/gsdefaults.c:
4380         * ps/gsdefaults.h:
4381         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
4382         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
4383         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
4384         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
4385         (is_interpreter_ready), (output), (catchPipe), (input),
4386         (start_interpreter), (check_filecompressed), (compute_dimensions),
4387         (ps_document_enable_interpreter), (document_load),
4388         (ps_document_next_page), (render_page), (ps_document_set_page),
4389         (ps_document_set_scale), (render_pixbuf_idle),
4390         (ps_document_render_pixbuf), (ps_document_document_iface_init):
4391         * ps/ps-document.h:
4392         * shell/Makefile.am:
4393         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
4394         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
4395         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
4396         (ev_pixbuf_cache_new), (job_finished_cb),
4397         (check_job_size_and_unref), (move_one_job),
4398         (ev_pixbuf_cache_update_range), (find_job_cache),
4399         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
4400         (ev_pixbuf_cache_add_jobs_if_needed),
4401         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
4402         * shell/ev-pixbuf-cache.h:
4403         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4404         (idle_print_handler):
4405         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
4406         (selection_changed_cb), (create_loading_model),
4407         (ev_sidebar_links_construct), (links_page_num_func),
4408         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
4409         (update_page_callback), (job_finished_cb),
4410         (ev_sidebar_links_set_document):
4411         * shell/ev-sidebar-thumbnails.c:
4412         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
4413         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
4414         (page_changed_cb), (thumbnail_job_completed_callback),
4415         (ev_sidebar_thumbnails_set_document):
4416         * shell/ev-sidebar-thumbnails.h:
4417         * shell/ev-sidebar.c: (ev_sidebar_set_document):
4418         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
4419         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
4420         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
4421         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
4422         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
4423         (ev_view_button_release_event), (ev_view_scroll_view),
4424         (ev_view_class_init), (ev_view_init), (update_find_status_message),
4425         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
4426         (ev_view_new), (job_finished_cb), (page_changed_cb),
4427         (ev_view_set_document), (go_to_link), (ev_view_zoom),
4428         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
4429         (ev_view_find_previous):
4430         * shell/ev-view.h:
4431         * shell/ev-window.c: (update_action_sensitivity),
4432         (ev_window_open_page), (update_window_title), (update_total_pages),
4433         (page_changed_cb), (ev_window_setup_document),
4434         (password_dialog_response), (ev_window_cmd_save_as),
4435         (ev_window_print), (ev_window_cmd_go_previous_page),
4436         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
4437         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
4438         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
4439         * shell/main.c: (main):
4440
4441         Merge evince-threads branch
4442
4443 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
4444
4445         * configure.ac: Added "lt" to ALL_LINGUAS.
4446
4447 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
4448
4449         * NEWS:
4450         * configure.ac:
4451
4452         Release 0.1.9
4453
4454 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
4455
4456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4457
4458         Fix here also the thumbnails 1-basedness :)
4459
4460 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
4461
4462         * NEWS:
4463         * configure.ac:
4464
4465         Release 0.1.8
4466
4467 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
4468
4469         * pdf/pdf-document.cc:
4470         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4471         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
4472
4473         Fix the mess we did with thumbnails and 1-basedness
4474
4475 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
4476
4477         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
4478
4479 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
4480
4481         * NEWS:
4482         * configure.ac:
4483
4484         Release 0.1.7
4485
4486 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
4487
4488         * ps/Makefile.am:
4489         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
4490         (gtk_gs_defaults_get_alpha_parameters),
4491         (gtk_gs_defaults_get_ungzip_cmd),
4492         (gtk_gs_defaults_get_unbzip2_cmd):
4493         * ps/gsdefaults.h:
4494         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
4495         (ps_document_get_orientation), (document_load),
4496         (ps_document_goto_page), (ps_document_set_page_size):
4497         * ps/ps-document.h:
4498
4499         Some more sanitization of the ps backend. Remove a lot
4500         of unused code and do not base our defaults on ggv
4501         preferences (ugh!)
4502
4503 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
4504
4505         * thumbnailer/evince-thumbnailer.schemas:
4506         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
4507         (main): add -s option for thumbnail size.
4508
4509 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
4510
4511         * configure.ac:
4512
4513         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
4514         remove it.
4515
4516 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
4517
4518         * pdf/pdf-document.cc:
4519
4520         Remove 4 pixels of useless border from the
4521         thumbnail.
4522
4523 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
4524
4525         * backend/ev-document-thumbnails.c:
4526         (ev_document_thumbnails_get_thumbnail):
4527         * backend/ev-document-thumbnails.h:
4528
4529         Rework API a bit. Add a border flag and
4530         change sizing logic (now the size we specify
4531         applies to the bigger dimension).
4532
4533         * pdf/pdf-document.cc:
4534         * pixbuf/pixbuf-document.c:
4535         (pixbuf_document_thumbnails_get_thumbnail):
4536         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
4537         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4538
4539         Adapt to the new API and do not draw a border for nautilus
4540         thumbnailer.
4541
4542 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
4543
4544         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4545         take thumbnails from page "0" instead of "1". Added a copyright header.
4546
4547 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
4548
4549         * ps/ps-document.c: (set_up_page), (start_interpreter):
4550
4551         Make it C89 compliant
4552
4553 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
4554
4555         * Makefile.am:
4556         * configure.ac:
4557         * pdf/.cvsignore:
4558         * pdf/pdf-document.cc:
4559         * thumbnailer/Makefile.am:
4560         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
4561         (main):
4562         * thumbnailer/evince-thumbnailer.schemas:
4563         * thumbnailer/pdf-icon.png:
4564
4565         Add a nautilus thumbnailer.
4566         Based on patch by Fernando Herrera <fherrera@onirica.com>.
4567
4568 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
4569
4570         * NEWS:
4571         * configure.ac:
4572         * po/POTFILES.in:
4573
4574         Release 0.1.6
4575
4576 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
4577
4578         Use poppler instead of including xpdf source code.  Poppler is a
4579         fork of xpdf to build it as a shared library. See
4580         http://freedesktop.org/wiki/Software/poppler.
4581
4582         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
4583         xpdf fork.
4584         
4585         * pdf/Makefile.am: Build libpdfdocument.a here.
4586         
4587         * pdf/GDKSplashOutputDev.cc:
4588         * pdf/GDKSplashOutputDev.h:
4589         * pdf/GnomeVFSStream.cc:
4590         * pdf/GnomeVFSStream.h:
4591         * pdf-document.cc:
4592         * pdf-document.h:
4593         * test-gdk-output-dev.cc
4594         * Thumb.cc:
4595         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
4596         against poppler.
4597
4598 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4599
4600         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
4601
4602         Clear idle stack before unsetting the document
4603
4604 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4605
4606         * ps/ps-document.c: (ps_document_widget_event),
4607         (ps_document_set_target), (ps_document_finalize),
4608         (ps_document_get_page):
4609
4610         Disconnect the widget event signal on finalize.
4611         Some code cleanups.
4612
4613 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4614
4615         * ps/ps-document.c: (set_up_page):
4616
4617         If there is no bpixmap create one, even if size
4618         is not changed.
4619
4620 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4621
4622         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
4623         (set_up_page), (document_load), (ps_document_set_zoom):
4624
4625         Default page is 0. Calculate size even when we have no
4626         target yet.
4627
4628 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
4629
4630         * shell/ev-sidebar.c: expand the selection widget to be always as
4631         wide as the sidebar
4632
4633 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4634
4635         * shell/ev-sidebar-thumbnails.c:
4636         (ev_sidebar_thumbnails_set_document):
4637
4638         Clear the list store when setting document
4639
4640 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4641
4642         * shell/ev-page-action.c: (update_entry), (sync_entry),
4643         (activate_cb), (entry_size_request_cb), (create_tool_item),
4644         (connect_proxy):
4645
4646         Use an entry for the page control instead of spinbuttons
4647
4648 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4649
4650         * data/evince.schemas.in:
4651
4652         Correct confusing string
4653
4654 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
4655
4656         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
4657         for real.  Gosh, how long has this been broken.
4658
4659         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
4660         check for a NULL link.  We crash otherwise.
4661
4662 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
4663
4664         * NEWS:
4665         * configure.ac:
4666
4667         Release 0.1.5
4668
4669 2005-02-25  Sebastien Bacher  <seb128@debian.org>
4670
4671         * configure.ac: add the french translation.
4672
4673 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4674
4675         * shell/ev-window.c:
4676
4677         Remove unused header -> fix distcheck
4678
4679 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4680
4681         * shell/ev-window.c: (update_window_title),
4682         (ev_window_popup_password_dialog):
4683
4684         Unescape filename for display
4685
4686 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4687
4688         * pdf/xpdf/pdf-document.cc:
4689
4690         In get_page_size deal with rotation. Also
4691         cleanup the function a bit.
4692
4693 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4694
4695         * pdf/xpdf/pdf-document.cc:
4696
4697         Fix crash when opening in new window
4698
4699 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4700
4701         * configure.ac:
4702
4703         Check ghostscript >= 7
4704
4705 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
4706
4707         * shell/ev-window.c:
4708
4709         Make page width the default sizing mode
4710
4711 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
4712             Marco Pesenti Gritti <marco@gnome.org>
4713
4714         * shell/ev-window.c: Remember the sidebar size
4715
4716         * data/evince.schemas.in: Add a new gconf key to store the size of
4717         the sidebar
4718
4719 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
4720
4721         * data/evince-ui.xml:
4722         * shell/ev-window.c: (update_action_sensitivity),
4723         (ev_window_cmd_view_reload):
4724         
4725         Add a "Reload" action and menu entry
4726
4727 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
4728
4729         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
4730         iff the type doesn't support thumbnailing and indexing.
4731
4732 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
4733
4734         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
4735
4736 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4737
4738         * pdf/splash/Splash.cc:
4739
4740         Port fix for a crasher from kde bug
4741         http://bugs.kde.org/show_bug.cgi?id=97131
4742
4743 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4744
4745         * pdf/xpdf/pdf-document.cc:
4746
4747         Return a link even if it's of an unrecognized
4748         type. Otherwise we go in an infinte cycle.
4749
4750 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4751
4752         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
4753         (size_allocate_cb), (ev_window_set_sizing_mode):
4754
4755         Update size when switching mode
4756
4757 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4758
4759         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
4760         (ev_window_cmd_view_page_width), (update_sizing_buttons),
4761         (ev_window_cmd_view_normal_size):
4762
4763         Fix size toggle buttons behavior
4764
4765 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4766
4767         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
4768         (doc_rect_to_view_rect), (ev_view_size_allocate),
4769         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
4770         (scale_changed_callback):
4771
4772         Do not cache offsets in size_allocate.
4773
4774 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4775
4776         * shell/ev-view.c: (ev_view_size_allocate):
4777
4778         Calculate offsets before calling the parent
4779         class (which does a redraw)
4780
4781 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4782
4783         * pdf/xpdf/pdf-document.cc:
4784
4785         Fix a crasher on exit. Unused code, put a TODO
4786
4787 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4788
4789         * backend/ev-document.c: (ev_document_class_init),
4790         (ev_document_page_changed), (ev_document_scale_changed):
4791         * backend/ev-document.h:
4792
4793         Separate page/scale notifications
4794
4795         * pdf/xpdf/pdf-document.cc:
4796
4797         Emit the new signals.
4798         Do not display the pdf page in _render, do it
4799         when scale/page are requested.
4800
4801         * ps/ps-document.c: (ps_document_set_zoom),
4802         (ps_document_widget_event):
4803         * ps/ps-document.h:
4804
4805         Emit the new signals.
4806
4807         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
4808         (ev_view_init), (page_changed_callback), (scale_changed_callback),
4809         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
4810         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
4811         * shell/ev-view.h:
4812         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
4813         (ev_window_cmd_view_page_width), (size_allocate_cb),
4814         (ev_window_set_sizing_mode):
4815
4816         Rework sizing to be pixel based.
4817         There are bugs but should be already way better.
4818
4819 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
4820
4821         * shell/ev-window.c: (ev_window_init):
4822
4823         Do not allow to shrink sidebar smaller then
4824         child requisition
4825
4826 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
4827
4828         * shell/ev-sidebar.[ch]
4829         * shell/ev-window.c:
4830
4831         Improved sidebar widget. Fixes #166683
4832
4833 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
4834
4835         * shell/ev-view.c (update_find_status_message): Give translators
4836         more flexibility with ngettext plural handling.
4837
4838 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
4839
4840         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
4841         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
4842         page when we get the page size.
4843
4844 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4845
4846         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
4847
4848         ps pages are 0 based, convert 
4849
4850 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4851
4852         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
4853
4854         Initialize correct parent class. Set GError on document load
4855
4856 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4857
4858         * pdf/xpdf/pdf-document.cc:
4859
4860         Fixup selection offset calculation
4861
4862         * shell/ev-view.c: (view_rect_to_doc_rect),
4863         (doc_rect_to_view_rect), (ev_view_size_allocate),
4864         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
4865         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
4866
4867         Store selection as document relative, so that zooming
4868         and offset changing doesnt break it.
4869
4870 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4871
4872         * shell/ev-view.c: (ev_view_best_fit):
4873
4874         Do not try to best fit if the view is not realized
4875
4876 2005-02-20  Kostas Papadimas <pkst@gnome.org>
4877           
4878         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
4879
4880 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
4881
4882         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
4883
4884 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
4885
4886         * shell/ev-window.c: Change the fullscreen toolbar to always be in
4887         the popup window.  That prevents it resizing when in full screen
4888         mode.
4889
4890         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
4891         multiple rerenders.  This pretty much sucks.
4892
4893         * data/evince-ui.xml: Change the fullscreen toolbar to include the
4894         rest of the toolbar.
4895
4896 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
4897
4898         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
4899
4900 2005-02-17  Alexander Shopov  <ash@contact.bg>
4901
4902         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
4903
4904 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
4905
4906         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
4907
4908 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
4909
4910         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
4911         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
4912         (set_document_page), (document_changed_callback),
4913         (ev_view_set_document), (ev_view_find_previous),
4914         (ev_view_hide_cursor), (ev_view_show_cursor):
4915         * shell/ev-view.h:
4916         * shell/ev-window.c: (update_chrome_visibility),
4917         (fullscreen_timeout_cb), (fullscreen_set_timeout),
4918         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
4919         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
4920         (ev_window_unfullscreen):
4921         * shell/main.c: (main):
4922
4923         Automatically hide the fullscreen button.
4924         Patch by Kristian Høgsberg <krh@redhat.com>
4925
4926 2005-02-16  Vincent Noel  <vnoel@cox.net>
4927
4928         * shell/main.c (main): Specify an icon for the window. Patch by
4929         Jaap A. Haitsma. Fixes #166177.
4930
4931 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
4932
4933         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
4934
4935 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
4936
4937         * backend/ev-document-misc.h:
4938         * backend/ev-document-misc.c:
4939         (ev_document_misc_get_page_border_size),
4940         (ev_document_misc_paint_one_page): New function to canonicalize
4941         sizing/painting a border.
4942
4943         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
4944         used.
4945
4946         * pdf/xpdf/pdf-document.cc: use new function
4947
4948         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
4949         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
4950         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
4951         shell/ev-window.c: (update_sizing_buttons),
4952         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
4953         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
4954         (ev_window_cmd_view_page_width), (size_allocate_cb),
4955         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
4956         and "fit width" values act as toggle buttons so they stay
4957         toggled.  It's not 100% perfect, and it's a little slow, but it's
4958         good enough to commit I think.
4959
4960 2005-02-15  David Lodge  <dave@cirt.net>
4961
4962         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
4963
4964 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
4965
4966         * shell/ev-window.c (update_window_title): replace newlines in
4967         the title by spaces. Bug #166107.
4968
4969 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
4970
4971         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
4972         parameters providing allocation width and height without
4973         scrollbars and width of a possible vertical scrollbar. With this
4974         additional information the functions can work as
4975         intended. Unfortunately they're not idempotent. We should
4976         transform these commands to toggles. Fixes Bug #164976
4977         Initial patch by Stephane Loeuillet, then heavily modified.
4978
4979         * shell/ev-view.h: update prototypes.
4980
4981         * shell/ev-window.c (ev_window_cmd_view_best_fit)
4982         (ev_window_cmd_view_page_width): provide EvView fit functions with
4983         all the information they need. Formulas to calculate this
4984         information taken from GtkScrolledWindow.
4985
4986 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
4987
4988         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
4989         created a thumbnail, the list store is updated to know
4990         that the thumbnail is set. Fixes bug #166792
4991
4992 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
4993
4994         * shell/ev-window.c: fixed typo, closes bug 166897
4995
4996         * TODO: updated TODO with bug numbers that are relevant
4997
4998 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
4999
5000         * shell/ev-window.c: Support for DnD of files. Fixes #164813
5001
5002 2005-02-09  Vincent Noel  <vnoel@cox.net>
5003
5004         * shell/ev-window.c: (set_action_properties): Set the "Previous"
5005         and "Next" toolbar buttons as important to make them stand out.
5006
5007 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5008
5009         * lib/ev-debug.c:
5010         * lib/ev-debug.h:
5011         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
5012         (start_interpreter), (stop_interpreter), (document_load),
5013         (ps_document_next_page), (ps_document_goto_page),
5014         (ps_document_set_page_size), (ps_document_widget_event),
5015         (ps_document_render):
5016         * shell/ev-page-view.c: (ev_page_view_dispose):
5017         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
5018
5019         Fix compilation on non-gcc platforms
5020
5021 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5022
5023         * NEWS:
5024         * configure.ac:
5025
5026         Release 0.1.4
5027
5028         * pdf/xpdf/Catalog.cc:
5029         * pdf/xpdf/XRef.cc:
5030
5031         Fix the fix for CAN-2004-0888
5032
5033 2005-02-09  Luca Ferretti <elle.uca@libero.it>
5034
5035         * data/Makefile.am:
5036         * data/evince-ui.xml:
5037         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5038         * shell/ev-stock-icons.h:
5039         * shell/ev-window.c: (update_action_sensitivity),
5040         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
5041         (set_action_properties):
5042
5043         Improve toolbar layout/icons
5044
5045 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
5046
5047         * pdf/xpdf/pdf-document.cc:
5048
5049         Add warnings about unimplemented/unknown link
5050         types.
5051
5052 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5053
5054         * ps/ps-document.c: (set_up_page):
5055
5056         Log gs property
5057
5058 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5059
5060         * ps/ps-document.c: (start_interpreter):
5061
5062         Log gs env var
5063
5064 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5065
5066         * shell/ev-page-view.c: (ev_page_view_dispose):
5067         * shell/ev-view.c: (ev_view_finalize):
5068         * shell/ev-window.c: (ev_window_setup_document),
5069         (ev_window_dispose), (ev_window_init):
5070
5071         Solve more refs issues.
5072
5073         I commented out the page_view initialization for now:
5074         it was never destroyed (because it's never added
5075         to a container). Because of that we was leaking
5076         gs processes. Couldnt think to a clean fix.
5077         We need to figure this out, password view has the
5078         same issue probably.
5079
5080 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5081
5082         * ps/ps-document.c: (ps_document_finalize),
5083         (ps_document_get_n_pages), (ps_document_get_page):
5084
5085         Some cleanups, stop the interpreter on finalize
5086
5087         * shell/ev-page-view.c: (ev_page_view_dispose),
5088         (ev_page_view_class_init):
5089
5090         Release our reference on the document
5091
5092 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5093
5094         * Makefile.am:
5095         * configure.ac:
5096         * doc/debugging.txt:
5097         * lib/.cvsignore:
5098         * lib/Makefile.am:
5099         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
5100         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
5101         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
5102         * lib/ev-debug.h:
5103
5104         Add debugging helpers
5105
5106         * ps/Makefile.am:
5107         * ps/ps-document.c: (set_up_page), (start_interpreter),
5108         (stop_interpreter), (document_load), (ps_document_next_page),
5109         (ps_document_goto_page), (ps_document_set_page_size),
5110         (ps_document_widget_event), (ps_document_render):
5111         * shell/Makefile.am:
5112         * shell/ev-view.c: (expose_bin_window):
5113         * shell/main.c: (main):
5114
5115         Add some logs
5116         
5117 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5118
5119         * ps/ps-document.c: (ps_document_widget_event):
5120
5121         Initialize message_window, this should make ps
5122         rendering really work! (Never noticed because I was
5123         testing with a ps that is causing gs to exit every time!)
5124
5125 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
5126
5127         * data/evince.schemas.in: updated simple error in applyto closing tag
5128
5129 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
5130
5131         * Makefile.am:
5132         * configure.ac:
5133         * data/.cvsignore:
5134         * data/Makefile.am:
5135         * data/evince-ui.xml:
5136         A data/evince.schemas.in:
5137         * po/POTFILES.in:
5138         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5139         * shell/ev-stock-icons.h:
5140         * shell/ev-window.c: (update_chrome_visibility),
5141         (update_chrome_flag), (ev_window_cmd_edit_find),
5142         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
5143         (ev_window_unfullscreen), (ev_window_focus_in_event),
5144         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
5145         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
5146         (ev_window_view_sidebar_cb), (find_bar_close_cb),
5147         (ev_window_dispose), (ev_window_class_init),
5148         (set_action_properties), (set_chrome_actions), (load_chrome),
5149         (ev_window_init):
5150
5151         Implement fullscreen mode changes from bug #164776.
5152         Also implement persistent chrome toggles.
5153
5154 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
5155
5156         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
5157
5158 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5159
5160         * NEWS:
5161         * configure.ac:
5162         * shell/ev-view.c:
5163
5164         Add another check for find interface
5165
5166         Release 0.1.3
5167
5168 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5169
5170         * shell/ev-application.c: (ev_application_open):
5171         * shell/ev-window.c: (ev_window_open):
5172
5173         Open gzipped ps documents
5174
5175 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5176
5177         * TODO:
5178         * shell/ev-view.c: (set_document_page):
5179
5180         Clamp page number, dont try to move to
5181         not existant pages.
5182
5183 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5184
5185         * backend/ev-document-find.c: (ev_document_find_changed):
5186         * backend/ev-document-find.h:
5187         * pdf/xpdf/pdf-document.cc:
5188         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
5189         * shell/ev-window.c: (find_bar_search_changed_cb):
5190
5191         Fix several bugs with find
5192
5193 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
5194
5195         * shell/ev-sidebar-thumbnails.c
5196         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
5197         document. Prevents warning from scroll_to_cell.
5198
5199 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
5200
5201         * configure.ac: Add «nb» to ALL_LINGUAS too.
5202
5203 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
5204
5205         * NOTES: New file with some random thoughts.
5206
5207         * TODO: Update.
5208
5209         * backend/ev-document-misc.c:
5210         (ev_document_misc_get_page_border_size): New function to
5211         canonicalize shadow drawing sizes.  Possibly goofy.
5212
5213         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
5214         (ev_view_best_fit), (ev_view_fit_width):
5215         * pdf/xpdf/pdf-document.cc:
5216         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
5217         * ps/ps-document.c: (ps_document_get_page_size):
5218         * backend/ev-document-misc.h:
5219         * backend/ev-document.c: (ev_document_get_page_size):
5220         * backend/ev-document.h: get_page_size now takes a page number
5221         parameter.  Made all the backends/frontends honor it.
5222
5223         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
5224         see.  Doesn't work yet.
5225
5226         * shell/Makefile.am:
5227         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
5228         Doesn't do anything yet.
5229
5230         * shell/ev-sidebar-thumbnails.c:
5231         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
5232         [0..n_pages-1]
5233
5234         * shell/ev-window.c: (update_action_sensitivity),
5235         (ev_window_setup_document), (ev_window_set_page_mode),
5236         (ev_window_page_mode_cb), (ev_window_init): Clean up the
5237         view-swapping code a bit so we can have multiple views on a
5238         document.  Add the multi-page view, though it can't be turned on
5239         yet.
5240
5241 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
5242
5243         * shell/ev-application.c: (ev_application_open):
5244         * shell/ev-view.c: (expose_bin_window):
5245         * shell/ev-window.c: (ev_window_open):
5246
5247         Support eps and check document supports find
5248         before drawing highlightings in expose.
5249
5250 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
5251
5252         * pixbuf/pixbuf-document.c:
5253         (pixbuf_document_thumbnails_get_dimensions),
5254         (pixbuf_document_document_thumbnails_iface_init):
5255
5256         implement get_dimensions
5257
5258 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
5259
5260         * NEWS:
5261         * configure.ac:
5262
5263         Release 0.1.2
5264
5265 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5266
5267         * shell/ev-view.c: (set_document_page):
5268
5269         Scroll at the top of the page when changing page
5270
5271 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5272
5273         * shell/ev-view.c: (ev_view_motion_notify_event):
5274
5275         Do not redraw unnecessarily
5276
5277 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5278
5279         * pdf/xpdf/pdf-document.cc:
5280         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5281         (expose_bin_window), (find_changed_cb):
5282
5283         Yay! find works now... Now to find bugs...
5284
5285 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5286
5287         * backend/ev-document-find.c: (ev_document_find_base_init),
5288         (ev_document_find_changed):
5289         * backend/ev-document-find.h:
5290         * pdf/xpdf/pdf-document.cc:
5291         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5292         (expose_bin_window), (ev_view_init), (set_document_page),
5293         (ensure_rectangle_is_visible), (jump_to_find_result),
5294         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
5295         (ev_view_find_next), (ev_view_find_previous):
5296         * shell/ev-view.h:
5297         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
5298
5299         More work on find implementation, mostly there now
5300
5301 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
5302
5303         * backend/ev-backend-marshalers.list:
5304         * backend/ev-document-find.c: (ev_document_find_base_init),
5305         (ev_document_find_cancel), (ev_document_find_page_has_results),
5306         (ev_document_find_get_n_results), (ev_document_find_get_result),
5307         (ev_document_find_get_progress), (ev_document_find_changed):
5308         * backend/ev-document-find.h:
5309
5310         Enanche the find interface to be really able to do
5311         multi page find.
5312
5313         * pdf/xpdf/pdf-document.cc:
5314
5315         Implement
5316
5317         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
5318         (expose_bin_window), (ev_view_init),
5319         (ev_view_get_find_status_message), (find_changed_cb),
5320         (ev_view_set_document), (set_document_page):
5321
5322         Adapt to the new interface. A few things are regressed sorry,
5323         I will finish it soon.
5324
5325 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
5326
5327         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
5328         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
5329         ev_sidebar_thumbnails_parent_class variable, don't define another
5330         parent_class variable.
5331
5332         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
5333         (ev_page_action_class_init): ditto.
5334
5335         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
5336         (pixbuf_document_class_init): ditto.
5337
5338         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
5339         ditto.
5340
5341         * .cvsignore: ignore various valgrind output files.
5342
5343 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
5344
5345         * data/evince-ui.xml:
5346         * shell/Makefile.am:
5347         * shell/ev-history.c:
5348         * shell/ev-history.h:
5349         * shell/ev-navigation-action.c:
5350         * shell/ev-navigation-action.h:
5351         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
5352         (ev_view_set_page), (ev_view_fit_width):
5353         * shell/ev-view.h:
5354         * shell/ev-window.c: (update_action_sensitivity),
5355         (ev_window_setup_document), (register_custom_actions):
5356
5357         Kill session history
5358
5359 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
5360
5361         * shell/ev-window.c: (update_action_sensitivity):
5362
5363         Fix inverted up/down buttons
5364
5365 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
5366
5367         * shell/ev-sidebar-thumbnails.c
5368         (ev_sidebar_thumbnails_select_page): make sure the selected
5369         thumbnail stays visible.
5370
5371 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
5372
5373         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
5374         scrolled window for Federico.
5375
5376 2005-01-26  Ole Laursen  <olau@hardworking.dk>
5377
5378         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
5379
5380 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
5381
5382         * configure.ac:
5383         * pdf/splash/SplashFTFontEngine.cc:
5384
5385         Fix CID fonts with freetype 2.1.9
5386
5387 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
5388
5389         * TODO: added item for desktop icon thumbnailer
5390
5391 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
5392
5393         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
5394         unloaded docs when the title is accessed.
5395
5396         * shell/ev-password-view.[hc]: New widget for displaying password
5397         state.
5398
5399         * shell/ev-window.[ch]: Refactor password handling code to handle
5400         the new view.
5401
5402 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
5403
5404         * NEWS:
5405         * configure.ac:
5406         * data/Makefile.am:
5407
5408         Release 0.1.1
5409
5410 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5411
5412         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
5413         ignore page offset here, to make search results independent of it,
5414
5415         * shell/ev-view.c (expose_bin_window): but take offsets into
5416         account here. Bug #164932
5417
5418         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
5419         scale at the right time. Bug #164996
5420
5421 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
5422
5423         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
5424         fix the problem. Now I just removed the Adobe font names and hope
5425         that the URW fonts are always in outline format. Bug #164934
5426
5427         * shell/ev-window.c (update_window_title): empty titles are
5428         useless, use filename in that case too.
5429
5430         * NEWS: Add some content.
5431
5432 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
5433
5434         * TODO: added one more TODO item and a TODONE section :)
5435
5436 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
5437
5438         * ps/ps-document.h: add page_[xy]_offset fields.
5439
5440         * ps/ps-document.c (ps_document_set_page_offset)
5441         (ps_document_render): Keep offset in consideration in a few
5442         places. Bug #164752 "postscript documents are not centered in
5443         window"
5444
5445         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
5446         s/gpdf/evince/. Spotted by Stephane Loeuillet.
5447
5448         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
5449         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
5450         stub out missing methods for complete EvDocument implementation.
5451         Fixes segfaults with Save A Copy and Copy actions.
5452
5453         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
5454         (ps_document_document_iface_init): ditto.
5455         
5456 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5457
5458         * data/.cvsignore:
5459         * data/Makefile.am:
5460         * data/evince.desktop.in:
5461
5462         Add desktop file
5463
5464 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5465
5466         * shell/ev-view.c: (ev_view_button_press_event),
5467         (ev_view_motion_notify_event):
5468
5469         Make selection work in any direction
5470
5471 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5472
5473         * TODO:
5474         * shell/ev-window.c: (set_short_labels), (ev_window_init):
5475
5476         Use shorter labels for some of the toolbars items
5477
5478 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5479
5480         * pdf/xpdf/pdf-document.cc:
5481
5482         Check the links info is initialized before
5483         using it. Should fix a crash on startup.
5484
5485 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
5486
5487         * pixbuf/pixbuf-document.c
5488         (pixbuf_document_thumbnails_get_dimensions): force floating point
5489         division to calculate page_ratio. Fixes crash with landscape
5490         format pixbufs.
5491
5492 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
5493
5494         * shell/ev-view.c (ev_view_realize): make the bg color darker.
5495
5496 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
5497
5498         * shell/ev-view.c (set_document_page): unset has_selection when
5499         the page changes.
5500         (set_document_page): handle paper size changes when the page
5501         changes (test with Free Culture, page 2).
5502
5503 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5504
5505         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
5506         (expose_bin_window), (ev_view_class_init), (ev_view_init):
5507
5508         Use normal style color for the widget background and
5509         draw a black box around the page.
5510
5511 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5512
5513         * pdf/xpdf/pdf-document.cc:
5514
5515         Keep offset in consideration in a few places
5516
5517         * shell/ev-view.c: (expose_bin_window):
5518
5519         Set the offsets so that the document is ever centered
5520
5521 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
5522
5523         * TODO: Added TODO items and finished off the first todo item
5524
5525         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
5526         reflect current authors
5527
5528 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5529
5530         * pdf/xpdf/pdf-document.cc:
5531         * shell/ev-view.c: (ev_view_set_cursor),
5532         (ev_view_motion_notify_event), (document_changed_callback),
5533         (set_document_page):
5534
5535         Show a wait cursor while the page is rendering
5536
5537 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5538
5539         * shell/ev-sidebar-thumbnails.c:
5540         (ev_sidebar_tree_selection_changed),
5541         (ev_sidebar_thumbnails_select_page):
5542         * shell/ev-sidebar-thumbnails.h:
5543         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
5544         (ev_view_can_go_forward):
5545         * shell/ev-window.c: (ev_window_open_page),
5546         (ev_window_setup_document), (update_current_page),
5547         (view_page_changed_cb), (ev_window_init):
5548         * shell/ev-window.h:
5549
5550         Ensure thumbnails selection, toolbar page control and
5551         current page are in sync.
5552
5553 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
5554
5555         * pdf/xpdf/XRef.cc:
5556
5557         Fix CAN-2005-0064
5558
5559 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
5560
5561         * backend/Makefile.am:
5562         * backend/ev-document-links.h:
5563         * backend/ev-document-security.c: (ev_document_security_get_type),
5564         (ev_document_security_has_document_security),
5565         (ev_document_security_set_password):
5566         * backend/ev-document-security.h:
5567         * backend/ev-document.c: (ev_document_error_quark):
5568         * backend/ev-document.h:
5569         * data/Makefile.am:
5570         * data/evince-password.glade:
5571         * pdf/xpdf/pdf-document.cc:
5572         * shell/Makefile.am:
5573         * shell/ev-password.c: (ev_password_set_bad_password_label),
5574         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
5575         (ev_password_dialog_get_password),
5576         (ev_password_dialog_set_bad_pass):
5577         * shell/ev-password.h:
5578         * shell/ev-window.c: (ev_window_get_attribute),
5579         (ev_window_set_property), (update_action_sensitivity),
5580         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
5581         (ev_window_setup_document), (ev_window_get_password),
5582         (ev_window_open), (ev_window_cmd_save_as),
5583         (using_postscript_printer), (ev_window_print),
5584         (find_not_supported_dialog), (ev_window_cmd_edit_find),
5585         (update_fullscreen_popup), (ev_window_fullscreen),
5586         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
5587         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
5588         (menu_item_select_cb), (find_bar_search_changed_cb),
5589         (ev_window_dispose), (ev_window_init):
5590
5591         Add initial support for password-supported dialogs.  This could be
5592         a lot cooler, but it'll do for now.
5593
5594 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
5595
5596         * pdf/xpdf/pdf-document.cc:
5597         * shell/ev-view.c: (status_message_from_link),
5598         (ev_view_set_status), (ev_view_set_cursor),
5599         (ev_view_motion_notify_event), (ev_view_init):
5600         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
5601
5602         Fix bugs in the links implementation and change cursor
5603         when hovering a link.
5604
5605 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
5606
5607         * viewer/.cvsignore: added cvsignore file for viewer directory
5608
5609         * TODO: created TODO document
5610
5611 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
5612
5613         * shell/ev-view.h:
5614         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
5615         new functions to help with implementation of sensitivity code
5616         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
5617         of all actions that might require it.  Fixes a crash when you
5618         click on the Zoom actions in a window lacking a document.
5619
5620 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
5621
5622         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
5623         of the Find action
5624
5625 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5626
5627         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
5628         (pixbuf_document_document_iface_init):
5629         * ps/ps-document.c: (ps_document_get_link),
5630         (ps_document_document_iface_init):
5631         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
5632         (status_message_from_link), (ev_view_set_status),
5633         (ev_view_set_find_status), (ev_view_motion_notify_event),
5634         (ev_view_button_release_event), (ev_view_set_property),
5635         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
5636         (ev_view_get_find_status_message), (update_find_results),
5637         (ev_view_get_status), (ev_view_get_find_status):
5638         * shell/ev-view.h:
5639         * shell/ev-window.c: (view_status_changed_cb),
5640         (view_find_status_changed_cb), (ev_window_init):
5641
5642         View status message support, use it to show the links.
5643         Needs work...
5644
5645 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5646
5647         * backend/ev-document.c: (ev_document_get_link):
5648         * backend/ev-document.h:
5649         * pdf/xpdf/pdf-document.cc:
5650         * shell/ev-application.c: (ev_application_open):
5651         * shell/ev-application.h:
5652         * shell/ev-sidebar-links.c: (selection_changed_cb):
5653         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
5654         (ev_view_go_to_link):
5655
5656         Add support for document links
5657
5658 2005-01-13  Anders Carlsson  <andersca@gnome.org>
5659
5660         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
5661         (create_tool_item):
5662         Set the spin button limits correctly.
5663         
5664         * shell/ev-sidebar-thumbnails.c:
5665         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
5666         Support changing pages by clicking on the thumbnails.
5667         
5668 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
5669
5670         * pixbuf/pixbuf-document.c:
5671         (pixbuf_document_thumbnails_get_dimensions),
5672         (pixbuf_document_document_thumbnails_iface_init):
5673
5674         implement get_dimensions
5675
5676 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5677
5678         * ps/ps-document.c: (ps_document_goto_page):
5679
5680         Fix page switching on multipage documents
5681
5682 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
5683
5684         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
5685         
5686         check for NULL before assigning to width and height parameters
5687
5688 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
5689
5690         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
5691         (pixbuf_document_set_property), (pixbuf_document_get_property):
5692
5693         implement get/set properties
5694
5695 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
5696
5697         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
5698         
5699         return NULL instead of "Unknown", letting the title get set to
5700         the filename when the pdf has no title.
5701
5702 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5703
5704         * ps/ps-document.c: (ps_document_get_page_count),
5705         (ps_document_goto_page):
5706
5707 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5708
5709         * shell/ev-history.c: (ev_history_get_property),
5710         (ev_history_set_property), (ev_history_class_init),
5711         (ev_history_add_page), (ev_history_set_current_index):
5712         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5713         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
5714         (ev_navigation_action_finalize):
5715         * shell/ev-navigation-action.h:
5716         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
5717         (ev_view_go_forward), (ev_view_get_find_status_message),
5718         (history_index_changed_cb), (ev_view_set_history):
5719         * shell/ev-view.h:
5720         * shell/ev-window.c: (update_total_pages), (ev_window_open),
5721         (update_current_page), (register_custom_actions):
5722
5723         Implement history dropdowns
5724
5725 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5726
5727         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
5728         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
5729         (ev_view_go_forward):
5730         * shell/ev-window.c: (register_custom_actions):
5731
5732         Fix several history bugs
5733
5734 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
5735
5736         * configure.ac: Add «nb» to ALL_LINGUAS.
5737
5738 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
5739
5740         * backend/Makefile.am:
5741         * backend/ev-bookmark.c:
5742         * backend/ev-bookmark.h:
5743         * backend/ev-document-bookmarks.c:
5744         * backend/ev-document-bookmarks.h:
5745         * backend/ev-document-links.c: (ev_document_links_get_type),
5746         (ev_document_links_has_document_links),
5747         (ev_document_links_begin_read), (ev_document_links_get_link),
5748         (ev_document_links_get_child), (ev_document_links_next),
5749         (ev_document_links_free_iter):
5750         * backend/ev-document-links.h:
5751         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
5752         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
5753         (ev_link_get_link_type), (ev_link_set_link_type),
5754         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
5755         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
5756         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
5757         (ev_link_new_external):
5758         * backend/ev-link.h:
5759         * pdf/xpdf/pdf-document.cc:
5760         * shell/Makefile.am:
5761         * shell/ev-application.c: (ev_application_open_link):
5762         * shell/ev-application.h:
5763         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
5764         (ev_history_get_link_nth):
5765         * shell/ev-history.h:
5766         * shell/ev-sidebar-bookmarks.c:
5767         * shell/ev-sidebar-bookmarks.h:
5768         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
5769         (ev_sidebar_links_class_init), (selection_changed_cb),
5770         (ev_sidebar_links_construct), (ev_sidebar_links_init),
5771         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
5772         (do_one_iteration), (populate_links_idle),
5773         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
5774         * shell/ev-sidebar-links.h:
5775         * shell/ev-sidebar.c: (ev_sidebar_set_document):
5776         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
5777         (go_to_index):
5778         * shell/ev-view.h:
5779         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
5780         * shell/ev-window.h:
5781
5782         Rename bookmark to link, and use "Index" for the sidebar panel.
5783
5784 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
5785
5786         * shell/Makefile.am:
5787         * shell/ev-application.c: (ev_application_open_bookmark):
5788         * shell/ev-application.h:
5789         * shell/ev-history.c: (ev_history_init), (free_links_list),
5790         (ev_history_finalize), (ev_history_class_init),
5791         (ev_history_add_link), (ev_history_add_page),
5792         (ev_history_get_link_nth), (ev_history_get_n_links),
5793         (ev_history_get_current_index), (ev_history_set_current_index),
5794         (ev_history_new):
5795         * shell/ev-history.h:
5796         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
5797         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
5798         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
5799         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
5800         (ev_view_set_page):
5801         * shell/ev-view.h:
5802         * shell/ev-window.c: (ev_window_open_bookmark),
5803         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
5804         (goto_page_cb), (register_custom_actions):
5805         * shell/ev-window.h:
5806
5807         Initial history implementation. Needs work.
5808
5809 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
5810
5811         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
5812
5813 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
5814
5815         * cut-n-paste/recent-files/egg-recent-item.c:
5816         * cut-n-paste/recent-files/egg-recent-item.h:
5817         * cut-n-paste/recent-files/egg-recent-model.c:
5818         * cut-n-paste/recent-files/egg-recent-util.c:
5819         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5820         * cut-n-paste/recent-files/egg-recent-view.c:
5821
5822         Update
5823
5824 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
5825
5826         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
5827         (fillGlyph, fillImageMask, drawImage):
5828         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
5829         pdf/splash/SplashTypes.h:
5830         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
5831         packed mode for Splash.
5832
5833         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
5834         RGB8 packed mode, eliminates the pixbuf data creation loop.
5835
5836         * shell/ev-print-job.c (ev_print_job_finalize)
5837         (ev_print_job_set_property, ev_print_job_get_property)
5838         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
5839         (ev_print_job_use_print_dialog_settings, idle_print_handler)
5840         (print_closure_finalize, ev_print_job_print): implement
5841         printing (for backends with EvPsExporter)
5842
5843         * shell/ev_print_job.h: update prototypes.
5844
5845         * shell/ev-window.c (ev_window_print): unref print job after
5846         printing.
5847
5848         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
5849         unless the document implements the EvDocumentFind interface.
5850
5851 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
5852
5853         * configure.ac: Added ja to ALL_LINGUAS.
5854
5855 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5856
5857         * pdf/xpdf/pdf-document.cc:
5858
5859         add a FIXME. We should probably not allocate
5860         a bookmark object every time
5861
5862 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5863
5864         * shell/ev-application.c: (ev_application_open),
5865         (ev_application_open_bookmark):
5866         * shell/ev-application.h:
5867         
5868         Add a way to open bookmarks
5869
5870         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
5871         (ev_bookmark_set_uri), (ev_bookmark_get_property),
5872         (ev_bookmark_set_property), (ev_bookmark_class_init),
5873         (ev_bookmark_new_title), (ev_bookmark_new_link),
5874         (ev_bookmark_new_external):
5875
5876         Support for external uris, better constructors.
5877
5878         * backend/ev-bookmark.h:
5879         * pdf/xpdf/pdf-document.cc:
5880         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
5881
5882         Handle external uris
5883
5884 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5885
5886         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
5887         (ev_sidebar_bookmarks_construct), (do_one_iteration):
5888
5889         Hook up bookmarks navigation
5890
5891 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5892
5893         * backend/Makefile.am:
5894         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
5895         (ev_bookmark_get_title), (ev_bookmark_set_title),
5896         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
5897         (ev_bookmark_get_page), (ev_bookmark_set_page),
5898         (ev_bookmark_get_property), (ev_bookmark_set_property),
5899         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
5900         (ev_bookmark_new):
5901         * backend/ev-bookmark.h:
5902         * backend/ev-document-bookmarks.c:
5903         (ev_document_bookmarks_get_bookmark):
5904         * backend/ev-document-bookmarks.h:
5905         * pdf/xpdf/pdf-document.cc:
5906         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
5907
5908         Add a bookmark object to the backend and use it instead of get_values
5909
5910 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5911
5912         * data/evince-ui.xml:
5913
5914         Cleanup and add select all.
5915
5916         * shell/ev-view.c: (ev_view_select_all),
5917         (ev_view_button_press_event):
5918         * shell/ev-view.h:
5919         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
5920
5921         Add select all.
5922         Clear selection on click.
5923
5924 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
5925
5926         * shell/ev-sidebar-thumbnails.c
5927         (ev_sidebar_thumbnails_set_document): forgot to unref the
5928         loading_icon.
5929
5930 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
5931
5932         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
5933         at the visible page, not just linearly.  This makes it look fast.
5934
5935 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
5936
5937         * backend/ev-document-misc.c
5938         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
5939         white.
5940         * backend/ev-document-thumbnails.h: New interface to get the size
5941         of a page.
5942
5943 2005-01-06  Jeremy Katz  <katzj@redhat.com>
5944
5945         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
5946         make dist works
5947
5948 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
5949
5950         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
5951         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
5952         things up a bit.
5953
5954         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
5955
5956 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
5957
5958         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
5959         fonts. Should fix font problems on systems that have the base
5960         fonts in bitmap format. Reported by James Henstridge
5961         <james@jamesh.id.au>.
5962
5963 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
5964
5965         * pdf/xpdf/Gfx.cc:
5966         * pdf/xpdf/GfxState.cc:
5967
5968         Fix for CAN-2004-1125
5969
5970 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
5971
5972         * shell/ev-view.c: (ev_view_copy):
5973         * shell/ev-view.h:
5974         * shell/ev-window.c: (ev_window_cmd_edit_copy):
5975
5976         Implement Edit->Copy
5977
5978 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
5979
5980         * backend/ev-document.c: (ev_document_get_text):
5981         * backend/ev-document.h:
5982         * pdf/xpdf/pdf-document.cc:
5983         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
5984         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
5985         (ev_view_update_primary_selection), (ev_view_button_press_event),
5986         (ev_view_motion_notify_event), (ev_view_button_release_event):
5987
5988         Beginnings of clipboard support. Incomplete but primary sort
5989         of work.
5990
5991 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
5992
5993         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
5994         (expose_bin_window):
5995
5996         Nicer rubberband drawing, from GtkIconView.
5997
5998 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
5999
6000         * backend/ev-document.c: (ev_document_save):
6001         * backend/ev-document.h:
6002         * data/evince-ui.xml:
6003         * pdf/xpdf/pdf-document.cc:
6004         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
6005
6006         Implement "Save a copy..." menu item
6007
6008 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6009
6010         * shell/ev-view.c: (ev_view_zoom):
6011
6012         Queue a resize when zoom changes
6013
6014 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
6015
6016         * backend/ev-document-misc.[ch]: New misc file to do simple drop
6017         shadows.
6018
6019         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
6020         thumbnails..
6021
6022 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * pdf/xpdf/pdf-document.cc
6025         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
6026
6027 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
6028
6029         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
6030         It's slow, but I'll speed it up next!
6031
6032 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
6033
6034         * shell/main.c (load_files):
6035
6036         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
6037         from the command line and because it seems more appropriate.
6038
6039 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6040
6041         * data/evince-ui.xml:
6042         * shell/ev-window.c: (update_action_sensitivity),
6043         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
6044
6045         s/next page/page down
6046         s/previous page/page up
6047
6048 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6049
6050         * data/evince-ui.xml:
6051
6052         Change the layout to match clarkbw design.
6053
6054         * shell/Makefile.am:
6055         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
6056         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
6057         (ev_navigation_action_finalize),
6058         (ev_navigation_action_set_property),
6059         (ev_navigation_action_get_property),
6060         (ev_navigation_action_class_init):
6061         * shell/ev-navigation-action.h:
6062
6063         Implement clarkbw toolbar navigation controls (incomplete)
6064
6065         * shell/ev-page-action.c: (update_label), (update_spin),
6066         (value_changed_cb), (create_tool_item), (connect_proxy),
6067         (ev_page_action_init), (ev_page_action_finalize),
6068         (ev_page_action_set_property), (ev_page_action_get_property),
6069         (ev_page_action_set_current_page),
6070         (ev_page_action_set_total_pages), (ev_page_action_class_init):
6071         * shell/ev-page-action.h:
6072
6073         Implement a page switcher in the toolbar
6074
6075         * shell/ev-view.c: (ev_view_scroll_view):
6076         * shell/ev-window.c: (update_total_pages), (ev_window_open),
6077         (update_current_page), (view_page_changed_cb), (goto_page_cb),
6078         (register_custom_actions), (ev_window_init):
6079
6080         Change page on PageUp/Down.
6081
6082 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
6083
6084         * pdf/xpdf/pdf-document.cc
6085         (pdf_document_thumbnails_get_thumbnail): initial stab at
6086         implementing thumbnail support for pdfs.  It only does documents
6087         with precached pdfs now.
6088
6089 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
6090
6091         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
6092         thumbnail code into a time-based idle as well.  Also, turn off the
6093         shadow temporarily as it's really slow.
6094
6095 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6096
6097         * backend/ev-document.c: (ev_document_class_init):
6098         * pdf/xpdf/pdf-document.cc:
6099         * shell/ev-window.c: (ev_window_open):
6100
6101         Fix document title bugs and fallback to
6102         filename when not available.
6103
6104 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6105
6106         * backend/ev-document.c: (ev_document_get_type),
6107         (ev_document_class_init), (ev_document_load),
6108         (ev_document_get_title):
6109         * backend/ev-document.h:
6110         * pdf/xpdf/pdf-document.cc:
6111         * ps/ps-document.c: (ps_document_set_property),
6112         (ps_document_get_property), (ps_document_class_init),
6113         (document_load):
6114         * ps/ps-document.h:
6115         * ps/ps.h:
6116         * shell/ev-window.c: (update_window_title), (ev_window_open),
6117         (ev_window_init):
6118
6119         Initial support for document title. Not working yet.
6120
6121 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6122
6123         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
6124
6125         Grab focus on the view when clicking it
6126
6127 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6128
6129         * shell/ev-marshal.list:
6130         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
6131         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
6132
6133         Add key bindings to the view. Now if the focus would work
6134         right...
6135
6136 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6137
6138         * Makefile.am:
6139         * backend/Makefile.am:
6140         * data/Makefile.am:
6141         * dvi/Makefile.am:
6142         * dvi/dvilib/Makefile.am:
6143         * pdf/xpdf/Makefile.am:
6144         * po/POTFILES.in:
6145         * ps/Makefile.am:
6146
6147         Fix distcheck
6148
6149 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6150
6151         * shell/ev-view.c: (ev_view_realize):
6152
6153         Fix mouse wheel scrolling
6154
6155 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6156
6157         * ps/Makefile.am:
6158         * ps/gstypes.h:
6159         * ps/gtkgs.c:
6160         * ps/gtkgs.h:
6161         * ps/ps-document.c: (catchPipe), (ps_document_init),
6162         (ps_document_class_init), (ps_document_cleanup),
6163         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
6164         (set_up_page), (close_pipe), (is_interpreter_ready),
6165         (interpreter_failed), (output), (input), (start_interpreter),
6166         (stop_interpreter), (file_length), (file_readable),
6167         (check_filecompressed), (check_pdf), (compute_xdpi),
6168         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
6169         (ps_document_get_type), (ps_document_emit_error_msg),
6170         (document_load), (ps_document_next_page),
6171         (ps_document_get_current_page), (ps_document_get_page_count),
6172         (ps_document_goto_page), (ps_document_set_page_size),
6173         (ps_document_zoom_to_fit), (ps_document_set_zoom),
6174         (ps_document_load), (ps_document_get_n_pages),
6175         (ps_document_set_page), (ps_document_get_page),
6176         (ps_document_widget_event), (ps_document_set_target),
6177         (ps_document_set_scale), (ps_document_set_page_offset),
6178         (ps_document_get_page_size), (ps_document_render),
6179         (ps_document_document_iface_init):
6180         * ps/ps-document.h:
6181         * ps/ps.c:
6182         * shell/ev-window.c: (ev_window_open):
6183
6184         Rename GtkGS to PSDocument
6185
6186 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6187
6188         * ps/gtkgs.c: (gtk_gs_class_init):
6189         * ps/gtkgs.h:
6190
6191         Some more leftover...
6192
6193 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6194
6195         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
6196         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
6197         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
6198         * ps/gtkgs.h:
6199
6200         Remove unused code and make a lot of stuff private
6201
6202 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6203
6204         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
6205         (gtk_gs_defaults_changed):
6206         * ps/gsdefaults.h:
6207         * ps/gtkgs.c:
6208         * ps/gtkgs.h:
6209         * ps/ps.h:
6210
6211         Cleanup headers dependencies
6212
6213 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6214
6215         * ps/Makefile.am:
6216         * ps/ggvutils.c:
6217         * ps/ggvutils.h:
6218         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6219         * ps/gsdefaults.h:
6220         * ps/gtkgs.c: (file_length), (file_readable),
6221         (check_filecompressed), (check_pdf), (gtk_gs_load),
6222         (gtk_gs_get_postscript):
6223
6224         Get rid of ggvutils
6225
6226 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6227
6228         * ps/ggvutils.c:
6229         * ps/ggvutils.h:
6230         * ps/gsio.h:
6231         * ps/gtkgs.c: (gtk_gs_set_zoom):
6232
6233         Cleanups
6234
6235 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6236
6237         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
6238
6239         Ensure the page is rerendered when changing zoom
6240
6241 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6242
6243         * backend/ev-document.c: (ev_document_base_init),
6244         (ev_document_changed):
6245         * backend/ev-document.h:
6246
6247         Add a changed event that is emitted when the page content
6248         changes. This is necessary to deal with the fact that
6249         in ps backend rendering happen asycrounously.
6250         This makes the ps backend mostly work.
6251
6252         * pdf/xpdf/pdf-document.cc:
6253
6254         Emit changed event
6255
6256         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
6257         (ps_document_set_target):
6258
6259         Emit changed event
6260
6261         * shell/ev-view.c: (document_changed_callback),
6262         (ev_view_set_document), (ev_view_set_page):
6263
6264         Redraw on the changed signal
6265
6266 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
6267
6268         * configure.ac: Added pt_BR to ALL_LINGUAS.
6269
6270 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
6271
6272         * backend/ev-document-bookmarks.c:
6273         (ev_document_bookmarks_get_child): *
6274         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
6275         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
6276         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
6277         (ev_sidebar_bookmarks_destroy),
6278         (ev_sidebar_bookmarks_class_init),
6279         (ev_sidebar_bookmarks_construct), (stack_data_free),
6280         (do_one_iteration), (populate_bookmarks_idle),
6281         (ev_sidebar_bookmarks_clear_document),
6282         (ev_sidebar_bookmarks_set_document): *
6283         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
6284         (ev_sidebar_add_page),
6285         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
6286         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
6287         it displays both the topics and the page numbers.
6288
6289 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
6290
6291         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
6292         toggle.
6293         * shell/ev-window.c (toggle_entries): Set sidebar default value to
6294         visible.
6295
6296 2004-12-23  Adam Weinberger  <adamw@gnome.org>
6297
6298         * configure.ac: Added en_CA to ALL_LINGUAS.
6299
6300 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
6301
6302         * ChangeLog: replace bottom of this ChangeLog (merged history of
6303         ggv and gpdf; where all paths were wrong and most of the files are
6304         not even in this tree) with ChangeLog (from arch) of the shell
6305         code.
6306
6307 2004-12-23  Havoc Pennington  <hp@redhat.com>
6308
6309         * shell/ev-window.c: hook up potentially-questionable "find
6310         results status text" feature - something involving the sidebar or
6311         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
6312         might be better in the end.
6313
6314         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
6315         with corresponding signal when it should be updated
6316
6317         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
6318
6319 2004-12-22  Havoc Pennington  <hp@redhat.com>
6320
6321         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
6322         find stuff on other pages, sort of (only returns one result on
6323         invisible pages, to show they have results; updates full results
6324         for a page when you view it). Currently repaints the current page
6325         every time a new result is found on any page, which isn't so nice.
6326
6327 2004-12-22  Havoc Pennington  <hp@redhat.com>
6328
6329         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
6330         the document doesn't support find (better ideas?)
6331         (find_bar_search_changed_cb): handle missing document or document
6332         that doesn't support find
6333
6334         * pdf/xpdf/pdf-document.cc: port to implement the new
6335         EvDocumentFindIface
6336
6337         * backend/ev-document-find.c: create a new interface for searching
6338
6339         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
6340
6341 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
6342
6343         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
6344         libevbackend.la.
6345
6346         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
6347         EvPrintJob constructor arguments.
6348
6349         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
6350         for documents that can export PostScript (page by page).
6351
6352         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
6353         
6354         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
6355         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
6356         (pdf_document_ps_exporter_iface_init:
6357         Implement EvPSExporter.
6358
6359         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
6360
6361 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6362
6363         * backend/Makefile.am:
6364         * backend/ev-document-thumbnails.c:
6365         (ev_document_thumbnails_get_type),
6366         (ev_document_thumbnails_get_thumbnail):
6367         * backend/ev-document-thumbnails.h:
6368         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
6369         (pixbuf_document_thumbnails_get_thumbnail),
6370         (pixbuf_document_document_thumbnails_iface_init):
6371         * shell/Makefile.am:
6372         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
6373         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
6374         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
6375         * shell/ev-sidebar-thumbnails.h:
6376         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
6377         (ev_sidebar_set_document):
6378         * shell/ev-utils.c: (gaussian), (create_blur_filter),
6379         (create_shadow), (ev_pixbuf_add_shadow):
6380         * shell/ev-utils.h:
6381         Add thumbnail support.
6382         
6383 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6384
6385         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
6386         (using_postscript_printer): Set up a print dialog for "PostScript
6387         injection" method.
6388
6389         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
6390         EvPrintJob.
6391
6392         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
6393
6394 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6395
6396         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
6397         (ps_document_set_target), (ps_document_get_page_size),
6398         (ps_document_render):
6399         * ps/gtkgs.h:
6400
6401         Fix a few bugs
6402
6403 2004-12-22  Christian Rose  <menthos@menthos.com>
6404
6405         * configure.ac: Added "sv" to ALL_LINGUAS.
6406
6407 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
6408
6409         * backend/ev-document-bookmarks.[ch]: new interface to indicate
6410         document supports bookmarks.
6411
6412 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6413
6414         * ps/ggvutils.c: (ggv_file_readable):
6415         * ps/ggvutils.h:
6416         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
6417         (gtk_gs_get_postscript):
6418
6419         Remove unused utils
6420
6421 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6422
6423         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
6424         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
6425         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
6426         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
6427         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
6428         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
6429         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
6430         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
6431         (gtk_gs_set_antialiasing), (ps_document_load),
6432         (ps_document_render):
6433         * ps/gtkgs.h:
6434
6435         Another check point for the ps backend. Now I can get it to show
6436         pages!
6437
6438 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
6439
6440         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
6441         document setting code.
6442
6443 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6444
6445         * shell/eggfindbar.c: (entry_activate_callback):
6446         Animate the next button when activate is pressed.
6447         
6448 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6449
6450         * shell/ev-window.c: (ev_window_cmd_edit_find),
6451         (update_fullscreen_popup), (ev_window_fullscreen),
6452         (ev_window_unfullscreen), (ev_window_state_event_cb),
6453         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
6454         Fix bugs in fullscreen code.
6455         
6456 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6457
6458         * Makefile.am:
6459         * configure.ac:
6460         * pixbuf/Makefile.am:
6461         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
6462         (pixbuf_document_load), (pixbuf_document_get_n_pages),
6463         (pixbuf_document_set_page), (pixbuf_document_get_page),
6464         (pixbuf_document_set_target), (pixbuf_document_set_scale),
6465         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
6466         (pixbuf_document_render), (pixbuf_document_begin_find),
6467         (pixbuf_document_end_find), (pixbuf_document_finalize),
6468         (pixbuf_document_class_init),
6469         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6470         * pixbuf/pixbuf-document.h:
6471         * shell/Makefile.am:
6472         * shell/ev-application.c: (ev_application_open):
6473         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
6474         (ev_window_open):
6475         Add pixbuf backend.
6476         
6477 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
6478
6479         * Makefile.am: 
6480         * dvi/dvilib/Makefile.am:
6481         * dvi/Makefile.am:
6482         * configure.ac: Auto*ify dvi and dvi/dvilib
6483
6484         * dvi/Makefile: Remove from CVS
6485         
6486         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
6487         confusion.
6488
6489         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
6490         
6491         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
6492         
6493 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6494
6495         * ps/Makefile.am:
6496         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
6497         (gtk_gs_value_adjustment_changed), (compute_size),
6498         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
6499         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
6500         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
6501         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
6502         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
6503         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
6504         (ps_document_load), (ps_document_get_n_pages),
6505         (ps_document_set_page), (ps_document_get_page),
6506         (ps_document_set_target), (ps_document_set_scale),
6507         (ps_document_set_page_offset), (ps_document_get_page_size),
6508         (ps_document_render), (ps_document_begin_find),
6509         (ps_document_end_find), (ps_document_document_iface_init):
6510         * ps/gtkgs.h:
6511         * shell/Makefile.am:
6512         * shell/ev-window.c: (ev_window_open):
6513
6514         Some work to integrate gtkgs with EvDocument
6515
6516 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6517
6518         * shell/ev-window.c: (update_fullscreen_popup),
6519         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
6520         (exit_fullscreen_button_clicked_cb),
6521         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
6522         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
6523         (ev_window_state_event_cb), (ev_window_init):
6524         Add fullscreen support from Epiphany.
6525         
6526 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6527
6528         * data/ev-stock-zoom-fit-width.png: fit-width
6529         stock icon from gpdf.
6530         
6531         * shell/ev-stock-icons.[ch]: copied from gpdf.
6532         
6533         * shell/main.c: (main): init stock icons.
6534         
6535         * shell/ev-window.c: use the fit-width icon.
6536         
6537         * data/evince-ui.xml: add zooming toolbar items.
6538
6539 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6540
6541         * shell/ev-view.c: 
6542         (ev_view_best_fit), (ev_view_fit_width): because
6543         get_page_size() returns the scaled page size, we
6544         need to calculate the scale factor relative to
6545         the previous scale factor. Should really just
6546         add get_real_page_size().
6547
6548 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6549
6550         * shell/ev-view.[ch]:
6551         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
6552         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
6553         add zooming.
6554         
6555         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
6556         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
6557         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
6558         hook it up.
6559         
6560         * pdf/xpdf/pdf-document.cc:
6561         (pdf_document_begin_find),
6562         (pdf_document_end_find): make static.
6563
6564 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6565
6566         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
6567
6568         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
6569         names to fontconfig patterns.
6570         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
6571
6572         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
6573         setupBaseFontsFc.
6574
6575 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6576
6577         * Makefile.am:
6578         * configure.ac:
6579         * ps/Makefile.am:
6580         * ps/ggvutils.c:
6581         * ps/ggvutils.h:
6582         * ps/gsdefaults.c:
6583         * ps/gsdefaults.h:
6584         * ps/gsio.c:
6585         * ps/gsio.h:
6586         * ps/gtkgs.c:
6587         * ps/gtkgs.h:
6588         * ps/ps.c:
6589         * ps/ps.h:
6590
6591         Import ggv backend. Not hooked up yet.
6592
6593 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6594
6595         * shell/main.c: (load_files), (main): load files
6596         from the command line.
6597
6598 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6599
6600         * configure.ac: don't require bonobo.
6601         
6602         * cut-n-paste/recent-files/*: kill bonobo recent
6603         view.
6604
6605         * shell/ev-window.c:
6606         (ev_window_is_empty): upd.
6607         (unable_to_load), (ev_window_open): load backend
6608         based on the mime type.
6609
6610 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6611
6612         * backend/.cvsignore: ignore generated marshalers source.
6613
6614         * shell/main.c (main): this is not epiphany.
6615
6616 2004-12-22  Havoc Pennington  <hp@redhat.com>
6617
6618         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
6619         (expose_bin_window): draw find highlights
6620
6621         * shell/ev-window.c (find_bar_search_changed_cb): implement 
6622         
6623         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
6624         (pdf_document_end_find): implement this interface
6625
6626         * backend/ev-document.c (ev_document_found): add this to emit
6627         signal
6628
6629 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
6630
6631         * data/evince-ui.xml: Add a few more toolbar items.
6632
6633         * shell/ev-window.c: Hook up page navigation toolbar 
6634         items.
6635
6636         * shell/ev-view.[ch]: add ev_view_set/get_page and 
6637         a page-changed signal.
6638
6639         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
6640         Add ev_document_get_page().
6641
6642         * shell/ev-window.c: Sensitize/desensitize navigation
6643         actions.
6644
6645 2004-12-21  Havoc Pennington  <hp@redhat.com>
6646
6647         * backend/ev-backend-marshal.c,
6648         backend/ev-backend-marshalers.list, backend/Makefile.am: add
6649         marshaler-generator thingy. I'm sure there's a better way to do
6650         this in the modern world.
6651
6652         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
6653         end_find methods and "found" signal.
6654
6655         * configure.ac: find glib-genmarshal
6656
6657 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
6658
6659         * shell/ev-sidebar.c: Construct an actual sidebar.
6660         * shell/ev-sidebar-bookmarks.[ch]:
6661         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
6662
6663 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
6664
6665         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
6666         Redo size handling.
6667         
6668         * shell/ev-view.c: Track the size from the document.
6669
6670 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
6671
6672         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
6673         constructor assumes ownership of the string passed in.
6674         
6675         * shell/ev-window.c (ev_window_open): Destroy the error
6676         dialog once we've displayed it.
6677
6678 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
6679
6680         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
6681         a bit, it works! (sort of)
6682
6683         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
6684         Move to .cc since we need to use C++ in the implementation.
6685
6686         * shell/dummy.cc: Add a CC file to force evince
6687         to be linked as a C++ program.
6688
6689 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
6690
6691         * shell/ev-view.[ch]: Start of content-area widget.
6692
6693         * shell/ev-window.c: Create a EvView, update it
6694         as we change documents.
6695
6696         * shell/Makefile.am shell/ev-marshal.list: Add
6697         generated marshalers.
6698
6699 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
6700
6701         * Makefile.am (SUBDIRS): move shell.
6702
6703 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
6704
6705         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
6706         .a to libtool convenience libraries.
6707
6708         * shell/ev-window.c (ev_window_open): Hard code loading
6709         a PDF document.
6710         
6711         * backend/ev-document.h: Add a boolean return to load(),
6712         fix GError * to GError **.
6713
6714         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
6715         object for a PDF backend EvDocument.
6716
6717 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
6718
6719         * dvi/*: New directory with the beginning of a .dvi backend.
6720
6721 2004-12-21  Havoc Pennington  <hp@redhat.com>
6722
6723         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
6724         previous/next instead of back/forward
6725
6726 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
6727
6728         * backend/ev-document.[ch]: Fix a couple of problems so
6729         it compile.
6730
6731 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
6732
6733         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
6734         to backend/ directory, rename EvViewer to EvDocument.
6735
6736 2004-12-21  Havoc Pennington  <hp@redhat.com>
6737
6738         * shell/ev-window.c: hook up the find bar widget; now we just need
6739         a document to find things in
6740
6741         * shell/eggfindbar.c: a find bar widget
6742
6743 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
6744
6745         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
6746
6747 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
6748
6749         * pdf/**: Import of xpdf code from gpdf. 
6750
6751         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
6752
6753         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
6754         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
6755         Fix FreeType includes.
6756
6757         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
6758         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
6759         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
6760         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
6761         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
6762         Include xpdfconfig.h
6763         
6764 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
6765
6766         * shell/ev-window.c (ev_window_dispose): dispose can be called
6767         multiple times.
6768
6769 2004-12-21  Havoc Pennington  <hp@redhat.com>
6770
6771         * shell/ev-window.c (ev_window_init): set title to Document Viewer
6772         rather than Evince
6773
6774         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
6775         items; really they should be synced with the strings, etc. from
6776         current gpdf, but just getting the boring typing out of the way 
6777
6778 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6779
6780         * po/POTFILES.in:
6781         * shell/ev-application.c: (window_destroy_cb):
6782         * shell/ev-window.c:
6783         * shell/main.c: (main):
6784
6785         Actually show the window...
6786
6787 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6788
6789         * Makefile.am:
6790         * shell/Makefile.am:
6791         * shell/ev-application.c: (ev_application_class_init):
6792         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
6793
6794         Make it build again
6795
6796 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6797
6798         Import to gnome cvs.
6799         
6800         * Remove copies of gpdf and ggv trees.
6801         * Rip out all the recursive configure code.
6802         * Remove bonobo machinery.
6803         * viewer/*: GInterfaces that backends should/can implement.
6804
6805 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6806
6807         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
6808         typo
6809
6810 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6811
6812         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
6813         (ev_application_finalize, ev_application_class_init)
6814         (ev_application_init): use GType instance private data for priv.
6815     
6816         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
6817         (ev_window_finalize, ev_window_class_init)
6818         (ev_window_init): ditto.
6819
6820 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6821
6822         * shell/ev-application.c (ev_application_new_window): make public
6823         (ev_application_show_initial_window): kill.
6824     
6825         * shell/ev-application.h: update prototypes.
6826     
6827         * shell/main.cc (main): inline ev_application_show_initial_window.
6828
6829 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6830
6831         * shell/ev-application.c (ev_application_new_window): impl.
6832         (ev_application_show_initial_window): use it.
6833         (is_window_empty, ev_application_get_empty_window): returns an
6834         existing empty window or a new one.
6835         (ev_application_open): from ev_window_cmd_file_open.
6836     
6837         * shell/ev-application.h: update prototypes
6838     
6839         * shell/ev-window.c (ev_window_is_empty): impl.
6840         (ev_window_open): make public.
6841         (ev_window_cmd_file_open): use ev_application_open
6842     
6843         * shell/ev-window.h: update prototypes, remove unused.
6844
6845 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6846
6847         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
6848         move destroy handler out of here...
6849     
6850         * shell/ev-application.c, shell/ev-application.h: ...into this new
6851         class. Also handles initial window creation.
6852     
6853         * shell/main.cc (main): use EvApplication to create initial
6854         window.
6855
6856 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6857
6858         * Makefile.am (SUBDIRS): add cut-n-paste
6859     
6860         * cut-n-paste/Makefile.am: add
6861     
6862         * configure.ac: generate Makefiles in cut-n-paste
6863
6864 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6865
6866         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
6867         (ev_window_class_init): install ev_window_dispose.
6868
6869 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6870
6871         * shell/ev-window.h, shell/ev-window.c: replace gchar with
6872         char (gchar looks stupid).
6873
6874 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6875
6876         * po/de.po: updated German translation.
6877
6878 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6879
6880         * configure.ac: add more pkg-config library checks for gnome-vfs,
6881         bonobo etc.
6882     
6883         * gpdf/configure.in: temporarily disable libpaper
6884         checks. Otherwise I'd have to add the checks for the shell, too.
6885
6886 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6887
6888         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
6889         and * file filters to the file choose.
6890
6891 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6892
6893         * po/de.po: Updated German translation.
6894
6895 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6896
6897         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
6898
6899 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6900
6901         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
6902     
6903         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
6904         (ev_window_init): implement those menuitems.
6905
6906 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6907
6908         * data/evince-ui.xml: add a toolbar (with FileOpen action)
6909     
6910         * shell/ev-window.c (ev_window_init): use the toolbar.
6911
6912 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6913
6914         * shell/ev-window.c (ev_window_init): use menu translations
6915
6916 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6917
6918         * configure.ac: add "de" to ALL_LINGUAS.
6919     
6920         * po/de.po: add German translation.
6921
6922 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6923
6924         * Makefile.am (SUBDIRS): add po
6925     
6926         * configure.ac: check intltool, glib-gettext etc, generate
6927         po/Makefile.in
6928     
6929         * po, po/POTFILES.in, po/POTFILES.skip: new.
6930
6931 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6932
6933         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
6934         already use (#ifdef ENABLE_NLS)
6935     
6936         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
6937         pointer indirection thinko.
6938     
6939         * shell/main.c: include gi18n.h for bindtextdomain etc.
6940
6941 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6942
6943         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
6944         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
6945         tooltips for menu items in the statusbar.
6946
6947 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6948
6949         * configure.ac, data/Makefile.am, shell/Makefile.am: use
6950         pkgdatadir drop UIDIR
6951
6952 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6953
6954         * data/evince-ui.xml: Add File->Open menu item
6955     
6956         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
6957         chooser), hook it up in the ui manager.
6958
6959 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6960
6961         * shell/ev-window.c: fix Help->About tooltip.
6962
6963 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
6964
6965         * configure.ac: set CFLAGS for libevprivate.
6966     
6967         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
6968         definitions, factory etc.
6969     
6970         * lib/Makefile.am: build libevprivate.a (only stock icon code).
6971     
6972         * shell/Makefile.am: link against libevprivate.a.
6973     
6974         * shell/ev-window.c (entries): add stock icon to Help->About.
6975     
6976         * shell/main.c (main): init stock icon code.
6977
6978 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6979
6980         * lib/recent-files: egg recent files code
6981     
6982         * lib/Makefile.am: add.
6983     
6984         * Makefile.am: add lib subdir.
6985     
6986         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
6987         set CFLAGS for recent-files.
6988
6989 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6990
6991         * configure.ac: disable -ansi and -pedantic gcc flags. They
6992         disable POSIX stuff in stdio.h, but egg-recent uses them.
6993
6994 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
6995
6996         * configure.ac: add --disable-deprecated flag (defaults to on in
6997         "cvs" builds).
6998     
6999         * shell/Makefile.am (INCLUDES): use it.
7000
7001 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7002
7003         * shell/main.c: add missing #include.
7004     
7005         * shell/ev-window.c: fix for pedantic gcc.
7006         (ev_window_cmd_help_about): split license into paragraphs for
7007         translators and pedantic compilers.
7008
7009 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7010
7011         * configure.ac: add more warning flags if compiling with gcc from
7012         cvs (or explicitly requested with --enable-more-warnings).
7013
7014 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7015
7016         * data/evince-ui.xml: add File and File->Close menu.
7017     
7018         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
7019         (ev_window_destroy): quit after destroy.
7020         (ev_window_class_init): override GtkObject::destroy.
7021         (entries): install close_window callback.
7022
7023 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7024
7025         * Makefile.am (SUBDIRS): add data subdir.
7026     
7027         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
7028         gtk+ 2.5.0 for GtkAboutDialog.
7029     
7030         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
7031         main window.
7032     
7033         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
7034     
7035         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
7036         manager.
7037         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
7038
7039 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7040
7041         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
7042
7043 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7044
7045         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
7046
7047 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7048
7049         * shell/*: Added shell directory boilerplate, build it.
7050
7051 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7052
7053         * configure.ac, Makefile.am: Added top-level configure.ac and
7054         Makefile.am