]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
c0372c6b998d92a78ae94696bcd320d449db9a49
[evince.git] / ChangeLog
1 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
2
3         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
4
5 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
6
7         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
8         completely because I didn't understand GtkActions.  I should
9         read Marco's code more carefully in the future.
10
11         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12         function
13
14 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
15
16         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
17         PopplerRectangle change from poppler CVS.
18
19 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
20
21         * backend/ev-document.c: (ev_document_get_page_label):
22         * backend/ev-document.h:
23         * backend/ev-page-cache.c: (_ev_page_cache_new),
24         (ev_page_cache_get_page_label):
25         * backend/ev-page-cache.h:
26         * pdf/ev-poppler.cc:
27         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
28         (links_page_num_func):
29         * shell/ev-sidebar-thumbnails.c:
30         (ev_sidebar_thumbnails_set_document):
31         * shell/ev-view.c: (status_message_from_link),
32         (ev_view_motion_notify_event):
33         * shell/ev-window.c: (document_supports_sidebar): Add in page
34         label support.  It's not perfect yet, but it's the first 'feature'
35         in a while.
36         Also, fix a bogus comment noticed by crispin. 
37
38 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
39
40         * Makefile.am: Remove pixbuf backend for now
41
42         * configure.ac: Require poppler-glib instead of just poppler.
43
44         * backend/ev-document-thumbnails.h: Add a comment
45
46         * backend/ev-document.h:
47         * backend/ev-document.c: (ev_document_class_init),
48         (ev_document_load), (ev_document_get_link),
49         (ev_document_get_links): Remove 3 methods and add get_links.
50         Also, made 0 based.
51
52         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
53         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
54
55         * backend/ev-link.c: (ev_link_set_title),
56         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
57         (ev_link_mapping_find):
58         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
59         
60         * backend/ev-page-cache.c: (ev_page_cache_init),
61         (_ev_page_cache_new), (ev_page_cache_set_current_page),
62         (ev_page_cache_get_size), (ev_page_cache_next_page),
63         (ev_page_cache_prev_page): Fix to be 0 based.
64
65         * pdf/Makefile.am: 
66         * pdf/ev-poppler.h:
67         * pdf/ev-poppler.cc: New backend.
68         
69         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
70         (ps_document_get_page), (ps_document_document_iface_init):
71
72         * shell/ev-pixbuf-cache.h:
73         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
74         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
75         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
76         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
77         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
78         Fix up code to grab a page cache per each doc.  Also, fix to be 0
79         based.
80         
81         * shell/ev-sidebar-thumbnails.c:
82         (ev_sidebar_tree_selection_changed), (page_changed_cb),
83         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
84
85         * shell/ev-view.c: (status_message_from_link),
86         (find_page_at_location), (get_link_at_location),
87         (ev_view_motion_notify_event), (ev_view_button_release_event),
88         (ev_view_init): Use the new link code.  Fix to be 0 based.
89
90         * shell/ev-window.c: (update_action_sensitivity),
91         (document_supports_sidebar): 0 based.
92
93 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
94
95         * pdf/pdf-document.cc: Patch from Fernando Herrera
96         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
97         *blush*
98
99 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
100
101         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
102         1 to the page, as this seems to be 1 based.  I thought we has this
103         fixed.  grump.
104
105 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
106
107         * TODO:
108         * backend/Makefile.am:
109         * backend/ev-document-links.c:
110         (ev_document_links_has_document_links),
111         (ev_document_links_get_links_model):
112         * backend/ev-document-links.h:
113         * backend/ev-document.c: (ev_document_get_page_cache),
114         (ev_document_get_doc_mutex), (ev_document_load),
115         (ev_document_save), (ev_document_get_title),
116         (ev_document_get_n_pages), (ev_document_set_page),
117         (ev_document_get_page), (ev_document_set_target),
118         (ev_document_set_scale), (ev_document_set_page_offset),
119         (ev_document_get_page_size), (ev_document_get_text),
120         (ev_document_get_link), (ev_document_render),
121         (ev_document_render_pixbuf), (ev_document_scale_changed):
122         * backend/ev-document.h:
123         * backend/ev-job-queue.c: (remove_object_from_queue),
124         (notify_finished), (handle_job), (search_for_jobs_unlocked),
125         (no_jobs_available_unlocked), (ev_render_thread),
126         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
127         (ev_job_queue_remove_job):
128         * backend/ev-job-queue.h:
129         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
130         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
131         (ev_job_links_class_init), (ev_job_render_init),
132         (ev_job_render_dispose), (ev_job_render_class_init),
133         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
134         (ev_job_thumbnail_class_init), (ev_job_finished),
135         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
136         (ev_job_render_run), (ev_job_thumbnail_new),
137         (ev_job_thumbnail_run):
138         * backend/ev-jobs.h:
139         * backend/ev-link.c:
140         * backend/ev-link.h:
141         * backend/ev-page-cache.c: (ev_page_cache_init),
142         (ev_page_cache_class_init), (ev_page_cache_finalize),
143         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
144         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
145         (ev_page_cache_set_link), (ev_page_cache_get_title),
146         (ev_page_cache_get_size), (ev_page_cache_next_page),
147         (ev_page_cache_prev_page):
148         * backend/ev-page-cache.h:
149         * pdf/pdf-document.cc:
150         * ps/gsdefaults.c:
151         * ps/gsdefaults.h:
152         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
153         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
154         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
155         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
156         (is_interpreter_ready), (output), (catchPipe), (input),
157         (start_interpreter), (check_filecompressed), (compute_dimensions),
158         (ps_document_enable_interpreter), (document_load),
159         (ps_document_next_page), (render_page), (ps_document_set_page),
160         (ps_document_set_scale), (render_pixbuf_idle),
161         (ps_document_render_pixbuf), (ps_document_document_iface_init):
162         * ps/ps-document.h:
163         * shell/Makefile.am:
164         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
165         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
166         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
167         (ev_pixbuf_cache_new), (job_finished_cb),
168         (check_job_size_and_unref), (move_one_job),
169         (ev_pixbuf_cache_update_range), (find_job_cache),
170         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
171         (ev_pixbuf_cache_add_jobs_if_needed),
172         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
173         * shell/ev-pixbuf-cache.h:
174         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
175         (idle_print_handler):
176         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
177         (selection_changed_cb), (create_loading_model),
178         (ev_sidebar_links_construct), (links_page_num_func),
179         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
180         (update_page_callback), (job_finished_cb),
181         (ev_sidebar_links_set_document):
182         * shell/ev-sidebar-thumbnails.c:
183         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
184         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
185         (page_changed_cb), (thumbnail_job_completed_callback),
186         (ev_sidebar_thumbnails_set_document):
187         * shell/ev-sidebar-thumbnails.h:
188         * shell/ev-sidebar.c: (ev_sidebar_set_document):
189         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
190         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
191         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
192         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
193         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
194         (ev_view_button_release_event), (ev_view_scroll_view),
195         (ev_view_class_init), (ev_view_init), (update_find_status_message),
196         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
197         (ev_view_new), (job_finished_cb), (page_changed_cb),
198         (ev_view_set_document), (go_to_link), (ev_view_zoom),
199         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
200         (ev_view_find_previous):
201         * shell/ev-view.h:
202         * shell/ev-window.c: (update_action_sensitivity),
203         (ev_window_open_page), (update_window_title), (update_total_pages),
204         (page_changed_cb), (ev_window_setup_document),
205         (password_dialog_response), (ev_window_cmd_save_as),
206         (ev_window_print), (ev_window_cmd_go_previous_page),
207         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
208         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
209         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
210         * shell/main.c: (main):
211
212         Merge evince-threads branch
213
214 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
215
216         * configure.ac: Added "lt" to ALL_LINGUAS.
217
218 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
219
220         * NEWS:
221         * configure.ac:
222
223         Release 0.1.9
224
225 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
226
227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
228
229         Fix here also the thumbnails 1-basedness :)
230
231 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
232
233         * NEWS:
234         * configure.ac:
235
236         Release 0.1.8
237
238 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
239
240         * pdf/pdf-document.cc:
241         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
242         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
243
244         Fix the mess we did with thumbnails and 1-basedness
245
246 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
247
248         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
249
250 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
251
252         * NEWS:
253         * configure.ac:
254
255         Release 0.1.7
256
257 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
258
259         * ps/Makefile.am:
260         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
261         (gtk_gs_defaults_get_alpha_parameters),
262         (gtk_gs_defaults_get_ungzip_cmd),
263         (gtk_gs_defaults_get_unbzip2_cmd):
264         * ps/gsdefaults.h:
265         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
266         (ps_document_get_orientation), (document_load),
267         (ps_document_goto_page), (ps_document_set_page_size):
268         * ps/ps-document.h:
269
270         Some more sanitization of the ps backend. Remove a lot
271         of unused code and do not base our defaults on ggv
272         preferences (ugh!)
273
274 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
275
276         * thumbnailer/evince-thumbnailer.schemas:
277         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
278         (main): add -s option for thumbnail size.
279
280 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
281
282         * configure.ac:
283
284         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
285         remove it.
286
287 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
288
289         * pdf/pdf-document.cc:
290
291         Remove 4 pixels of useless border from the
292         thumbnail.
293
294 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
295
296         * backend/ev-document-thumbnails.c:
297         (ev_document_thumbnails_get_thumbnail):
298         * backend/ev-document-thumbnails.h:
299
300         Rework API a bit. Add a border flag and
301         change sizing logic (now the size we specify
302         applies to the bigger dimension).
303
304         * pdf/pdf-document.cc:
305         * pixbuf/pixbuf-document.c:
306         (pixbuf_document_thumbnails_get_thumbnail):
307         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
309
310         Adapt to the new API and do not draw a border for nautilus
311         thumbnailer.
312
313 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
314
315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
316         take thumbnails from page "0" instead of "1". Added a copyright header.
317
318 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
319
320         * ps/ps-document.c: (set_up_page), (start_interpreter):
321
322         Make it C89 compliant
323
324 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
325
326         * Makefile.am:
327         * configure.ac:
328         * pdf/.cvsignore:
329         * pdf/pdf-document.cc:
330         * thumbnailer/Makefile.am:
331         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
332         (main):
333         * thumbnailer/evince-thumbnailer.schemas:
334         * thumbnailer/pdf-icon.png:
335
336         Add a nautilus thumbnailer.
337         Based on patch by Fernando Herrera <fherrera@onirica.com>.
338
339 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
340
341         * NEWS:
342         * configure.ac:
343         * po/POTFILES.in:
344
345         Release 0.1.6
346
347 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
348
349         Use poppler instead of including xpdf source code.  Poppler is a
350         fork of xpdf to build it as a shared library. See
351         http://freedesktop.org/wiki/Software/poppler.
352
353         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
354         xpdf fork.
355         
356         * pdf/Makefile.am: Build libpdfdocument.a here.
357         
358         * pdf/GDKSplashOutputDev.cc:
359         * pdf/GDKSplashOutputDev.h:
360         * pdf/GnomeVFSStream.cc:
361         * pdf/GnomeVFSStream.h:
362         * pdf-document.cc:
363         * pdf-document.h:
364         * test-gdk-output-dev.cc
365         * Thumb.cc:
366         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
367         against poppler.
368
369 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
370
371         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
372
373         Clear idle stack before unsetting the document
374
375 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
376
377         * ps/ps-document.c: (ps_document_widget_event),
378         (ps_document_set_target), (ps_document_finalize),
379         (ps_document_get_page):
380
381         Disconnect the widget event signal on finalize.
382         Some code cleanups.
383
384 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
385
386         * ps/ps-document.c: (set_up_page):
387
388         If there is no bpixmap create one, even if size
389         is not changed.
390
391 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
392
393         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
394         (set_up_page), (document_load), (ps_document_set_zoom):
395
396         Default page is 0. Calculate size even when we have no
397         target yet.
398
399 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
400
401         * shell/ev-sidebar.c: expand the selection widget to be always as
402         wide as the sidebar
403
404 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
405
406         * shell/ev-sidebar-thumbnails.c:
407         (ev_sidebar_thumbnails_set_document):
408
409         Clear the list store when setting document
410
411 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
412
413         * shell/ev-page-action.c: (update_entry), (sync_entry),
414         (activate_cb), (entry_size_request_cb), (create_tool_item),
415         (connect_proxy):
416
417         Use an entry for the page control instead of spinbuttons
418
419 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
420
421         * data/evince.schemas.in:
422
423         Correct confusing string
424
425 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
426
427         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
428         for real.  Gosh, how long has this been broken.
429
430         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
431         check for a NULL link.  We crash otherwise.
432
433 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
434
435         * NEWS:
436         * configure.ac:
437
438         Release 0.1.5
439
440 2005-02-25  Sebastien Bacher  <seb128@debian.org>
441
442         * configure.ac: add the french translation.
443
444 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
445
446         * shell/ev-window.c:
447
448         Remove unused header -> fix distcheck
449
450 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
451
452         * shell/ev-window.c: (update_window_title),
453         (ev_window_popup_password_dialog):
454
455         Unescape filename for display
456
457 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
458
459         * pdf/xpdf/pdf-document.cc:
460
461         In get_page_size deal with rotation. Also
462         cleanup the function a bit.
463
464 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
465
466         * pdf/xpdf/pdf-document.cc:
467
468         Fix crash when opening in new window
469
470 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
471
472         * configure.ac:
473
474         Check ghostscript >= 7
475
476 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
477
478         * shell/ev-window.c:
479
480         Make page width the default sizing mode
481
482 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
483             Marco Pesenti Gritti <marco@gnome.org>
484
485         * shell/ev-window.c: Remember the sidebar size
486
487         * data/evince.schemas.in: Add a new gconf key to store the size of
488         the sidebar
489
490 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
491
492         * data/evince-ui.xml:
493         * shell/ev-window.c: (update_action_sensitivity),
494         (ev_window_cmd_view_reload):
495         
496         Add a "Reload" action and menu entry
497
498 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
499
500         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
501         iff the type doesn't support thumbnailing and indexing.
502
503 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
504
505         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
506
507 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
508
509         * pdf/splash/Splash.cc:
510
511         Port fix for a crasher from kde bug
512         http://bugs.kde.org/show_bug.cgi?id=97131
513
514 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
515
516         * pdf/xpdf/pdf-document.cc:
517
518         Return a link even if it's of an unrecognized
519         type. Otherwise we go in an infinte cycle.
520
521 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
522
523         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
524         (size_allocate_cb), (ev_window_set_sizing_mode):
525
526         Update size when switching mode
527
528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
529
530         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
531         (ev_window_cmd_view_page_width), (update_sizing_buttons),
532         (ev_window_cmd_view_normal_size):
533
534         Fix size toggle buttons behavior
535
536 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
537
538         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
539         (doc_rect_to_view_rect), (ev_view_size_allocate),
540         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
541         (scale_changed_callback):
542
543         Do not cache offsets in size_allocate.
544
545 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
546
547         * shell/ev-view.c: (ev_view_size_allocate):
548
549         Calculate offsets before calling the parent
550         class (which does a redraw)
551
552 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
553
554         * pdf/xpdf/pdf-document.cc:
555
556         Fix a crasher on exit. Unused code, put a TODO
557
558 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
559
560         * backend/ev-document.c: (ev_document_class_init),
561         (ev_document_page_changed), (ev_document_scale_changed):
562         * backend/ev-document.h:
563
564         Separate page/scale notifications
565
566         * pdf/xpdf/pdf-document.cc:
567
568         Emit the new signals.
569         Do not display the pdf page in _render, do it
570         when scale/page are requested.
571
572         * ps/ps-document.c: (ps_document_set_zoom),
573         (ps_document_widget_event):
574         * ps/ps-document.h:
575
576         Emit the new signals.
577
578         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
579         (ev_view_init), (page_changed_callback), (scale_changed_callback),
580         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
581         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
582         * shell/ev-view.h:
583         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
584         (ev_window_cmd_view_page_width), (size_allocate_cb),
585         (ev_window_set_sizing_mode):
586
587         Rework sizing to be pixel based.
588         There are bugs but should be already way better.
589
590 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
591
592         * shell/ev-window.c: (ev_window_init):
593
594         Do not allow to shrink sidebar smaller then
595         child requisition
596
597 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
598
599         * shell/ev-sidebar.[ch]
600         * shell/ev-window.c:
601
602         Improved sidebar widget. Fixes #166683
603
604 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
605
606         * shell/ev-view.c (update_find_status_message): Give translators
607         more flexibility with ngettext plural handling.
608
609 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
610
611         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
612         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
613         page when we get the page size.
614
615 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
616
617         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
618
619         ps pages are 0 based, convert 
620
621 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
622
623         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
624
625         Initialize correct parent class. Set GError on document load
626
627 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
628
629         * pdf/xpdf/pdf-document.cc:
630
631         Fixup selection offset calculation
632
633         * shell/ev-view.c: (view_rect_to_doc_rect),
634         (doc_rect_to_view_rect), (ev_view_size_allocate),
635         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
636         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
637
638         Store selection as document relative, so that zooming
639         and offset changing doesnt break it.
640
641 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
642
643         * shell/ev-view.c: (ev_view_best_fit):
644
645         Do not try to best fit if the view is not realized
646
647 2005-02-20  Kostas Papadimas <pkst@gnome.org>
648           
649         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
650
651 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
652
653         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
654
655 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
656
657         * shell/ev-window.c: Change the fullscreen toolbar to always be in
658         the popup window.  That prevents it resizing when in full screen
659         mode.
660
661         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
662         multiple rerenders.  This pretty much sucks.
663
664         * data/evince-ui.xml: Change the fullscreen toolbar to include the
665         rest of the toolbar.
666
667 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
668
669         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
670
671 2005-02-17  Alexander Shopov  <ash@contact.bg>
672
673         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
674
675 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
676
677         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
678
679 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
680
681         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
682         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
683         (set_document_page), (document_changed_callback),
684         (ev_view_set_document), (ev_view_find_previous),
685         (ev_view_hide_cursor), (ev_view_show_cursor):
686         * shell/ev-view.h:
687         * shell/ev-window.c: (update_chrome_visibility),
688         (fullscreen_timeout_cb), (fullscreen_set_timeout),
689         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
690         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
691         (ev_window_unfullscreen):
692         * shell/main.c: (main):
693
694         Automatically hide the fullscreen button.
695         Patch by Kristian Høgsberg <krh@redhat.com>
696
697 2005-02-16  Vincent Noel  <vnoel@cox.net>
698
699         * shell/main.c (main): Specify an icon for the window. Patch by
700         Jaap A. Haitsma. Fixes #166177.
701
702 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
703
704         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
705
706 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
707
708         * backend/ev-document-misc.h:
709         * backend/ev-document-misc.c:
710         (ev_document_misc_get_page_border_size),
711         (ev_document_misc_paint_one_page): New function to canonicalize
712         sizing/painting a border.
713
714         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
715         used.
716
717         * pdf/xpdf/pdf-document.cc: use new function
718
719         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
720         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
721         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
722         shell/ev-window.c: (update_sizing_buttons),
723         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
724         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
725         (ev_window_cmd_view_page_width), (size_allocate_cb),
726         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
727         and "fit width" values act as toggle buttons so they stay
728         toggled.  It's not 100% perfect, and it's a little slow, but it's
729         good enough to commit I think.
730
731 2005-02-15  David Lodge  <dave@cirt.net>
732
733         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
734
735 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
736
737         * shell/ev-window.c (update_window_title): replace newlines in
738         the title by spaces. Bug #166107.
739
740 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
741
742         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
743         parameters providing allocation width and height without
744         scrollbars and width of a possible vertical scrollbar. With this
745         additional information the functions can work as
746         intended. Unfortunately they're not idempotent. We should
747         transform these commands to toggles. Fixes Bug #164976
748         Initial patch by Stephane Loeuillet, then heavily modified.
749
750         * shell/ev-view.h: update prototypes.
751
752         * shell/ev-window.c (ev_window_cmd_view_best_fit)
753         (ev_window_cmd_view_page_width): provide EvView fit functions with
754         all the information they need. Formulas to calculate this
755         information taken from GtkScrolledWindow.
756
757 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
758
759         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
760         created a thumbnail, the list store is updated to know
761         that the thumbnail is set. Fixes bug #166792
762
763 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
764
765         * shell/ev-window.c: fixed typo, closes bug 166897
766
767         * TODO: updated TODO with bug numbers that are relevant
768
769 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
770
771         * shell/ev-window.c: Support for DnD of files. Fixes #164813
772
773 2005-02-09  Vincent Noel  <vnoel@cox.net>
774
775         * shell/ev-window.c: (set_action_properties): Set the "Previous"
776         and "Next" toolbar buttons as important to make them stand out.
777
778 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
779
780         * lib/ev-debug.c:
781         * lib/ev-debug.h:
782         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
783         (start_interpreter), (stop_interpreter), (document_load),
784         (ps_document_next_page), (ps_document_goto_page),
785         (ps_document_set_page_size), (ps_document_widget_event),
786         (ps_document_render):
787         * shell/ev-page-view.c: (ev_page_view_dispose):
788         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
789
790         Fix compilation on non-gcc platforms
791
792 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
793
794         * NEWS:
795         * configure.ac:
796
797         Release 0.1.4
798
799         * pdf/xpdf/Catalog.cc:
800         * pdf/xpdf/XRef.cc:
801
802         Fix the fix for CAN-2004-0888
803
804 2005-02-09  Luca Ferretti <elle.uca@libero.it>
805
806         * data/Makefile.am:
807         * data/evince-ui.xml:
808         * shell/ev-stock-icons.c: (ev_stock_icons_init):
809         * shell/ev-stock-icons.h:
810         * shell/ev-window.c: (update_action_sensitivity),
811         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
812         (set_action_properties):
813
814         Improve toolbar layout/icons
815
816 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
817
818         * pdf/xpdf/pdf-document.cc:
819
820         Add warnings about unimplemented/unknown link
821         types.
822
823 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
824
825         * ps/ps-document.c: (set_up_page):
826
827         Log gs property
828
829 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
830
831         * ps/ps-document.c: (start_interpreter):
832
833         Log gs env var
834
835 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
836
837         * shell/ev-page-view.c: (ev_page_view_dispose):
838         * shell/ev-view.c: (ev_view_finalize):
839         * shell/ev-window.c: (ev_window_setup_document),
840         (ev_window_dispose), (ev_window_init):
841
842         Solve more refs issues.
843
844         I commented out the page_view initialization for now:
845         it was never destroyed (because it's never added
846         to a container). Because of that we was leaking
847         gs processes. Couldnt think to a clean fix.
848         We need to figure this out, password view has the
849         same issue probably.
850
851 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
852
853         * ps/ps-document.c: (ps_document_finalize),
854         (ps_document_get_n_pages), (ps_document_get_page):
855
856         Some cleanups, stop the interpreter on finalize
857
858         * shell/ev-page-view.c: (ev_page_view_dispose),
859         (ev_page_view_class_init):
860
861         Release our reference on the document
862
863 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
864
865         * Makefile.am:
866         * configure.ac:
867         * doc/debugging.txt:
868         * lib/.cvsignore:
869         * lib/Makefile.am:
870         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
871         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
872         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
873         * lib/ev-debug.h:
874
875         Add debugging helpers
876
877         * ps/Makefile.am:
878         * ps/ps-document.c: (set_up_page), (start_interpreter),
879         (stop_interpreter), (document_load), (ps_document_next_page),
880         (ps_document_goto_page), (ps_document_set_page_size),
881         (ps_document_widget_event), (ps_document_render):
882         * shell/Makefile.am:
883         * shell/ev-view.c: (expose_bin_window):
884         * shell/main.c: (main):
885
886         Add some logs
887         
888 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
889
890         * ps/ps-document.c: (ps_document_widget_event):
891
892         Initialize message_window, this should make ps
893         rendering really work! (Never noticed because I was
894         testing with a ps that is causing gs to exit every time!)
895
896 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
897
898         * data/evince.schemas.in: updated simple error in applyto closing tag
899
900 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
901
902         * Makefile.am:
903         * configure.ac:
904         * data/.cvsignore:
905         * data/Makefile.am:
906         * data/evince-ui.xml:
907         A data/evince.schemas.in:
908         * po/POTFILES.in:
909         * shell/ev-stock-icons.c: (ev_stock_icons_init):
910         * shell/ev-stock-icons.h:
911         * shell/ev-window.c: (update_chrome_visibility),
912         (update_chrome_flag), (ev_window_cmd_edit_find),
913         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
914         (ev_window_unfullscreen), (ev_window_focus_in_event),
915         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
916         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
917         (ev_window_view_sidebar_cb), (find_bar_close_cb),
918         (ev_window_dispose), (ev_window_class_init),
919         (set_action_properties), (set_chrome_actions), (load_chrome),
920         (ev_window_init):
921
922         Implement fullscreen mode changes from bug #164776.
923         Also implement persistent chrome toggles.
924
925 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
926
927         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
928
929 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
930
931         * NEWS:
932         * configure.ac:
933         * shell/ev-view.c:
934
935         Add another check for find interface
936
937         Release 0.1.3
938
939 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
940
941         * shell/ev-application.c: (ev_application_open):
942         * shell/ev-window.c: (ev_window_open):
943
944         Open gzipped ps documents
945
946 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
947
948         * TODO:
949         * shell/ev-view.c: (set_document_page):
950
951         Clamp page number, dont try to move to
952         not existant pages.
953
954 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
955
956         * backend/ev-document-find.c: (ev_document_find_changed):
957         * backend/ev-document-find.h:
958         * pdf/xpdf/pdf-document.cc:
959         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
960         * shell/ev-window.c: (find_bar_search_changed_cb):
961
962         Fix several bugs with find
963
964 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
965
966         * shell/ev-sidebar-thumbnails.c
967         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
968         document. Prevents warning from scroll_to_cell.
969
970 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
971
972         * configure.ac: Add «nb» to ALL_LINGUAS too.
973
974 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
975
976         * NOTES: New file with some random thoughts.
977
978         * TODO: Update.
979
980         * backend/ev-document-misc.c:
981         (ev_document_misc_get_page_border_size): New function to
982         canonicalize shadow drawing sizes.  Possibly goofy.
983
984         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
985         (ev_view_best_fit), (ev_view_fit_width):
986         * pdf/xpdf/pdf-document.cc:
987         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
988         * ps/ps-document.c: (ps_document_get_page_size):
989         * backend/ev-document-misc.h:
990         * backend/ev-document.c: (ev_document_get_page_size):
991         * backend/ev-document.h: get_page_size now takes a page number
992         parameter.  Made all the backends/frontends honor it.
993
994         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
995         see.  Doesn't work yet.
996
997         * shell/Makefile.am:
998         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
999         Doesn't do anything yet.
1000
1001         * shell/ev-sidebar-thumbnails.c:
1002         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
1003         [0..n_pages-1]
1004
1005         * shell/ev-window.c: (update_action_sensitivity),
1006         (ev_window_setup_document), (ev_window_set_page_mode),
1007         (ev_window_page_mode_cb), (ev_window_init): Clean up the
1008         view-swapping code a bit so we can have multiple views on a
1009         document.  Add the multi-page view, though it can't be turned on
1010         yet.
1011
1012 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1013
1014         * shell/ev-application.c: (ev_application_open):
1015         * shell/ev-view.c: (expose_bin_window):
1016         * shell/ev-window.c: (ev_window_open):
1017
1018         Support eps and check document supports find
1019         before drawing highlightings in expose.
1020
1021 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
1022
1023         * pixbuf/pixbuf-document.c:
1024         (pixbuf_document_thumbnails_get_dimensions),
1025         (pixbuf_document_document_thumbnails_iface_init):
1026
1027         implement get_dimensions
1028
1029 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1030
1031         * NEWS:
1032         * configure.ac:
1033
1034         Release 0.1.2
1035
1036 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1037
1038         * shell/ev-view.c: (set_document_page):
1039
1040         Scroll at the top of the page when changing page
1041
1042 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1043
1044         * shell/ev-view.c: (ev_view_motion_notify_event):
1045
1046         Do not redraw unnecessarily
1047
1048 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1049
1050         * pdf/xpdf/pdf-document.cc:
1051         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1052         (expose_bin_window), (find_changed_cb):
1053
1054         Yay! find works now... Now to find bugs...
1055
1056 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1057
1058         * backend/ev-document-find.c: (ev_document_find_base_init),
1059         (ev_document_find_changed):
1060         * backend/ev-document-find.h:
1061         * pdf/xpdf/pdf-document.cc:
1062         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1063         (expose_bin_window), (ev_view_init), (set_document_page),
1064         (ensure_rectangle_is_visible), (jump_to_find_result),
1065         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
1066         (ev_view_find_next), (ev_view_find_previous):
1067         * shell/ev-view.h:
1068         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
1069
1070         More work on find implementation, mostly there now
1071
1072 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
1073
1074         * backend/ev-backend-marshalers.list:
1075         * backend/ev-document-find.c: (ev_document_find_base_init),
1076         (ev_document_find_cancel), (ev_document_find_page_has_results),
1077         (ev_document_find_get_n_results), (ev_document_find_get_result),
1078         (ev_document_find_get_progress), (ev_document_find_changed):
1079         * backend/ev-document-find.h:
1080
1081         Enanche the find interface to be really able to do
1082         multi page find.
1083
1084         * pdf/xpdf/pdf-document.cc:
1085
1086         Implement
1087
1088         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
1089         (expose_bin_window), (ev_view_init),
1090         (ev_view_get_find_status_message), (find_changed_cb),
1091         (ev_view_set_document), (set_document_page):
1092
1093         Adapt to the new interface. A few things are regressed sorry,
1094         I will finish it soon.
1095
1096 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
1097
1098         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
1099         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
1100         ev_sidebar_thumbnails_parent_class variable, don't define another
1101         parent_class variable.
1102
1103         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
1104         (ev_page_action_class_init): ditto.
1105
1106         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
1107         (pixbuf_document_class_init): ditto.
1108
1109         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
1110         ditto.
1111
1112         * .cvsignore: ignore various valgrind output files.
1113
1114 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
1115
1116         * data/evince-ui.xml:
1117         * shell/Makefile.am:
1118         * shell/ev-history.c:
1119         * shell/ev-history.h:
1120         * shell/ev-navigation-action.c:
1121         * shell/ev-navigation-action.h:
1122         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
1123         (ev_view_set_page), (ev_view_fit_width):
1124         * shell/ev-view.h:
1125         * shell/ev-window.c: (update_action_sensitivity),
1126         (ev_window_setup_document), (register_custom_actions):
1127
1128         Kill session history
1129
1130 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
1131
1132         * shell/ev-window.c: (update_action_sensitivity):
1133
1134         Fix inverted up/down buttons
1135
1136 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
1137
1138         * shell/ev-sidebar-thumbnails.c
1139         (ev_sidebar_thumbnails_select_page): make sure the selected
1140         thumbnail stays visible.
1141
1142 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
1143
1144         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
1145         scrolled window for Federico.
1146
1147 2005-01-26  Ole Laursen  <olau@hardworking.dk>
1148
1149         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
1150
1151 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
1152
1153         * configure.ac:
1154         * pdf/splash/SplashFTFontEngine.cc:
1155
1156         Fix CID fonts with freetype 2.1.9
1157
1158 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
1159
1160         * TODO: added item for desktop icon thumbnailer
1161
1162 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
1163
1164         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
1165         unloaded docs when the title is accessed.
1166
1167         * shell/ev-password-view.[hc]: New widget for displaying password
1168         state.
1169
1170         * shell/ev-window.[ch]: Refactor password handling code to handle
1171         the new view.
1172
1173 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
1174
1175         * NEWS:
1176         * configure.ac:
1177         * data/Makefile.am:
1178
1179         Release 0.1.1
1180
1181 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1182
1183         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
1184         ignore page offset here, to make search results independent of it,
1185
1186         * shell/ev-view.c (expose_bin_window): but take offsets into
1187         account here. Bug #164932
1188
1189         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
1190         scale at the right time. Bug #164996
1191
1192 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
1193
1194         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
1195         fix the problem. Now I just removed the Adobe font names and hope
1196         that the URW fonts are always in outline format. Bug #164934
1197
1198         * shell/ev-window.c (update_window_title): empty titles are
1199         useless, use filename in that case too.
1200
1201         * NEWS: Add some content.
1202
1203 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
1204
1205         * TODO: added one more TODO item and a TODONE section :)
1206
1207 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
1208
1209         * ps/ps-document.h: add page_[xy]_offset fields.
1210
1211         * ps/ps-document.c (ps_document_set_page_offset)
1212         (ps_document_render): Keep offset in consideration in a few
1213         places. Bug #164752 "postscript documents are not centered in
1214         window"
1215
1216         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
1217         s/gpdf/evince/. Spotted by Stephane Loeuillet.
1218
1219         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
1220         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
1221         stub out missing methods for complete EvDocument implementation.
1222         Fixes segfaults with Save A Copy and Copy actions.
1223
1224         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
1225         (ps_document_document_iface_init): ditto.
1226         
1227 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1228
1229         * data/.cvsignore:
1230         * data/Makefile.am:
1231         * data/evince.desktop.in:
1232
1233         Add desktop file
1234
1235 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1236
1237         * shell/ev-view.c: (ev_view_button_press_event),
1238         (ev_view_motion_notify_event):
1239
1240         Make selection work in any direction
1241
1242 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1243
1244         * TODO:
1245         * shell/ev-window.c: (set_short_labels), (ev_window_init):
1246
1247         Use shorter labels for some of the toolbars items
1248
1249 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1250
1251         * pdf/xpdf/pdf-document.cc:
1252
1253         Check the links info is initialized before
1254         using it. Should fix a crash on startup.
1255
1256 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
1257
1258         * pixbuf/pixbuf-document.c
1259         (pixbuf_document_thumbnails_get_dimensions): force floating point
1260         division to calculate page_ratio. Fixes crash with landscape
1261         format pixbufs.
1262
1263 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
1264
1265         * shell/ev-view.c (ev_view_realize): make the bg color darker.
1266
1267 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
1268
1269         * shell/ev-view.c (set_document_page): unset has_selection when
1270         the page changes.
1271         (set_document_page): handle paper size changes when the page
1272         changes (test with Free Culture, page 2).
1273
1274 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1275
1276         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
1277         (expose_bin_window), (ev_view_class_init), (ev_view_init):
1278
1279         Use normal style color for the widget background and
1280         draw a black box around the page.
1281
1282 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1283
1284         * pdf/xpdf/pdf-document.cc:
1285
1286         Keep offset in consideration in a few places
1287
1288         * shell/ev-view.c: (expose_bin_window):
1289
1290         Set the offsets so that the document is ever centered
1291
1292 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
1293
1294         * TODO: Added TODO items and finished off the first todo item
1295
1296         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
1297         reflect current authors
1298
1299 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1300
1301         * pdf/xpdf/pdf-document.cc:
1302         * shell/ev-view.c: (ev_view_set_cursor),
1303         (ev_view_motion_notify_event), (document_changed_callback),
1304         (set_document_page):
1305
1306         Show a wait cursor while the page is rendering
1307
1308 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1309
1310         * shell/ev-sidebar-thumbnails.c:
1311         (ev_sidebar_tree_selection_changed),
1312         (ev_sidebar_thumbnails_select_page):
1313         * shell/ev-sidebar-thumbnails.h:
1314         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
1315         (ev_view_can_go_forward):
1316         * shell/ev-window.c: (ev_window_open_page),
1317         (ev_window_setup_document), (update_current_page),
1318         (view_page_changed_cb), (ev_window_init):
1319         * shell/ev-window.h:
1320
1321         Ensure thumbnails selection, toolbar page control and
1322         current page are in sync.
1323
1324 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
1325
1326         * pdf/xpdf/XRef.cc:
1327
1328         Fix CAN-2005-0064
1329
1330 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
1331
1332         * backend/Makefile.am:
1333         * backend/ev-document-links.h:
1334         * backend/ev-document-security.c: (ev_document_security_get_type),
1335         (ev_document_security_has_document_security),
1336         (ev_document_security_set_password):
1337         * backend/ev-document-security.h:
1338         * backend/ev-document.c: (ev_document_error_quark):
1339         * backend/ev-document.h:
1340         * data/Makefile.am:
1341         * data/evince-password.glade:
1342         * pdf/xpdf/pdf-document.cc:
1343         * shell/Makefile.am:
1344         * shell/ev-password.c: (ev_password_set_bad_password_label),
1345         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
1346         (ev_password_dialog_get_password),
1347         (ev_password_dialog_set_bad_pass):
1348         * shell/ev-password.h:
1349         * shell/ev-window.c: (ev_window_get_attribute),
1350         (ev_window_set_property), (update_action_sensitivity),
1351         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
1352         (ev_window_setup_document), (ev_window_get_password),
1353         (ev_window_open), (ev_window_cmd_save_as),
1354         (using_postscript_printer), (ev_window_print),
1355         (find_not_supported_dialog), (ev_window_cmd_edit_find),
1356         (update_fullscreen_popup), (ev_window_fullscreen),
1357         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
1358         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
1359         (menu_item_select_cb), (find_bar_search_changed_cb),
1360         (ev_window_dispose), (ev_window_init):
1361
1362         Add initial support for password-supported dialogs.  This could be
1363         a lot cooler, but it'll do for now.
1364
1365 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
1366
1367         * pdf/xpdf/pdf-document.cc:
1368         * shell/ev-view.c: (status_message_from_link),
1369         (ev_view_set_status), (ev_view_set_cursor),
1370         (ev_view_motion_notify_event), (ev_view_init):
1371         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
1372
1373         Fix bugs in the links implementation and change cursor
1374         when hovering a link.
1375
1376 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
1377
1378         * viewer/.cvsignore: added cvsignore file for viewer directory
1379
1380         * TODO: created TODO document
1381
1382 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
1383
1384         * shell/ev-view.h:
1385         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
1386         new functions to help with implementation of sensitivity code
1387         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1388         of all actions that might require it.  Fixes a crash when you
1389         click on the Zoom actions in a window lacking a document.
1390
1391 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
1392
1393         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1394         of the Find action
1395
1396 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
1397
1398         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
1399         (pixbuf_document_document_iface_init):
1400         * ps/ps-document.c: (ps_document_get_link),
1401         (ps_document_document_iface_init):
1402         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
1403         (status_message_from_link), (ev_view_set_status),
1404         (ev_view_set_find_status), (ev_view_motion_notify_event),
1405         (ev_view_button_release_event), (ev_view_set_property),
1406         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
1407         (ev_view_get_find_status_message), (update_find_results),
1408         (ev_view_get_status), (ev_view_get_find_status):
1409         * shell/ev-view.h:
1410         * shell/ev-window.c: (view_status_changed_cb),
1411         (view_find_status_changed_cb), (ev_window_init):
1412
1413         View status message support, use it to show the links.
1414         Needs work...
1415
1416 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
1417
1418         * backend/ev-document.c: (ev_document_get_link):
1419         * backend/ev-document.h:
1420         * pdf/xpdf/pdf-document.cc:
1421         * shell/ev-application.c: (ev_application_open):
1422         * shell/ev-application.h:
1423         * shell/ev-sidebar-links.c: (selection_changed_cb):
1424         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
1425         (ev_view_go_to_link):
1426
1427         Add support for document links
1428
1429 2005-01-13  Anders Carlsson  <andersca@gnome.org>
1430
1431         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
1432         (create_tool_item):
1433         Set the spin button limits correctly.
1434         
1435         * shell/ev-sidebar-thumbnails.c:
1436         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
1437         Support changing pages by clicking on the thumbnails.
1438         
1439 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
1440
1441         * pixbuf/pixbuf-document.c:
1442         (pixbuf_document_thumbnails_get_dimensions),
1443         (pixbuf_document_document_thumbnails_iface_init):
1444
1445         implement get_dimensions
1446
1447 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
1448
1449         * ps/ps-document.c: (ps_document_goto_page):
1450
1451         Fix page switching on multipage documents
1452
1453 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
1454
1455         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
1456         
1457         check for NULL before assigning to width and height parameters
1458
1459 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
1460
1461         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
1462         (pixbuf_document_set_property), (pixbuf_document_get_property):
1463
1464         implement get/set properties
1465
1466 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
1467
1468         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
1469         
1470         return NULL instead of "Unknown", letting the title get set to
1471         the filename when the pdf has no title.
1472
1473 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
1474
1475         * ps/ps-document.c: (ps_document_get_page_count),
1476         (ps_document_goto_page):
1477
1478 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
1479
1480         * shell/ev-history.c: (ev_history_get_property),
1481         (ev_history_set_property), (ev_history_class_init),
1482         (ev_history_add_page), (ev_history_set_current_index):
1483         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
1484         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
1485         (ev_navigation_action_finalize):
1486         * shell/ev-navigation-action.h:
1487         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
1488         (ev_view_go_forward), (ev_view_get_find_status_message),
1489         (history_index_changed_cb), (ev_view_set_history):
1490         * shell/ev-view.h:
1491         * shell/ev-window.c: (update_total_pages), (ev_window_open),
1492         (update_current_page), (register_custom_actions):
1493
1494         Implement history dropdowns
1495
1496 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
1497
1498         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
1499         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
1500         (ev_view_go_forward):
1501         * shell/ev-window.c: (register_custom_actions):
1502
1503         Fix several history bugs
1504
1505 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
1506
1507         * configure.ac: Add «nb» to ALL_LINGUAS.
1508
1509 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
1510
1511         * backend/Makefile.am:
1512         * backend/ev-bookmark.c:
1513         * backend/ev-bookmark.h:
1514         * backend/ev-document-bookmarks.c:
1515         * backend/ev-document-bookmarks.h:
1516         * backend/ev-document-links.c: (ev_document_links_get_type),
1517         (ev_document_links_has_document_links),
1518         (ev_document_links_begin_read), (ev_document_links_get_link),
1519         (ev_document_links_get_child), (ev_document_links_next),
1520         (ev_document_links_free_iter):
1521         * backend/ev-document-links.h:
1522         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
1523         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
1524         (ev_link_get_link_type), (ev_link_set_link_type),
1525         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
1526         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
1527         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
1528         (ev_link_new_external):
1529         * backend/ev-link.h:
1530         * pdf/xpdf/pdf-document.cc:
1531         * shell/Makefile.am:
1532         * shell/ev-application.c: (ev_application_open_link):
1533         * shell/ev-application.h:
1534         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
1535         (ev_history_get_link_nth):
1536         * shell/ev-history.h:
1537         * shell/ev-sidebar-bookmarks.c:
1538         * shell/ev-sidebar-bookmarks.h:
1539         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
1540         (ev_sidebar_links_class_init), (selection_changed_cb),
1541         (ev_sidebar_links_construct), (ev_sidebar_links_init),
1542         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
1543         (do_one_iteration), (populate_links_idle),
1544         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
1545         * shell/ev-sidebar-links.h:
1546         * shell/ev-sidebar.c: (ev_sidebar_set_document):
1547         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
1548         (go_to_index):
1549         * shell/ev-view.h:
1550         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
1551         * shell/ev-window.h:
1552
1553         Rename bookmark to link, and use "Index" for the sidebar panel.
1554
1555 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
1556
1557         * shell/Makefile.am:
1558         * shell/ev-application.c: (ev_application_open_bookmark):
1559         * shell/ev-application.h:
1560         * shell/ev-history.c: (ev_history_init), (free_links_list),
1561         (ev_history_finalize), (ev_history_class_init),
1562         (ev_history_add_link), (ev_history_add_page),
1563         (ev_history_get_link_nth), (ev_history_get_n_links),
1564         (ev_history_get_current_index), (ev_history_set_current_index),
1565         (ev_history_new):
1566         * shell/ev-history.h:
1567         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
1568         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
1569         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
1570         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
1571         (ev_view_set_page):
1572         * shell/ev-view.h:
1573         * shell/ev-window.c: (ev_window_open_bookmark),
1574         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
1575         (goto_page_cb), (register_custom_actions):
1576         * shell/ev-window.h:
1577
1578         Initial history implementation. Needs work.
1579
1580 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
1581
1582         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
1583
1584 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
1585
1586         * cut-n-paste/recent-files/egg-recent-item.c:
1587         * cut-n-paste/recent-files/egg-recent-item.h:
1588         * cut-n-paste/recent-files/egg-recent-model.c:
1589         * cut-n-paste/recent-files/egg-recent-util.c:
1590         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1591         * cut-n-paste/recent-files/egg-recent-view.c:
1592
1593         Update
1594
1595 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
1596
1597         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
1598         (fillGlyph, fillImageMask, drawImage):
1599         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
1600         pdf/splash/SplashTypes.h:
1601         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
1602         packed mode for Splash.
1603
1604         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
1605         RGB8 packed mode, eliminates the pixbuf data creation loop.
1606
1607         * shell/ev-print-job.c (ev_print_job_finalize)
1608         (ev_print_job_set_property, ev_print_job_get_property)
1609         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
1610         (ev_print_job_use_print_dialog_settings, idle_print_handler)
1611         (print_closure_finalize, ev_print_job_print): implement
1612         printing (for backends with EvPsExporter)
1613
1614         * shell/ev_print_job.h: update prototypes.
1615
1616         * shell/ev-window.c (ev_window_print): unref print job after
1617         printing.
1618
1619         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
1620         unless the document implements the EvDocumentFind interface.
1621
1622 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
1623
1624         * configure.ac: Added ja to ALL_LINGUAS.
1625
1626 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
1627
1628         * pdf/xpdf/pdf-document.cc:
1629
1630         add a FIXME. We should probably not allocate
1631         a bookmark object every time
1632
1633 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
1634
1635         * shell/ev-application.c: (ev_application_open),
1636         (ev_application_open_bookmark):
1637         * shell/ev-application.h:
1638         
1639         Add a way to open bookmarks
1640
1641         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
1642         (ev_bookmark_set_uri), (ev_bookmark_get_property),
1643         (ev_bookmark_set_property), (ev_bookmark_class_init),
1644         (ev_bookmark_new_title), (ev_bookmark_new_link),
1645         (ev_bookmark_new_external):
1646
1647         Support for external uris, better constructors.
1648
1649         * backend/ev-bookmark.h:
1650         * pdf/xpdf/pdf-document.cc:
1651         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
1652
1653         Handle external uris
1654
1655 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
1656
1657         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
1658         (ev_sidebar_bookmarks_construct), (do_one_iteration):
1659
1660         Hook up bookmarks navigation
1661
1662 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
1663
1664         * backend/Makefile.am:
1665         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
1666         (ev_bookmark_get_title), (ev_bookmark_set_title),
1667         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
1668         (ev_bookmark_get_page), (ev_bookmark_set_page),
1669         (ev_bookmark_get_property), (ev_bookmark_set_property),
1670         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
1671         (ev_bookmark_new):
1672         * backend/ev-bookmark.h:
1673         * backend/ev-document-bookmarks.c:
1674         (ev_document_bookmarks_get_bookmark):
1675         * backend/ev-document-bookmarks.h:
1676         * pdf/xpdf/pdf-document.cc:
1677         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
1678
1679         Add a bookmark object to the backend and use it instead of get_values
1680
1681 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
1682
1683         * data/evince-ui.xml:
1684
1685         Cleanup and add select all.
1686
1687         * shell/ev-view.c: (ev_view_select_all),
1688         (ev_view_button_press_event):
1689         * shell/ev-view.h:
1690         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
1691
1692         Add select all.
1693         Clear selection on click.
1694
1695 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
1696
1697         * shell/ev-sidebar-thumbnails.c
1698         (ev_sidebar_thumbnails_set_document): forgot to unref the
1699         loading_icon.
1700
1701 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
1702
1703         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
1704         at the visible page, not just linearly.  This makes it look fast.
1705
1706 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
1707
1708         * backend/ev-document-misc.c
1709         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
1710         white.
1711         * backend/ev-document-thumbnails.h: New interface to get the size
1712         of a page.
1713
1714 2005-01-06  Jeremy Katz  <katzj@redhat.com>
1715
1716         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
1717         make dist works
1718
1719 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
1720
1721         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
1722         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
1723         things up a bit.
1724
1725         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
1726
1727 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
1728
1729         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
1730         fonts. Should fix font problems on systems that have the base
1731         fonts in bitmap format. Reported by James Henstridge
1732         <james@jamesh.id.au>.
1733
1734 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1735
1736         * pdf/xpdf/Gfx.cc:
1737         * pdf/xpdf/GfxState.cc:
1738
1739         Fix for CAN-2004-1125
1740
1741 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1742
1743         * shell/ev-view.c: (ev_view_copy):
1744         * shell/ev-view.h:
1745         * shell/ev-window.c: (ev_window_cmd_edit_copy):
1746
1747         Implement Edit->Copy
1748
1749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1750
1751         * backend/ev-document.c: (ev_document_get_text):
1752         * backend/ev-document.h:
1753         * pdf/xpdf/pdf-document.cc:
1754         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
1755         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1756         (ev_view_update_primary_selection), (ev_view_button_press_event),
1757         (ev_view_motion_notify_event), (ev_view_button_release_event):
1758
1759         Beginnings of clipboard support. Incomplete but primary sort
1760         of work.
1761
1762 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1763
1764         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
1765         (expose_bin_window):
1766
1767         Nicer rubberband drawing, from GtkIconView.
1768
1769 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1770
1771         * backend/ev-document.c: (ev_document_save):
1772         * backend/ev-document.h:
1773         * data/evince-ui.xml:
1774         * pdf/xpdf/pdf-document.cc:
1775         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
1776
1777         Implement "Save a copy..." menu item
1778
1779 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
1780
1781         * shell/ev-view.c: (ev_view_zoom):
1782
1783         Queue a resize when zoom changes
1784
1785 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
1786
1787         * backend/ev-document-misc.[ch]: New misc file to do simple drop
1788         shadows.
1789
1790         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
1791         thumbnails..
1792
1793 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
1794
1795         * pdf/xpdf/pdf-document.cc
1796         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
1797
1798 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
1799
1800         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
1801         It's slow, but I'll speed it up next!
1802
1803 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
1804
1805         * shell/main.c (load_files):
1806
1807         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
1808         from the command line and because it seems more appropriate.
1809
1810 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
1811
1812         * data/evince-ui.xml:
1813         * shell/ev-window.c: (update_action_sensitivity),
1814         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
1815
1816         s/next page/page down
1817         s/previous page/page up
1818
1819 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
1820
1821         * data/evince-ui.xml:
1822
1823         Change the layout to match clarkbw design.
1824
1825         * shell/Makefile.am:
1826         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
1827         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
1828         (ev_navigation_action_finalize),
1829         (ev_navigation_action_set_property),
1830         (ev_navigation_action_get_property),
1831         (ev_navigation_action_class_init):
1832         * shell/ev-navigation-action.h:
1833
1834         Implement clarkbw toolbar navigation controls (incomplete)
1835
1836         * shell/ev-page-action.c: (update_label), (update_spin),
1837         (value_changed_cb), (create_tool_item), (connect_proxy),
1838         (ev_page_action_init), (ev_page_action_finalize),
1839         (ev_page_action_set_property), (ev_page_action_get_property),
1840         (ev_page_action_set_current_page),
1841         (ev_page_action_set_total_pages), (ev_page_action_class_init):
1842         * shell/ev-page-action.h:
1843
1844         Implement a page switcher in the toolbar
1845
1846         * shell/ev-view.c: (ev_view_scroll_view):
1847         * shell/ev-window.c: (update_total_pages), (ev_window_open),
1848         (update_current_page), (view_page_changed_cb), (goto_page_cb),
1849         (register_custom_actions), (ev_window_init):
1850
1851         Change page on PageUp/Down.
1852
1853 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
1854
1855         * pdf/xpdf/pdf-document.cc
1856         (pdf_document_thumbnails_get_thumbnail): initial stab at
1857         implementing thumbnail support for pdfs.  It only does documents
1858         with precached pdfs now.
1859
1860 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
1861
1862         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
1863         thumbnail code into a time-based idle as well.  Also, turn off the
1864         shadow temporarily as it's really slow.
1865
1866 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
1867
1868         * backend/ev-document.c: (ev_document_class_init):
1869         * pdf/xpdf/pdf-document.cc:
1870         * shell/ev-window.c: (ev_window_open):
1871
1872         Fix document title bugs and fallback to
1873         filename when not available.
1874
1875 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
1876
1877         * backend/ev-document.c: (ev_document_get_type),
1878         (ev_document_class_init), (ev_document_load),
1879         (ev_document_get_title):
1880         * backend/ev-document.h:
1881         * pdf/xpdf/pdf-document.cc:
1882         * ps/ps-document.c: (ps_document_set_property),
1883         (ps_document_get_property), (ps_document_class_init),
1884         (document_load):
1885         * ps/ps-document.h:
1886         * ps/ps.h:
1887         * shell/ev-window.c: (update_window_title), (ev_window_open),
1888         (ev_window_init):
1889
1890         Initial support for document title. Not working yet.
1891
1892 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
1893
1894         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
1895
1896         Grab focus on the view when clicking it
1897
1898 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
1899
1900         * shell/ev-marshal.list:
1901         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
1902         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
1903
1904         Add key bindings to the view. Now if the focus would work
1905         right...
1906
1907 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
1908
1909         * Makefile.am:
1910         * backend/Makefile.am:
1911         * data/Makefile.am:
1912         * dvi/Makefile.am:
1913         * dvi/dvilib/Makefile.am:
1914         * pdf/xpdf/Makefile.am:
1915         * po/POTFILES.in:
1916         * ps/Makefile.am:
1917
1918         Fix distcheck
1919
1920 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1921
1922         * shell/ev-view.c: (ev_view_realize):
1923
1924         Fix mouse wheel scrolling
1925
1926 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1927
1928         * ps/Makefile.am:
1929         * ps/gstypes.h:
1930         * ps/gtkgs.c:
1931         * ps/gtkgs.h:
1932         * ps/ps-document.c: (catchPipe), (ps_document_init),
1933         (ps_document_class_init), (ps_document_cleanup),
1934         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
1935         (set_up_page), (close_pipe), (is_interpreter_ready),
1936         (interpreter_failed), (output), (input), (start_interpreter),
1937         (stop_interpreter), (file_length), (file_readable),
1938         (check_filecompressed), (check_pdf), (compute_xdpi),
1939         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
1940         (ps_document_get_type), (ps_document_emit_error_msg),
1941         (document_load), (ps_document_next_page),
1942         (ps_document_get_current_page), (ps_document_get_page_count),
1943         (ps_document_goto_page), (ps_document_set_page_size),
1944         (ps_document_zoom_to_fit), (ps_document_set_zoom),
1945         (ps_document_load), (ps_document_get_n_pages),
1946         (ps_document_set_page), (ps_document_get_page),
1947         (ps_document_widget_event), (ps_document_set_target),
1948         (ps_document_set_scale), (ps_document_set_page_offset),
1949         (ps_document_get_page_size), (ps_document_render),
1950         (ps_document_document_iface_init):
1951         * ps/ps-document.h:
1952         * ps/ps.c:
1953         * shell/ev-window.c: (ev_window_open):
1954
1955         Rename GtkGS to PSDocument
1956
1957 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1958
1959         * ps/gtkgs.c: (gtk_gs_class_init):
1960         * ps/gtkgs.h:
1961
1962         Some more leftover...
1963
1964 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1965
1966         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
1967         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
1968         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
1969         * ps/gtkgs.h:
1970
1971         Remove unused code and make a lot of stuff private
1972
1973 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1974
1975         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
1976         (gtk_gs_defaults_changed):
1977         * ps/gsdefaults.h:
1978         * ps/gtkgs.c:
1979         * ps/gtkgs.h:
1980         * ps/ps.h:
1981
1982         Cleanup headers dependencies
1983
1984 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1985
1986         * ps/Makefile.am:
1987         * ps/ggvutils.c:
1988         * ps/ggvutils.h:
1989         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1990         * ps/gsdefaults.h:
1991         * ps/gtkgs.c: (file_length), (file_readable),
1992         (check_filecompressed), (check_pdf), (gtk_gs_load),
1993         (gtk_gs_get_postscript):
1994
1995         Get rid of ggvutils
1996
1997 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
1998
1999         * ps/ggvutils.c:
2000         * ps/ggvutils.h:
2001         * ps/gsio.h:
2002         * ps/gtkgs.c: (gtk_gs_set_zoom):
2003
2004         Cleanups
2005
2006 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2007
2008         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
2009
2010         Ensure the page is rerendered when changing zoom
2011
2012 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2013
2014         * backend/ev-document.c: (ev_document_base_init),
2015         (ev_document_changed):
2016         * backend/ev-document.h:
2017
2018         Add a changed event that is emitted when the page content
2019         changes. This is necessary to deal with the fact that
2020         in ps backend rendering happen asycrounously.
2021         This makes the ps backend mostly work.
2022
2023         * pdf/xpdf/pdf-document.cc:
2024
2025         Emit changed event
2026
2027         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
2028         (ps_document_set_target):
2029
2030         Emit changed event
2031
2032         * shell/ev-view.c: (document_changed_callback),
2033         (ev_view_set_document), (ev_view_set_page):
2034
2035         Redraw on the changed signal
2036
2037 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
2038
2039         * configure.ac: Added pt_BR to ALL_LINGUAS.
2040
2041 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
2042
2043         * backend/ev-document-bookmarks.c:
2044         (ev_document_bookmarks_get_child): *
2045         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
2046         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
2047         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
2048         (ev_sidebar_bookmarks_destroy),
2049         (ev_sidebar_bookmarks_class_init),
2050         (ev_sidebar_bookmarks_construct), (stack_data_free),
2051         (do_one_iteration), (populate_bookmarks_idle),
2052         (ev_sidebar_bookmarks_clear_document),
2053         (ev_sidebar_bookmarks_set_document): *
2054         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
2055         (ev_sidebar_add_page),
2056         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
2057         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
2058         it displays both the topics and the page numbers.
2059
2060 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
2061
2062         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
2063         toggle.
2064         * shell/ev-window.c (toggle_entries): Set sidebar default value to
2065         visible.
2066
2067 2004-12-23  Adam Weinberger  <adamw@gnome.org>
2068
2069         * configure.ac: Added en_CA to ALL_LINGUAS.
2070
2071 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
2072
2073         * ChangeLog: replace bottom of this ChangeLog (merged history of
2074         ggv and gpdf; where all paths were wrong and most of the files are
2075         not even in this tree) with ChangeLog (from arch) of the shell
2076         code.
2077
2078 2004-12-23  Havoc Pennington  <hp@redhat.com>
2079
2080         * shell/ev-window.c: hook up potentially-questionable "find
2081         results status text" feature - something involving the sidebar or
2082         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
2083         might be better in the end.
2084
2085         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
2086         with corresponding signal when it should be updated
2087
2088         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
2089
2090 2004-12-22  Havoc Pennington  <hp@redhat.com>
2091
2092         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
2093         find stuff on other pages, sort of (only returns one result on
2094         invisible pages, to show they have results; updates full results
2095         for a page when you view it). Currently repaints the current page
2096         every time a new result is found on any page, which isn't so nice.
2097
2098 2004-12-22  Havoc Pennington  <hp@redhat.com>
2099
2100         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
2101         the document doesn't support find (better ideas?)
2102         (find_bar_search_changed_cb): handle missing document or document
2103         that doesn't support find
2104
2105         * pdf/xpdf/pdf-document.cc: port to implement the new
2106         EvDocumentFindIface
2107
2108         * backend/ev-document-find.c: create a new interface for searching
2109
2110         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
2111
2112 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
2113
2114         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
2115         libevbackend.la.
2116
2117         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
2118         EvPrintJob constructor arguments.
2119
2120         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
2121         for documents that can export PostScript (page by page).
2122
2123         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
2124         
2125         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
2126         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
2127         (pdf_document_ps_exporter_iface_init:
2128         Implement EvPSExporter.
2129
2130         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
2131
2132 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2133
2134         * backend/Makefile.am:
2135         * backend/ev-document-thumbnails.c:
2136         (ev_document_thumbnails_get_type),
2137         (ev_document_thumbnails_get_thumbnail):
2138         * backend/ev-document-thumbnails.h:
2139         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
2140         (pixbuf_document_thumbnails_get_thumbnail),
2141         (pixbuf_document_document_thumbnails_iface_init):
2142         * shell/Makefile.am:
2143         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
2144         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
2145         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
2146         * shell/ev-sidebar-thumbnails.h:
2147         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
2148         (ev_sidebar_set_document):
2149         * shell/ev-utils.c: (gaussian), (create_blur_filter),
2150         (create_shadow), (ev_pixbuf_add_shadow):
2151         * shell/ev-utils.h:
2152         Add thumbnail support.
2153         
2154 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2155
2156         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
2157         (using_postscript_printer): Set up a print dialog for "PostScript
2158         injection" method.
2159
2160         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
2161         EvPrintJob.
2162
2163         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
2164
2165 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2166
2167         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
2168         (ps_document_set_target), (ps_document_get_page_size),
2169         (ps_document_render):
2170         * ps/gtkgs.h:
2171
2172         Fix a few bugs
2173
2174 2004-12-22  Christian Rose  <menthos@menthos.com>
2175
2176         * configure.ac: Added "sv" to ALL_LINGUAS.
2177
2178 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
2179
2180         * backend/ev-document-bookmarks.[ch]: new interface to indicate
2181         document supports bookmarks.
2182
2183 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2184
2185         * ps/ggvutils.c: (ggv_file_readable):
2186         * ps/ggvutils.h:
2187         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
2188         (gtk_gs_get_postscript):
2189
2190         Remove unused utils
2191
2192 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2193
2194         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
2195         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
2196         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
2197         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
2198         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
2199         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
2200         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
2201         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
2202         (gtk_gs_set_antialiasing), (ps_document_load),
2203         (ps_document_render):
2204         * ps/gtkgs.h:
2205
2206         Another check point for the ps backend. Now I can get it to show
2207         pages!
2208
2209 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
2210
2211         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
2212         document setting code.
2213
2214 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2215
2216         * shell/eggfindbar.c: (entry_activate_callback):
2217         Animate the next button when activate is pressed.
2218         
2219 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2220
2221         * shell/ev-window.c: (ev_window_cmd_edit_find),
2222         (update_fullscreen_popup), (ev_window_fullscreen),
2223         (ev_window_unfullscreen), (ev_window_state_event_cb),
2224         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
2225         Fix bugs in fullscreen code.
2226         
2227 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2228
2229         * Makefile.am:
2230         * configure.ac:
2231         * pixbuf/Makefile.am:
2232         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
2233         (pixbuf_document_load), (pixbuf_document_get_n_pages),
2234         (pixbuf_document_set_page), (pixbuf_document_get_page),
2235         (pixbuf_document_set_target), (pixbuf_document_set_scale),
2236         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
2237         (pixbuf_document_render), (pixbuf_document_begin_find),
2238         (pixbuf_document_end_find), (pixbuf_document_finalize),
2239         (pixbuf_document_class_init),
2240         (pixbuf_document_document_iface_init), (pixbuf_document_init):
2241         * pixbuf/pixbuf-document.h:
2242         * shell/Makefile.am:
2243         * shell/ev-application.c: (ev_application_open):
2244         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
2245         (ev_window_open):
2246         Add pixbuf backend.
2247         
2248 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
2249
2250         * Makefile.am: 
2251         * dvi/dvilib/Makefile.am:
2252         * dvi/Makefile.am:
2253         * configure.ac: Auto*ify dvi and dvi/dvilib
2254
2255         * dvi/Makefile: Remove from CVS
2256         
2257         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
2258         confusion.
2259
2260         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
2261         
2262         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
2263         
2264 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2265
2266         * ps/Makefile.am:
2267         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
2268         (gtk_gs_value_adjustment_changed), (compute_size),
2269         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
2270         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
2271         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
2272         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
2273         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
2274         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
2275         (ps_document_load), (ps_document_get_n_pages),
2276         (ps_document_set_page), (ps_document_get_page),
2277         (ps_document_set_target), (ps_document_set_scale),
2278         (ps_document_set_page_offset), (ps_document_get_page_size),
2279         (ps_document_render), (ps_document_begin_find),
2280         (ps_document_end_find), (ps_document_document_iface_init):
2281         * ps/gtkgs.h:
2282         * shell/Makefile.am:
2283         * shell/ev-window.c: (ev_window_open):
2284
2285         Some work to integrate gtkgs with EvDocument
2286
2287 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2288
2289         * shell/ev-window.c: (update_fullscreen_popup),
2290         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
2291         (exit_fullscreen_button_clicked_cb),
2292         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
2293         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2294         (ev_window_state_event_cb), (ev_window_init):
2295         Add fullscreen support from Epiphany.
2296         
2297 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2298
2299         * data/ev-stock-zoom-fit-width.png: fit-width
2300         stock icon from gpdf.
2301         
2302         * shell/ev-stock-icons.[ch]: copied from gpdf.
2303         
2304         * shell/main.c: (main): init stock icons.
2305         
2306         * shell/ev-window.c: use the fit-width icon.
2307         
2308         * data/evince-ui.xml: add zooming toolbar items.
2309
2310 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2311
2312         * shell/ev-view.c: 
2313         (ev_view_best_fit), (ev_view_fit_width): because
2314         get_page_size() returns the scaled page size, we
2315         need to calculate the scale factor relative to
2316         the previous scale factor. Should really just
2317         add get_real_page_size().
2318
2319 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2320
2321         * shell/ev-view.[ch]:
2322         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
2323         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
2324         add zooming.
2325         
2326         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
2327         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
2328         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
2329         hook it up.
2330         
2331         * pdf/xpdf/pdf-document.cc:
2332         (pdf_document_begin_find),
2333         (pdf_document_end_find): make static.
2334
2335 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2336
2337         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
2338
2339         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
2340         names to fontconfig patterns.
2341         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
2342
2343         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
2344         setupBaseFontsFc.
2345
2346 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2347
2348         * Makefile.am:
2349         * configure.ac:
2350         * ps/Makefile.am:
2351         * ps/ggvutils.c:
2352         * ps/ggvutils.h:
2353         * ps/gsdefaults.c:
2354         * ps/gsdefaults.h:
2355         * ps/gsio.c:
2356         * ps/gsio.h:
2357         * ps/gtkgs.c:
2358         * ps/gtkgs.h:
2359         * ps/ps.c:
2360         * ps/ps.h:
2361
2362         Import ggv backend. Not hooked up yet.
2363
2364 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2365
2366         * shell/main.c: (load_files), (main): load files
2367         from the command line.
2368
2369 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2370
2371         * configure.ac: don't require bonobo.
2372         
2373         * cut-n-paste/recent-files/*: kill bonobo recent
2374         view.
2375
2376         * shell/ev-window.c:
2377         (ev_window_is_empty): upd.
2378         (unable_to_load), (ev_window_open): load backend
2379         based on the mime type.
2380
2381 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2382
2383         * backend/.cvsignore: ignore generated marshalers source.
2384
2385         * shell/main.c (main): this is not epiphany.
2386
2387 2004-12-22  Havoc Pennington  <hp@redhat.com>
2388
2389         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
2390         (expose_bin_window): draw find highlights
2391
2392         * shell/ev-window.c (find_bar_search_changed_cb): implement 
2393         
2394         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
2395         (pdf_document_end_find): implement this interface
2396
2397         * backend/ev-document.c (ev_document_found): add this to emit
2398         signal
2399
2400 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
2401
2402         * data/evince-ui.xml: Add a few more toolbar items.
2403
2404         * shell/ev-window.c: Hook up page navigation toolbar 
2405         items.
2406
2407         * shell/ev-view.[ch]: add ev_view_set/get_page and 
2408         a page-changed signal.
2409
2410         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
2411         Add ev_document_get_page().
2412
2413         * shell/ev-window.c: Sensitize/desensitize navigation
2414         actions.
2415
2416 2004-12-21  Havoc Pennington  <hp@redhat.com>
2417
2418         * backend/ev-backend-marshal.c,
2419         backend/ev-backend-marshalers.list, backend/Makefile.am: add
2420         marshaler-generator thingy. I'm sure there's a better way to do
2421         this in the modern world.
2422
2423         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
2424         end_find methods and "found" signal.
2425
2426         * configure.ac: find glib-genmarshal
2427
2428 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
2429
2430         * shell/ev-sidebar.c: Construct an actual sidebar.
2431         * shell/ev-sidebar-bookmarks.[ch]:
2432         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
2433
2434 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
2435
2436         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
2437         Redo size handling.
2438         
2439         * shell/ev-view.c: Track the size from the document.
2440
2441 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
2442
2443         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
2444         constructor assumes ownership of the string passed in.
2445         
2446         * shell/ev-window.c (ev_window_open): Destroy the error
2447         dialog once we've displayed it.
2448
2449 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
2450
2451         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
2452         a bit, it works! (sort of)
2453
2454         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
2455         Move to .cc since we need to use C++ in the implementation.
2456
2457         * shell/dummy.cc: Add a CC file to force evince
2458         to be linked as a C++ program.
2459
2460 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
2461
2462         * shell/ev-view.[ch]: Start of content-area widget.
2463
2464         * shell/ev-window.c: Create a EvView, update it
2465         as we change documents.
2466
2467         * shell/Makefile.am shell/ev-marshal.list: Add
2468         generated marshalers.
2469
2470 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
2471
2472         * Makefile.am (SUBDIRS): move shell.
2473
2474 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
2475
2476         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
2477         .a to libtool convenience libraries.
2478
2479         * shell/ev-window.c (ev_window_open): Hard code loading
2480         a PDF document.
2481         
2482         * backend/ev-document.h: Add a boolean return to load(),
2483         fix GError * to GError **.
2484
2485         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
2486         object for a PDF backend EvDocument.
2487
2488 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
2489
2490         * dvi/*: New directory with the beginning of a .dvi backend.
2491
2492 2004-12-21  Havoc Pennington  <hp@redhat.com>
2493
2494         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
2495         previous/next instead of back/forward
2496
2497 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
2498
2499         * backend/ev-document.[ch]: Fix a couple of problems so
2500         it compile.
2501
2502 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
2503
2504         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
2505         to backend/ directory, rename EvViewer to EvDocument.
2506
2507 2004-12-21  Havoc Pennington  <hp@redhat.com>
2508
2509         * shell/ev-window.c: hook up the find bar widget; now we just need
2510         a document to find things in
2511
2512         * shell/eggfindbar.c: a find bar widget
2513
2514 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
2515
2516         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
2517
2518 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
2519
2520         * pdf/**: Import of xpdf code from gpdf. 
2521
2522         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
2523
2524         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
2525         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
2526         Fix FreeType includes.
2527
2528         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
2529         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
2530         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
2531         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
2532         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
2533         Include xpdfconfig.h
2534         
2535 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
2536
2537         * shell/ev-window.c (ev_window_dispose): dispose can be called
2538         multiple times.
2539
2540 2004-12-21  Havoc Pennington  <hp@redhat.com>
2541
2542         * shell/ev-window.c (ev_window_init): set title to Document Viewer
2543         rather than Evince
2544
2545         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
2546         items; really they should be synced with the strings, etc. from
2547         current gpdf, but just getting the boring typing out of the way 
2548
2549 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
2550
2551         * po/POTFILES.in:
2552         * shell/ev-application.c: (window_destroy_cb):
2553         * shell/ev-window.c:
2554         * shell/main.c: (main):
2555
2556         Actually show the window...
2557
2558 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
2559
2560         * Makefile.am:
2561         * shell/Makefile.am:
2562         * shell/ev-application.c: (ev_application_class_init):
2563         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
2564
2565         Make it build again
2566
2567 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
2568
2569         Import to gnome cvs.
2570         
2571         * Remove copies of gpdf and ggv trees.
2572         * Rip out all the recursive configure code.
2573         * Remove bonobo machinery.
2574         * viewer/*: GInterfaces that backends should/can implement.
2575
2576 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2577
2578         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
2579         typo
2580
2581 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2582
2583         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
2584         (ev_application_finalize, ev_application_class_init)
2585         (ev_application_init): use GType instance private data for priv.
2586     
2587         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
2588         (ev_window_finalize, ev_window_class_init)
2589         (ev_window_init): ditto.
2590
2591 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2592
2593         * shell/ev-application.c (ev_application_new_window): make public
2594         (ev_application_show_initial_window): kill.
2595     
2596         * shell/ev-application.h: update prototypes.
2597     
2598         * shell/main.cc (main): inline ev_application_show_initial_window.
2599
2600 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2601
2602         * shell/ev-application.c (ev_application_new_window): impl.
2603         (ev_application_show_initial_window): use it.
2604         (is_window_empty, ev_application_get_empty_window): returns an
2605         existing empty window or a new one.
2606         (ev_application_open): from ev_window_cmd_file_open.
2607     
2608         * shell/ev-application.h: update prototypes
2609     
2610         * shell/ev-window.c (ev_window_is_empty): impl.
2611         (ev_window_open): make public.
2612         (ev_window_cmd_file_open): use ev_application_open
2613     
2614         * shell/ev-window.h: update prototypes, remove unused.
2615
2616 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2617
2618         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
2619         move destroy handler out of here...
2620     
2621         * shell/ev-application.c, shell/ev-application.h: ...into this new
2622         class. Also handles initial window creation.
2623     
2624         * shell/main.cc (main): use EvApplication to create initial
2625         window.
2626
2627 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2628
2629         * Makefile.am (SUBDIRS): add cut-n-paste
2630     
2631         * cut-n-paste/Makefile.am: add
2632     
2633         * configure.ac: generate Makefiles in cut-n-paste
2634
2635 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2636
2637         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
2638         (ev_window_class_init): install ev_window_dispose.
2639
2640 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2641
2642         * shell/ev-window.h, shell/ev-window.c: replace gchar with
2643         char (gchar looks stupid).
2644
2645 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2646
2647         * po/de.po: updated German translation.
2648
2649 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2650
2651         * configure.ac: add more pkg-config library checks for gnome-vfs,
2652         bonobo etc.
2653     
2654         * gpdf/configure.in: temporarily disable libpaper
2655         checks. Otherwise I'd have to add the checks for the shell, too.
2656
2657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2658
2659         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
2660         and * file filters to the file choose.
2661
2662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2663
2664         * po/de.po: Updated German translation.
2665
2666 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2667
2668         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
2669
2670 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2671
2672         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
2673     
2674         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
2675         (ev_window_init): implement those menuitems.
2676
2677 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2678
2679         * data/evince-ui.xml: add a toolbar (with FileOpen action)
2680     
2681         * shell/ev-window.c (ev_window_init): use the toolbar.
2682
2683 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2684
2685         * shell/ev-window.c (ev_window_init): use menu translations
2686
2687 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2688
2689         * configure.ac: add "de" to ALL_LINGUAS.
2690     
2691         * po/de.po: add German translation.
2692
2693 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2694
2695         * Makefile.am (SUBDIRS): add po
2696     
2697         * configure.ac: check intltool, glib-gettext etc, generate
2698         po/Makefile.in
2699     
2700         * po, po/POTFILES.in, po/POTFILES.skip: new.
2701
2702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2703
2704         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
2705         already use (#ifdef ENABLE_NLS)
2706     
2707         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
2708         pointer indirection thinko.
2709     
2710         * shell/main.c: include gi18n.h for bindtextdomain etc.
2711
2712 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2713
2714         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
2715         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
2716         tooltips for menu items in the statusbar.
2717
2718 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2719
2720         * configure.ac, data/Makefile.am, shell/Makefile.am: use
2721         pkgdatadir drop UIDIR
2722
2723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2724
2725         * data/evince-ui.xml: Add File->Open menu item
2726     
2727         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
2728         chooser), hook it up in the ui manager.
2729
2730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2731
2732         * shell/ev-window.c: fix Help->About tooltip.
2733
2734 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
2735
2736         * configure.ac: set CFLAGS for libevprivate.
2737     
2738         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
2739         definitions, factory etc.
2740     
2741         * lib/Makefile.am: build libevprivate.a (only stock icon code).
2742     
2743         * shell/Makefile.am: link against libevprivate.a.
2744     
2745         * shell/ev-window.c (entries): add stock icon to Help->About.
2746     
2747         * shell/main.c (main): init stock icon code.
2748
2749 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2750
2751         * lib/recent-files: egg recent files code
2752     
2753         * lib/Makefile.am: add.
2754     
2755         * Makefile.am: add lib subdir.
2756     
2757         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
2758         set CFLAGS for recent-files.
2759
2760 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2761
2762         * configure.ac: disable -ansi and -pedantic gcc flags. They
2763         disable POSIX stuff in stdio.h, but egg-recent uses them.
2764
2765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
2766
2767         * configure.ac: add --disable-deprecated flag (defaults to on in
2768         "cvs" builds).
2769     
2770         * shell/Makefile.am (INCLUDES): use it.
2771
2772 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2773
2774         * shell/main.c: add missing #include.
2775     
2776         * shell/ev-window.c: fix for pedantic gcc.
2777         (ev_window_cmd_help_about): split license into paragraphs for
2778         translators and pedantic compilers.
2779
2780 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2781
2782         * configure.ac: add more warning flags if compiling with gcc from
2783         cvs (or explicitly requested with --enable-more-warnings).
2784
2785 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2786
2787         * data/evince-ui.xml: add File and File->Close menu.
2788     
2789         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
2790         (ev_window_destroy): quit after destroy.
2791         (ev_window_class_init): override GtkObject::destroy.
2792         (entries): install close_window callback.
2793
2794 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2795
2796         * Makefile.am (SUBDIRS): add data subdir.
2797     
2798         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
2799         gtk+ 2.5.0 for GtkAboutDialog.
2800     
2801         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
2802         main window.
2803     
2804         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
2805     
2806         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
2807         manager.
2808         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
2809
2810 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2811
2812         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
2813
2814 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2815
2816         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
2817
2818 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2819
2820         * shell/*: Added shell directory boilerplate, build it.
2821
2822 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
2823
2824         * configure.ac, Makefile.am: Added top-level configure.ac and
2825         Makefile.am