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