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