]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement orientation here too
[evince.git] / ChangeLog
1 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2
3         * ps/gstypes.h:
4         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
5         (ps_document_set_orientation), (ps_document_document_iface_init):
6         * ps/ps-document.h:
7
8         Implement orientation here too
9
10         * shell/ev-properties.c: (ev_properties_new):
11         * data/evince-properties.glade:
12
13         Hide the fonts page for backends that doesnt
14         support it.     
15
16 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
17
18         * backend/ev-document.c: (ev_document_set_orientation):
19         * backend/ev-document.h:
20         * pdf/ev-poppler.cc:
21
22         Add orientation api. Currently poppler api is not optimal,
23         we need to set orientation every time we _get a page.
24         I will try to fix that at some point.
25
26         * data/evince-ui.xml:
27         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
28         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
29
30         Add orientation menu items
31
32         * shell/ev-page-cache.c: (ev_page_cache_clear):
33         * shell/ev-page-cache.h:
34
35         Add api to clear the cache
36
37         * shell/ev-view.c: (setup_caches), (clear_caches),
38         (ev_view_set_document), (ev_view_zoom_out),
39         (ev_view_set_orientation):
40         * shell/ev-view.h:
41
42         Implement orientation changing
43
44 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
45
46         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
47         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
48         * backend/ev-document-fonts.h:
49
50         Separate scan and fill so that we can incrementally fill from
51         the main thread. Add a progress api.
52
53         * data/evince-properties.glade:
54         * pdf/ev-poppler.cc:
55         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
56         * shell/ev-jobs.h:
57         * shell/ev-properties.c: (update_progress_label),
58         (job_fonts_finished_cb), (setup_fonts_view):
59
60         Incrementally feel the list and show the progress
61         percentage in a label like acrobat does.
62
63         You are going to need poppler cvs
64
65 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
66
67         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
68         * backend/ev-document-fonts.h:
69         * pdf/ev-poppler.cc:
70
71         Make fonts model fill incrementally.
72
73         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
74         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
75         (ev_job_queue_remove_job):
76         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
77         (ev_job_fonts_new), (ev_job_fonts_run):
78         * shell/ev-jobs.h:
79
80         New job for fonts scanning
81
82         * shell/ev-properties.c: (job_fonts_finished_cb),
83         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
84         * shell/ev-properties.h:
85         * shell/ev-window.c: (ev_window_cmd_file_properties):
86
87         Incrementally feel the treeview using the new job. Show Loading...
88         message until scanning is completed.
89
90         Hopefully I didnt break the build without the poppler patch.
91
92 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
93
94         * shell/ev-application.c: (ev_application_open):
95         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
96         (ev_document_type_get_type), (ev_document_type_lookup):
97         * shell/ev-document-types.h:
98         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
99         * shell/ev-job-xfer.h:
100         * shell/ev-window.c: (ev_window_clear_local_uri),
101         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
102         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
103         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
104         
105         Transfer remote documents to tmp directory to display them later.
106
107 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
108
109         * backend/ev-document-info.h:
110         * shell/ev-properties.c: (ev_properties_new):
111
112         s/GTime*/GTime. Not sure why we was using a pointer
113         at all there!
114
115 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
116
117         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
118         situations.  That situation is that you're using GTK+-HEAD with
119         the patch at #306726 is applied, and you have a document with <
120         1500 pages in it.  It's not quite as uniformly nice as the
121         TreeView, but should be better in the long run.
122
123         I'm pretty sure I guarded against breaking compilation with
124         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
125         I missed some.
126
127         * shell/ev-window.c (ev_window_init): We don't have our tree/list
128         widget yet, so I commented that code out
129         enable_view_actions_for_widget() for now.  Need to figure this
130         out.
131
132         * shell/ev-page-action.c (match_selected_cb): emit the right
133         signals.  Our cool C-l completion now works.
134
135 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
136
137         * backend/Makefile.am:
138         * backend/ev-document-fonts.c:
139         * backend/ev-document-links.c:
140         * backend/ev-document.c: (ev_document_load):
141         * backend/ev-document.h:
142         * backend/ev-job-queue.c:
143         * backend/ev-job-queue.h:
144         * backend/ev-jobs.c:
145         * backend/ev-jobs.h:
146         * backend/ev-page-cache.c:
147         * backend/ev-page-cache.h:
148
149         EvPageCache and EvJobs are moved to shell.
150
151         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
152         (ev_tmp_filename):
153         * lib/ev-file-helpers.h:
154         
155         New helper to work with temporary files
156         
157         * shell/Makefile.am:
158         * shell/ev-application.c: (ev_application_open):
159         * shell/ev-application.h:
160         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
161         (remove_job_from_async_queue), (add_job_to_async_queue),
162         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
163         (handle_job), (search_for_jobs_unlocked),
164         (no_jobs_available_unlocked), (ev_render_thread),
165         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
166         (ev_job_queue_add_job), (move_job_async), (move_job),
167         (ev_job_queue_update_job), (ev_job_queue_remove_job):
168         * shell/ev-job-queue.h:
169         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
170         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
171         * shell/ev-job-xfer.h:
172         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
173         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
174         (ev_job_links_class_init), (ev_job_render_init),
175         (ev_job_render_dispose), (ev_job_render_class_init),
176         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
177         (ev_job_thumbnail_class_init), (ev_job_load_init),
178         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
179         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
180         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
181         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
182         * shell/ev-jobs.h:
183         * shell/ev-page-action.c: (ev_page_action_set_document):
184         * shell/ev-page-cache.c: (ev_page_cache_init),
185         (ev_page_cache_class_init), (ev_page_cache_finalize),
186         (ev_page_cache_new), (ev_page_cache_get_n_pages),
187         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
188         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
189         (ev_page_cache_get_title), (ev_page_cache_get_size),
190         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
191         (ev_page_cache_get_height_to_page),
192         (ev_page_cache_get_max_label_chars),
193         (ev_page_cache_get_page_label),
194         (ev_page_cache_has_nonnumeric_page_labels),
195         (ev_page_cache_get_info), (ev_page_cache_next_page),
196         (ev_page_cache_prev_page), (ev_page_cache_get):
197         * shell/ev-page-cache.h:
198         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
199         (ev_pixbuf_cache_clear_job_sizes),
200         (ev_pixbuf_cache_add_jobs_if_needed),
201         (ev_pixbuf_cache_set_page_range):
202         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
203         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
204         * shell/ev-sidebar-thumbnails.c:
205         (ev_sidebar_tree_selection_changed),
206         (ev_sidebar_thumbnails_set_document):
207         * shell/ev-statusbar.c: (ev_statusbar_destroy),
208         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
209         (ev_statusbar_get_context_id), (ev_statusbar_push),
210         (ev_statusbar_pop), (ev_statusbar_set_maximized),
211         (ev_statusbar_pulse), (ev_statusbar_show_progress),
212         (ev_statusbar_set_progress):
213         * shell/ev-statusbar.h:
214         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
215         (ev_view_find_previous):
216         * shell/ev-window.c: (ev_window_is_empty),
217         (ev_window_setup_document), (password_dialog_response),
218         (ev_window_clear_jobs), (ev_window_load_job_cb),
219         (ev_window_xfer_job_cb), (ev_window_open_uri),
220         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
221         (ev_window_print), (ev_window_print_range),
222         (ev_window_state_event), (ev_window_cmd_view_reload),
223         (menu_item_select_cb), (menu_item_deselect_cb),
224         (view_status_changed_cb), (ev_window_dispose),
225         (drag_data_received_cb), (ev_window_init):
226         * shell/ev-window.h:
227         * shell/main.c: (load_files):
228         
229         New statusbar to show progress on idle. Two new jobs - 
230         xfer job and load job to load document in background. And update
231         of page_cache clients to new location of code.
232
233 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
234   
235         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
236         selection in open dialog. It also remembers the last visited directory 
237         in the current session.
238
239 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
240
241         * shell/ev-properties.c: (ev_properties_new):
242         * shell/ev-properties.h:
243         * shell/ev-window.c: (ev_window_cmd_file_properties):
244         
245         Get document info from page cache instead of document itself.
246         This should fix crash related to race conditions described in
247         bug 306545.
248
249 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
250
251         * ps/ps-document.c: (ps_document_init),
252         (send_ps), (get_page_box), (output), (catchPipe), (input),
253         (stop_interpreter), (file_length), (file_readable),
254         (check_filecompressedb), (ps_document_enable_interpreter),
255         (document_load), (ps_async_renderer_render_pixbuf):
256         * ps/ps-document.h:
257
258         Big cleanup of the ps code
259
260 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
261
262         * backend/Makefile.am:
263         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
264         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
265         * backend/ev-async-renderer.h:
266
267         Add an async renderer interface (method + callback) which
268         is useful for backends like ps.
269
270         * backend/ev-job-queue.c: (remove_job_from_async_queue),
271         (add_job_to_async_queue), (job_finished_cb), (handle_job),
272         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
273         (ev_job_queue_add_job), (move_job_async), (move_job),
274         (ev_job_queue_update_job), (ev_job_queue_remove_job):
275
276         Add queues for async renderer, these are executed on the
277         main thread.
278
279         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
280         (ev_job_render_run):
281         * backend/ev-jobs.h:
282
283         If the backend support async renderer interface use it.
284
285         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
286         (setup_pixmap), (ps_document_get_type),
287         (ps_async_renderer_render_pixbuf),
288         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
289
290         Implement async renderer interface.
291
292 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
293
294         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
295
296         Cleanup links job on exit.
297
298 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
299
300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
301         (drag_data_get_cb), (drag_data_received_cb):
302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
303         (drag_data_get_cb), (parse_item_list),
304         (egg_toolbar_editor_load_actions):
305         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
306         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
307         (parse_item_list), (parse_toolbars):
308         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
309         (dvi_pixbuf_put_pixel):
310         
311         Fix gcc 4.0 warnings
312
313 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
314
315         * ps/ps-document.c: (start_interpreter):
316
317         Fix warning when loading ps
318
319 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
320
321         * ps/ps-document.c: (output):
322
323         Fix crash when priting gs error messages.
324
325 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
326
327         * backend/ev-page-cache.c: (_ev_page_cache_new):
328         * backend/ev-page-cache.h:
329
330         Use a const to return title so that we dont double
331         free it. Small cleanup and fix a leak.
332
333         * shell/ev-window.c: (update_window_title):
334
335         strdup value from get_title.
336
337 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
338
339         * shell/ev-sidebar-links.c: (job_finished_callback),
340         (ev_sidebar_links_set_document):
341
342         Cleanup the old job when changing document
343
344 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
345
346         * shell/ev-stock-icons.c:
347         * shell/ev-stock-icons.h:
348         * shell/ev-window.c:
349         
350         Add stock icons for actions that can appear in toolbar. Fix for
351         bug 306566.
352
353 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
354
355         * backend/ev-page-cache.c: (ev_page_cache_finalize),
356         (_ev_page_cache_new), (ev_page_cache_get_max_width),
357         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
358         * backend/ev-page-cache.h:
359         * shell/ev-view.c: (scroll_to_current_page),
360         (view_update_range_and_current_page), (get_page_y_offset),
361         (get_page_extents), (ev_view_size_request_continuous_dual_page),
362         (ev_view_size_request_continuous),
363         (ev_view_zoom_for_size_continuous_and_dual_page),
364         (ev_view_zoom_for_size_continuous):
365         
366         More compact EvView layout in document with pages of different size.
367
368 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
369
370         * shell/ev-window.c (ev_window_cmd_file_properties): fix
371         compilation.
372
373 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
374
375         * shell/ev-view.c: (view_set_adjustment_values):
376         * shell/ev-window.c: (ev_window_cmd_file_properties):
377         
378         A bit different fix for rounding problem but it has no
379         problems on startup. Make properties window transient to parent.
380
381 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
382
383         * pdf/ev-poppler.cc:
384         
385         More commenting of font stuff.
386
387 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
388
389         * pdf/ev-poppler.cc:
390
391         Comment out some more fonts stuff. Should really
392         work without the poppler patch now.
393
394 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
395
396         * pdf/ev-poppler.cc:
397
398         Adapt to api change
399
400 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
401
402         * data/evince-properties.glade:
403         * pdf/ev-poppler.cc:
404         * shell/ev-properties.c: (setup_fonts_view):
405
406         Set the column title. Show the dialog only
407         once everything is setup.
408         Getting font info can be very slow... will
409         prolly need to make this threaded too.
410
411 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
412
413         * backend/Makefile.am:
414         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
415         (ev_document_fonts_get_fonts_model):
416         * backend/ev-document-fonts.h:
417         * data/evince-properties.glade:
418         * pdf/ev-poppler.cc:
419         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
420         * shell/ev-properties.h:
421         * shell/ev-window.c: (ev_window_cmd_file_properties):
422
423         Implement fonts list. Defined out for now, since it depends
424         on a not yet committed poppler patch.
425
426 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
427
428         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
429         page + 1.
430
431         * shell/ev-window.c: Make sure we add the timeout when we get a
432         focus-in event.
433
434         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
435         adjustment->value before calculating the zoom factor to average
436         out all of our rounding errors.  The page no longer 'drifts' when
437         resizing.
438
439 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
440
441         * data/evince-properties.glade:
442         * shell/ev-properties.c: (ev_properties_format_date),
443         (set_property):
444         
445         Labels don't expand when the dialogue is resized.
446         strftime result needs to be converted to UTF-8. Thanks
447         to Christian Persch <chpe@gnome.org>.
448
449 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
450
451         * data/evince-properties.glade:
452
453         Hide the fonts tab
454
455 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
456
457         * backend/ev-document-info.h:
458         * backend/ev-document.c: (ev_document_info_free):
459         * data/evince-properties.glade:
460         * pdf/ev-poppler.cc:
461         * ps/ps-document.c: (ps_document_get_info):
462         * shell/ev-properties.c: (ev_properties_format_date),
463         (set_property), (ev_properties_new):
464         * shell/ev-properties.h:
465         * shell/ev-window.c: (ev_window_cmd_file_properties):
466
467         Rework properties code to take only EvPropertyInfo
468         in the constructor so that it can be useful for
469         nautilus plugin too.
470
471         Deal with backends that doesnt support some properties.
472         Make set property code generic.
473
474 2005-06-04  Christian Persch <chpe@gnome.org>
475
476         * data/evince-properties.glade:
477
478         fix spacings, make resizeable, and make data labels
479         selectable + ellipsised
480
481 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
482
483         * backend/ev-document-info.h:
484         * data/Makefile.am:
485         * data/evince-ui.xml:
486         * pdf/ev-poppler.cc:
487         * shell/Makefile.am:
488         * shell/ev-window.c: (update_action_sensitivity),
489         (ev_window_cmd_file_properties):
490
491         Initial go at file properties. Patch by
492         Emil Soleyman-Zomalan <emil@soleyman.com>.
493         Needs love see #169583
494
495 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
496
497         * ps/ps-document.c: (output):
498         * ps/ps.c: (psscan):
499
500         Try to render even if psscan fails.
501
502 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
503
504         * ps/ps.c: (psscan), (pscopydoc):
505
506         Port buffered reading code from gv
507
508 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
509
510         * ps/ps-document.c: (interpreter_message), (output):
511
512         Do not fail on interpreter messages
513
514 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
515
516         * backend/ev-document-misc.c:
517         (ev_document_misc_get_thumbnail_frame):
518
519         Pages can be 0 x 0, dont assert on this case
520
521 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
522
523         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
524         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
525
526         Correctly manage our reference on document. Finally the reload
527         huge leak is gone...
528
529 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
530
531         * ps/ps-document.c: (ps_document_dispose):
532
533         Forgot to chain it to the parent. Thanks chpe.
534
535 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
536
537         * ps/ps-document.c: (ps_document_dispose),
538         (ps_document_class_init), (stop_interpreter), (document_load):
539
540         Cleanup dispose a bit. Dont leak the whole pixmap.
541
542 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
543
544         * pdf/ev-poppler.cc:
545
546         Release the poppler document on dispose
547
548 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
549
550         * shell/ev-view.c: (ev_view_set_document):
551
552         Release ref on the pixbuf cache when changing
553         document.
554
555 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
556
557         * ps/ps-document.c: (ps_document_get_info):
558
559         Fix a double free
560
561 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
562
563         * backend/ev-page-cache.c: (ev_page_cache_init),
564         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
565         * backend/ev-page-cache.h:
566         * shell/ev-page-action.c: (page_changed_cb):
567         
568         Set page action entry width depending on labels width. Fix
569         for bug 305202.
570
571 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
572
573         * backend/ev-link.c: (ev_link_class_init):
574
575         Allow -1 as page value (error)
576
577 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
578
579         * shell/ev-sidebar-thumbnails.c:
580         (ev_sidebar_thumbnails_set_document):
581         * shell/ev-view.c: (scroll_to_current_page),
582         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
583         (page_changed_cb), (on_adjustment_value_changed),
584         (ev_view_set_document):
585
586         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
587         Fix bug 305377
588
589 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
590
591         * configure.ac:
592         * djvu/djvu-document.c: (djvu_document_get_page_size):
593
594         Require djvulibre CVS. Now djvu loading is much faster. Fix for
595         bug 301993.
596
597 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
598
599         * shell/ev-view.c (draw_one_page): modify the expose handling to
600         get the shadows.
601
602         * shell/ev-window.c (update_action_sensitivity): Respect
603         permissions field.  Kowtow to the man.
604
605         * pdf/ev-poppler.cc: Get the permissions field.
606
607         * tiff/*c: Make a tiny bit more robust.
608
609 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
610
611         * djvu/djvu-document.c:
612         
613         Pop messages from djvu context message queue.
614
615 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
616
617         * configure.ac, Makefile.am, shell/Makefile.am:
618         * tiff/Makefile.am, shell/ev-document-types.c:
619         
620         Cleanup tiff configure checks. Fix for bug 305218.
621
622 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
623
624         * configure.ac: Added "uk" to ALL_LINGUAS.
625
626 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
627
628         * cut-n-paste/zoom-control/ephy-zoom.c:
629         (ephy_zoom_get_changed_zoom_level):
630         * cut-n-paste/zoom-control/ephy-zoom.h:
631         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
632         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
633         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
634         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
635         (zoom_control_changed_cb), (ev_window_init):
636         
637         Fix minor points related to moving best fit up. Introduce
638         "zoom" property and make zoom control change it's value on
639         notify::zoom signals. Fix for 305080.
640
641 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
642
643         * data/evince-ui.xml:
644         * shell/ev-window.c: (set_view_actions_sensitivity):
645         
646         Use + and - as accels for zoom in and zoom out. Fix for 305001.
647
648 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
649
650         * configure.ac:
651
652         Depends on poppler 0.3.2
653
654 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
655
656         * cut-n-paste/recent-files/egg-recent-item.c:
657         (egg_recent_item_get_short_name):
658         * cut-n-paste/toolbar-editor/Makefile.am:
659         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
660         (new_pixbuf_from_widget):
661         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
662         * cut-n-paste/toolbar-editor/egg-marshal.c:
663         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
664         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
665
666         Sync
667
668 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
669
670         * tiff/tiff-document.c: Rough TIFF backend.
671
672 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
673
674         * NEWS:
675         * configure.ac:
676         * cut-n-paste/toolbar-editor/Makefile.am:
677
678         Release 0.3.1
679
680 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
681
682         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
683         (ev_view_find_next), (ev_view_find_previous):
684
685         Remove the locks around get_n_results   
686
687 2005-05-21  Juerg Billeter  <j@bitron.ch>
688
689         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
690
691         Pass correct number of pages to poppler.
692
693 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
694
695         * configure.ac:
696         * data/Makefile.am:
697         * data/evince.desktop.in: 
698         * data/evince.desktop.in.in:
699         * po/POTFILES.in:
700         
701         Add conditionally dvi and djvu to desktop types. Fix for 304658.
702
703 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
704
705         * shell/ev-view.c: (view_update_adjustments),
706         (view_set_adjustment_values): cast adjustmen->value to (int)
707         before using it.  Otherwise, we get off by a pixel in some
708         situations.
709
710         (draw_one_page): Draw the border on expose.
711
712 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
713
714         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
715         adjustment when the mode changes, #304923
716
717 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
718
719         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
720         flickering on resize but still use gdk_window_scroll on
721         scrolling
722
723 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
724
725         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
726         option, #170458
727
728 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
729
730         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
731         second page on page_changed if possible, #304669
732
733 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
734
735         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
736         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
737
738 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
739
740         * .cvsignore:
741         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
742         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
743         (ev_view_zoom_for_size_presentation),
744         (ev_view_zoom_for_size_continuous_and_dual_page),
745         (ev_view_zoom_for_size_continuous),
746         (ev_view_zoom_for_size_dual_page),
747         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
748         * shell/ev-view.h:
749         * shell/ev-window.c: (update_view_size),
750         (ev_window_sizing_mode_changed_cb):
751
752         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
753         the scrollbars.  It's not 100% right, but it's much closer.  Kills
754         an infinite loop, #304769
755
756
757 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
758
759         * data/evince-ui.xml:
760         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
761         * shell/ev-window.c: (set_view_actions_sensitivity):
762
763         Make PgUp/Down behave like Space
764
765 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
766
767         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
768         * backend/ev-ps-exporter.h:
769         * pdf/ev-poppler.cc:
770         * ps/ps-document.c: (ps_document_ps_export_begin):
771         * shell/ev-print-job.c: (idle_print_handler):
772
773         Adapt to new poppler api
774
775 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
776
777         * cut-n-paste/zoom-control/ephy-zoom-control.c:
778         (ephy_zoom_control_init):
779
780         Translate zoom levels
781
782 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
783
784         * cut-n-paste/zoom-control/ephy-zoom.c:
785         (ephy_zoom_get_zoom_level_index):
786
787         Fix current zoom -> zoom control match
788
789 2005-05-18  James Bowes  <bowes@cs.dal.ca>
790
791         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
792         rather than the scrolled_window that it's in. Fixes bug #304655.
793
794 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
795
796         * shell/ev-view.c: (view_update_adjustments),
797         (view_set_adjustment_values), (view_update_range_and_current_page),
798         (view_scroll_to_page), (set_scroll_adjustment),
799         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
800         (ev_view_scroll), (ev_view_scroll_view),
801         (ensure_rectangle_is_visible), (find_page_at_location),
802         (get_link_at_location), (go_to_link), (status_message_from_link),
803         (ev_view_size_request_continuous_dual_page),
804         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
805         (ev_view_unrealize), (ev_view_expose_event),
806         (ev_view_button_press_event), (ev_view_motion_notify_event),
807         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
808         (draw_rubberband), (highlight_find_results), (draw_one_page),
809         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
810         (ev_view_init), (find_changed_cb), (page_changed_cb),
811         (on_adjustment_value_changed), (ev_view_new),
812         (ev_view_set_document), (ev_view_set_zoom),
813         (ev_view_set_continuous), (ev_view_set_dual_page),
814         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
815         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
816         (ev_view_zoom_for_size_presentation),
817         (ev_view_zoom_for_size_continuous_dual_page),
818         (ev_view_zoom_for_size_continuous),
819         (ev_view_zoom_for_size_dual_page),
820         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
821         (ev_view_get_status), (ev_view_set_status),
822         (update_find_status_message), (ev_view_get_find_status),
823         (ev_view_set_find_status), (jump_to_find_result),
824         (jump_to_find_page), (compute_selections), (clear_selection),
825         (ev_view_select_all), (get_selected_text), (ev_view_copy),
826         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
827         (ev_view_update_primary_selection),
828         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
829         * shell/ev-view.h:
830         * shell/ev-window.c: (ev_window_open_page_label),
831         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
832         (ev_window_init):
833         * shell/ev-window.h:
834         * shell/main.c: (load_files):
835
836         Massive code clean up from Nickolay Shmyrev.  Keep page offset
837         when resizing.  Remove the bin_window().  Also, patch from James
838         Bowes to fix command line page, #300641
839         
840 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
841
842         * data/evince-ui.xml:
843         * shell/ev-view.c:
844         * shell/ev-view.h:
845         * shell/ev-window.c: (update_action_sensitivity):
846
847         Get rid of View->Normal Size, it's just confusing
848
849 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
850
851         * backend/ev-document-info.h:
852         * backend/ev-document.c: (ev_document_info_free): Free the
853         EvDocumentInfo.
854
855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
856         (clear_range), (add_range), (update_visible_range),
857         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
858         (ev_sidebar_thumbnails_set_document):
859         * shell/ev-window.c: (ev_window_setup_document): Only render the
860         visible thumbnails.  It takes an instant to render, but it uses
861         much less memory.
862
863 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
864
865         * shell/ev-sidebar-links.c: (popup_menu_cb):
866
867         Select first item
868
869 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
870
871         * lib/Makefile.am:
872         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
873         (button_press_cb), (ev_sidebar_links_construct):
874
875         Show the popup menu also on keybindings
876
877 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
878
879         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
880         * shell/ev-window.h:
881
882         Expose api to print a range (with dialog). Make private _print use
883         it.
884
885         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
886         (ev_sidebar_links_construct):
887
888         Show a print context menu on linkx, it prints the selected
889         section.
890
891 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
892
893         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
894         button.
895
896 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
897
898         * AUTHORS:
899
900         Update
901
902         * shell/ev-window.c: (build_comments_string),
903         (ev_window_cmd_help_about):
904
905         Show poppler version/backend and authors
906
907 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
908
909         * cut-n-paste/zoom-control/ephy-zoom.c:
910         (ephy_zoom_get_zoom_level_index):
911         * cut-n-paste/zoom-control/ephy-zoom.h:
912
913         Move the best fit items at the top of the list
914
915 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
916
917         * shell/ev-marshal.list:
918         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
919         (activate_cb), (match_selected_cb), (activate_link_cb),
920         (connect_proxy), (ev_page_action_class_init):
921         * shell/ev-page-action.h:
922
923         Use signals to notify action activation. Hopefully
924         I did not break completion since I cant test...
925
926         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
927         (register_custom_actions):
928
929         Connect to page selector actions and also grab focus on
930         the view when activated.
931
932 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
933
934         * pdf/ev-poppler.cc:
935         * backend/ev-page-cache.c: make page size calculation consistent
936         and set it to (int)( width * scale + 0.5).  This makes the weird
937         line going through the middle of the page go away.
938
939         * shell/ev-view.c: move painting the background page after
940         checking the expose area covers us.
941
942 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
943
944         * data/evince-password.glade:
945         
946         Mark labels as not translatable. Fix for bug 302842.
947
948 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
949
950         * configure.ac: Added "es" to ALL_LINGUAS.
951
952 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
953
954         * data/evince-toolbar.xml:
955         * shell/ev-window.c: (update_action_sensitivity),
956         (ev_window_setup_document), (ev_window_set_page_mode),
957         (ev_window_init):
958
959         Remove some leftover code from jrb first continous
960         attempt. Use the new actions, we still need good icons
961         though...
962
963 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
964
965         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
966
967         Update label when connecting proxy. Fix a warning with NULL
968         page_cache.
969
970 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
971
972         * data/evince-ui.xml:
973         * shell/ev-page-action.c: (ev_page_action_grab_focus):
974         * shell/ev-page-action.h:
975         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
976
977         Add mnemonic for edit toolbar.
978         ctrl+l focus the page entry.
979
980 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
981
982         * lib/Makefile.am:
983         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
984         (ev_window_init):
985         * shell/main.c: (main):
986
987         Put the toolbar xml in evince own dot dir
988
989 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
990
991         * shell/ev-window.c: (ev_window_init):
992
993         Make the toolbar not removable
994
995 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
996
997         * data/evince-ui.xml:
998         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
999         * shell/ev-sidebar-links.h:
1000         * shell/ev-sidebar-thumbnails.c:
1001         (ev_sidebar_thumbnails_get_treeview):
1002         * shell/ev-sidebar-thumbnails.h:
1003         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
1004         (ev_view_class_init):
1005         * shell/ev-view.h:
1006         * shell/ev-window.c: (update_action_sensitivity),
1007         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
1008         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
1009         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
1010         (ev_window_init):
1011
1012         This is evil... Make space/backspace global accelerators but
1013         enable them only for some widgets (sidebars and view).
1014         I dont like it, but I dont know a better way... :/
1015
1016 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1017
1018         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
1019         (ev_page_action_widget_finalize),
1020         (ev_page_action_widget_class_init), (update_page_cache):
1021
1022         Keep a weak reference on proxy->page_cache so that we
1023         dont try to disconnect the signal if the object is already
1024         gone. Maybe there is a better way to cleanup reference handling
1025         in page action though...
1026
1027 2005-05-10  Juerg Billeter  <j@bitron.ch>
1028
1029         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
1030         * backend/ev-ps-exporter.h:
1031         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
1032         * ps/ps-document.c: (ps_document_ps_export_begin):
1033         
1034         Change api to pass print range to ps_exporter_begin. The pdf backend
1035         requires this information.
1036         
1037         * shell/ev-print-job.c: (idle_print_handler):
1038         
1039         Adapt to api change
1040
1041 2005-05-10  Juerg Billeter  <j@bitron.ch>
1042
1043         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1044         (idle_print_handler)
1045         * shell/ev-window.c: (ev_window_print):
1046
1047         Support printing page range, based on patch by Amaury Jacquot
1048
1049 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1050
1051         * data/evince-toolbar.xml:
1052
1053         Add zoom control to available items
1054
1055 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1056
1057         * shell/ev-window.c: (update_action_sensitivity):
1058
1059         Set slash action insensitive when appropriate
1060
1061 2005-05-10  Christian Persch <chpe@gnome.org>
1062
1063         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
1064
1065         Fix warning on the overflow menu
1066
1067 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1068
1069         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
1070
1071         Check for uri correctness/existence
1072
1073 2005-05-09  Juerg Billeter  <j@bitron.ch>
1074
1075         * shell/ev-window.c: (using_postscript_printer):
1076
1077         LPD printers use postscript, too
1078
1079 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1080
1081         * shell/ev-window.c: (register_custom_actions):
1082
1083         The zoom one is actually sort of useful,
1084         put it back
1085
1086 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1087
1088         * shell/ev-window.c: (register_custom_actions):
1089
1090         Hide page/zoom controls from overflow, they
1091         are useless.
1092
1093 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1094
1095         * cut-n-paste/update-from-egg.sh:
1096         
1097         Share it between all cut-n-paste subdirs
1098
1099         * cut-n-paste/recent-files/Makefile.am:
1100
1101         Fix to use "global" update-from-egg.sh
1102
1103         * cut-n-paste/recent-files/egg-recent-model.c:
1104         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
1105         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1106         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
1107         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
1108
1109         Update from libegg
1110
1111         * cut-n-paste/toolbar-editor/Makefile.am:
1112
1113         Fix to use "global" update-from-egg.sh
1114
1115         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1116
1117         Update from libegg
1118
1119 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
1120
1121         * configure.ac:
1122         * cut-n-paste/Makefile.am:
1123         * cut-n-paste/recent-files/Makefile.am:
1124         * cut-n-paste/toolbar-editor/.cvsignore:
1125         * cut-n-paste/toolbar-editor/Makefile.am:
1126         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1127         (egg_editable_toolbar_get_type), (get_toolbar_position),
1128         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
1129         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
1130         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
1131         (set_item_drag_source), (create_item_from_action), (create_item),
1132         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
1133         (popup_toolbar_context_menu_cb), (free_dragged_item),
1134         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1135         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
1136         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
1137         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1138         (item_added_cb), (item_removed_cb),
1139         (egg_editable_toolbar_construct),
1140         (egg_editable_toolbar_disconnect_model),
1141         (egg_editable_toolbar_deconstruct),
1142         (egg_editable_toolbar_set_model),
1143         (egg_editable_toolbar_set_ui_manager),
1144         (egg_editable_toolbar_set_property),
1145         (egg_editable_toolbar_get_property),
1146         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
1147         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
1148         (egg_editable_toolbar_new_with_model),
1149         (egg_editable_toolbar_get_edit_mode),
1150         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
1151         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
1152         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
1153         (new_pixbuf_from_widget), (new_separator_pixbuf),
1154         (update_separator_image), (style_set_cb),
1155         (_egg_editable_toolbar_new_separator_image),
1156         (egg_editable_toolbar_get_model):
1157         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1158         * cut-n-paste/toolbar-editor/egg-marshal.c:
1159         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1160         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
1161         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
1162         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
1163         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
1164         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
1165         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
1166         (editor_drag_data_delete_cb), (drag_data_get_cb),
1167         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
1168         (editor_create_item), (update_editor_sheet), (setup_editor),
1169         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
1170         (parse_item_list), (model_has_action), (update_actions_list),
1171         (egg_toolbar_editor_load_actions):
1172         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1173         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1174         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
1175         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
1176         (toolbars_item_new), (free_toolbar_node), (free_item_node),
1177         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
1178         (egg_toolbars_model_add_separator), (impl_add_item),
1179         (parse_item_list), (egg_toolbars_model_add_toolbar),
1180         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
1181         (impl_get_item_data), (impl_get_item_type),
1182         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
1183         (egg_toolbars_model_init), (free_toolbar),
1184         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
1185         (egg_toolbars_model_remove_toolbar),
1186         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1187         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
1188         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
1189         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
1190         (egg_toolbars_model_get_item_data),
1191         (egg_toolbars_model_get_item_type):
1192         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1193         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1194         * data/Makefile.am:
1195         * data/evince-toolbar.xml:
1196         * data/evince-ui.xml:
1197         * data/hand-open.png:
1198         * po/POTFILES.in:
1199         * shell/Makefile.am:
1200         * shell/ev-window.c: (update_chrome_visibility),
1201         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
1202         (ev_window_dispose), (ev_window_init):
1203
1204         Implement epiphany like toolbar editor. Based on patch by
1205         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1206
1207 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1208
1209         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
1210
1211         Use set_cursor instead of set_selection, so that
1212         the keyboard focus moves too.
1213
1214 2005-05-09  Aleksey Kliger <akliger@gmail.com>
1215
1216         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
1217
1218         Fix infinite loop when loading Type1 fonts
1219
1220 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1221
1222         * data/evince-ui.xml:
1223         * shell/ev-window.c:
1224
1225         Slash -> Find
1226
1227 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
1228
1229         * configure.ac:
1230
1231         Make --disable really disable
1232
1233 2005-05-07  Juerg Billeter  <j@bitron.ch>
1234
1235         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
1236
1237         Compare page labels even without has_labels set, fixes setting page
1238         with entry
1239
1240 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1241
1242         * shell/ev-view.c: (ev_view_create_invisible_cursor),
1243         (ev_view_set_cursor), (ev_view_button_press_event),
1244         (ev_view_motion_notify_event), (ev_view_button_release_event),
1245         (ev_view_init):
1246
1247         Implement middle button scrolling. Based on a patch
1248         by Tommi Komulainen <tommi.komulainen@iki.fi>.
1249
1250 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
1251
1252         * shell/ev-document-types.c: (get_slow_mime_type),
1253         (get_document_type_from_mime), (ev_document_type_lookup):
1254         * shell/ev-document-types.h:
1255
1256         Change api to lookup from uri. Do fast lookup first, if the
1257         type is unknown try with data sniffing.
1258
1259         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
1260         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1261
1262         Adapt to api change
1263
1264 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1265
1266         * thumbnailer/Makefile.am:
1267
1268         Fix distcheck
1269
1270 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1271
1272         * NEWS:
1273         * configure.ac:
1274
1275         Release 0.3.0
1276
1277         * data/evince-ui.xml:
1278
1279         Hide presentation mode for now
1280
1281         * shell/ev-view.c: (highlight_find_results):
1282
1283         Show current find selection only on current page
1284
1285 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1286
1287         * shell/ev-view.c: (ev_view_select_all):
1288
1289         Compute size of the actual page, not of
1290         the current one.
1291
1292 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1293
1294         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
1295         (view_rect_to_doc_rect), (compute_selections),
1296         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
1297         (ev_view_copy), (ev_view_primary_get_cb),
1298         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
1299         (ev_view_button_press_event), (ev_view_motion_notify_event),
1300         (ev_view_button_release_event), (page_changed_cb):
1301
1302         Fix text selection
1303
1304 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1305
1306         * shell/ev-view.c: (compute_border), (get_page_extents),
1307         (doc_rect_to_view_rect), (highlight_find_results),
1308         (ev_view_bin_expose), (ev_view_select_all),
1309         (ev_view_motion_notify_event), (update_find_status_message),
1310         (jump_to_find_result), (jump_to_find_page):
1311
1312         First go at fixing search, still buggy
1313
1314 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
1315
1316         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
1317         dropdown box and button at the top of the sidebar.
1318
1319 2005-05-02  James Bowes  <bowes@cs.dal.ca>
1320
1321         * configure.ac: Output zoom-control Makefile.
1322         * cut-n-paste/Makefile.am: build zoom-control subdir.
1323         * cut-n-paste/zoom-control/ephy-zoom-action.c:
1324         * cut-n-paste/zoom-control/ephy-zoom-action.h:
1325         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1326         * cut-n-paste/zoom-control/ephy-zoom-control.h:
1327         * cut-n-paste/zoom-control/ephy-zoom.c:
1328         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
1329         from epiphany, and modified to add a separator into the menu.
1330         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
1331         * data/evince-ui.xml: Replace old zoom toolbar actions with new
1332         zoom-control action.
1333         * shell/Makefile.am: Include zoom-control flags.
1334         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
1335         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
1336         (ev_view_zoom_for_size_presentation),
1337         (ev_view_zoom_for_size_continuous_and_dual_page),
1338         (ev_view_zoom_for_size_continuous),
1339         (ev_view_zoom_for_size_dual_page),
1340         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
1341         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
1342         ev_view_get_zoom and ev_view_get_sizing_mode.
1343         * shell/ev-view.h:
1344         * shell/ev-window.c: (update_action_sensitivity),
1345         (update_sizing_buttons), (zoom_control_changed_cb),
1346         (register_custom_actions): Initialize and use the zoom-control 
1347         widget.
1348
1349 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
1350
1351         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
1352         preview cache back to 1.  Don't know when it got set to 0.
1353         
1354         * shell/ev-view.c: (compute_border), (ev_view_realize),
1355         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
1356         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
1357         (ev_view_get_fullscreen), (ev_view_set_presentation),
1358         (ev_view_get_presentation), (ev_view_set_sizing_mode),
1359         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
1360         * shell/ev-view.h:
1361         * shell/ev-window.c:
1362         (update_chrome_visibility),
1363         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1364         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1365         (update_document_mode), (ev_window_update_fullscreen_action),
1366         (ev_window_fullscreen), (ev_window_unfullscreen),
1367         (ev_window_cmd_view_fullscreen),
1368         (ev_window_update_presentation_action),
1369         (ev_window_run_presentation), (ev_window_stop_presentation),
1370         (ev_window_cmd_view_presentation), (ev_window_state_event),
1371         (ev_window_focus_in_event), (ev_window_focus_out_event),
1372         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
1373         * data/evince-ui.xml: Initial presentation mode.  We should
1374         probably hide this until it's done, as it's quite rough.  Also,
1375         change full-screen to fullscreen and add two getters to EvView.
1376
1377 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
1378
1379         * shell/ev-page-action.c: (update_page_cache),
1380         (ev_page_action_dispose):
1381         * shell/ev-window.c: (destroy_fullscreen_popup),
1382         (ev_window_create_fullscreen_popup):
1383
1384         Use connect_object rather than explicitly
1385         disconnect on dispose.
1386
1387 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
1388
1389         * shell/ev-page-action.c: (update_page_cache),
1390         (ev_page_action_dispose):
1391
1392 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1393
1394         * backend/ev-page-cache.c: (_ev_page_cache_new),
1395         (ev_page_cache_set_page_label),
1396         (ev_page_cache_has_nonnumeric_page_labels):
1397         * backend/ev-page-cache.h:
1398         * shell/ev-page-action.c: (update_pages_label):
1399         
1400         If all page labels are numeric, fallback to default
1401         way to display number of pages. See bug 173185.
1402
1403 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1404
1405         * shell/ev-page-action.c: (ev_page_action_dispose):
1406         * shell/ev-view.c: (view_update_range_and_current_page):
1407         * shell/ev-window.c: (ev_window_dispose):
1408         
1409         Set page on scroll in continuous mode. Fixes bug 301986.
1410         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
1411
1412 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
1413
1414         * configure.ac:
1415
1416         Require poppler 0.3.0
1417
1418 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1419         
1420         * shell/Makefile.am, configure.ac: Fix build problems
1421         with t1lib. Bug 301996.
1422
1423 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1424
1425         * shell/ev-view.c: (ev_view_scroll_event):
1426         
1427         Scroll up increase zoom
1428
1429 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
1432         (ev_view_set_sizing_mode),
1433         (ev_view_zoom_for_size_continuous_and_dual_page),
1434         (ev_view_zoom_for_size_continuous):
1435         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1436         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
1437         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
1438         (ev_window_init):
1439
1440         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
1441         Fix for 165473 and 165472.
1442
1443 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1444
1445         * po/POTFILES.in:
1446         * thumbnailer/Makefile.am:
1447         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
1448         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
1449         * thumbnailer/evince-thumbnailer.schemas.in:
1450         
1451         Make thumbnailer schemas translatable. Fix for bug 301773
1452         
1453         * thumbnailer/evince-thumbnailer-djvu.schemas:
1454         * thumbnailer/evince-thumbnailer-dvi.schemas:
1455         * thumbnailer/evince-thumbnailer.schemas:
1456
1457         Removed files
1458
1459 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
1460
1461         * shell/ev-view.c (ev_view_init): forgot to set this.
1462
1463 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
1464
1465         * shell/ev-view.c: (find_page_at_location),
1466         (get_link_at_location),
1467         (ev_view_set_show_border), (ev_view_set_spacing),
1468         (ev_view_zoom_for_size_continuous_and_dual_page),
1469         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
1470         Also, add a quick fix measuring of widths.  Also, removed
1471         ev_view_set_spacing and ev_view_set_show_border.
1472         
1473         * shell/ev-window.c: (ev_window_unfullscreen),
1474         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
1475
1476 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1477
1478         * shell/ev-view.c: (view_update_range_and_current_page),
1479         (page_changed_cb):
1480         
1481         Fix crash on exit and scrolling to page in continuous view.
1482
1483 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
1484
1485         * TODO:
1486         * backend/ev-page-cache.c: (_ev_page_cache_new),
1487         (ev_page_cache_get_max_width_size),
1488         (ev_page_cache_get_max_height_size):
1489         * backend/ev-page-cache.h:
1490         * data/evince-ui.xml:
1491         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
1492         * shell/ev-view.c: (view_update_adjustments),
1493         (view_update_range_and_current_page), (get_bounding_box_size),
1494         (ev_view_size_request_continuous_and_dual_page),
1495         (ev_view_size_request_continuous),
1496         (ev_view_size_request_dual_page),
1497         (ev_view_size_request_single_page), (ev_view_size_request),
1498         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
1499         (ev_view_bin_expose), (ev_view_expose_event),
1500         (ev_view_set_property), (ev_view_get_property),
1501         (ev_view_class_init), (ev_view_init), (ev_view_new),
1502         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
1503         (ev_view_set_dual_page), (ev_view_set_full_screen),
1504         (ev_view_set_presentation), (ev_view_set_sizing_mode),
1505         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
1506         (ev_view_zoom_out), (zoom_for_size_fit_width),
1507         (zoom_for_size_best_fit),
1508         (ev_view_zoom_for_size_continuous_and_dual_page),
1509         (ev_view_zoom_for_size_continuous),
1510         (ev_view_zoom_for_size_dual_page),
1511         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1512         (ev_view_show_cursor), (ev_sizing_mode_get_type):
1513         * shell/ev-view.h:
1514         * shell/ev-window.c: (update_action_sensitivity),
1515         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1517         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
1518         (ev_window_cmd_view_zoom_out), (update_view_size),
1519         (ev_window_set_sizing_mode), (ev_window_init):
1520
1521         Add Continuous and Dual page modes.
1522
1523 2005-04-23  James Bowes  <bowes@cs.dal.ca>
1524
1525         * dvi/dvi-document.c: (dvi_document_load),
1526         (dvi_document_thumbnails_get_thumbnail),
1527         (dvi_document_init_params): Fix up some mixups between
1528         width and height to correct thumbnail rendering.
1529
1530 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1531
1532         * dvi/mdvi-lib/private.h:
1533         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
1534         
1535         Suppess output for kpathsea during font generation. Thanks to
1536         James Bowes
1537
1538 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
1539
1540         * NEWS:
1541         * configure.ac:
1542
1543         Release 0.2.1
1544
1545         * Makefile.am: fix distcheck.
1546
1547 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1548
1549         * shell/ev-sidebar-links.c: (selection_changed_callback),
1550         (update_page_callback), (row_activated_callback),
1551         (job_finished_callback), (ev_sidebar_links_set_document):
1552         
1553         Fix for bug #169901. Double click on links expands tree.
1554
1555 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
1556
1557         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
1558         hard-coded style. Fix for bug 170111
1559
1560 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
1561
1562         * shell/ev-view.c (highlight_find_results): Remove unnecessary
1563         locking.
1564
1565 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
1566
1567         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
1568
1569 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
1570
1571         * pdf/ev-poppler.cc:
1572         * shell/ev-view.c: (highlight_find_results):
1573
1574         Fix find on single page documents
1575
1576 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
1577
1578         * data/evince.schemas.in: fix for bug 301390
1579
1580 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
1581
1582         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
1583         (ev_view_zoom_out), (ev_view_zoom_normal):
1584         * shell/ev-view.h:
1585         * shell/ev-window.c: (update_action_sensitivity),
1586         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1587         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
1588         (ev_window_cmd_view_normal_size):
1589
1590         Fix normal size zoom. Make zoom in/zoom out unsensitive when
1591         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
1592         better than oom. 
1593
1594 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
1595
1596         * configure.ac:
1597
1598         Depend on 2.57, 2.59 doesnt seem to be necessary
1599
1600 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
1601
1602         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
1603         (create_tool_item):
1604
1605         Put back total number of pages as (1 of 1234)
1606
1607 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
1608
1609         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
1610         remove the job.
1611
1612         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
1613         function.  This helps debugging.
1614
1615 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1616
1617         * djvu/djvu-document.c: (djvu_document_class_init),
1618         (djvu_document_get_info), (djvu_document_document_iface_init):
1619         * dvi/dvi-document.c: (dvi_document_class_init),
1620         (dvi_document_get_info), (dvi_document_document_iface_init):
1621
1622        Dummy implementation of get_info method for dvi and djvu. Fix
1623        crashes with those backends
1624
1625 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
1626
1627         * data/evince.desktop.in:
1628
1629         Add application/x-gzpostscript
1630
1631 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
1632
1633         * data/evince.schemas.in: Added real long descriptions, 
1634         closes bug 172496 
1635
1636         * README: Added actual text, closes bug 171869
1637
1638 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
1639
1640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1641
1642         Thumbnail page 0
1643
1644 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
1645
1646         * backend/ev-document-info.h:
1647
1648         s/GDate */GDate so we can just use g_free
1649
1650 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
1651
1652         * shell/ev-window.c: (update_document_mode),
1653         (ev_window_setup_document):
1654
1655         Show the window in fullscreen when specified by
1656         the document
1657
1658 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
1659
1660         * backend/ev-document.c: (ev_document_class_init),
1661         (ev_document_get_info), (ev_document_render_pixbuf):
1662         * backend/ev-document.h:
1663         * backend/ev-page-cache.c: (_ev_page_cache_new):
1664         * pdf/ev-poppler.cc:
1665         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
1666         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
1667         * ps/ps-document.c: (ps_document_class_init), (document_load),
1668         (ps_document_get_info), (ps_document_document_iface_init):
1669
1670         Remove get_title from the interface, we can just use document info
1671
1672 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
1673
1674         * backend/Makefile.am:
1675         * backend/ev-document.c: (ev_document_render_get_info):
1676         * backend/ev-document.h:
1677         * pdf/ev-poppler.cc:
1678
1679         Initial support for document info. Based on jrb patch.
1680
1681 2005-04-19  Paolo Borelli <pborelli@katamail.com>
1682
1683         * shell/ev-window.c: (ev_window_state_event),
1684         (ev_window_class_init), (ev_window_init):
1685         
1686         Doesn't show resize grip when maximized. See bug #301053
1687
1688 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1689
1690         * po/POTFILES.in:
1691         
1692         ev-sidebar-thumbnails now has translatable labels
1693         
1694         * shell/Makefile.am:
1695         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
1696         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
1697         (ev_sidebar_links_page_iface_init):
1698         * shell/ev-sidebar-links.h:
1699         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
1700         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
1701         (ev_sidebar_page_get_label):
1702         * shell/ev-sidebar-page.h:
1703         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
1704         (ev_sidebar_thumbnails_set_document),
1705         (ev_sidebar_thumbnails_support_document),
1706         (ev_sidebar_thumbnails_get_label),
1707         (ev_sidebar_thumbnails_page_iface_init):
1708         * shell/ev-sidebar-thumbnails.h:
1709         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
1710         (ev_sidebar_set_document):
1711         * shell/ev-sidebar.h:
1712         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
1713         
1714         Small rework of sidebar code. Now sidebar pages should implement
1715         EvSidebarPage interface. That makes page management in EvSidebar
1716         easier. See bug #164811 for details
1717
1718 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1719
1720         * shell/ev-application.c: (ev_application_open):
1721         * shell/ev-document-types.c:
1722         
1723         Fix build error and small problem with application exit
1724
1725 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1726
1727         * thumbnailer/Makefile.am:
1728         * thumbnailer/evince-thumbnailer-djvu.schemas:
1729         * thumbnailer/evince-thumbnailer-dvi.schemas:
1730         
1731         Conditionally install schemas for djvu/dvi thumbnailer
1732
1733 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
1734
1735         * shell/ev-document-types.h: 
1736         * shell/ev-document-types.c: 
1737         New files, handling the mapping from mimetypes to backends
1738         
1739         * shell/ev-window.c: 
1740         * thumbnailer/evince-thumbnailer.c:     
1741         Use the ev-document-types code
1742         
1743         * shell/Makefile.am: 
1744         Added new convenience library libevbackendfactory_la, containing
1745         the new mimetype->backend logic; moved the backends into it.
1746
1747         * thumbnailer/Makefile.am:
1748         Make the thumbnailer link with the libevbackend.la convenience
1749         library, rather than having a duplicate of the backend logic here.
1750
1751 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
1752
1753         * shell/ev-stock-icons.c: constify some vars.
1754         * shell/ev-window.c: ditto.
1755
1756 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
1757
1758         * ps/ps-document.c (get_page_orientation):
1759
1760         Respect document orientation 
1761
1762 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1763
1764         * djvu/Makefile.am:
1765         * dvi/Makefile.am:
1766         * shell/Makefile.am:
1767         
1768         Move library dependencies to components.
1769         
1770         * shell/ev-window.c: (update_window_title),
1771         (start_loading_document):
1772         
1773         Fix display of uris with spaces. Bug 168358.
1774
1775 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
1776
1777         * shell/ev-sidebar-links.c: (selection_changed_cb):
1778         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
1779         (ev_view_button_release_event), (ev_view_set_document):
1780         * shell/ev-view.h:
1781         * shell/ev-window.c: (find_bar_search_changed_cb):
1782         * shell/ev-window.h: Minor cleanups removing some dead code.
1783
1784 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1785
1786         * backend/ev-page-cache.c: (_ev_page_cache_new):
1787         
1788         Set current page to 0 if document has pages.
1789
1790 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1791
1792         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1793
1794         Initialize GError to NULL, fix a crash when loading fails.
1795
1796 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1797
1798         * shell/ev-window.c: (update_view_size):
1799
1800         Calculate shadow size only when there is actually
1801         a shadow.
1802
1803 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1804
1805         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
1806         * shell/ev-view.h:
1807
1808         Allow setting view spacing, default to 0
1809
1810         * shell/ev-window.c: (ev_window_unfullscreen),
1811         (ev_window_cmd_view_fullscreen), (ev_window_init):
1812
1813         Remove spacing in fullscreen mode
1814
1815 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1816
1817         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
1818         (ev_view_size_request), (expose_bin_window),
1819         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
1820         * shell/ev-view.h:
1821         * shell/ev-window.c: (ev_window_unfullscreen),
1822         (ev_window_cmd_view_fullscreen):
1823
1824         Do not draw the border in fulscreen
1825
1826 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1827
1828         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
1829         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
1830         (find_page_at_location), (page_changed_cb):
1831
1832         Rework border calculation, so that I can more easily disable it.
1833         Code somewhat cleaner too.
1834
1835 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
1836
1837         * backend/ev-page-cache.c: (ev_page_cache_init),
1838         (_ev_page_cache_new):
1839
1840         Remove some assertions, documents can have 0 pages.
1841         Make initial current page -1.
1842
1843         * shell/ev-page-action.c: (page_changed_cb):
1844
1845         Show "" if current page is -1
1846
1847         * shell/ev-window.c: (update_action_sensitivity),
1848         (ev_window_setup_document):
1849
1850         When document has 0 pages do not set the view
1851         and make nearly everything insensitive.
1852
1853 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1854
1855         * shell/ev-page-view.c:
1856         * shell/ev-page-view.h:
1857
1858         Remove unused files.
1859         
1860         * shell/ev-sidebar-thumbnails.c:
1861         (ev_sidebar_thumbnails_set_document):
1862         * shell/ev-sidebar.c: (ev_sidebar_set_document),
1863         (ev_sidebar_supports_document):
1864         * shell/ev-sidebar.h:
1865         * shell/ev-window.c: (ev_window_setup_document):
1866         
1867         Doesn't show thumbnails if document has 1 page. Make
1868         sidebar menu entries sensitive only if if they have 
1869         sense. Fix bug 164811. 
1870
1871 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1872
1873         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
1874         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
1875         (ev_view_zoom_out), (ev_view_set_size):
1876
1877         Rework sizing to deal with documents with not uniform page
1878         size.
1879
1880 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1881
1882         * backend/ev-page-cache.c: (_ev_page_cache_new):
1883
1884         Fix several page size caching bugs
1885
1886 2005-04-15  Luca Ferretti <elle.uca@libero.it>
1887
1888         * shell/ev-window.c: (set_action_properties):
1889
1890         Make all toolbar items translatable
1891
1892 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
1893
1894         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
1895         (save_page_list), (ps_document_save),
1896         (ps_document_document_iface_init), (ps_document_ps_export_begin),
1897         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
1898         (ps_document_ps_exporter_iface_init):
1899         * ps/ps-document.h:
1900
1901         Based on a patch by J�rg Billeter <j@bitron.ch>
1902         
1903         Implement print and save a copy for the ps backend.
1904
1905 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
1906
1907         * backend/ev-document.h:
1908         * djvu/djvu-document.c: (djvu_document_can_get_text),
1909         (djvu_document_document_iface_init):
1910         * dvi/dvi-document.c: (dvi_document_can_get_text),
1911         (dvi_document_document_iface_init):
1912         * pdf/ev-poppler.cc:
1913         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
1914         (pixbuf_document_document_iface_init):
1915         * ps/ps-document.c: (ps_document_can_get_text),
1916         (ps_document_document_iface_init):
1917         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
1918         * shell/ev-window.c: (update_action_sensitivity):
1919
1920         Fix the crash when trying to copy in backends that doesnt
1921         support it. We can implement a better solution once we
1922         do real text selection.
1923
1924 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
1925
1926         * data/evince-ui.xml:
1927         * shell/ev-window.c: (ev_window_cmd_escape):
1928         
1929         Work around the Escape conflict (find bar and unfullscreen)
1930
1931 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1932
1933         * backend/ev-page-cache.c: (ev_page_cache_next_page):
1934         
1935         Fix for #300233. Next page correctly handles document end.
1936         
1937         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1938         (ev_sidebar_thumbnails_class_init),
1939         (ev_sidebar_thumbnails_set_document),
1940         (ev_sidebar_thumbnails_clear_job),
1941         (ev_sidebar_thumbnails_clear_model):
1942         
1943         Cleanup thumbnail jobs on document changes.
1944         
1945         * shell/ev-view.c: (add_scroll_binding_keypad),
1946         (add_scroll_binding_shifted), (ev_view_class_init):
1947         
1948         Shift + Space scrolls up. Fix for #173184
1949         
1950         * shell/ev-window.c: (ev_window_open_page),
1951         (ev_window_cmd_view_reload):
1952         
1953         Fix reload (Bug #300094)
1954
1955 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         
1958         * dvi/mdvi-lib/assoc.c:
1959         * dvi/mdvi-lib/assoc.h: Removed garbage files
1960         
1961         * dvi/mdvi-lib/bitmap.c:
1962         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
1963         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
1964         * dvi/mdvi-lib/color.h: Antialias of rules
1965         
1966         * dvi/mdvi-lib/common.h:
1967         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
1968         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
1969         * dvi/mdvi-lib/files.c:
1970         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
1971         * dvi/mdvi-lib/mdvi.h:
1972         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1973         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
1974         * dvi/mdvi-lib/util.c: Fix compile warnings
1975         
1976         * dvi/dvi-document.c:
1977         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
1978         (dvi_document_thumbnails_get_thumbnail),
1979         (dvi_document_document_thumbnails_iface_init):
1980         * dvi/mdvi-lib/Makefile.am:
1981         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1982         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
1983         
1984         Dvi backend now renders thumbnails
1985
1986 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
1987
1988         * shell/main.c: (main): 
1989         
1990         Save accelerators on exit. Fixes bug #172095.
1991
1992 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
1993
1994         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
1995         update priority" comment.
1996
1997         * backend/ev-job-queue.c: Give a way to change priority.
1998
1999 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
2000
2001         * shell/ev-page-action.c: Fix logic.
2002
2003 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2004
2005         * shell/ev-view.c: (ev_view_can_find_next):
2006         * shell/ev-window.c: (ev_window_setup_document):
2007
2008         Check that the document supports find
2009
2010 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2011
2012         * data/evince-ui.xml:
2013         * shell/ev-view.c: (ev_view_can_find_next):
2014         * shell/ev-view.h:
2015         * shell/ev-window.c: (update_action_sensitivity),
2016         (find_changed_cb), (ev_window_setup_document),
2017         (ev_window_cmd_edit_find_next):
2018
2019         Add Edit->Find Next
2020
2021 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2022
2023         * pdf/ev-poppler.cc:
2024         * shell/ev-print-job.c: (idle_print_handler):
2025
2026         Make printing work again
2027
2028 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
2029
2030         * shell/ev-page-action.h:
2031         * shell/ev-page-action.c: (ev_page_action_widget_init),
2032         (ev_page_action_widget_class_init), (page_changed_cb),
2033         (create_tool_item), (update_page_cache), (build_new_tree_cb),
2034         (get_filter_model_from_model), (match_selected_cb),
2035         (display_completion_text), (match_completion), (update_model),
2036         (connect_proxy), (ev_page_action_set_property),
2037         (ev_page_action_get_property), (ev_page_action_set_document),
2038         (ev_page_action_set_model), (ev_page_action_class_init): Big
2039         reworking to make completions work iff we have >= GTK-2.7.0
2040                 
2041         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
2042         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
2043         (job_finished_cb): We now have a 'model' property that is set when
2044         the links are loaded.  This can be caught with "notify::model"
2045
2046         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
2047         listen for the model to be set, and propagate it to the action.
2048
2049 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2050
2051         * cut-n-paste/recent-files/egg-recent-item.c:
2052         (egg_recent_item_set_uri), (make_valid_utf8),
2053         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
2054         * cut-n-paste/recent-files/egg-recent-item.h:
2055         
2056         Update egg-recent from libegg. This should fix long
2057         startup problem. For details see
2058         http://bugzilla.gnome.org/show_bug.cgi?id=160531
2059
2060 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2061
2062         * cut-n-paste/recent-files/Makefile.am:
2063         * data/evince-ui.xml, shell/Makefile.am:
2064         * shell/ev-application.c, shell/ev-application.h:
2065         * shell/ev-window.c: Recent files support.
2066         
2067         * configure.ac: Added "ru" to ALL_LINGUAS.
2068         
2069         * dvju: new backend to support DJVU files.
2070         * dvi: new backend to support DVI.
2071
2072         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
2073         * ev-application.c: Support for new backends.
2074         
2075         * help, ev-window.c, main.c shell/Makefile.am: 
2076         Evince user documentation.
2077
2078 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2079
2080         * po/POTFILES.in:
2081         * shell/ev-window.c:
2082         * thumbnailer/evince-thumbnailer.c:
2083
2084         s/pdf-document/ev-poppler
2085
2086 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2087
2088         * NEWS:
2089         * configure.ac:
2090
2091         Release 0.2.0
2092
2093         * ps/ps-document.c: (setup_pixmap):
2094
2095         Remove debug code
2096
2097 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
2098
2099         * backend/ev-page-cache.c (ev_page_cache_next_page): 
2100         * shell/ev-window.c (ev_window_cmd_go_next_page) 
2101         (ev_window_cmd_go_first_page): Fix of by one errors.
2102
2103 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2104
2105         * ps/ps-document.c: (get_page_box):
2106
2107         Fix page size calculation
2108
2109 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2110
2111         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
2112         (ps_document_cleanup), (setup_pixmap), (get_page_box),
2113         (get_page_orientation), (setup_page), (document_load),
2114         (ps_document_get_page_size), (render_pixbuf_idle):
2115         * ps/ps-document.h:
2116
2117         More refactoring to adapt to EvDocument changes
2118
2119 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2120
2121         * ps/ps-document.c: (start_interpreter):
2122
2123         Actually add alpha args
2124
2125 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2126
2127         * pdf/ev-poppler.cc:
2128
2129         Make clipboard work again
2130
2131 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
2132
2133         Make searching work again.
2134         
2135         * backend/ev-document.c:
2136         * backend/ev-document.h:
2137         * backend/ev-document-find.c:
2138         * backend/ev-document-find.h: Change EvDocumentIface so we no
2139         longer store the current page or zoom level in the document.  The
2140         consequence is that all calls that operate on the current page now
2141         instead take the page number as an extra argument, and all
2142         coordinates are now doubles in document coordinate system.
2143
2144         * pdf/ev-poppler.cc:
2145         * pixbuf/pixbuf-document.c:
2146         * ps/ps-document.c: Update backends accordingly.
2147
2148 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
2149
2150         * autogen.sh:
2151
2152         Add required gettext version
2153
2154 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
2155
2156         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
2157         make F1 bring up non-existent help.
2158
2159         * shell/eggfindbar.c: Patch from Christian Persch to sync to
2160         epiphany's find bar, #167477
2161
2162         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
2163         <emil@nishra.com> to add space-bar scrolling, 
2164
2165         * shell/ev-window.c (static GtkActionEntry entries): add default
2166         keybinding for Help (F1)
2167         Fixes #171068
2168
2169         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
2170         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
2171         170110
2172
2173 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
2174
2175         * Makefile.am: 
2176         * pixbuf/pixbuf-document.c: 
2177
2178         Got pixbuf backend working again
2179
2180 2005-04-01  Steve Murphy  <murf@e-tools.com>
2181
2182         * configure.in: Added "rw" to ALL_LINGUAS.
2183
2184 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
2185
2186         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
2187         model types, noticed by Martin Kretzschmar.
2188
2189 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
2190
2191         * pdf/ev-poppler.cc: Implement search based on
2192         poppler_page_find_text().  Currently a bit crude since we remember
2193         all matches from all pages.  Also, we grab the big document lock
2194         when we search since searching changes the underlying stream and
2195         thus conflicts with the rendering thread.
2196         
2197         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2198         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
2199         (ev_view_find_previous): Fix some page indexes to be 0 based,
2200         offset rubber band by view offset,
2201
2202 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
2203
2204         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
2205
2206 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
2207
2208         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
2209         completely because I didn't understand GtkActions.  I should
2210         read Marco's code more carefully in the future.
2211
2212         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
2213         function
2214
2215 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
2216
2217         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
2218         PopplerRectangle change from poppler CVS.
2219
2220 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
2221
2222         * backend/ev-document.c: (ev_document_get_page_label):
2223         * backend/ev-document.h:
2224         * backend/ev-page-cache.c: (_ev_page_cache_new),
2225         (ev_page_cache_get_page_label):
2226         * backend/ev-page-cache.h:
2227         * pdf/ev-poppler.cc:
2228         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
2229         (links_page_num_func):
2230         * shell/ev-sidebar-thumbnails.c:
2231         (ev_sidebar_thumbnails_set_document):
2232         * shell/ev-view.c: (status_message_from_link),
2233         (ev_view_motion_notify_event):
2234         * shell/ev-window.c: (document_supports_sidebar): Add in page
2235         label support.  It's not perfect yet, but it's the first 'feature'
2236         in a while.
2237         Also, fix a bogus comment noticed by crispin. 
2238
2239 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
2240
2241         * Makefile.am: Remove pixbuf backend for now
2242
2243         * configure.ac: Require poppler-glib instead of just poppler.
2244
2245         * backend/ev-document-thumbnails.h: Add a comment
2246
2247         * backend/ev-document.h:
2248         * backend/ev-document.c: (ev_document_class_init),
2249         (ev_document_load), (ev_document_get_link),
2250         (ev_document_get_links): Remove 3 methods and add get_links.
2251         Also, made 0 based.
2252
2253         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2254         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
2255
2256         * backend/ev-link.c: (ev_link_set_title),
2257         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
2258         (ev_link_mapping_find):
2259         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
2260         
2261         * backend/ev-page-cache.c: (ev_page_cache_init),
2262         (_ev_page_cache_new), (ev_page_cache_set_current_page),
2263         (ev_page_cache_get_size), (ev_page_cache_next_page),
2264         (ev_page_cache_prev_page): Fix to be 0 based.
2265
2266         * pdf/Makefile.am: 
2267         * pdf/ev-poppler.h:
2268         * pdf/ev-poppler.cc: New backend.
2269         
2270         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
2271         (ps_document_get_page), (ps_document_document_iface_init):
2272
2273         * shell/ev-pixbuf-cache.h:
2274         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
2275         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2276         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
2277         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
2278         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
2279         Fix up code to grab a page cache per each doc.  Also, fix to be 0
2280         based.
2281         
2282         * shell/ev-sidebar-thumbnails.c:
2283         (ev_sidebar_tree_selection_changed), (page_changed_cb),
2284         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
2285
2286         * shell/ev-view.c: (status_message_from_link),
2287         (find_page_at_location), (get_link_at_location),
2288         (ev_view_motion_notify_event), (ev_view_button_release_event),
2289         (ev_view_init): Use the new link code.  Fix to be 0 based.
2290
2291         * shell/ev-window.c: (update_action_sensitivity),
2292         (document_supports_sidebar): 0 based.
2293
2294 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
2295
2296         * pdf/pdf-document.cc: Patch from Fernando Herrera
2297         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
2298         *blush*
2299
2300 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
2301
2302         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
2303         1 to the page, as this seems to be 1 based.  I thought we has this
2304         fixed.  grump.
2305
2306 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
2307
2308         * TODO:
2309         * backend/Makefile.am:
2310         * backend/ev-document-links.c:
2311         (ev_document_links_has_document_links),
2312         (ev_document_links_get_links_model):
2313         * backend/ev-document-links.h:
2314         * backend/ev-document.c: (ev_document_get_page_cache),
2315         (ev_document_get_doc_mutex), (ev_document_load),
2316         (ev_document_save), (ev_document_get_title),
2317         (ev_document_get_n_pages), (ev_document_set_page),
2318         (ev_document_get_page), (ev_document_set_target),
2319         (ev_document_set_scale), (ev_document_set_page_offset),
2320         (ev_document_get_page_size), (ev_document_get_text),
2321         (ev_document_get_link), (ev_document_render),
2322         (ev_document_render_pixbuf), (ev_document_scale_changed):
2323         * backend/ev-document.h:
2324         * backend/ev-job-queue.c: (remove_object_from_queue),
2325         (notify_finished), (handle_job), (search_for_jobs_unlocked),
2326         (no_jobs_available_unlocked), (ev_render_thread),
2327         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
2328         (ev_job_queue_remove_job):
2329         * backend/ev-job-queue.h:
2330         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
2331         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
2332         (ev_job_links_class_init), (ev_job_render_init),
2333         (ev_job_render_dispose), (ev_job_render_class_init),
2334         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
2335         (ev_job_thumbnail_class_init), (ev_job_finished),
2336         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
2337         (ev_job_render_run), (ev_job_thumbnail_new),
2338         (ev_job_thumbnail_run):
2339         * backend/ev-jobs.h:
2340         * backend/ev-link.c:
2341         * backend/ev-link.h:
2342         * backend/ev-page-cache.c: (ev_page_cache_init),
2343         (ev_page_cache_class_init), (ev_page_cache_finalize),
2344         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
2345         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
2346         (ev_page_cache_set_link), (ev_page_cache_get_title),
2347         (ev_page_cache_get_size), (ev_page_cache_next_page),
2348         (ev_page_cache_prev_page):
2349         * backend/ev-page-cache.h:
2350         * pdf/pdf-document.cc:
2351         * ps/gsdefaults.c:
2352         * ps/gsdefaults.h:
2353         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
2354         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
2355         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
2356         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
2357         (is_interpreter_ready), (output), (catchPipe), (input),
2358         (start_interpreter), (check_filecompressed), (compute_dimensions),
2359         (ps_document_enable_interpreter), (document_load),
2360         (ps_document_next_page), (render_page), (ps_document_set_page),
2361         (ps_document_set_scale), (render_pixbuf_idle),
2362         (ps_document_render_pixbuf), (ps_document_document_iface_init):
2363         * ps/ps-document.h:
2364         * shell/Makefile.am:
2365         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
2366         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
2367         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
2368         (ev_pixbuf_cache_new), (job_finished_cb),
2369         (check_job_size_and_unref), (move_one_job),
2370         (ev_pixbuf_cache_update_range), (find_job_cache),
2371         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
2372         (ev_pixbuf_cache_add_jobs_if_needed),
2373         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
2374         * shell/ev-pixbuf-cache.h:
2375         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2376         (idle_print_handler):
2377         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2378         (selection_changed_cb), (create_loading_model),
2379         (ev_sidebar_links_construct), (links_page_num_func),
2380         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
2381         (update_page_callback), (job_finished_cb),
2382         (ev_sidebar_links_set_document):
2383         * shell/ev-sidebar-thumbnails.c:
2384         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
2385         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
2386         (page_changed_cb), (thumbnail_job_completed_callback),
2387         (ev_sidebar_thumbnails_set_document):
2388         * shell/ev-sidebar-thumbnails.h:
2389         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2390         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
2391         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
2392         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
2393         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
2394         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
2395         (ev_view_button_release_event), (ev_view_scroll_view),
2396         (ev_view_class_init), (ev_view_init), (update_find_status_message),
2397         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
2398         (ev_view_new), (job_finished_cb), (page_changed_cb),
2399         (ev_view_set_document), (go_to_link), (ev_view_zoom),
2400         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
2401         (ev_view_find_previous):
2402         * shell/ev-view.h:
2403         * shell/ev-window.c: (update_action_sensitivity),
2404         (ev_window_open_page), (update_window_title), (update_total_pages),
2405         (page_changed_cb), (ev_window_setup_document),
2406         (password_dialog_response), (ev_window_cmd_save_as),
2407         (ev_window_print), (ev_window_cmd_go_previous_page),
2408         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
2409         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
2410         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
2411         * shell/main.c: (main):
2412
2413         Merge evince-threads branch
2414
2415 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
2416
2417         * configure.ac: Added "lt" to ALL_LINGUAS.
2418
2419 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
2420
2421         * NEWS:
2422         * configure.ac:
2423
2424         Release 0.1.9
2425
2426 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
2427
2428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2429
2430         Fix here also the thumbnails 1-basedness :)
2431
2432 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
2433
2434         * NEWS:
2435         * configure.ac:
2436
2437         Release 0.1.8
2438
2439 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
2440
2441         * pdf/pdf-document.cc:
2442         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
2443         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
2444
2445         Fix the mess we did with thumbnails and 1-basedness
2446
2447 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
2448
2449         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
2450
2451 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
2452
2453         * NEWS:
2454         * configure.ac:
2455
2456         Release 0.1.7
2457
2458 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
2459
2460         * ps/Makefile.am:
2461         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
2462         (gtk_gs_defaults_get_alpha_parameters),
2463         (gtk_gs_defaults_get_ungzip_cmd),
2464         (gtk_gs_defaults_get_unbzip2_cmd):
2465         * ps/gsdefaults.h:
2466         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
2467         (ps_document_get_orientation), (document_load),
2468         (ps_document_goto_page), (ps_document_set_page_size):
2469         * ps/ps-document.h:
2470
2471         Some more sanitization of the ps backend. Remove a lot
2472         of unused code and do not base our defaults on ggv
2473         preferences (ugh!)
2474
2475 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
2476
2477         * thumbnailer/evince-thumbnailer.schemas:
2478         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
2479         (main): add -s option for thumbnail size.
2480
2481 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
2482
2483         * configure.ac:
2484
2485         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
2486         remove it.
2487
2488 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
2489
2490         * pdf/pdf-document.cc:
2491
2492         Remove 4 pixels of useless border from the
2493         thumbnail.
2494
2495 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
2496
2497         * backend/ev-document-thumbnails.c:
2498         (ev_document_thumbnails_get_thumbnail):
2499         * backend/ev-document-thumbnails.h:
2500
2501         Rework API a bit. Add a border flag and
2502         change sizing logic (now the size we specify
2503         applies to the bigger dimension).
2504
2505         * pdf/pdf-document.cc:
2506         * pixbuf/pixbuf-document.c:
2507         (pixbuf_document_thumbnails_get_thumbnail):
2508         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
2509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2510
2511         Adapt to the new API and do not draw a border for nautilus
2512         thumbnailer.
2513
2514 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
2515
2516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2517         take thumbnails from page "0" instead of "1". Added a copyright header.
2518
2519 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
2520
2521         * ps/ps-document.c: (set_up_page), (start_interpreter):
2522
2523         Make it C89 compliant
2524
2525 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
2526
2527         * Makefile.am:
2528         * configure.ac:
2529         * pdf/.cvsignore:
2530         * pdf/pdf-document.cc:
2531         * thumbnailer/Makefile.am:
2532         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
2533         (main):
2534         * thumbnailer/evince-thumbnailer.schemas:
2535         * thumbnailer/pdf-icon.png:
2536
2537         Add a nautilus thumbnailer.
2538         Based on patch by Fernando Herrera <fherrera@onirica.com>.
2539
2540 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
2541
2542         * NEWS:
2543         * configure.ac:
2544         * po/POTFILES.in:
2545
2546         Release 0.1.6
2547
2548 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
2549
2550         Use poppler instead of including xpdf source code.  Poppler is a
2551         fork of xpdf to build it as a shared library. See
2552         http://freedesktop.org/wiki/Software/poppler.
2553
2554         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
2555         xpdf fork.
2556         
2557         * pdf/Makefile.am: Build libpdfdocument.a here.
2558         
2559         * pdf/GDKSplashOutputDev.cc:
2560         * pdf/GDKSplashOutputDev.h:
2561         * pdf/GnomeVFSStream.cc:
2562         * pdf/GnomeVFSStream.h:
2563         * pdf-document.cc:
2564         * pdf-document.h:
2565         * test-gdk-output-dev.cc
2566         * Thumb.cc:
2567         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
2568         against poppler.
2569
2570 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2571
2572         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
2573
2574         Clear idle stack before unsetting the document
2575
2576 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2577
2578         * ps/ps-document.c: (ps_document_widget_event),
2579         (ps_document_set_target), (ps_document_finalize),
2580         (ps_document_get_page):
2581
2582         Disconnect the widget event signal on finalize.
2583         Some code cleanups.
2584
2585 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2586
2587         * ps/ps-document.c: (set_up_page):
2588
2589         If there is no bpixmap create one, even if size
2590         is not changed.
2591
2592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2593
2594         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
2595         (set_up_page), (document_load), (ps_document_set_zoom):
2596
2597         Default page is 0. Calculate size even when we have no
2598         target yet.
2599
2600 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
2601
2602         * shell/ev-sidebar.c: expand the selection widget to be always as
2603         wide as the sidebar
2604
2605 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2606
2607         * shell/ev-sidebar-thumbnails.c:
2608         (ev_sidebar_thumbnails_set_document):
2609
2610         Clear the list store when setting document
2611
2612 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2613
2614         * shell/ev-page-action.c: (update_entry), (sync_entry),
2615         (activate_cb), (entry_size_request_cb), (create_tool_item),
2616         (connect_proxy):
2617
2618         Use an entry for the page control instead of spinbuttons
2619
2620 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
2621
2622         * data/evince.schemas.in:
2623
2624         Correct confusing string
2625
2626 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
2627
2628         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
2629         for real.  Gosh, how long has this been broken.
2630
2631         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
2632         check for a NULL link.  We crash otherwise.
2633
2634 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
2635
2636         * NEWS:
2637         * configure.ac:
2638
2639         Release 0.1.5
2640
2641 2005-02-25  Sebastien Bacher  <seb128@debian.org>
2642
2643         * configure.ac: add the french translation.
2644
2645 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
2646
2647         * shell/ev-window.c:
2648
2649         Remove unused header -> fix distcheck
2650
2651 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
2652
2653         * shell/ev-window.c: (update_window_title),
2654         (ev_window_popup_password_dialog):
2655
2656         Unescape filename for display
2657
2658 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
2659
2660         * pdf/xpdf/pdf-document.cc:
2661
2662         In get_page_size deal with rotation. Also
2663         cleanup the function a bit.
2664
2665 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
2666
2667         * pdf/xpdf/pdf-document.cc:
2668
2669         Fix crash when opening in new window
2670
2671 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
2672
2673         * configure.ac:
2674
2675         Check ghostscript >= 7
2676
2677 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
2678
2679         * shell/ev-window.c:
2680
2681         Make page width the default sizing mode
2682
2683 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
2684             Marco Pesenti Gritti <marco@gnome.org>
2685
2686         * shell/ev-window.c: Remember the sidebar size
2687
2688         * data/evince.schemas.in: Add a new gconf key to store the size of
2689         the sidebar
2690
2691 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
2692
2693         * data/evince-ui.xml:
2694         * shell/ev-window.c: (update_action_sensitivity),
2695         (ev_window_cmd_view_reload):
2696         
2697         Add a "Reload" action and menu entry
2698
2699 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
2700
2701         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
2702         iff the type doesn't support thumbnailing and indexing.
2703
2704 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
2705
2706         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
2707
2708 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2709
2710         * pdf/splash/Splash.cc:
2711
2712         Port fix for a crasher from kde bug
2713         http://bugs.kde.org/show_bug.cgi?id=97131
2714
2715 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2716
2717         * pdf/xpdf/pdf-document.cc:
2718
2719         Return a link even if it's of an unrecognized
2720         type. Otherwise we go in an infinte cycle.
2721
2722 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2723
2724         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
2725         (size_allocate_cb), (ev_window_set_sizing_mode):
2726
2727         Update size when switching mode
2728
2729 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2730
2731         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
2732         (ev_window_cmd_view_page_width), (update_sizing_buttons),
2733         (ev_window_cmd_view_normal_size):
2734
2735         Fix size toggle buttons behavior
2736
2737 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2738
2739         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
2740         (doc_rect_to_view_rect), (ev_view_size_allocate),
2741         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
2742         (scale_changed_callback):
2743
2744         Do not cache offsets in size_allocate.
2745
2746 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2747
2748         * shell/ev-view.c: (ev_view_size_allocate):
2749
2750         Calculate offsets before calling the parent
2751         class (which does a redraw)
2752
2753 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2754
2755         * pdf/xpdf/pdf-document.cc:
2756
2757         Fix a crasher on exit. Unused code, put a TODO
2758
2759 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
2760
2761         * backend/ev-document.c: (ev_document_class_init),
2762         (ev_document_page_changed), (ev_document_scale_changed):
2763         * backend/ev-document.h:
2764
2765         Separate page/scale notifications
2766
2767         * pdf/xpdf/pdf-document.cc:
2768
2769         Emit the new signals.
2770         Do not display the pdf page in _render, do it
2771         when scale/page are requested.
2772
2773         * ps/ps-document.c: (ps_document_set_zoom),
2774         (ps_document_widget_event):
2775         * ps/ps-document.h:
2776
2777         Emit the new signals.
2778
2779         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
2780         (ev_view_init), (page_changed_callback), (scale_changed_callback),
2781         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
2782         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
2783         * shell/ev-view.h:
2784         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
2785         (ev_window_cmd_view_page_width), (size_allocate_cb),
2786         (ev_window_set_sizing_mode):
2787
2788         Rework sizing to be pixel based.
2789         There are bugs but should be already way better.
2790
2791 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
2792
2793         * shell/ev-window.c: (ev_window_init):
2794
2795         Do not allow to shrink sidebar smaller then
2796         child requisition
2797
2798 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
2799
2800         * shell/ev-sidebar.[ch]
2801         * shell/ev-window.c:
2802
2803         Improved sidebar widget. Fixes #166683
2804
2805 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
2806
2807         * shell/ev-view.c (update_find_status_message): Give translators
2808         more flexibility with ngettext plural handling.
2809
2810 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
2811
2812         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
2813         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
2814         page when we get the page size.
2815
2816 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2817
2818         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
2819
2820         ps pages are 0 based, convert 
2821
2822 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2823
2824         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
2825
2826         Initialize correct parent class. Set GError on document load
2827
2828 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2829
2830         * pdf/xpdf/pdf-document.cc:
2831
2832         Fixup selection offset calculation
2833
2834         * shell/ev-view.c: (view_rect_to_doc_rect),
2835         (doc_rect_to_view_rect), (ev_view_size_allocate),
2836         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
2837         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
2838
2839         Store selection as document relative, so that zooming
2840         and offset changing doesnt break it.
2841
2842 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
2843
2844         * shell/ev-view.c: (ev_view_best_fit):
2845
2846         Do not try to best fit if the view is not realized
2847
2848 2005-02-20  Kostas Papadimas <pkst@gnome.org>
2849           
2850         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
2851
2852 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
2853
2854         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
2855
2856 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
2857
2858         * shell/ev-window.c: Change the fullscreen toolbar to always be in
2859         the popup window.  That prevents it resizing when in full screen
2860         mode.
2861
2862         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
2863         multiple rerenders.  This pretty much sucks.
2864
2865         * data/evince-ui.xml: Change the fullscreen toolbar to include the
2866         rest of the toolbar.
2867
2868 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
2869
2870         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
2871
2872 2005-02-17  Alexander Shopov  <ash@contact.bg>
2873
2874         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
2875
2876 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
2877
2878         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
2879
2880 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
2881
2882         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
2883         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
2884         (set_document_page), (document_changed_callback),
2885         (ev_view_set_document), (ev_view_find_previous),
2886         (ev_view_hide_cursor), (ev_view_show_cursor):
2887         * shell/ev-view.h:
2888         * shell/ev-window.c: (update_chrome_visibility),
2889         (fullscreen_timeout_cb), (fullscreen_set_timeout),
2890         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
2891         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
2892         (ev_window_unfullscreen):
2893         * shell/main.c: (main):
2894
2895         Automatically hide the fullscreen button.
2896         Patch by Kristian Høgsberg <krh@redhat.com>
2897
2898 2005-02-16  Vincent Noel  <vnoel@cox.net>
2899
2900         * shell/main.c (main): Specify an icon for the window. Patch by
2901         Jaap A. Haitsma. Fixes #166177.
2902
2903 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
2904
2905         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
2906
2907 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
2908
2909         * backend/ev-document-misc.h:
2910         * backend/ev-document-misc.c:
2911         (ev_document_misc_get_page_border_size),
2912         (ev_document_misc_paint_one_page): New function to canonicalize
2913         sizing/painting a border.
2914
2915         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
2916         used.
2917
2918         * pdf/xpdf/pdf-document.cc: use new function
2919
2920         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
2921         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
2922         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
2923         shell/ev-window.c: (update_sizing_buttons),
2924         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
2925         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
2926         (ev_window_cmd_view_page_width), (size_allocate_cb),
2927         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
2928         and "fit width" values act as toggle buttons so they stay
2929         toggled.  It's not 100% perfect, and it's a little slow, but it's
2930         good enough to commit I think.
2931
2932 2005-02-15  David Lodge  <dave@cirt.net>
2933
2934         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
2935
2936 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
2937
2938         * shell/ev-window.c (update_window_title): replace newlines in
2939         the title by spaces. Bug #166107.
2940
2941 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
2942
2943         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
2944         parameters providing allocation width and height without
2945         scrollbars and width of a possible vertical scrollbar. With this
2946         additional information the functions can work as
2947         intended. Unfortunately they're not idempotent. We should
2948         transform these commands to toggles. Fixes Bug #164976
2949         Initial patch by Stephane Loeuillet, then heavily modified.
2950
2951         * shell/ev-view.h: update prototypes.
2952
2953         * shell/ev-window.c (ev_window_cmd_view_best_fit)
2954         (ev_window_cmd_view_page_width): provide EvView fit functions with
2955         all the information they need. Formulas to calculate this
2956         information taken from GtkScrolledWindow.
2957
2958 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
2959
2960         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
2961         created a thumbnail, the list store is updated to know
2962         that the thumbnail is set. Fixes bug #166792
2963
2964 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2965
2966         * shell/ev-window.c: fixed typo, closes bug 166897
2967
2968         * TODO: updated TODO with bug numbers that are relevant
2969
2970 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
2971
2972         * shell/ev-window.c: Support for DnD of files. Fixes #164813
2973
2974 2005-02-09  Vincent Noel  <vnoel@cox.net>
2975
2976         * shell/ev-window.c: (set_action_properties): Set the "Previous"
2977         and "Next" toolbar buttons as important to make them stand out.
2978
2979 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2980
2981         * lib/ev-debug.c:
2982         * lib/ev-debug.h:
2983         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
2984         (start_interpreter), (stop_interpreter), (document_load),
2985         (ps_document_next_page), (ps_document_goto_page),
2986         (ps_document_set_page_size), (ps_document_widget_event),
2987         (ps_document_render):
2988         * shell/ev-page-view.c: (ev_page_view_dispose):
2989         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
2990
2991         Fix compilation on non-gcc platforms
2992
2993 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2994
2995         * NEWS:
2996         * configure.ac:
2997
2998         Release 0.1.4
2999
3000         * pdf/xpdf/Catalog.cc:
3001         * pdf/xpdf/XRef.cc:
3002
3003         Fix the fix for CAN-2004-0888
3004
3005 2005-02-09  Luca Ferretti <elle.uca@libero.it>
3006
3007         * data/Makefile.am:
3008         * data/evince-ui.xml:
3009         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3010         * shell/ev-stock-icons.h:
3011         * shell/ev-window.c: (update_action_sensitivity),
3012         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
3013         (set_action_properties):
3014
3015         Improve toolbar layout/icons
3016
3017 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
3018
3019         * pdf/xpdf/pdf-document.cc:
3020
3021         Add warnings about unimplemented/unknown link
3022         types.
3023
3024 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3025
3026         * ps/ps-document.c: (set_up_page):
3027
3028         Log gs property
3029
3030 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3031
3032         * ps/ps-document.c: (start_interpreter):
3033
3034         Log gs env var
3035
3036 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3037
3038         * shell/ev-page-view.c: (ev_page_view_dispose):
3039         * shell/ev-view.c: (ev_view_finalize):
3040         * shell/ev-window.c: (ev_window_setup_document),
3041         (ev_window_dispose), (ev_window_init):
3042
3043         Solve more refs issues.
3044
3045         I commented out the page_view initialization for now:
3046         it was never destroyed (because it's never added
3047         to a container). Because of that we was leaking
3048         gs processes. Couldnt think to a clean fix.
3049         We need to figure this out, password view has the
3050         same issue probably.
3051
3052 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3053
3054         * ps/ps-document.c: (ps_document_finalize),
3055         (ps_document_get_n_pages), (ps_document_get_page):
3056
3057         Some cleanups, stop the interpreter on finalize
3058
3059         * shell/ev-page-view.c: (ev_page_view_dispose),
3060         (ev_page_view_class_init):
3061
3062         Release our reference on the document
3063
3064 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3065
3066         * Makefile.am:
3067         * configure.ac:
3068         * doc/debugging.txt:
3069         * lib/.cvsignore:
3070         * lib/Makefile.am:
3071         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
3072         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
3073         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
3074         * lib/ev-debug.h:
3075
3076         Add debugging helpers
3077
3078         * ps/Makefile.am:
3079         * ps/ps-document.c: (set_up_page), (start_interpreter),
3080         (stop_interpreter), (document_load), (ps_document_next_page),
3081         (ps_document_goto_page), (ps_document_set_page_size),
3082         (ps_document_widget_event), (ps_document_render):
3083         * shell/Makefile.am:
3084         * shell/ev-view.c: (expose_bin_window):
3085         * shell/main.c: (main):
3086
3087         Add some logs
3088         
3089 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3090
3091         * ps/ps-document.c: (ps_document_widget_event):
3092
3093         Initialize message_window, this should make ps
3094         rendering really work! (Never noticed because I was
3095         testing with a ps that is causing gs to exit every time!)
3096
3097 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
3098
3099         * data/evince.schemas.in: updated simple error in applyto closing tag
3100
3101 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
3102
3103         * Makefile.am:
3104         * configure.ac:
3105         * data/.cvsignore:
3106         * data/Makefile.am:
3107         * data/evince-ui.xml:
3108         A data/evince.schemas.in:
3109         * po/POTFILES.in:
3110         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3111         * shell/ev-stock-icons.h:
3112         * shell/ev-window.c: (update_chrome_visibility),
3113         (update_chrome_flag), (ev_window_cmd_edit_find),
3114         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
3115         (ev_window_unfullscreen), (ev_window_focus_in_event),
3116         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
3117         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
3118         (ev_window_view_sidebar_cb), (find_bar_close_cb),
3119         (ev_window_dispose), (ev_window_class_init),
3120         (set_action_properties), (set_chrome_actions), (load_chrome),
3121         (ev_window_init):
3122
3123         Implement fullscreen mode changes from bug #164776.
3124         Also implement persistent chrome toggles.
3125
3126 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
3127
3128         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
3129
3130 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3131
3132         * NEWS:
3133         * configure.ac:
3134         * shell/ev-view.c:
3135
3136         Add another check for find interface
3137
3138         Release 0.1.3
3139
3140 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3141
3142         * shell/ev-application.c: (ev_application_open):
3143         * shell/ev-window.c: (ev_window_open):
3144
3145         Open gzipped ps documents
3146
3147 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3148
3149         * TODO:
3150         * shell/ev-view.c: (set_document_page):
3151
3152         Clamp page number, dont try to move to
3153         not existant pages.
3154
3155 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3156
3157         * backend/ev-document-find.c: (ev_document_find_changed):
3158         * backend/ev-document-find.h:
3159         * pdf/xpdf/pdf-document.cc:
3160         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
3161         * shell/ev-window.c: (find_bar_search_changed_cb):
3162
3163         Fix several bugs with find
3164
3165 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
3166
3167         * shell/ev-sidebar-thumbnails.c
3168         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
3169         document. Prevents warning from scroll_to_cell.
3170
3171 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
3172
3173         * configure.ac: Add «nb» to ALL_LINGUAS too.
3174
3175 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
3176
3177         * NOTES: New file with some random thoughts.
3178
3179         * TODO: Update.
3180
3181         * backend/ev-document-misc.c:
3182         (ev_document_misc_get_page_border_size): New function to
3183         canonicalize shadow drawing sizes.  Possibly goofy.
3184
3185         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
3186         (ev_view_best_fit), (ev_view_fit_width):
3187         * pdf/xpdf/pdf-document.cc:
3188         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
3189         * ps/ps-document.c: (ps_document_get_page_size):
3190         * backend/ev-document-misc.h:
3191         * backend/ev-document.c: (ev_document_get_page_size):
3192         * backend/ev-document.h: get_page_size now takes a page number
3193         parameter.  Made all the backends/frontends honor it.
3194
3195         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
3196         see.  Doesn't work yet.
3197
3198         * shell/Makefile.am:
3199         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
3200         Doesn't do anything yet.
3201
3202         * shell/ev-sidebar-thumbnails.c:
3203         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
3204         [0..n_pages-1]
3205
3206         * shell/ev-window.c: (update_action_sensitivity),
3207         (ev_window_setup_document), (ev_window_set_page_mode),
3208         (ev_window_page_mode_cb), (ev_window_init): Clean up the
3209         view-swapping code a bit so we can have multiple views on a
3210         document.  Add the multi-page view, though it can't be turned on
3211         yet.
3212
3213 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3214
3215         * shell/ev-application.c: (ev_application_open):
3216         * shell/ev-view.c: (expose_bin_window):
3217         * shell/ev-window.c: (ev_window_open):
3218
3219         Support eps and check document supports find
3220         before drawing highlightings in expose.
3221
3222 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
3223
3224         * pixbuf/pixbuf-document.c:
3225         (pixbuf_document_thumbnails_get_dimensions),
3226         (pixbuf_document_document_thumbnails_iface_init):
3227
3228         implement get_dimensions
3229
3230 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3231
3232         * NEWS:
3233         * configure.ac:
3234
3235         Release 0.1.2
3236
3237 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3238
3239         * shell/ev-view.c: (set_document_page):
3240
3241         Scroll at the top of the page when changing page
3242
3243 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3244
3245         * shell/ev-view.c: (ev_view_motion_notify_event):
3246
3247         Do not redraw unnecessarily
3248
3249 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3250
3251         * pdf/xpdf/pdf-document.cc:
3252         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3253         (expose_bin_window), (find_changed_cb):
3254
3255         Yay! find works now... Now to find bugs...
3256
3257 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3258
3259         * backend/ev-document-find.c: (ev_document_find_base_init),
3260         (ev_document_find_changed):
3261         * backend/ev-document-find.h:
3262         * pdf/xpdf/pdf-document.cc:
3263         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3264         (expose_bin_window), (ev_view_init), (set_document_page),
3265         (ensure_rectangle_is_visible), (jump_to_find_result),
3266         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
3267         (ev_view_find_next), (ev_view_find_previous):
3268         * shell/ev-view.h:
3269         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
3270
3271         More work on find implementation, mostly there now
3272
3273 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
3274
3275         * backend/ev-backend-marshalers.list:
3276         * backend/ev-document-find.c: (ev_document_find_base_init),
3277         (ev_document_find_cancel), (ev_document_find_page_has_results),
3278         (ev_document_find_get_n_results), (ev_document_find_get_result),
3279         (ev_document_find_get_progress), (ev_document_find_changed):
3280         * backend/ev-document-find.h:
3281
3282         Enanche the find interface to be really able to do
3283         multi page find.
3284
3285         * pdf/xpdf/pdf-document.cc:
3286
3287         Implement
3288
3289         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
3290         (expose_bin_window), (ev_view_init),
3291         (ev_view_get_find_status_message), (find_changed_cb),
3292         (ev_view_set_document), (set_document_page):
3293
3294         Adapt to the new interface. A few things are regressed sorry,
3295         I will finish it soon.
3296
3297 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
3298
3299         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
3300         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
3301         ev_sidebar_thumbnails_parent_class variable, don't define another
3302         parent_class variable.
3303
3304         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
3305         (ev_page_action_class_init): ditto.
3306
3307         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
3308         (pixbuf_document_class_init): ditto.
3309
3310         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
3311         ditto.
3312
3313         * .cvsignore: ignore various valgrind output files.
3314
3315 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
3316
3317         * data/evince-ui.xml:
3318         * shell/Makefile.am:
3319         * shell/ev-history.c:
3320         * shell/ev-history.h:
3321         * shell/ev-navigation-action.c:
3322         * shell/ev-navigation-action.h:
3323         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
3324         (ev_view_set_page), (ev_view_fit_width):
3325         * shell/ev-view.h:
3326         * shell/ev-window.c: (update_action_sensitivity),
3327         (ev_window_setup_document), (register_custom_actions):
3328
3329         Kill session history
3330
3331 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
3332
3333         * shell/ev-window.c: (update_action_sensitivity):
3334
3335         Fix inverted up/down buttons
3336
3337 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
3338
3339         * shell/ev-sidebar-thumbnails.c
3340         (ev_sidebar_thumbnails_select_page): make sure the selected
3341         thumbnail stays visible.
3342
3343 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
3344
3345         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
3346         scrolled window for Federico.
3347
3348 2005-01-26  Ole Laursen  <olau@hardworking.dk>
3349
3350         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
3351
3352 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
3353
3354         * configure.ac:
3355         * pdf/splash/SplashFTFontEngine.cc:
3356
3357         Fix CID fonts with freetype 2.1.9
3358
3359 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
3360
3361         * TODO: added item for desktop icon thumbnailer
3362
3363 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
3364
3365         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
3366         unloaded docs when the title is accessed.
3367
3368         * shell/ev-password-view.[hc]: New widget for displaying password
3369         state.
3370
3371         * shell/ev-window.[ch]: Refactor password handling code to handle
3372         the new view.
3373
3374 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
3375
3376         * NEWS:
3377         * configure.ac:
3378         * data/Makefile.am:
3379
3380         Release 0.1.1
3381
3382 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3383
3384         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
3385         ignore page offset here, to make search results independent of it,
3386
3387         * shell/ev-view.c (expose_bin_window): but take offsets into
3388         account here. Bug #164932
3389
3390         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
3391         scale at the right time. Bug #164996
3392
3393 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
3394
3395         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
3396         fix the problem. Now I just removed the Adobe font names and hope
3397         that the URW fonts are always in outline format. Bug #164934
3398
3399         * shell/ev-window.c (update_window_title): empty titles are
3400         useless, use filename in that case too.
3401
3402         * NEWS: Add some content.
3403
3404 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
3405
3406         * TODO: added one more TODO item and a TODONE section :)
3407
3408 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
3409
3410         * ps/ps-document.h: add page_[xy]_offset fields.
3411
3412         * ps/ps-document.c (ps_document_set_page_offset)
3413         (ps_document_render): Keep offset in consideration in a few
3414         places. Bug #164752 "postscript documents are not centered in
3415         window"
3416
3417         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
3418         s/gpdf/evince/. Spotted by Stephane Loeuillet.
3419
3420         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
3421         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
3422         stub out missing methods for complete EvDocument implementation.
3423         Fixes segfaults with Save A Copy and Copy actions.
3424
3425         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
3426         (ps_document_document_iface_init): ditto.
3427         
3428 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3429
3430         * data/.cvsignore:
3431         * data/Makefile.am:
3432         * data/evince.desktop.in:
3433
3434         Add desktop file
3435
3436 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3437
3438         * shell/ev-view.c: (ev_view_button_press_event),
3439         (ev_view_motion_notify_event):
3440
3441         Make selection work in any direction
3442
3443 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3444
3445         * TODO:
3446         * shell/ev-window.c: (set_short_labels), (ev_window_init):
3447
3448         Use shorter labels for some of the toolbars items
3449
3450 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3451
3452         * pdf/xpdf/pdf-document.cc:
3453
3454         Check the links info is initialized before
3455         using it. Should fix a crash on startup.
3456
3457 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
3458
3459         * pixbuf/pixbuf-document.c
3460         (pixbuf_document_thumbnails_get_dimensions): force floating point
3461         division to calculate page_ratio. Fixes crash with landscape
3462         format pixbufs.
3463
3464 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
3465
3466         * shell/ev-view.c (ev_view_realize): make the bg color darker.
3467
3468 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
3469
3470         * shell/ev-view.c (set_document_page): unset has_selection when
3471         the page changes.
3472         (set_document_page): handle paper size changes when the page
3473         changes (test with Free Culture, page 2).
3474
3475 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3476
3477         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
3478         (expose_bin_window), (ev_view_class_init), (ev_view_init):
3479
3480         Use normal style color for the widget background and
3481         draw a black box around the page.
3482
3483 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3484
3485         * pdf/xpdf/pdf-document.cc:
3486
3487         Keep offset in consideration in a few places
3488
3489         * shell/ev-view.c: (expose_bin_window):
3490
3491         Set the offsets so that the document is ever centered
3492
3493 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
3494
3495         * TODO: Added TODO items and finished off the first todo item
3496
3497         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
3498         reflect current authors
3499
3500 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3501
3502         * pdf/xpdf/pdf-document.cc:
3503         * shell/ev-view.c: (ev_view_set_cursor),
3504         (ev_view_motion_notify_event), (document_changed_callback),
3505         (set_document_page):
3506
3507         Show a wait cursor while the page is rendering
3508
3509 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3510
3511         * shell/ev-sidebar-thumbnails.c:
3512         (ev_sidebar_tree_selection_changed),
3513         (ev_sidebar_thumbnails_select_page):
3514         * shell/ev-sidebar-thumbnails.h:
3515         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
3516         (ev_view_can_go_forward):
3517         * shell/ev-window.c: (ev_window_open_page),
3518         (ev_window_setup_document), (update_current_page),
3519         (view_page_changed_cb), (ev_window_init):
3520         * shell/ev-window.h:
3521
3522         Ensure thumbnails selection, toolbar page control and
3523         current page are in sync.
3524
3525 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
3526
3527         * pdf/xpdf/XRef.cc:
3528
3529         Fix CAN-2005-0064
3530
3531 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
3532
3533         * backend/Makefile.am:
3534         * backend/ev-document-links.h:
3535         * backend/ev-document-security.c: (ev_document_security_get_type),
3536         (ev_document_security_has_document_security),
3537         (ev_document_security_set_password):
3538         * backend/ev-document-security.h:
3539         * backend/ev-document.c: (ev_document_error_quark):
3540         * backend/ev-document.h:
3541         * data/Makefile.am:
3542         * data/evince-password.glade:
3543         * pdf/xpdf/pdf-document.cc:
3544         * shell/Makefile.am:
3545         * shell/ev-password.c: (ev_password_set_bad_password_label),
3546         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
3547         (ev_password_dialog_get_password),
3548         (ev_password_dialog_set_bad_pass):
3549         * shell/ev-password.h:
3550         * shell/ev-window.c: (ev_window_get_attribute),
3551         (ev_window_set_property), (update_action_sensitivity),
3552         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
3553         (ev_window_setup_document), (ev_window_get_password),
3554         (ev_window_open), (ev_window_cmd_save_as),
3555         (using_postscript_printer), (ev_window_print),
3556         (find_not_supported_dialog), (ev_window_cmd_edit_find),
3557         (update_fullscreen_popup), (ev_window_fullscreen),
3558         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
3559         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
3560         (menu_item_select_cb), (find_bar_search_changed_cb),
3561         (ev_window_dispose), (ev_window_init):
3562
3563         Add initial support for password-supported dialogs.  This could be
3564         a lot cooler, but it'll do for now.
3565
3566 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
3567
3568         * pdf/xpdf/pdf-document.cc:
3569         * shell/ev-view.c: (status_message_from_link),
3570         (ev_view_set_status), (ev_view_set_cursor),
3571         (ev_view_motion_notify_event), (ev_view_init):
3572         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
3573
3574         Fix bugs in the links implementation and change cursor
3575         when hovering a link.
3576
3577 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
3578
3579         * viewer/.cvsignore: added cvsignore file for viewer directory
3580
3581         * TODO: created TODO document
3582
3583 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
3584
3585         * shell/ev-view.h:
3586         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
3587         new functions to help with implementation of sensitivity code
3588         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
3589         of all actions that might require it.  Fixes a crash when you
3590         click on the Zoom actions in a window lacking a document.
3591
3592 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
3593
3594         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
3595         of the Find action
3596
3597 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
3598
3599         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
3600         (pixbuf_document_document_iface_init):
3601         * ps/ps-document.c: (ps_document_get_link),
3602         (ps_document_document_iface_init):
3603         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
3604         (status_message_from_link), (ev_view_set_status),
3605         (ev_view_set_find_status), (ev_view_motion_notify_event),
3606         (ev_view_button_release_event), (ev_view_set_property),
3607         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
3608         (ev_view_get_find_status_message), (update_find_results),
3609         (ev_view_get_status), (ev_view_get_find_status):
3610         * shell/ev-view.h:
3611         * shell/ev-window.c: (view_status_changed_cb),
3612         (view_find_status_changed_cb), (ev_window_init):
3613
3614         View status message support, use it to show the links.
3615         Needs work...
3616
3617 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
3618
3619         * backend/ev-document.c: (ev_document_get_link):
3620         * backend/ev-document.h:
3621         * pdf/xpdf/pdf-document.cc:
3622         * shell/ev-application.c: (ev_application_open):
3623         * shell/ev-application.h:
3624         * shell/ev-sidebar-links.c: (selection_changed_cb):
3625         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
3626         (ev_view_go_to_link):
3627
3628         Add support for document links
3629
3630 2005-01-13  Anders Carlsson  <andersca@gnome.org>
3631
3632         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
3633         (create_tool_item):
3634         Set the spin button limits correctly.
3635         
3636         * shell/ev-sidebar-thumbnails.c:
3637         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
3638         Support changing pages by clicking on the thumbnails.
3639         
3640 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
3641
3642         * pixbuf/pixbuf-document.c:
3643         (pixbuf_document_thumbnails_get_dimensions),
3644         (pixbuf_document_document_thumbnails_iface_init):
3645
3646         implement get_dimensions
3647
3648 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
3649
3650         * ps/ps-document.c: (ps_document_goto_page):
3651
3652         Fix page switching on multipage documents
3653
3654 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
3655
3656         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
3657         
3658         check for NULL before assigning to width and height parameters
3659
3660 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
3661
3662         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
3663         (pixbuf_document_set_property), (pixbuf_document_get_property):
3664
3665         implement get/set properties
3666
3667 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
3668
3669         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
3670         
3671         return NULL instead of "Unknown", letting the title get set to
3672         the filename when the pdf has no title.
3673
3674 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
3675
3676         * ps/ps-document.c: (ps_document_get_page_count),
3677         (ps_document_goto_page):
3678
3679 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
3680
3681         * shell/ev-history.c: (ev_history_get_property),
3682         (ev_history_set_property), (ev_history_class_init),
3683         (ev_history_add_page), (ev_history_set_current_index):
3684         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3685         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
3686         (ev_navigation_action_finalize):
3687         * shell/ev-navigation-action.h:
3688         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
3689         (ev_view_go_forward), (ev_view_get_find_status_message),
3690         (history_index_changed_cb), (ev_view_set_history):
3691         * shell/ev-view.h:
3692         * shell/ev-window.c: (update_total_pages), (ev_window_open),
3693         (update_current_page), (register_custom_actions):
3694
3695         Implement history dropdowns
3696
3697 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
3698
3699         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
3700         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
3701         (ev_view_go_forward):
3702         * shell/ev-window.c: (register_custom_actions):
3703
3704         Fix several history bugs
3705
3706 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
3707
3708         * configure.ac: Add «nb» to ALL_LINGUAS.
3709
3710 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
3711
3712         * backend/Makefile.am:
3713         * backend/ev-bookmark.c:
3714         * backend/ev-bookmark.h:
3715         * backend/ev-document-bookmarks.c:
3716         * backend/ev-document-bookmarks.h:
3717         * backend/ev-document-links.c: (ev_document_links_get_type),
3718         (ev_document_links_has_document_links),
3719         (ev_document_links_begin_read), (ev_document_links_get_link),
3720         (ev_document_links_get_child), (ev_document_links_next),
3721         (ev_document_links_free_iter):
3722         * backend/ev-document-links.h:
3723         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
3724         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
3725         (ev_link_get_link_type), (ev_link_set_link_type),
3726         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
3727         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
3728         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
3729         (ev_link_new_external):
3730         * backend/ev-link.h:
3731         * pdf/xpdf/pdf-document.cc:
3732         * shell/Makefile.am:
3733         * shell/ev-application.c: (ev_application_open_link):
3734         * shell/ev-application.h:
3735         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
3736         (ev_history_get_link_nth):
3737         * shell/ev-history.h:
3738         * shell/ev-sidebar-bookmarks.c:
3739         * shell/ev-sidebar-bookmarks.h:
3740         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
3741         (ev_sidebar_links_class_init), (selection_changed_cb),
3742         (ev_sidebar_links_construct), (ev_sidebar_links_init),
3743         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
3744         (do_one_iteration), (populate_links_idle),
3745         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
3746         * shell/ev-sidebar-links.h:
3747         * shell/ev-sidebar.c: (ev_sidebar_set_document):
3748         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
3749         (go_to_index):
3750         * shell/ev-view.h:
3751         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
3752         * shell/ev-window.h:
3753
3754         Rename bookmark to link, and use "Index" for the sidebar panel.
3755
3756 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
3757
3758         * shell/Makefile.am:
3759         * shell/ev-application.c: (ev_application_open_bookmark):
3760         * shell/ev-application.h:
3761         * shell/ev-history.c: (ev_history_init), (free_links_list),
3762         (ev_history_finalize), (ev_history_class_init),
3763         (ev_history_add_link), (ev_history_add_page),
3764         (ev_history_get_link_nth), (ev_history_get_n_links),
3765         (ev_history_get_current_index), (ev_history_set_current_index),
3766         (ev_history_new):
3767         * shell/ev-history.h:
3768         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
3769         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
3770         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
3771         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
3772         (ev_view_set_page):
3773         * shell/ev-view.h:
3774         * shell/ev-window.c: (ev_window_open_bookmark),
3775         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
3776         (goto_page_cb), (register_custom_actions):
3777         * shell/ev-window.h:
3778
3779         Initial history implementation. Needs work.
3780
3781 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
3782
3783         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
3784
3785 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
3786
3787         * cut-n-paste/recent-files/egg-recent-item.c:
3788         * cut-n-paste/recent-files/egg-recent-item.h:
3789         * cut-n-paste/recent-files/egg-recent-model.c:
3790         * cut-n-paste/recent-files/egg-recent-util.c:
3791         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3792         * cut-n-paste/recent-files/egg-recent-view.c:
3793
3794         Update
3795
3796 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
3797
3798         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
3799         (fillGlyph, fillImageMask, drawImage):
3800         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
3801         pdf/splash/SplashTypes.h:
3802         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
3803         packed mode for Splash.
3804
3805         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
3806         RGB8 packed mode, eliminates the pixbuf data creation loop.
3807
3808         * shell/ev-print-job.c (ev_print_job_finalize)
3809         (ev_print_job_set_property, ev_print_job_get_property)
3810         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
3811         (ev_print_job_use_print_dialog_settings, idle_print_handler)
3812         (print_closure_finalize, ev_print_job_print): implement
3813         printing (for backends with EvPsExporter)
3814
3815         * shell/ev_print_job.h: update prototypes.
3816
3817         * shell/ev-window.c (ev_window_print): unref print job after
3818         printing.
3819
3820         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
3821         unless the document implements the EvDocumentFind interface.
3822
3823 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
3824
3825         * configure.ac: Added ja to ALL_LINGUAS.
3826
3827 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3828
3829         * pdf/xpdf/pdf-document.cc:
3830
3831         add a FIXME. We should probably not allocate
3832         a bookmark object every time
3833
3834 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3835
3836         * shell/ev-application.c: (ev_application_open),
3837         (ev_application_open_bookmark):
3838         * shell/ev-application.h:
3839         
3840         Add a way to open bookmarks
3841
3842         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
3843         (ev_bookmark_set_uri), (ev_bookmark_get_property),
3844         (ev_bookmark_set_property), (ev_bookmark_class_init),
3845         (ev_bookmark_new_title), (ev_bookmark_new_link),
3846         (ev_bookmark_new_external):
3847
3848         Support for external uris, better constructors.
3849
3850         * backend/ev-bookmark.h:
3851         * pdf/xpdf/pdf-document.cc:
3852         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
3853
3854         Handle external uris
3855
3856 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3857
3858         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
3859         (ev_sidebar_bookmarks_construct), (do_one_iteration):
3860
3861         Hook up bookmarks navigation
3862
3863 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3864
3865         * backend/Makefile.am:
3866         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
3867         (ev_bookmark_get_title), (ev_bookmark_set_title),
3868         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
3869         (ev_bookmark_get_page), (ev_bookmark_set_page),
3870         (ev_bookmark_get_property), (ev_bookmark_set_property),
3871         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
3872         (ev_bookmark_new):
3873         * backend/ev-bookmark.h:
3874         * backend/ev-document-bookmarks.c:
3875         (ev_document_bookmarks_get_bookmark):
3876         * backend/ev-document-bookmarks.h:
3877         * pdf/xpdf/pdf-document.cc:
3878         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
3879
3880         Add a bookmark object to the backend and use it instead of get_values
3881
3882 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
3883
3884         * data/evince-ui.xml:
3885
3886         Cleanup and add select all.
3887
3888         * shell/ev-view.c: (ev_view_select_all),
3889         (ev_view_button_press_event):
3890         * shell/ev-view.h:
3891         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
3892
3893         Add select all.
3894         Clear selection on click.
3895
3896 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
3897
3898         * shell/ev-sidebar-thumbnails.c
3899         (ev_sidebar_thumbnails_set_document): forgot to unref the
3900         loading_icon.
3901
3902 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
3903
3904         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
3905         at the visible page, not just linearly.  This makes it look fast.
3906
3907 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
3908
3909         * backend/ev-document-misc.c
3910         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
3911         white.
3912         * backend/ev-document-thumbnails.h: New interface to get the size
3913         of a page.
3914
3915 2005-01-06  Jeremy Katz  <katzj@redhat.com>
3916
3917         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
3918         make dist works
3919
3920 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
3921
3922         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
3923         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
3924         things up a bit.
3925
3926         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
3927
3928 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
3929
3930         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
3931         fonts. Should fix font problems on systems that have the base
3932         fonts in bitmap format. Reported by James Henstridge
3933         <james@jamesh.id.au>.
3934
3935 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3936
3937         * pdf/xpdf/Gfx.cc:
3938         * pdf/xpdf/GfxState.cc:
3939
3940         Fix for CAN-2004-1125
3941
3942 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3943
3944         * shell/ev-view.c: (ev_view_copy):
3945         * shell/ev-view.h:
3946         * shell/ev-window.c: (ev_window_cmd_edit_copy):
3947
3948         Implement Edit->Copy
3949
3950 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3951
3952         * backend/ev-document.c: (ev_document_get_text):
3953         * backend/ev-document.h:
3954         * pdf/xpdf/pdf-document.cc:
3955         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
3956         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
3957         (ev_view_update_primary_selection), (ev_view_button_press_event),
3958         (ev_view_motion_notify_event), (ev_view_button_release_event):
3959
3960         Beginnings of clipboard support. Incomplete but primary sort
3961         of work.
3962
3963 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3964
3965         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
3966         (expose_bin_window):
3967
3968         Nicer rubberband drawing, from GtkIconView.
3969
3970 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3971
3972         * backend/ev-document.c: (ev_document_save):
3973         * backend/ev-document.h:
3974         * data/evince-ui.xml:
3975         * pdf/xpdf/pdf-document.cc:
3976         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
3977
3978         Implement "Save a copy..." menu item
3979
3980 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3981
3982         * shell/ev-view.c: (ev_view_zoom):
3983
3984         Queue a resize when zoom changes
3985
3986 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
3987
3988         * backend/ev-document-misc.[ch]: New misc file to do simple drop
3989         shadows.
3990
3991         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
3992         thumbnails..
3993
3994 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3995
3996         * pdf/xpdf/pdf-document.cc
3997         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
3998
3999 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
4000
4001         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
4002         It's slow, but I'll speed it up next!
4003
4004 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
4005
4006         * shell/main.c (load_files):
4007
4008         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
4009         from the command line and because it seems more appropriate.
4010
4011 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4012
4013         * data/evince-ui.xml:
4014         * shell/ev-window.c: (update_action_sensitivity),
4015         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
4016
4017         s/next page/page down
4018         s/previous page/page up
4019
4020 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4021
4022         * data/evince-ui.xml:
4023
4024         Change the layout to match clarkbw design.
4025
4026         * shell/Makefile.am:
4027         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
4028         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
4029         (ev_navigation_action_finalize),
4030         (ev_navigation_action_set_property),
4031         (ev_navigation_action_get_property),
4032         (ev_navigation_action_class_init):
4033         * shell/ev-navigation-action.h:
4034
4035         Implement clarkbw toolbar navigation controls (incomplete)
4036
4037         * shell/ev-page-action.c: (update_label), (update_spin),
4038         (value_changed_cb), (create_tool_item), (connect_proxy),
4039         (ev_page_action_init), (ev_page_action_finalize),
4040         (ev_page_action_set_property), (ev_page_action_get_property),
4041         (ev_page_action_set_current_page),
4042         (ev_page_action_set_total_pages), (ev_page_action_class_init):
4043         * shell/ev-page-action.h:
4044
4045         Implement a page switcher in the toolbar
4046
4047         * shell/ev-view.c: (ev_view_scroll_view):
4048         * shell/ev-window.c: (update_total_pages), (ev_window_open),
4049         (update_current_page), (view_page_changed_cb), (goto_page_cb),
4050         (register_custom_actions), (ev_window_init):
4051
4052         Change page on PageUp/Down.
4053
4054 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
4055
4056         * pdf/xpdf/pdf-document.cc
4057         (pdf_document_thumbnails_get_thumbnail): initial stab at
4058         implementing thumbnail support for pdfs.  It only does documents
4059         with precached pdfs now.
4060
4061 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
4062
4063         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
4064         thumbnail code into a time-based idle as well.  Also, turn off the
4065         shadow temporarily as it's really slow.
4066
4067 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4068
4069         * backend/ev-document.c: (ev_document_class_init):
4070         * pdf/xpdf/pdf-document.cc:
4071         * shell/ev-window.c: (ev_window_open):
4072
4073         Fix document title bugs and fallback to
4074         filename when not available.
4075
4076 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4077
4078         * backend/ev-document.c: (ev_document_get_type),
4079         (ev_document_class_init), (ev_document_load),
4080         (ev_document_get_title):
4081         * backend/ev-document.h:
4082         * pdf/xpdf/pdf-document.cc:
4083         * ps/ps-document.c: (ps_document_set_property),
4084         (ps_document_get_property), (ps_document_class_init),
4085         (document_load):
4086         * ps/ps-document.h:
4087         * ps/ps.h:
4088         * shell/ev-window.c: (update_window_title), (ev_window_open),
4089         (ev_window_init):
4090
4091         Initial support for document title. Not working yet.
4092
4093 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4094
4095         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
4096
4097         Grab focus on the view when clicking it
4098
4099 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4100
4101         * shell/ev-marshal.list:
4102         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
4103         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
4104
4105         Add key bindings to the view. Now if the focus would work
4106         right...
4107
4108 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4109
4110         * Makefile.am:
4111         * backend/Makefile.am:
4112         * data/Makefile.am:
4113         * dvi/Makefile.am:
4114         * dvi/dvilib/Makefile.am:
4115         * pdf/xpdf/Makefile.am:
4116         * po/POTFILES.in:
4117         * ps/Makefile.am:
4118
4119         Fix distcheck
4120
4121 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4122
4123         * shell/ev-view.c: (ev_view_realize):
4124
4125         Fix mouse wheel scrolling
4126
4127 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4128
4129         * ps/Makefile.am:
4130         * ps/gstypes.h:
4131         * ps/gtkgs.c:
4132         * ps/gtkgs.h:
4133         * ps/ps-document.c: (catchPipe), (ps_document_init),
4134         (ps_document_class_init), (ps_document_cleanup),
4135         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
4136         (set_up_page), (close_pipe), (is_interpreter_ready),
4137         (interpreter_failed), (output), (input), (start_interpreter),
4138         (stop_interpreter), (file_length), (file_readable),
4139         (check_filecompressed), (check_pdf), (compute_xdpi),
4140         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
4141         (ps_document_get_type), (ps_document_emit_error_msg),
4142         (document_load), (ps_document_next_page),
4143         (ps_document_get_current_page), (ps_document_get_page_count),
4144         (ps_document_goto_page), (ps_document_set_page_size),
4145         (ps_document_zoom_to_fit), (ps_document_set_zoom),
4146         (ps_document_load), (ps_document_get_n_pages),
4147         (ps_document_set_page), (ps_document_get_page),
4148         (ps_document_widget_event), (ps_document_set_target),
4149         (ps_document_set_scale), (ps_document_set_page_offset),
4150         (ps_document_get_page_size), (ps_document_render),
4151         (ps_document_document_iface_init):
4152         * ps/ps-document.h:
4153         * ps/ps.c:
4154         * shell/ev-window.c: (ev_window_open):
4155
4156         Rename GtkGS to PSDocument
4157
4158 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4159
4160         * ps/gtkgs.c: (gtk_gs_class_init):
4161         * ps/gtkgs.h:
4162
4163         Some more leftover...
4164
4165 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4166
4167         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
4168         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
4169         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
4170         * ps/gtkgs.h:
4171
4172         Remove unused code and make a lot of stuff private
4173
4174 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4175
4176         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
4177         (gtk_gs_defaults_changed):
4178         * ps/gsdefaults.h:
4179         * ps/gtkgs.c:
4180         * ps/gtkgs.h:
4181         * ps/ps.h:
4182
4183         Cleanup headers dependencies
4184
4185 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4186
4187         * ps/Makefile.am:
4188         * ps/ggvutils.c:
4189         * ps/ggvutils.h:
4190         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4191         * ps/gsdefaults.h:
4192         * ps/gtkgs.c: (file_length), (file_readable),
4193         (check_filecompressed), (check_pdf), (gtk_gs_load),
4194         (gtk_gs_get_postscript):
4195
4196         Get rid of ggvutils
4197
4198 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4199
4200         * ps/ggvutils.c:
4201         * ps/ggvutils.h:
4202         * ps/gsio.h:
4203         * ps/gtkgs.c: (gtk_gs_set_zoom):
4204
4205         Cleanups
4206
4207 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4208
4209         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
4210
4211         Ensure the page is rerendered when changing zoom
4212
4213 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4214
4215         * backend/ev-document.c: (ev_document_base_init),
4216         (ev_document_changed):
4217         * backend/ev-document.h:
4218
4219         Add a changed event that is emitted when the page content
4220         changes. This is necessary to deal with the fact that
4221         in ps backend rendering happen asycrounously.
4222         This makes the ps backend mostly work.
4223
4224         * pdf/xpdf/pdf-document.cc:
4225
4226         Emit changed event
4227
4228         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
4229         (ps_document_set_target):
4230
4231         Emit changed event
4232
4233         * shell/ev-view.c: (document_changed_callback),
4234         (ev_view_set_document), (ev_view_set_page):
4235
4236         Redraw on the changed signal
4237
4238 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
4239
4240         * configure.ac: Added pt_BR to ALL_LINGUAS.
4241
4242 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
4243
4244         * backend/ev-document-bookmarks.c:
4245         (ev_document_bookmarks_get_child): *
4246         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
4247         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
4248         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
4249         (ev_sidebar_bookmarks_destroy),
4250         (ev_sidebar_bookmarks_class_init),
4251         (ev_sidebar_bookmarks_construct), (stack_data_free),
4252         (do_one_iteration), (populate_bookmarks_idle),
4253         (ev_sidebar_bookmarks_clear_document),
4254         (ev_sidebar_bookmarks_set_document): *
4255         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
4256         (ev_sidebar_add_page),
4257         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
4258         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
4259         it displays both the topics and the page numbers.
4260
4261 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
4262
4263         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
4264         toggle.
4265         * shell/ev-window.c (toggle_entries): Set sidebar default value to
4266         visible.
4267
4268 2004-12-23  Adam Weinberger  <adamw@gnome.org>
4269
4270         * configure.ac: Added en_CA to ALL_LINGUAS.
4271
4272 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
4273
4274         * ChangeLog: replace bottom of this ChangeLog (merged history of
4275         ggv and gpdf; where all paths were wrong and most of the files are
4276         not even in this tree) with ChangeLog (from arch) of the shell
4277         code.
4278
4279 2004-12-23  Havoc Pennington  <hp@redhat.com>
4280
4281         * shell/ev-window.c: hook up potentially-questionable "find
4282         results status text" feature - something involving the sidebar or
4283         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
4284         might be better in the end.
4285
4286         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
4287         with corresponding signal when it should be updated
4288
4289         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
4290
4291 2004-12-22  Havoc Pennington  <hp@redhat.com>
4292
4293         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
4294         find stuff on other pages, sort of (only returns one result on
4295         invisible pages, to show they have results; updates full results
4296         for a page when you view it). Currently repaints the current page
4297         every time a new result is found on any page, which isn't so nice.
4298
4299 2004-12-22  Havoc Pennington  <hp@redhat.com>
4300
4301         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
4302         the document doesn't support find (better ideas?)
4303         (find_bar_search_changed_cb): handle missing document or document
4304         that doesn't support find
4305
4306         * pdf/xpdf/pdf-document.cc: port to implement the new
4307         EvDocumentFindIface
4308
4309         * backend/ev-document-find.c: create a new interface for searching
4310
4311         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
4312
4313 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
4314
4315         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
4316         libevbackend.la.
4317
4318         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
4319         EvPrintJob constructor arguments.
4320
4321         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
4322         for documents that can export PostScript (page by page).
4323
4324         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
4325         
4326         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
4327         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
4328         (pdf_document_ps_exporter_iface_init:
4329         Implement EvPSExporter.
4330
4331         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
4332
4333 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4334
4335         * backend/Makefile.am:
4336         * backend/ev-document-thumbnails.c:
4337         (ev_document_thumbnails_get_type),
4338         (ev_document_thumbnails_get_thumbnail):
4339         * backend/ev-document-thumbnails.h:
4340         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
4341         (pixbuf_document_thumbnails_get_thumbnail),
4342         (pixbuf_document_document_thumbnails_iface_init):
4343         * shell/Makefile.am:
4344         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
4345         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
4346         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
4347         * shell/ev-sidebar-thumbnails.h:
4348         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
4349         (ev_sidebar_set_document):
4350         * shell/ev-utils.c: (gaussian), (create_blur_filter),
4351         (create_shadow), (ev_pixbuf_add_shadow):
4352         * shell/ev-utils.h:
4353         Add thumbnail support.
4354         
4355 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
4356
4357         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
4358         (using_postscript_printer): Set up a print dialog for "PostScript
4359         injection" method.
4360
4361         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
4362         EvPrintJob.
4363
4364         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
4365
4366 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4367
4368         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
4369         (ps_document_set_target), (ps_document_get_page_size),
4370         (ps_document_render):
4371         * ps/gtkgs.h:
4372
4373         Fix a few bugs
4374
4375 2004-12-22  Christian Rose  <menthos@menthos.com>
4376
4377         * configure.ac: Added "sv" to ALL_LINGUAS.
4378
4379 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
4380
4381         * backend/ev-document-bookmarks.[ch]: new interface to indicate
4382         document supports bookmarks.
4383
4384 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4385
4386         * ps/ggvutils.c: (ggv_file_readable):
4387         * ps/ggvutils.h:
4388         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
4389         (gtk_gs_get_postscript):
4390
4391         Remove unused utils
4392
4393 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4394
4395         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
4396         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
4397         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
4398         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
4399         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
4400         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
4401         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
4402         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
4403         (gtk_gs_set_antialiasing), (ps_document_load),
4404         (ps_document_render):
4405         * ps/gtkgs.h:
4406
4407         Another check point for the ps backend. Now I can get it to show
4408         pages!
4409
4410 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
4411
4412         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
4413         document setting code.
4414
4415 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4416
4417         * shell/eggfindbar.c: (entry_activate_callback):
4418         Animate the next button when activate is pressed.
4419         
4420 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4421
4422         * shell/ev-window.c: (ev_window_cmd_edit_find),
4423         (update_fullscreen_popup), (ev_window_fullscreen),
4424         (ev_window_unfullscreen), (ev_window_state_event_cb),
4425         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
4426         Fix bugs in fullscreen code.
4427         
4428 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4429
4430         * Makefile.am:
4431         * configure.ac:
4432         * pixbuf/Makefile.am:
4433         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
4434         (pixbuf_document_load), (pixbuf_document_get_n_pages),
4435         (pixbuf_document_set_page), (pixbuf_document_get_page),
4436         (pixbuf_document_set_target), (pixbuf_document_set_scale),
4437         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
4438         (pixbuf_document_render), (pixbuf_document_begin_find),
4439         (pixbuf_document_end_find), (pixbuf_document_finalize),
4440         (pixbuf_document_class_init),
4441         (pixbuf_document_document_iface_init), (pixbuf_document_init):
4442         * pixbuf/pixbuf-document.h:
4443         * shell/Makefile.am:
4444         * shell/ev-application.c: (ev_application_open):
4445         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
4446         (ev_window_open):
4447         Add pixbuf backend.
4448         
4449 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
4450
4451         * Makefile.am: 
4452         * dvi/dvilib/Makefile.am:
4453         * dvi/Makefile.am:
4454         * configure.ac: Auto*ify dvi and dvi/dvilib
4455
4456         * dvi/Makefile: Remove from CVS
4457         
4458         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
4459         confusion.
4460
4461         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
4462         
4463         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
4464         
4465 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4466
4467         * ps/Makefile.am:
4468         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
4469         (gtk_gs_value_adjustment_changed), (compute_size),
4470         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
4471         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
4472         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
4473         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
4474         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
4475         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
4476         (ps_document_load), (ps_document_get_n_pages),
4477         (ps_document_set_page), (ps_document_get_page),
4478         (ps_document_set_target), (ps_document_set_scale),
4479         (ps_document_set_page_offset), (ps_document_get_page_size),
4480         (ps_document_render), (ps_document_begin_find),
4481         (ps_document_end_find), (ps_document_document_iface_init):
4482         * ps/gtkgs.h:
4483         * shell/Makefile.am:
4484         * shell/ev-window.c: (ev_window_open):
4485
4486         Some work to integrate gtkgs with EvDocument
4487
4488 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4489
4490         * shell/ev-window.c: (update_fullscreen_popup),
4491         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
4492         (exit_fullscreen_button_clicked_cb),
4493         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
4494         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
4495         (ev_window_state_event_cb), (ev_window_init):
4496         Add fullscreen support from Epiphany.
4497         
4498 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4499
4500         * data/ev-stock-zoom-fit-width.png: fit-width
4501         stock icon from gpdf.
4502         
4503         * shell/ev-stock-icons.[ch]: copied from gpdf.
4504         
4505         * shell/main.c: (main): init stock icons.
4506         
4507         * shell/ev-window.c: use the fit-width icon.
4508         
4509         * data/evince-ui.xml: add zooming toolbar items.
4510
4511 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4512
4513         * shell/ev-view.c: 
4514         (ev_view_best_fit), (ev_view_fit_width): because
4515         get_page_size() returns the scaled page size, we
4516         need to calculate the scale factor relative to
4517         the previous scale factor. Should really just
4518         add get_real_page_size().
4519
4520 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4521
4522         * shell/ev-view.[ch]:
4523         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
4524         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
4525         add zooming.
4526         
4527         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
4528         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
4529         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
4530         hook it up.
4531         
4532         * pdf/xpdf/pdf-document.cc:
4533         (pdf_document_begin_find),
4534         (pdf_document_end_find): make static.
4535
4536 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
4537
4538         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
4539
4540         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
4541         names to fontconfig patterns.
4542         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
4543
4544         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
4545         setupBaseFontsFc.
4546
4547 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4548
4549         * Makefile.am:
4550         * configure.ac:
4551         * ps/Makefile.am:
4552         * ps/ggvutils.c:
4553         * ps/ggvutils.h:
4554         * ps/gsdefaults.c:
4555         * ps/gsdefaults.h:
4556         * ps/gsio.c:
4557         * ps/gsio.h:
4558         * ps/gtkgs.c:
4559         * ps/gtkgs.h:
4560         * ps/ps.c:
4561         * ps/ps.h:
4562
4563         Import ggv backend. Not hooked up yet.
4564
4565 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4566
4567         * shell/main.c: (load_files), (main): load files
4568         from the command line.
4569
4570 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4571
4572         * configure.ac: don't require bonobo.
4573         
4574         * cut-n-paste/recent-files/*: kill bonobo recent
4575         view.
4576
4577         * shell/ev-window.c:
4578         (ev_window_is_empty): upd.
4579         (unable_to_load), (ev_window_open): load backend
4580         based on the mime type.
4581
4582 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
4583
4584         * backend/.cvsignore: ignore generated marshalers source.
4585
4586         * shell/main.c (main): this is not epiphany.
4587
4588 2004-12-22  Havoc Pennington  <hp@redhat.com>
4589
4590         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
4591         (expose_bin_window): draw find highlights
4592
4593         * shell/ev-window.c (find_bar_search_changed_cb): implement 
4594         
4595         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
4596         (pdf_document_end_find): implement this interface
4597
4598         * backend/ev-document.c (ev_document_found): add this to emit
4599         signal
4600
4601 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
4602
4603         * data/evince-ui.xml: Add a few more toolbar items.
4604
4605         * shell/ev-window.c: Hook up page navigation toolbar 
4606         items.
4607
4608         * shell/ev-view.[ch]: add ev_view_set/get_page and 
4609         a page-changed signal.
4610
4611         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
4612         Add ev_document_get_page().
4613
4614         * shell/ev-window.c: Sensitize/desensitize navigation
4615         actions.
4616
4617 2004-12-21  Havoc Pennington  <hp@redhat.com>
4618
4619         * backend/ev-backend-marshal.c,
4620         backend/ev-backend-marshalers.list, backend/Makefile.am: add
4621         marshaler-generator thingy. I'm sure there's a better way to do
4622         this in the modern world.
4623
4624         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
4625         end_find methods and "found" signal.
4626
4627         * configure.ac: find glib-genmarshal
4628
4629 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
4630
4631         * shell/ev-sidebar.c: Construct an actual sidebar.
4632         * shell/ev-sidebar-bookmarks.[ch]:
4633         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
4634
4635 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
4636
4637         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
4638         Redo size handling.
4639         
4640         * shell/ev-view.c: Track the size from the document.
4641
4642 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
4643
4644         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
4645         constructor assumes ownership of the string passed in.
4646         
4647         * shell/ev-window.c (ev_window_open): Destroy the error
4648         dialog once we've displayed it.
4649
4650 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
4651
4652         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
4653         a bit, it works! (sort of)
4654
4655         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
4656         Move to .cc since we need to use C++ in the implementation.
4657
4658         * shell/dummy.cc: Add a CC file to force evince
4659         to be linked as a C++ program.
4660
4661 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
4662
4663         * shell/ev-view.[ch]: Start of content-area widget.
4664
4665         * shell/ev-window.c: Create a EvView, update it
4666         as we change documents.
4667
4668         * shell/Makefile.am shell/ev-marshal.list: Add
4669         generated marshalers.
4670
4671 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
4672
4673         * Makefile.am (SUBDIRS): move shell.
4674
4675 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
4676
4677         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
4678         .a to libtool convenience libraries.
4679
4680         * shell/ev-window.c (ev_window_open): Hard code loading
4681         a PDF document.
4682         
4683         * backend/ev-document.h: Add a boolean return to load(),
4684         fix GError * to GError **.
4685
4686         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
4687         object for a PDF backend EvDocument.
4688
4689 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
4690
4691         * dvi/*: New directory with the beginning of a .dvi backend.
4692
4693 2004-12-21  Havoc Pennington  <hp@redhat.com>
4694
4695         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
4696         previous/next instead of back/forward
4697
4698 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
4699
4700         * backend/ev-document.[ch]: Fix a couple of problems so
4701         it compile.
4702
4703 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
4704
4705         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
4706         to backend/ directory, rename EvViewer to EvDocument.
4707
4708 2004-12-21  Havoc Pennington  <hp@redhat.com>
4709
4710         * shell/ev-window.c: hook up the find bar widget; now we just need
4711         a document to find things in
4712
4713         * shell/eggfindbar.c: a find bar widget
4714
4715 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
4716
4717         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
4718
4719 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
4720
4721         * pdf/**: Import of xpdf code from gpdf. 
4722
4723         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
4724
4725         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
4726         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
4727         Fix FreeType includes.
4728
4729         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
4730         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
4731         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
4732         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
4733         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
4734         Include xpdfconfig.h
4735         
4736 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
4737
4738         * shell/ev-window.c (ev_window_dispose): dispose can be called
4739         multiple times.
4740
4741 2004-12-21  Havoc Pennington  <hp@redhat.com>
4742
4743         * shell/ev-window.c (ev_window_init): set title to Document Viewer
4744         rather than Evince
4745
4746         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
4747         items; really they should be synced with the strings, etc. from
4748         current gpdf, but just getting the boring typing out of the way 
4749
4750 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
4751
4752         * po/POTFILES.in:
4753         * shell/ev-application.c: (window_destroy_cb):
4754         * shell/ev-window.c:
4755         * shell/main.c: (main):
4756
4757         Actually show the window...
4758
4759 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
4760
4761         * Makefile.am:
4762         * shell/Makefile.am:
4763         * shell/ev-application.c: (ev_application_class_init):
4764         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
4765
4766         Make it build again
4767
4768 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
4769
4770         Import to gnome cvs.
4771         
4772         * Remove copies of gpdf and ggv trees.
4773         * Rip out all the recursive configure code.
4774         * Remove bonobo machinery.
4775         * viewer/*: GInterfaces that backends should/can implement.
4776
4777 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4778
4779         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
4780         typo
4781
4782 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4783
4784         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
4785         (ev_application_finalize, ev_application_class_init)
4786         (ev_application_init): use GType instance private data for priv.
4787     
4788         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
4789         (ev_window_finalize, ev_window_class_init)
4790         (ev_window_init): ditto.
4791
4792 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4793
4794         * shell/ev-application.c (ev_application_new_window): make public
4795         (ev_application_show_initial_window): kill.
4796     
4797         * shell/ev-application.h: update prototypes.
4798     
4799         * shell/main.cc (main): inline ev_application_show_initial_window.
4800
4801 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4802
4803         * shell/ev-application.c (ev_application_new_window): impl.
4804         (ev_application_show_initial_window): use it.
4805         (is_window_empty, ev_application_get_empty_window): returns an
4806         existing empty window or a new one.
4807         (ev_application_open): from ev_window_cmd_file_open.
4808     
4809         * shell/ev-application.h: update prototypes
4810     
4811         * shell/ev-window.c (ev_window_is_empty): impl.
4812         (ev_window_open): make public.
4813         (ev_window_cmd_file_open): use ev_application_open
4814     
4815         * shell/ev-window.h: update prototypes, remove unused.
4816
4817 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4818
4819         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
4820         move destroy handler out of here...
4821     
4822         * shell/ev-application.c, shell/ev-application.h: ...into this new
4823         class. Also handles initial window creation.
4824     
4825         * shell/main.cc (main): use EvApplication to create initial
4826         window.
4827
4828 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4829
4830         * Makefile.am (SUBDIRS): add cut-n-paste
4831     
4832         * cut-n-paste/Makefile.am: add
4833     
4834         * configure.ac: generate Makefiles in cut-n-paste
4835
4836 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4837
4838         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
4839         (ev_window_class_init): install ev_window_dispose.
4840
4841 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4842
4843         * shell/ev-window.h, shell/ev-window.c: replace gchar with
4844         char (gchar looks stupid).
4845
4846 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4847
4848         * po/de.po: updated German translation.
4849
4850 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4851
4852         * configure.ac: add more pkg-config library checks for gnome-vfs,
4853         bonobo etc.
4854     
4855         * gpdf/configure.in: temporarily disable libpaper
4856         checks. Otherwise I'd have to add the checks for the shell, too.
4857
4858 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4859
4860         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
4861         and * file filters to the file choose.
4862
4863 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4864
4865         * po/de.po: Updated German translation.
4866
4867 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4868
4869         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
4870
4871 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4872
4873         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
4874     
4875         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
4876         (ev_window_init): implement those menuitems.
4877
4878 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4879
4880         * data/evince-ui.xml: add a toolbar (with FileOpen action)
4881     
4882         * shell/ev-window.c (ev_window_init): use the toolbar.
4883
4884 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4885
4886         * shell/ev-window.c (ev_window_init): use menu translations
4887
4888 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4889
4890         * configure.ac: add "de" to ALL_LINGUAS.
4891     
4892         * po/de.po: add German translation.
4893
4894 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4895
4896         * Makefile.am (SUBDIRS): add po
4897     
4898         * configure.ac: check intltool, glib-gettext etc, generate
4899         po/Makefile.in
4900     
4901         * po, po/POTFILES.in, po/POTFILES.skip: new.
4902
4903 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4904
4905         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
4906         already use (#ifdef ENABLE_NLS)
4907     
4908         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
4909         pointer indirection thinko.
4910     
4911         * shell/main.c: include gi18n.h for bindtextdomain etc.
4912
4913 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4914
4915         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
4916         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
4917         tooltips for menu items in the statusbar.
4918
4919 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4920
4921         * configure.ac, data/Makefile.am, shell/Makefile.am: use
4922         pkgdatadir drop UIDIR
4923
4924 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4925
4926         * data/evince-ui.xml: Add File->Open menu item
4927     
4928         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
4929         chooser), hook it up in the ui manager.
4930
4931 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4932
4933         * shell/ev-window.c: fix Help->About tooltip.
4934
4935 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
4936
4937         * configure.ac: set CFLAGS for libevprivate.
4938     
4939         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
4940         definitions, factory etc.
4941     
4942         * lib/Makefile.am: build libevprivate.a (only stock icon code).
4943     
4944         * shell/Makefile.am: link against libevprivate.a.
4945     
4946         * shell/ev-window.c (entries): add stock icon to Help->About.
4947     
4948         * shell/main.c (main): init stock icon code.
4949
4950 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4951
4952         * lib/recent-files: egg recent files code
4953     
4954         * lib/Makefile.am: add.
4955     
4956         * Makefile.am: add lib subdir.
4957     
4958         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
4959         set CFLAGS for recent-files.
4960
4961 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4962
4963         * configure.ac: disable -ansi and -pedantic gcc flags. They
4964         disable POSIX stuff in stdio.h, but egg-recent uses them.
4965
4966 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
4967
4968         * configure.ac: add --disable-deprecated flag (defaults to on in
4969         "cvs" builds).
4970     
4971         * shell/Makefile.am (INCLUDES): use it.
4972
4973 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4974
4975         * shell/main.c: add missing #include.
4976     
4977         * shell/ev-window.c: fix for pedantic gcc.
4978         (ev_window_cmd_help_about): split license into paragraphs for
4979         translators and pedantic compilers.
4980
4981 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4982
4983         * configure.ac: add more warning flags if compiling with gcc from
4984         cvs (or explicitly requested with --enable-more-warnings).
4985
4986 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4987
4988         * data/evince-ui.xml: add File and File->Close menu.
4989     
4990         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
4991         (ev_window_destroy): quit after destroy.
4992         (ev_window_class_init): override GtkObject::destroy.
4993         (entries): install close_window callback.
4994
4995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4996
4997         * Makefile.am (SUBDIRS): add data subdir.
4998     
4999         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
5000         gtk+ 2.5.0 for GtkAboutDialog.
5001     
5002         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
5003         main window.
5004     
5005         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
5006     
5007         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
5008         manager.
5009         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
5010
5011 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5012
5013         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
5014
5015 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5016
5017         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
5018
5019 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5020
5021         * shell/*: Added shell directory boilerplate, build it.
5022
5023 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5024
5025         * configure.ac, Makefile.am: Added top-level configure.ac and
5026         Makefile.am