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