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