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