]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
First go at fixing search, still buggy
[evince.git] / ChangeLog
1 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
2
3         * shell/ev-view.c: (compute_border), (get_page_extents),
4         (doc_rect_to_view_rect), (highlight_find_results),
5         (ev_view_bin_expose), (ev_view_select_all),
6         (ev_view_motion_notify_event), (update_find_status_message),
7         (jump_to_find_result), (jump_to_find_page):
8
9         First go at fixing search, still buggy
10
11 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12
13         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
14         dropdown box and button at the top of the sidebar.
15
16 2005-05-02  James Bowes  <bowes@cs.dal.ca>
17
18         * configure.ac: Output zoom-control Makefile.
19         * cut-n-paste/Makefile.am: build zoom-control subdir.
20         * cut-n-paste/zoom-control/ephy-zoom-action.c:
21         * cut-n-paste/zoom-control/ephy-zoom-action.h:
22         * cut-n-paste/zoom-control/ephy-zoom-control.c:
23         * cut-n-paste/zoom-control/ephy-zoom-control.h:
24         * cut-n-paste/zoom-control/ephy-zoom.c:
25         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
26         from epiphany, and modified to add a separator into the menu.
27         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
28         * data/evince-ui.xml: Replace old zoom toolbar actions with new
29         zoom-control action.
30         * shell/Makefile.am: Include zoom-control flags.
31         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
32         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
33         (ev_view_zoom_for_size_presentation),
34         (ev_view_zoom_for_size_continuous_and_dual_page),
35         (ev_view_zoom_for_size_continuous),
36         (ev_view_zoom_for_size_dual_page),
37         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
38         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
39         ev_view_get_zoom and ev_view_get_sizing_mode.
40         * shell/ev-view.h:
41         * shell/ev-window.c: (update_action_sensitivity),
42         (update_sizing_buttons), (zoom_control_changed_cb),
43         (register_custom_actions): Initialize and use the zoom-control 
44         widget.
45
46 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
47
48         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
49         preview cache back to 1.  Don't know when it got set to 0.
50         
51         * shell/ev-view.c: (compute_border), (ev_view_realize),
52         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
53         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
54         (ev_view_get_fullscreen), (ev_view_set_presentation),
55         (ev_view_get_presentation), (ev_view_set_sizing_mode),
56         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
57         * shell/ev-view.h:
58         * shell/ev-window.c:
59         (update_chrome_visibility),
60         (ev_window_cmd_continuous), (ev_window_cmd_dual),
61         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
62         (update_document_mode), (ev_window_update_fullscreen_action),
63         (ev_window_fullscreen), (ev_window_unfullscreen),
64         (ev_window_cmd_view_fullscreen),
65         (ev_window_update_presentation_action),
66         (ev_window_run_presentation), (ev_window_stop_presentation),
67         (ev_window_cmd_view_presentation), (ev_window_state_event),
68         (ev_window_focus_in_event), (ev_window_focus_out_event),
69         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
70         * data/evince-ui.xml: Initial presentation mode.  We should
71         probably hide this until it's done, as it's quite rough.  Also,
72         change full-screen to fullscreen and add two getters to EvView.
73
74 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
75
76         * shell/ev-page-action.c: (update_page_cache),
77         (ev_page_action_dispose):
78         * shell/ev-window.c: (destroy_fullscreen_popup),
79         (ev_window_create_fullscreen_popup):
80
81         Use connect_object rather than explicitly
82         disconnect on dispose.
83
84 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
85
86         * shell/ev-page-action.c: (update_page_cache),
87         (ev_page_action_dispose):
88
89 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
90
91         * backend/ev-page-cache.c: (_ev_page_cache_new),
92         (ev_page_cache_set_page_label),
93         (ev_page_cache_has_nonnumeric_page_labels):
94         * backend/ev-page-cache.h:
95         * shell/ev-page-action.c: (update_pages_label):
96         
97         If all page labels are numeric, fallback to default
98         way to display number of pages. See bug 173185.
99
100 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
101
102         * shell/ev-page-action.c: (ev_page_action_dispose):
103         * shell/ev-view.c: (view_update_range_and_current_page):
104         * shell/ev-window.c: (ev_window_dispose):
105         
106         Set page on scroll in continuous mode. Fixes bug 301986.
107         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
108
109 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
110
111         * configure.ac:
112
113         Require poppler 0.3.0
114
115 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
116         
117         * shell/Makefile.am, configure.ac: Fix build problems
118         with t1lib. Bug 301996.
119
120 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
121
122         * shell/ev-view.c: (ev_view_scroll_event):
123         
124         Scroll up increase zoom
125
126 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
127
128         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
129         (ev_view_set_sizing_mode),
130         (ev_view_zoom_for_size_continuous_and_dual_page),
131         (ev_view_zoom_for_size_continuous):
132         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
133         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
134         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
135         (ev_window_init):
136
137         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
138         Fix for 165473 and 165472.
139
140 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
141
142         * po/POTFILES.in:
143         * thumbnailer/Makefile.am:
144         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
145         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
146         * thumbnailer/evince-thumbnailer.schemas.in:
147         
148         Make thumbnailer schemas translatable. Fix for bug 301773
149         
150         * thumbnailer/evince-thumbnailer-djvu.schemas:
151         * thumbnailer/evince-thumbnailer-dvi.schemas:
152         * thumbnailer/evince-thumbnailer.schemas:
153
154         Removed files
155
156 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
157
158         * shell/ev-view.c (ev_view_init): forgot to set this.
159
160 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
161
162         * shell/ev-view.c: (find_page_at_location),
163         (get_link_at_location),
164         (ev_view_set_show_border), (ev_view_set_spacing),
165         (ev_view_zoom_for_size_continuous_and_dual_page),
166         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
167         Also, add a quick fix measuring of widths.  Also, removed
168         ev_view_set_spacing and ev_view_set_show_border.
169         
170         * shell/ev-window.c: (ev_window_unfullscreen),
171         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
172
173 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
174
175         * shell/ev-view.c: (view_update_range_and_current_page),
176         (page_changed_cb):
177         
178         Fix crash on exit and scrolling to page in continuous view.
179
180 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
181
182         * TODO:
183         * backend/ev-page-cache.c: (_ev_page_cache_new),
184         (ev_page_cache_get_max_width_size),
185         (ev_page_cache_get_max_height_size):
186         * backend/ev-page-cache.h:
187         * data/evince-ui.xml:
188         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
189         * shell/ev-view.c: (view_update_adjustments),
190         (view_update_range_and_current_page), (get_bounding_box_size),
191         (ev_view_size_request_continuous_and_dual_page),
192         (ev_view_size_request_continuous),
193         (ev_view_size_request_dual_page),
194         (ev_view_size_request_single_page), (ev_view_size_request),
195         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
196         (ev_view_bin_expose), (ev_view_expose_event),
197         (ev_view_set_property), (ev_view_get_property),
198         (ev_view_class_init), (ev_view_init), (ev_view_new),
199         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
200         (ev_view_set_dual_page), (ev_view_set_full_screen),
201         (ev_view_set_presentation), (ev_view_set_sizing_mode),
202         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
203         (ev_view_zoom_out), (zoom_for_size_fit_width),
204         (zoom_for_size_best_fit),
205         (ev_view_zoom_for_size_continuous_and_dual_page),
206         (ev_view_zoom_for_size_continuous),
207         (ev_view_zoom_for_size_dual_page),
208         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
209         (ev_view_show_cursor), (ev_sizing_mode_get_type):
210         * shell/ev-view.h:
211         * shell/ev-window.c: (update_action_sensitivity),
212         (ev_window_cmd_continuous), (ev_window_cmd_dual),
213         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
214         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
215         (ev_window_cmd_view_zoom_out), (update_view_size),
216         (ev_window_set_sizing_mode), (ev_window_init):
217
218         Add Continuous and Dual page modes.
219
220 2005-04-23  James Bowes  <bowes@cs.dal.ca>
221
222         * dvi/dvi-document.c: (dvi_document_load),
223         (dvi_document_thumbnails_get_thumbnail),
224         (dvi_document_init_params): Fix up some mixups between
225         width and height to correct thumbnail rendering.
226
227 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
228
229         * dvi/mdvi-lib/private.h:
230         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
231         
232         Suppess output for kpathsea during font generation. Thanks to
233         James Bowes
234
235 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
236
237         * NEWS:
238         * configure.ac:
239
240         Release 0.2.1
241
242         * Makefile.am: fix distcheck.
243
244 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
245
246         * shell/ev-sidebar-links.c: (selection_changed_callback),
247         (update_page_callback), (row_activated_callback),
248         (job_finished_callback), (ev_sidebar_links_set_document):
249         
250         Fix for bug #169901. Double click on links expands tree.
251
252 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
253
254         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
255         hard-coded style. Fix for bug 170111
256
257 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
258
259         * shell/ev-view.c (highlight_find_results): Remove unnecessary
260         locking.
261
262 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
263
264         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
265
266 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
267
268         * pdf/ev-poppler.cc:
269         * shell/ev-view.c: (highlight_find_results):
270
271         Fix find on single page documents
272
273 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
274
275         * data/evince.schemas.in: fix for bug 301390
276
277 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
278
279         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
280         (ev_view_zoom_out), (ev_view_zoom_normal):
281         * shell/ev-view.h:
282         * shell/ev-window.c: (update_action_sensitivity),
283         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
284         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
285         (ev_window_cmd_view_normal_size):
286
287         Fix normal size zoom. Make zoom in/zoom out unsensitive when
288         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
289         better than oom. 
290
291 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
292
293         * configure.ac:
294
295         Depend on 2.57, 2.59 doesnt seem to be necessary
296
297 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
298
299         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
300         (create_tool_item):
301
302         Put back total number of pages as (1 of 1234)
303
304 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
305
306         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
307         remove the job.
308
309         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
310         function.  This helps debugging.
311
312 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
313
314         * djvu/djvu-document.c: (djvu_document_class_init),
315         (djvu_document_get_info), (djvu_document_document_iface_init):
316         * dvi/dvi-document.c: (dvi_document_class_init),
317         (dvi_document_get_info), (dvi_document_document_iface_init):
318
319        Dummy implementation of get_info method for dvi and djvu. Fix
320        crashes with those backends
321
322 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
323
324         * data/evince.desktop.in:
325
326         Add application/x-gzpostscript
327
328 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
329
330         * data/evince.schemas.in: Added real long descriptions, 
331         closes bug 172496 
332
333         * README: Added actual text, closes bug 171869
334
335 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
336
337         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
338
339         Thumbnail page 0
340
341 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
342
343         * backend/ev-document-info.h:
344
345         s/GDate */GDate so we can just use g_free
346
347 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
348
349         * shell/ev-window.c: (update_document_mode),
350         (ev_window_setup_document):
351
352         Show the window in fullscreen when specified by
353         the document
354
355 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
356
357         * backend/ev-document.c: (ev_document_class_init),
358         (ev_document_get_info), (ev_document_render_pixbuf):
359         * backend/ev-document.h:
360         * backend/ev-page-cache.c: (_ev_page_cache_new):
361         * pdf/ev-poppler.cc:
362         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
363         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
364         * ps/ps-document.c: (ps_document_class_init), (document_load),
365         (ps_document_get_info), (ps_document_document_iface_init):
366
367         Remove get_title from the interface, we can just use document info
368
369 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
370
371         * backend/Makefile.am:
372         * backend/ev-document.c: (ev_document_render_get_info):
373         * backend/ev-document.h:
374         * pdf/ev-poppler.cc:
375
376         Initial support for document info. Based on jrb patch.
377
378 2005-04-19  Paolo Borelli <pborelli@katamail.com>
379
380         * shell/ev-window.c: (ev_window_state_event),
381         (ev_window_class_init), (ev_window_init):
382         
383         Doesn't show resize grip when maximized. See bug #301053
384
385 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * po/POTFILES.in:
388         
389         ev-sidebar-thumbnails now has translatable labels
390         
391         * shell/Makefile.am:
392         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
393         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
394         (ev_sidebar_links_page_iface_init):
395         * shell/ev-sidebar-links.h:
396         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
397         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
398         (ev_sidebar_page_get_label):
399         * shell/ev-sidebar-page.h:
400         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
401         (ev_sidebar_thumbnails_set_document),
402         (ev_sidebar_thumbnails_support_document),
403         (ev_sidebar_thumbnails_get_label),
404         (ev_sidebar_thumbnails_page_iface_init):
405         * shell/ev-sidebar-thumbnails.h:
406         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
407         (ev_sidebar_set_document):
408         * shell/ev-sidebar.h:
409         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
410         
411         Small rework of sidebar code. Now sidebar pages should implement
412         EvSidebarPage interface. That makes page management in EvSidebar
413         easier. See bug #164811 for details
414
415 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
416
417         * shell/ev-application.c: (ev_application_open):
418         * shell/ev-document-types.c:
419         
420         Fix build error and small problem with application exit
421
422 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
423
424         * thumbnailer/Makefile.am:
425         * thumbnailer/evince-thumbnailer-djvu.schemas:
426         * thumbnailer/evince-thumbnailer-dvi.schemas:
427         
428         Conditionally install schemas for djvu/dvi thumbnailer
429
430 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
431
432         * shell/ev-document-types.h: 
433         * shell/ev-document-types.c: 
434         New files, handling the mapping from mimetypes to backends
435         
436         * shell/ev-window.c: 
437         * thumbnailer/evince-thumbnailer.c:     
438         Use the ev-document-types code
439         
440         * shell/Makefile.am: 
441         Added new convenience library libevbackendfactory_la, containing
442         the new mimetype->backend logic; moved the backends into it.
443
444         * thumbnailer/Makefile.am:
445         Make the thumbnailer link with the libevbackend.la convenience
446         library, rather than having a duplicate of the backend logic here.
447
448 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
449
450         * shell/ev-stock-icons.c: constify some vars.
451         * shell/ev-window.c: ditto.
452
453 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
454
455         * ps/ps-document.c (get_page_orientation):
456
457         Respect document orientation 
458
459 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
460
461         * djvu/Makefile.am:
462         * dvi/Makefile.am:
463         * shell/Makefile.am:
464         
465         Move library dependencies to components.
466         
467         * shell/ev-window.c: (update_window_title),
468         (start_loading_document):
469         
470         Fix display of uris with spaces. Bug 168358.
471
472 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
473
474         * shell/ev-sidebar-links.c: (selection_changed_cb):
475         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
476         (ev_view_button_release_event), (ev_view_set_document):
477         * shell/ev-view.h:
478         * shell/ev-window.c: (find_bar_search_changed_cb):
479         * shell/ev-window.h: Minor cleanups removing some dead code.
480
481 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
482
483         * backend/ev-page-cache.c: (_ev_page_cache_new):
484         
485         Set current page to 0 if document has pages.
486
487 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
488
489         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
490
491         Initialize GError to NULL, fix a crash when loading fails.
492
493 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
494
495         * shell/ev-window.c: (update_view_size):
496
497         Calculate shadow size only when there is actually
498         a shadow.
499
500 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
501
502         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
503         * shell/ev-view.h:
504
505         Allow setting view spacing, default to 0
506
507         * shell/ev-window.c: (ev_window_unfullscreen),
508         (ev_window_cmd_view_fullscreen), (ev_window_init):
509
510         Remove spacing in fullscreen mode
511
512 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
513
514         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
515         (ev_view_size_request), (expose_bin_window),
516         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
517         * shell/ev-view.h:
518         * shell/ev-window.c: (ev_window_unfullscreen),
519         (ev_window_cmd_view_fullscreen):
520
521         Do not draw the border in fulscreen
522
523 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
524
525         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
526         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
527         (find_page_at_location), (page_changed_cb):
528
529         Rework border calculation, so that I can more easily disable it.
530         Code somewhat cleaner too.
531
532 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
533
534         * backend/ev-page-cache.c: (ev_page_cache_init),
535         (_ev_page_cache_new):
536
537         Remove some assertions, documents can have 0 pages.
538         Make initial current page -1.
539
540         * shell/ev-page-action.c: (page_changed_cb):
541
542         Show "" if current page is -1
543
544         * shell/ev-window.c: (update_action_sensitivity),
545         (ev_window_setup_document):
546
547         When document has 0 pages do not set the view
548         and make nearly everything insensitive.
549
550 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
551
552         * shell/ev-page-view.c:
553         * shell/ev-page-view.h:
554
555         Remove unused files.
556         
557         * shell/ev-sidebar-thumbnails.c:
558         (ev_sidebar_thumbnails_set_document):
559         * shell/ev-sidebar.c: (ev_sidebar_set_document),
560         (ev_sidebar_supports_document):
561         * shell/ev-sidebar.h:
562         * shell/ev-window.c: (ev_window_setup_document):
563         
564         Doesn't show thumbnails if document has 1 page. Make
565         sidebar menu entries sensitive only if if they have 
566         sense. Fix bug 164811. 
567
568 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
569
570         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
571         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
572         (ev_view_zoom_out), (ev_view_set_size):
573
574         Rework sizing to deal with documents with not uniform page
575         size.
576
577 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
578
579         * backend/ev-page-cache.c: (_ev_page_cache_new):
580
581         Fix several page size caching bugs
582
583 2005-04-15  Luca Ferretti <elle.uca@libero.it>
584
585         * shell/ev-window.c: (set_action_properties):
586
587         Make all toolbar items translatable
588
589 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
590
591         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
592         (save_page_list), (ps_document_save),
593         (ps_document_document_iface_init), (ps_document_ps_export_begin),
594         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
595         (ps_document_ps_exporter_iface_init):
596         * ps/ps-document.h:
597
598         Based on a patch by J�rg Billeter <j@bitron.ch>
599         
600         Implement print and save a copy for the ps backend.
601
602 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
603
604         * backend/ev-document.h:
605         * djvu/djvu-document.c: (djvu_document_can_get_text),
606         (djvu_document_document_iface_init):
607         * dvi/dvi-document.c: (dvi_document_can_get_text),
608         (dvi_document_document_iface_init):
609         * pdf/ev-poppler.cc:
610         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
611         (pixbuf_document_document_iface_init):
612         * ps/ps-document.c: (ps_document_can_get_text),
613         (ps_document_document_iface_init):
614         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
615         * shell/ev-window.c: (update_action_sensitivity):
616
617         Fix the crash when trying to copy in backends that doesnt
618         support it. We can implement a better solution once we
619         do real text selection.
620
621 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
622
623         * data/evince-ui.xml:
624         * shell/ev-window.c: (ev_window_cmd_escape):
625         
626         Work around the Escape conflict (find bar and unfullscreen)
627
628 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
629
630         * backend/ev-page-cache.c: (ev_page_cache_next_page):
631         
632         Fix for #300233. Next page correctly handles document end.
633         
634         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
635         (ev_sidebar_thumbnails_class_init),
636         (ev_sidebar_thumbnails_set_document),
637         (ev_sidebar_thumbnails_clear_job),
638         (ev_sidebar_thumbnails_clear_model):
639         
640         Cleanup thumbnail jobs on document changes.
641         
642         * shell/ev-view.c: (add_scroll_binding_keypad),
643         (add_scroll_binding_shifted), (ev_view_class_init):
644         
645         Shift + Space scrolls up. Fix for #173184
646         
647         * shell/ev-window.c: (ev_window_open_page),
648         (ev_window_cmd_view_reload):
649         
650         Fix reload (Bug #300094)
651
652 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         
655         * dvi/mdvi-lib/assoc.c:
656         * dvi/mdvi-lib/assoc.h: Removed garbage files
657         
658         * dvi/mdvi-lib/bitmap.c:
659         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
660         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
661         * dvi/mdvi-lib/color.h: Antialias of rules
662         
663         * dvi/mdvi-lib/common.h:
664         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
665         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
666         * dvi/mdvi-lib/files.c:
667         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
668         * dvi/mdvi-lib/mdvi.h:
669         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
670         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
671         * dvi/mdvi-lib/util.c: Fix compile warnings
672         
673         * dvi/dvi-document.c:
674         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
675         (dvi_document_thumbnails_get_thumbnail),
676         (dvi_document_document_thumbnails_iface_init):
677         * dvi/mdvi-lib/Makefile.am:
678         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
679         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
680         
681         Dvi backend now renders thumbnails
682
683 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
684
685         * shell/main.c: (main): 
686         
687         Save accelerators on exit. Fixes bug #172095.
688
689 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
690
691         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
692         update priority" comment.
693
694         * backend/ev-job-queue.c: Give a way to change priority.
695
696 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
697
698         * shell/ev-page-action.c: Fix logic.
699
700 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
701
702         * shell/ev-view.c: (ev_view_can_find_next):
703         * shell/ev-window.c: (ev_window_setup_document):
704
705         Check that the document supports find
706
707 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
708
709         * data/evince-ui.xml:
710         * shell/ev-view.c: (ev_view_can_find_next):
711         * shell/ev-view.h:
712         * shell/ev-window.c: (update_action_sensitivity),
713         (find_changed_cb), (ev_window_setup_document),
714         (ev_window_cmd_edit_find_next):
715
716         Add Edit->Find Next
717
718 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
719
720         * pdf/ev-poppler.cc:
721         * shell/ev-print-job.c: (idle_print_handler):
722
723         Make printing work again
724
725 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
726
727         * shell/ev-page-action.h:
728         * shell/ev-page-action.c: (ev_page_action_widget_init),
729         (ev_page_action_widget_class_init), (page_changed_cb),
730         (create_tool_item), (update_page_cache), (build_new_tree_cb),
731         (get_filter_model_from_model), (match_selected_cb),
732         (display_completion_text), (match_completion), (update_model),
733         (connect_proxy), (ev_page_action_set_property),
734         (ev_page_action_get_property), (ev_page_action_set_document),
735         (ev_page_action_set_model), (ev_page_action_class_init): Big
736         reworking to make completions work iff we have >= GTK-2.7.0
737                 
738         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
739         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
740         (job_finished_cb): We now have a 'model' property that is set when
741         the links are loaded.  This can be caught with "notify::model"
742
743         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
744         listen for the model to be set, and propagate it to the action.
745
746 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
747
748         * cut-n-paste/recent-files/egg-recent-item.c:
749         (egg_recent_item_set_uri), (make_valid_utf8),
750         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
751         * cut-n-paste/recent-files/egg-recent-item.h:
752         
753         Update egg-recent from libegg. This should fix long
754         startup problem. For details see
755         http://bugzilla.gnome.org/show_bug.cgi?id=160531
756
757 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
758
759         * cut-n-paste/recent-files/Makefile.am:
760         * data/evince-ui.xml, shell/Makefile.am:
761         * shell/ev-application.c, shell/ev-application.h:
762         * shell/ev-window.c: Recent files support.
763         
764         * configure.ac: Added "ru" to ALL_LINGUAS.
765         
766         * dvju: new backend to support DJVU files.
767         * dvi: new backend to support DVI.
768
769         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
770         * ev-application.c: Support for new backends.
771         
772         * help, ev-window.c, main.c shell/Makefile.am: 
773         Evince user documentation.
774
775 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
776
777         * po/POTFILES.in:
778         * shell/ev-window.c:
779         * thumbnailer/evince-thumbnailer.c:
780
781         s/pdf-document/ev-poppler
782
783 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
784
785         * NEWS:
786         * configure.ac:
787
788         Release 0.2.0
789
790         * ps/ps-document.c: (setup_pixmap):
791
792         Remove debug code
793
794 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
795
796         * backend/ev-page-cache.c (ev_page_cache_next_page): 
797         * shell/ev-window.c (ev_window_cmd_go_next_page) 
798         (ev_window_cmd_go_first_page): Fix of by one errors.
799
800 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
801
802         * ps/ps-document.c: (get_page_box):
803
804         Fix page size calculation
805
806 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
807
808         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
809         (ps_document_cleanup), (setup_pixmap), (get_page_box),
810         (get_page_orientation), (setup_page), (document_load),
811         (ps_document_get_page_size), (render_pixbuf_idle):
812         * ps/ps-document.h:
813
814         More refactoring to adapt to EvDocument changes
815
816 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
817
818         * ps/ps-document.c: (start_interpreter):
819
820         Actually add alpha args
821
822 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
823
824         * pdf/ev-poppler.cc:
825
826         Make clipboard work again
827
828 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
829
830         Make searching work again.
831         
832         * backend/ev-document.c:
833         * backend/ev-document.h:
834         * backend/ev-document-find.c:
835         * backend/ev-document-find.h: Change EvDocumentIface so we no
836         longer store the current page or zoom level in the document.  The
837         consequence is that all calls that operate on the current page now
838         instead take the page number as an extra argument, and all
839         coordinates are now doubles in document coordinate system.
840
841         * pdf/ev-poppler.cc:
842         * pixbuf/pixbuf-document.c:
843         * ps/ps-document.c: Update backends accordingly.
844
845 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
846
847         * autogen.sh:
848
849         Add required gettext version
850
851 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
852
853         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
854         make F1 bring up non-existent help.
855
856         * shell/eggfindbar.c: Patch from Christian Persch to sync to
857         epiphany's find bar, #167477
858
859         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
860         <emil@nishra.com> to add space-bar scrolling, 
861
862         * shell/ev-window.c (static GtkActionEntry entries): add default
863         keybinding for Help (F1)
864         Fixes #171068
865
866         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
867         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
868         170110
869
870 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
871
872         * Makefile.am: 
873         * pixbuf/pixbuf-document.c: 
874
875         Got pixbuf backend working again
876
877 2005-04-01  Steve Murphy  <murf@e-tools.com>
878
879         * configure.in: Added "rw" to ALL_LINGUAS.
880
881 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
882
883         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
884         model types, noticed by Martin Kretzschmar.
885
886 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
887
888         * pdf/ev-poppler.cc: Implement search based on
889         poppler_page_find_text().  Currently a bit crude since we remember
890         all matches from all pages.  Also, we grab the big document lock
891         when we search since searching changes the underlying stream and
892         thus conflicts with the rendering thread.
893         
894         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
895         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
896         (ev_view_find_previous): Fix some page indexes to be 0 based,
897         offset rubber band by view offset,
898
899 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
900
901         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
902
903 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
904
905         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
906         completely because I didn't understand GtkActions.  I should
907         read Marco's code more carefully in the future.
908
909         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
910         function
911
912 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
913
914         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
915         PopplerRectangle change from poppler CVS.
916
917 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
918
919         * backend/ev-document.c: (ev_document_get_page_label):
920         * backend/ev-document.h:
921         * backend/ev-page-cache.c: (_ev_page_cache_new),
922         (ev_page_cache_get_page_label):
923         * backend/ev-page-cache.h:
924         * pdf/ev-poppler.cc:
925         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
926         (links_page_num_func):
927         * shell/ev-sidebar-thumbnails.c:
928         (ev_sidebar_thumbnails_set_document):
929         * shell/ev-view.c: (status_message_from_link),
930         (ev_view_motion_notify_event):
931         * shell/ev-window.c: (document_supports_sidebar): Add in page
932         label support.  It's not perfect yet, but it's the first 'feature'
933         in a while.
934         Also, fix a bogus comment noticed by crispin. 
935
936 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
937
938         * Makefile.am: Remove pixbuf backend for now
939
940         * configure.ac: Require poppler-glib instead of just poppler.
941
942         * backend/ev-document-thumbnails.h: Add a comment
943
944         * backend/ev-document.h:
945         * backend/ev-document.c: (ev_document_class_init),
946         (ev_document_load), (ev_document_get_link),
947         (ev_document_get_links): Remove 3 methods and add get_links.
948         Also, made 0 based.
949
950         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
951         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
952
953         * backend/ev-link.c: (ev_link_set_title),
954         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
955         (ev_link_mapping_find):
956         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
957         
958         * backend/ev-page-cache.c: (ev_page_cache_init),
959         (_ev_page_cache_new), (ev_page_cache_set_current_page),
960         (ev_page_cache_get_size), (ev_page_cache_next_page),
961         (ev_page_cache_prev_page): Fix to be 0 based.
962
963         * pdf/Makefile.am: 
964         * pdf/ev-poppler.h:
965         * pdf/ev-poppler.cc: New backend.
966         
967         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
968         (ps_document_get_page), (ps_document_document_iface_init):
969
970         * shell/ev-pixbuf-cache.h:
971         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
972         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
973         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
974         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
975         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
976         Fix up code to grab a page cache per each doc.  Also, fix to be 0
977         based.
978         
979         * shell/ev-sidebar-thumbnails.c:
980         (ev_sidebar_tree_selection_changed), (page_changed_cb),
981         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
982
983         * shell/ev-view.c: (status_message_from_link),
984         (find_page_at_location), (get_link_at_location),
985         (ev_view_motion_notify_event), (ev_view_button_release_event),
986         (ev_view_init): Use the new link code.  Fix to be 0 based.
987
988         * shell/ev-window.c: (update_action_sensitivity),
989         (document_supports_sidebar): 0 based.
990
991 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
992
993         * pdf/pdf-document.cc: Patch from Fernando Herrera
994         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
995         *blush*
996
997 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
998
999         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
1000         1 to the page, as this seems to be 1 based.  I thought we has this
1001         fixed.  grump.
1002
1003 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
1004
1005         * TODO:
1006         * backend/Makefile.am:
1007         * backend/ev-document-links.c:
1008         (ev_document_links_has_document_links),
1009         (ev_document_links_get_links_model):
1010         * backend/ev-document-links.h:
1011         * backend/ev-document.c: (ev_document_get_page_cache),
1012         (ev_document_get_doc_mutex), (ev_document_load),
1013         (ev_document_save), (ev_document_get_title),
1014         (ev_document_get_n_pages), (ev_document_set_page),
1015         (ev_document_get_page), (ev_document_set_target),
1016         (ev_document_set_scale), (ev_document_set_page_offset),
1017         (ev_document_get_page_size), (ev_document_get_text),
1018         (ev_document_get_link), (ev_document_render),
1019         (ev_document_render_pixbuf), (ev_document_scale_changed):
1020         * backend/ev-document.h:
1021         * backend/ev-job-queue.c: (remove_object_from_queue),
1022         (notify_finished), (handle_job), (search_for_jobs_unlocked),
1023         (no_jobs_available_unlocked), (ev_render_thread),
1024         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
1025         (ev_job_queue_remove_job):
1026         * backend/ev-job-queue.h:
1027         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
1028         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
1029         (ev_job_links_class_init), (ev_job_render_init),
1030         (ev_job_render_dispose), (ev_job_render_class_init),
1031         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
1032         (ev_job_thumbnail_class_init), (ev_job_finished),
1033         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
1034         (ev_job_render_run), (ev_job_thumbnail_new),
1035         (ev_job_thumbnail_run):
1036         * backend/ev-jobs.h:
1037         * backend/ev-link.c:
1038         * backend/ev-link.h:
1039         * backend/ev-page-cache.c: (ev_page_cache_init),
1040         (ev_page_cache_class_init), (ev_page_cache_finalize),
1041         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
1042         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
1043         (ev_page_cache_set_link), (ev_page_cache_get_title),
1044         (ev_page_cache_get_size), (ev_page_cache_next_page),
1045         (ev_page_cache_prev_page):
1046         * backend/ev-page-cache.h:
1047         * pdf/pdf-document.cc:
1048         * ps/gsdefaults.c:
1049         * ps/gsdefaults.h:
1050         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1051         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
1052         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
1053         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
1054         (is_interpreter_ready), (output), (catchPipe), (input),
1055         (start_interpreter), (check_filecompressed), (compute_dimensions),
1056         (ps_document_enable_interpreter), (document_load),
1057         (ps_document_next_page), (render_page), (ps_document_set_page),
1058         (ps_document_set_scale), (render_pixbuf_idle),
1059         (ps_document_render_pixbuf), (ps_document_document_iface_init):
1060         * ps/ps-document.h:
1061         * shell/Makefile.am:
1062         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
1063         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
1064         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
1065         (ev_pixbuf_cache_new), (job_finished_cb),
1066         (check_job_size_and_unref), (move_one_job),
1067         (ev_pixbuf_cache_update_range), (find_job_cache),
1068         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
1069         (ev_pixbuf_cache_add_jobs_if_needed),
1070         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
1071         * shell/ev-pixbuf-cache.h:
1072         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1073         (idle_print_handler):
1074         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
1075         (selection_changed_cb), (create_loading_model),
1076         (ev_sidebar_links_construct), (links_page_num_func),
1077         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
1078         (update_page_callback), (job_finished_cb),
1079         (ev_sidebar_links_set_document):
1080         * shell/ev-sidebar-thumbnails.c:
1081         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
1082         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
1083         (page_changed_cb), (thumbnail_job_completed_callback),
1084         (ev_sidebar_thumbnails_set_document):
1085         * shell/ev-sidebar-thumbnails.h:
1086         * shell/ev-sidebar.c: (ev_sidebar_set_document):
1087         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
1088         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
1089         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
1090         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
1091         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
1092         (ev_view_button_release_event), (ev_view_scroll_view),
1093         (ev_view_class_init), (ev_view_init), (update_find_status_message),
1094         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
1095         (ev_view_new), (job_finished_cb), (page_changed_cb),
1096         (ev_view_set_document), (go_to_link), (ev_view_zoom),
1097         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
1098         (ev_view_find_previous):
1099         * shell/ev-view.h:
1100         * shell/ev-window.c: (update_action_sensitivity),
1101         (ev_window_open_page), (update_window_title), (update_total_pages),
1102         (page_changed_cb), (ev_window_setup_document),
1103         (password_dialog_response), (ev_window_cmd_save_as),
1104         (ev_window_print), (ev_window_cmd_go_previous_page),
1105         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
1106         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
1107         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
1108         * shell/main.c: (main):
1109
1110         Merge evince-threads branch
1111
1112 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
1113
1114         * configure.ac: Added "lt" to ALL_LINGUAS.
1115
1116 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
1117
1118         * NEWS:
1119         * configure.ac:
1120
1121         Release 0.1.9
1122
1123 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
1124
1125         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1126
1127         Fix here also the thumbnails 1-basedness :)
1128
1129 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1130
1131         * NEWS:
1132         * configure.ac:
1133
1134         Release 0.1.8
1135
1136 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1137
1138         * pdf/pdf-document.cc:
1139         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1140         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
1141
1142         Fix the mess we did with thumbnails and 1-basedness
1143
1144 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
1145
1146         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
1147
1148 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
1149
1150         * NEWS:
1151         * configure.ac:
1152
1153         Release 0.1.7
1154
1155 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1156
1157         * ps/Makefile.am:
1158         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
1159         (gtk_gs_defaults_get_alpha_parameters),
1160         (gtk_gs_defaults_get_ungzip_cmd),
1161         (gtk_gs_defaults_get_unbzip2_cmd):
1162         * ps/gsdefaults.h:
1163         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1164         (ps_document_get_orientation), (document_load),
1165         (ps_document_goto_page), (ps_document_set_page_size):
1166         * ps/ps-document.h:
1167
1168         Some more sanitization of the ps backend. Remove a lot
1169         of unused code and do not base our defaults on ggv
1170         preferences (ugh!)
1171
1172 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
1173
1174         * thumbnailer/evince-thumbnailer.schemas:
1175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1176         (main): add -s option for thumbnail size.
1177
1178 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
1179
1180         * configure.ac:
1181
1182         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
1183         remove it.
1184
1185 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1186
1187         * pdf/pdf-document.cc:
1188
1189         Remove 4 pixels of useless border from the
1190         thumbnail.
1191
1192 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1193
1194         * backend/ev-document-thumbnails.c:
1195         (ev_document_thumbnails_get_thumbnail):
1196         * backend/ev-document-thumbnails.h:
1197
1198         Rework API a bit. Add a border flag and
1199         change sizing logic (now the size we specify
1200         applies to the bigger dimension).
1201
1202         * pdf/pdf-document.cc:
1203         * pixbuf/pixbuf-document.c:
1204         (pixbuf_document_thumbnails_get_thumbnail):
1205         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
1206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1207
1208         Adapt to the new API and do not draw a border for nautilus
1209         thumbnailer.
1210
1211 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
1212
1213         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1214         take thumbnails from page "0" instead of "1". Added a copyright header.
1215
1216 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
1217
1218         * ps/ps-document.c: (set_up_page), (start_interpreter):
1219
1220         Make it C89 compliant
1221
1222 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
1223
1224         * Makefile.am:
1225         * configure.ac:
1226         * pdf/.cvsignore:
1227         * pdf/pdf-document.cc:
1228         * thumbnailer/Makefile.am:
1229         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1230         (main):
1231         * thumbnailer/evince-thumbnailer.schemas:
1232         * thumbnailer/pdf-icon.png:
1233
1234         Add a nautilus thumbnailer.
1235         Based on patch by Fernando Herrera <fherrera@onirica.com>.
1236
1237 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
1238
1239         * NEWS:
1240         * configure.ac:
1241         * po/POTFILES.in:
1242
1243         Release 0.1.6
1244
1245 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
1246
1247         Use poppler instead of including xpdf source code.  Poppler is a
1248         fork of xpdf to build it as a shared library. See
1249         http://freedesktop.org/wiki/Software/poppler.
1250
1251         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
1252         xpdf fork.
1253         
1254         * pdf/Makefile.am: Build libpdfdocument.a here.
1255         
1256         * pdf/GDKSplashOutputDev.cc:
1257         * pdf/GDKSplashOutputDev.h:
1258         * pdf/GnomeVFSStream.cc:
1259         * pdf/GnomeVFSStream.h:
1260         * pdf-document.cc:
1261         * pdf-document.h:
1262         * test-gdk-output-dev.cc
1263         * Thumb.cc:
1264         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
1265         against poppler.
1266
1267 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1268
1269         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
1270
1271         Clear idle stack before unsetting the document
1272
1273 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1274
1275         * ps/ps-document.c: (ps_document_widget_event),
1276         (ps_document_set_target), (ps_document_finalize),
1277         (ps_document_get_page):
1278
1279         Disconnect the widget event signal on finalize.
1280         Some code cleanups.
1281
1282 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1283
1284         * ps/ps-document.c: (set_up_page):
1285
1286         If there is no bpixmap create one, even if size
1287         is not changed.
1288
1289 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1290
1291         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
1292         (set_up_page), (document_load), (ps_document_set_zoom):
1293
1294         Default page is 0. Calculate size even when we have no
1295         target yet.
1296
1297 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
1298
1299         * shell/ev-sidebar.c: expand the selection widget to be always as
1300         wide as the sidebar
1301
1302 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1303
1304         * shell/ev-sidebar-thumbnails.c:
1305         (ev_sidebar_thumbnails_set_document):
1306
1307         Clear the list store when setting document
1308
1309 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1310
1311         * shell/ev-page-action.c: (update_entry), (sync_entry),
1312         (activate_cb), (entry_size_request_cb), (create_tool_item),
1313         (connect_proxy):
1314
1315         Use an entry for the page control instead of spinbuttons
1316
1317 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1318
1319         * data/evince.schemas.in:
1320
1321         Correct confusing string
1322
1323 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
1324
1325         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
1326         for real.  Gosh, how long has this been broken.
1327
1328         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
1329         check for a NULL link.  We crash otherwise.
1330
1331 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
1332
1333         * NEWS:
1334         * configure.ac:
1335
1336         Release 0.1.5
1337
1338 2005-02-25  Sebastien Bacher  <seb128@debian.org>
1339
1340         * configure.ac: add the french translation.
1341
1342 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1343
1344         * shell/ev-window.c:
1345
1346         Remove unused header -> fix distcheck
1347
1348 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1349
1350         * shell/ev-window.c: (update_window_title),
1351         (ev_window_popup_password_dialog):
1352
1353         Unescape filename for display
1354
1355 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1356
1357         * pdf/xpdf/pdf-document.cc:
1358
1359         In get_page_size deal with rotation. Also
1360         cleanup the function a bit.
1361
1362 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1363
1364         * pdf/xpdf/pdf-document.cc:
1365
1366         Fix crash when opening in new window
1367
1368 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1369
1370         * configure.ac:
1371
1372         Check ghostscript >= 7
1373
1374 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
1375
1376         * shell/ev-window.c:
1377
1378         Make page width the default sizing mode
1379
1380 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
1381             Marco Pesenti Gritti <marco@gnome.org>
1382
1383         * shell/ev-window.c: Remember the sidebar size
1384
1385         * data/evince.schemas.in: Add a new gconf key to store the size of
1386         the sidebar
1387
1388 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
1389
1390         * data/evince-ui.xml:
1391         * shell/ev-window.c: (update_action_sensitivity),
1392         (ev_window_cmd_view_reload):
1393         
1394         Add a "Reload" action and menu entry
1395
1396 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
1397
1398         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
1399         iff the type doesn't support thumbnailing and indexing.
1400
1401 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
1402
1403         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
1404
1405 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1406
1407         * pdf/splash/Splash.cc:
1408
1409         Port fix for a crasher from kde bug
1410         http://bugs.kde.org/show_bug.cgi?id=97131
1411
1412 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1413
1414         * pdf/xpdf/pdf-document.cc:
1415
1416         Return a link even if it's of an unrecognized
1417         type. Otherwise we go in an infinte cycle.
1418
1419 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1420
1421         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
1422         (size_allocate_cb), (ev_window_set_sizing_mode):
1423
1424         Update size when switching mode
1425
1426 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1427
1428         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1429         (ev_window_cmd_view_page_width), (update_sizing_buttons),
1430         (ev_window_cmd_view_normal_size):
1431
1432         Fix size toggle buttons behavior
1433
1434 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1435
1436         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
1437         (doc_rect_to_view_rect), (ev_view_size_allocate),
1438         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
1439         (scale_changed_callback):
1440
1441         Do not cache offsets in size_allocate.
1442
1443 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1444
1445         * shell/ev-view.c: (ev_view_size_allocate):
1446
1447         Calculate offsets before calling the parent
1448         class (which does a redraw)
1449
1450 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1451
1452         * pdf/xpdf/pdf-document.cc:
1453
1454         Fix a crasher on exit. Unused code, put a TODO
1455
1456 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1457
1458         * backend/ev-document.c: (ev_document_class_init),
1459         (ev_document_page_changed), (ev_document_scale_changed):
1460         * backend/ev-document.h:
1461
1462         Separate page/scale notifications
1463
1464         * pdf/xpdf/pdf-document.cc:
1465
1466         Emit the new signals.
1467         Do not display the pdf page in _render, do it
1468         when scale/page are requested.
1469
1470         * ps/ps-document.c: (ps_document_set_zoom),
1471         (ps_document_widget_event):
1472         * ps/ps-document.h:
1473
1474         Emit the new signals.
1475
1476         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1477         (ev_view_init), (page_changed_callback), (scale_changed_callback),
1478         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
1479         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
1480         * shell/ev-view.h:
1481         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
1482         (ev_window_cmd_view_page_width), (size_allocate_cb),
1483         (ev_window_set_sizing_mode):
1484
1485         Rework sizing to be pixel based.
1486         There are bugs but should be already way better.
1487
1488 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
1489
1490         * shell/ev-window.c: (ev_window_init):
1491
1492         Do not allow to shrink sidebar smaller then
1493         child requisition
1494
1495 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
1496
1497         * shell/ev-sidebar.[ch]
1498         * shell/ev-window.c:
1499
1500         Improved sidebar widget. Fixes #166683
1501
1502 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
1503
1504         * shell/ev-view.c (update_find_status_message): Give translators
1505         more flexibility with ngettext plural handling.
1506
1507 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
1508
1509         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
1510         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
1511         page when we get the page size.
1512
1513 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1514
1515         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
1516
1517         ps pages are 0 based, convert 
1518
1519 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1520
1521         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
1522
1523         Initialize correct parent class. Set GError on document load
1524
1525 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1526
1527         * pdf/xpdf/pdf-document.cc:
1528
1529         Fixup selection offset calculation
1530
1531         * shell/ev-view.c: (view_rect_to_doc_rect),
1532         (doc_rect_to_view_rect), (ev_view_size_allocate),
1533         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
1534         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
1535
1536         Store selection as document relative, so that zooming
1537         and offset changing doesnt break it.
1538
1539 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1540
1541         * shell/ev-view.c: (ev_view_best_fit):
1542
1543         Do not try to best fit if the view is not realized
1544
1545 2005-02-20  Kostas Papadimas <pkst@gnome.org>
1546           
1547         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
1548
1549 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
1550
1551         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
1552
1553 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
1554
1555         * shell/ev-window.c: Change the fullscreen toolbar to always be in
1556         the popup window.  That prevents it resizing when in full screen
1557         mode.
1558
1559         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
1560         multiple rerenders.  This pretty much sucks.
1561
1562         * data/evince-ui.xml: Change the fullscreen toolbar to include the
1563         rest of the toolbar.
1564
1565 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
1566
1567         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
1568
1569 2005-02-17  Alexander Shopov  <ash@contact.bg>
1570
1571         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
1572
1573 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
1574
1575         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
1576
1577 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
1578
1579         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
1580         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
1581         (set_document_page), (document_changed_callback),
1582         (ev_view_set_document), (ev_view_find_previous),
1583         (ev_view_hide_cursor), (ev_view_show_cursor):
1584         * shell/ev-view.h:
1585         * shell/ev-window.c: (update_chrome_visibility),
1586         (fullscreen_timeout_cb), (fullscreen_set_timeout),
1587         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
1588         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
1589         (ev_window_unfullscreen):
1590         * shell/main.c: (main):
1591
1592         Automatically hide the fullscreen button.
1593         Patch by Kristian Høgsberg <krh@redhat.com>
1594
1595 2005-02-16  Vincent Noel  <vnoel@cox.net>
1596
1597         * shell/main.c (main): Specify an icon for the window. Patch by
1598         Jaap A. Haitsma. Fixes #166177.
1599
1600 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
1601
1602         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
1603
1604 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
1605
1606         * backend/ev-document-misc.h:
1607         * backend/ev-document-misc.c:
1608         (ev_document_misc_get_page_border_size),
1609         (ev_document_misc_paint_one_page): New function to canonicalize
1610         sizing/painting a border.
1611
1612         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
1613         used.
1614
1615         * pdf/xpdf/pdf-document.cc: use new function
1616
1617         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1618         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
1619         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
1620         shell/ev-window.c: (update_sizing_buttons),
1621         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
1622         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
1623         (ev_window_cmd_view_page_width), (size_allocate_cb),
1624         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
1625         and "fit width" values act as toggle buttons so they stay
1626         toggled.  It's not 100% perfect, and it's a little slow, but it's
1627         good enough to commit I think.
1628
1629 2005-02-15  David Lodge  <dave@cirt.net>
1630
1631         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
1632
1633 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
1634
1635         * shell/ev-window.c (update_window_title): replace newlines in
1636         the title by spaces. Bug #166107.
1637
1638 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
1639
1640         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
1641         parameters providing allocation width and height without
1642         scrollbars and width of a possible vertical scrollbar. With this
1643         additional information the functions can work as
1644         intended. Unfortunately they're not idempotent. We should
1645         transform these commands to toggles. Fixes Bug #164976
1646         Initial patch by Stephane Loeuillet, then heavily modified.
1647
1648         * shell/ev-view.h: update prototypes.
1649
1650         * shell/ev-window.c (ev_window_cmd_view_best_fit)
1651         (ev_window_cmd_view_page_width): provide EvView fit functions with
1652         all the information they need. Formulas to calculate this
1653         information taken from GtkScrolledWindow.
1654
1655 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
1656
1657         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
1658         created a thumbnail, the list store is updated to know
1659         that the thumbnail is set. Fixes bug #166792
1660
1661 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
1662
1663         * shell/ev-window.c: fixed typo, closes bug 166897
1664
1665         * TODO: updated TODO with bug numbers that are relevant
1666
1667 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
1668
1669         * shell/ev-window.c: Support for DnD of files. Fixes #164813
1670
1671 2005-02-09  Vincent Noel  <vnoel@cox.net>
1672
1673         * shell/ev-window.c: (set_action_properties): Set the "Previous"
1674         and "Next" toolbar buttons as important to make them stand out.
1675
1676 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
1677
1678         * lib/ev-debug.c:
1679         * lib/ev-debug.h:
1680         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
1681         (start_interpreter), (stop_interpreter), (document_load),
1682         (ps_document_next_page), (ps_document_goto_page),
1683         (ps_document_set_page_size), (ps_document_widget_event),
1684         (ps_document_render):
1685         * shell/ev-page-view.c: (ev_page_view_dispose):
1686         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
1687
1688         Fix compilation on non-gcc platforms
1689
1690 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
1691
1692         * NEWS:
1693         * configure.ac:
1694
1695         Release 0.1.4
1696
1697         * pdf/xpdf/Catalog.cc:
1698         * pdf/xpdf/XRef.cc:
1699
1700         Fix the fix for CAN-2004-0888
1701
1702 2005-02-09  Luca Ferretti <elle.uca@libero.it>
1703
1704         * data/Makefile.am:
1705         * data/evince-ui.xml:
1706         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1707         * shell/ev-stock-icons.h:
1708         * shell/ev-window.c: (update_action_sensitivity),
1709         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
1710         (set_action_properties):
1711
1712         Improve toolbar layout/icons
1713
1714 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
1715
1716         * pdf/xpdf/pdf-document.cc:
1717
1718         Add warnings about unimplemented/unknown link
1719         types.
1720
1721 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1722
1723         * ps/ps-document.c: (set_up_page):
1724
1725         Log gs property
1726
1727 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1728
1729         * ps/ps-document.c: (start_interpreter):
1730
1731         Log gs env var
1732
1733 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1734
1735         * shell/ev-page-view.c: (ev_page_view_dispose):
1736         * shell/ev-view.c: (ev_view_finalize):
1737         * shell/ev-window.c: (ev_window_setup_document),
1738         (ev_window_dispose), (ev_window_init):
1739
1740         Solve more refs issues.
1741
1742         I commented out the page_view initialization for now:
1743         it was never destroyed (because it's never added
1744         to a container). Because of that we was leaking
1745         gs processes. Couldnt think to a clean fix.
1746         We need to figure this out, password view has the
1747         same issue probably.
1748
1749 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1750
1751         * ps/ps-document.c: (ps_document_finalize),
1752         (ps_document_get_n_pages), (ps_document_get_page):
1753
1754         Some cleanups, stop the interpreter on finalize
1755
1756         * shell/ev-page-view.c: (ev_page_view_dispose),
1757         (ev_page_view_class_init):
1758
1759         Release our reference on the document
1760
1761 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1762
1763         * Makefile.am:
1764         * configure.ac:
1765         * doc/debugging.txt:
1766         * lib/.cvsignore:
1767         * lib/Makefile.am:
1768         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
1769         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
1770         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
1771         * lib/ev-debug.h:
1772
1773         Add debugging helpers
1774
1775         * ps/Makefile.am:
1776         * ps/ps-document.c: (set_up_page), (start_interpreter),
1777         (stop_interpreter), (document_load), (ps_document_next_page),
1778         (ps_document_goto_page), (ps_document_set_page_size),
1779         (ps_document_widget_event), (ps_document_render):
1780         * shell/Makefile.am:
1781         * shell/ev-view.c: (expose_bin_window):
1782         * shell/main.c: (main):
1783
1784         Add some logs
1785         
1786 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1787
1788         * ps/ps-document.c: (ps_document_widget_event):
1789
1790         Initialize message_window, this should make ps
1791         rendering really work! (Never noticed because I was
1792         testing with a ps that is causing gs to exit every time!)
1793
1794 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
1795
1796         * data/evince.schemas.in: updated simple error in applyto closing tag
1797
1798 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
1799
1800         * Makefile.am:
1801         * configure.ac:
1802         * data/.cvsignore:
1803         * data/Makefile.am:
1804         * data/evince-ui.xml:
1805         A data/evince.schemas.in:
1806         * po/POTFILES.in:
1807         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1808         * shell/ev-stock-icons.h:
1809         * shell/ev-window.c: (update_chrome_visibility),
1810         (update_chrome_flag), (ev_window_cmd_edit_find),
1811         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
1812         (ev_window_unfullscreen), (ev_window_focus_in_event),
1813         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
1814         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
1815         (ev_window_view_sidebar_cb), (find_bar_close_cb),
1816         (ev_window_dispose), (ev_window_class_init),
1817         (set_action_properties), (set_chrome_actions), (load_chrome),
1818         (ev_window_init):
1819
1820         Implement fullscreen mode changes from bug #164776.
1821         Also implement persistent chrome toggles.
1822
1823 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
1824
1825         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
1826
1827 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1828
1829         * NEWS:
1830         * configure.ac:
1831         * shell/ev-view.c:
1832
1833         Add another check for find interface
1834
1835         Release 0.1.3
1836
1837 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1838
1839         * shell/ev-application.c: (ev_application_open):
1840         * shell/ev-window.c: (ev_window_open):
1841
1842         Open gzipped ps documents
1843
1844 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1845
1846         * TODO:
1847         * shell/ev-view.c: (set_document_page):
1848
1849         Clamp page number, dont try to move to
1850         not existant pages.
1851
1852 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1853
1854         * backend/ev-document-find.c: (ev_document_find_changed):
1855         * backend/ev-document-find.h:
1856         * pdf/xpdf/pdf-document.cc:
1857         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
1858         * shell/ev-window.c: (find_bar_search_changed_cb):
1859
1860         Fix several bugs with find
1861
1862 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
1863
1864         * shell/ev-sidebar-thumbnails.c
1865         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
1866         document. Prevents warning from scroll_to_cell.
1867
1868 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
1869
1870         * configure.ac: Add «nb» to ALL_LINGUAS too.
1871
1872 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
1873
1874         * NOTES: New file with some random thoughts.
1875
1876         * TODO: Update.
1877
1878         * backend/ev-document-misc.c:
1879         (ev_document_misc_get_page_border_size): New function to
1880         canonicalize shadow drawing sizes.  Possibly goofy.
1881
1882         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
1883         (ev_view_best_fit), (ev_view_fit_width):
1884         * pdf/xpdf/pdf-document.cc:
1885         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
1886         * ps/ps-document.c: (ps_document_get_page_size):
1887         * backend/ev-document-misc.h:
1888         * backend/ev-document.c: (ev_document_get_page_size):
1889         * backend/ev-document.h: get_page_size now takes a page number
1890         parameter.  Made all the backends/frontends honor it.
1891
1892         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
1893         see.  Doesn't work yet.
1894
1895         * shell/Makefile.am:
1896         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
1897         Doesn't do anything yet.
1898
1899         * shell/ev-sidebar-thumbnails.c:
1900         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
1901         [0..n_pages-1]
1902
1903         * shell/ev-window.c: (update_action_sensitivity),
1904         (ev_window_setup_document), (ev_window_set_page_mode),
1905         (ev_window_page_mode_cb), (ev_window_init): Clean up the
1906         view-swapping code a bit so we can have multiple views on a
1907         document.  Add the multi-page view, though it can't be turned on
1908         yet.
1909
1910 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1911
1912         * shell/ev-application.c: (ev_application_open):
1913         * shell/ev-view.c: (expose_bin_window):
1914         * shell/ev-window.c: (ev_window_open):
1915
1916         Support eps and check document supports find
1917         before drawing highlightings in expose.
1918
1919 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
1920
1921         * pixbuf/pixbuf-document.c:
1922         (pixbuf_document_thumbnails_get_dimensions),
1923         (pixbuf_document_document_thumbnails_iface_init):
1924
1925         implement get_dimensions
1926
1927 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1928
1929         * NEWS:
1930         * configure.ac:
1931
1932         Release 0.1.2
1933
1934 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1935
1936         * shell/ev-view.c: (set_document_page):
1937
1938         Scroll at the top of the page when changing page
1939
1940 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1941
1942         * shell/ev-view.c: (ev_view_motion_notify_event):
1943
1944         Do not redraw unnecessarily
1945
1946 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1947
1948         * pdf/xpdf/pdf-document.cc:
1949         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1950         (expose_bin_window), (find_changed_cb):
1951
1952         Yay! find works now... Now to find bugs...
1953
1954 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1955
1956         * backend/ev-document-find.c: (ev_document_find_base_init),
1957         (ev_document_find_changed):
1958         * backend/ev-document-find.h:
1959         * pdf/xpdf/pdf-document.cc:
1960         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1961         (expose_bin_window), (ev_view_init), (set_document_page),
1962         (ensure_rectangle_is_visible), (jump_to_find_result),
1963         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
1964         (ev_view_find_next), (ev_view_find_previous):
1965         * shell/ev-view.h:
1966         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
1967
1968         More work on find implementation, mostly there now
1969
1970 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
1971
1972         * backend/ev-backend-marshalers.list:
1973         * backend/ev-document-find.c: (ev_document_find_base_init),
1974         (ev_document_find_cancel), (ev_document_find_page_has_results),
1975         (ev_document_find_get_n_results), (ev_document_find_get_result),
1976         (ev_document_find_get_progress), (ev_document_find_changed):
1977         * backend/ev-document-find.h:
1978
1979         Enanche the find interface to be really able to do
1980         multi page find.
1981
1982         * pdf/xpdf/pdf-document.cc:
1983
1984         Implement
1985
1986         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
1987         (expose_bin_window), (ev_view_init),
1988         (ev_view_get_find_status_message), (find_changed_cb),
1989         (ev_view_set_document), (set_document_page):
1990
1991         Adapt to the new interface. A few things are regressed sorry,
1992         I will finish it soon.
1993
1994 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
1995
1996         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
1997         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
1998         ev_sidebar_thumbnails_parent_class variable, don't define another
1999         parent_class variable.
2000
2001         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
2002         (ev_page_action_class_init): ditto.
2003
2004         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
2005         (pixbuf_document_class_init): ditto.
2006
2007         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
2008         ditto.
2009
2010         * .cvsignore: ignore various valgrind output files.
2011
2012 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2013
2014         * data/evince-ui.xml:
2015         * shell/Makefile.am:
2016         * shell/ev-history.c:
2017         * shell/ev-history.h:
2018         * shell/ev-navigation-action.c:
2019         * shell/ev-navigation-action.h:
2020         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
2021         (ev_view_set_page), (ev_view_fit_width):
2022         * shell/ev-view.h:
2023         * shell/ev-window.c: (update_action_sensitivity),
2024         (ev_window_setup_document), (register_custom_actions):
2025
2026         Kill session history
2027
2028 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2029
2030         * shell/ev-window.c: (update_action_sensitivity):
2031
2032         Fix inverted up/down buttons
2033
2034 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
2035
2036         * shell/ev-sidebar-thumbnails.c
2037         (ev_sidebar_thumbnails_select_page): make sure the selected
2038         thumbnail stays visible.
2039
2040 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
2041
2042         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
2043         scrolled window for Federico.
2044
2045 2005-01-26  Ole Laursen  <olau@hardworking.dk>
2046
2047         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
2048
2049 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
2050
2051         * configure.ac:
2052         * pdf/splash/SplashFTFontEngine.cc:
2053
2054         Fix CID fonts with freetype 2.1.9
2055
2056 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
2057
2058         * TODO: added item for desktop icon thumbnailer
2059
2060 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
2061
2062         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
2063         unloaded docs when the title is accessed.
2064
2065         * shell/ev-password-view.[hc]: New widget for displaying password
2066         state.
2067
2068         * shell/ev-window.[ch]: Refactor password handling code to handle
2069         the new view.
2070
2071 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
2072
2073         * NEWS:
2074         * configure.ac:
2075         * data/Makefile.am:
2076
2077         Release 0.1.1
2078
2079 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2080
2081         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
2082         ignore page offset here, to make search results independent of it,
2083
2084         * shell/ev-view.c (expose_bin_window): but take offsets into
2085         account here. Bug #164932
2086
2087         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
2088         scale at the right time. Bug #164996
2089
2090 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
2091
2092         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
2093         fix the problem. Now I just removed the Adobe font names and hope
2094         that the URW fonts are always in outline format. Bug #164934
2095
2096         * shell/ev-window.c (update_window_title): empty titles are
2097         useless, use filename in that case too.
2098
2099         * NEWS: Add some content.
2100
2101 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
2102
2103         * TODO: added one more TODO item and a TODONE section :)
2104
2105 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2106
2107         * ps/ps-document.h: add page_[xy]_offset fields.
2108
2109         * ps/ps-document.c (ps_document_set_page_offset)
2110         (ps_document_render): Keep offset in consideration in a few
2111         places. Bug #164752 "postscript documents are not centered in
2112         window"
2113
2114         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
2115         s/gpdf/evince/. Spotted by Stephane Loeuillet.
2116
2117         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
2118         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
2119         stub out missing methods for complete EvDocument implementation.
2120         Fixes segfaults with Save A Copy and Copy actions.
2121
2122         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
2123         (ps_document_document_iface_init): ditto.
2124         
2125 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2126
2127         * data/.cvsignore:
2128         * data/Makefile.am:
2129         * data/evince.desktop.in:
2130
2131         Add desktop file
2132
2133 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2134
2135         * shell/ev-view.c: (ev_view_button_press_event),
2136         (ev_view_motion_notify_event):
2137
2138         Make selection work in any direction
2139
2140 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2141
2142         * TODO:
2143         * shell/ev-window.c: (set_short_labels), (ev_window_init):
2144
2145         Use shorter labels for some of the toolbars items
2146
2147 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2148
2149         * pdf/xpdf/pdf-document.cc:
2150
2151         Check the links info is initialized before
2152         using it. Should fix a crash on startup.
2153
2154 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2155
2156         * pixbuf/pixbuf-document.c
2157         (pixbuf_document_thumbnails_get_dimensions): force floating point
2158         division to calculate page_ratio. Fixes crash with landscape
2159         format pixbufs.
2160
2161 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
2162
2163         * shell/ev-view.c (ev_view_realize): make the bg color darker.
2164
2165 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
2166
2167         * shell/ev-view.c (set_document_page): unset has_selection when
2168         the page changes.
2169         (set_document_page): handle paper size changes when the page
2170         changes (test with Free Culture, page 2).
2171
2172 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2173
2174         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
2175         (expose_bin_window), (ev_view_class_init), (ev_view_init):
2176
2177         Use normal style color for the widget background and
2178         draw a black box around the page.
2179
2180 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2181
2182         * pdf/xpdf/pdf-document.cc:
2183
2184         Keep offset in consideration in a few places
2185
2186         * shell/ev-view.c: (expose_bin_window):
2187
2188         Set the offsets so that the document is ever centered
2189
2190 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
2191
2192         * TODO: Added TODO items and finished off the first todo item
2193
2194         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
2195         reflect current authors
2196
2197 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2198
2199         * pdf/xpdf/pdf-document.cc:
2200         * shell/ev-view.c: (ev_view_set_cursor),
2201         (ev_view_motion_notify_event), (document_changed_callback),
2202         (set_document_page):
2203
2204         Show a wait cursor while the page is rendering
2205
2206 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2207
2208         * shell/ev-sidebar-thumbnails.c:
2209         (ev_sidebar_tree_selection_changed),
2210         (ev_sidebar_thumbnails_select_page):
2211         * shell/ev-sidebar-thumbnails.h:
2212         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
2213         (ev_view_can_go_forward):
2214         * shell/ev-window.c: (ev_window_open_page),
2215         (ev_window_setup_document), (update_current_page),
2216         (view_page_changed_cb), (ev_window_init):
2217         * shell/ev-window.h:
2218
2219         Ensure thumbnails selection, toolbar page control and
2220         current page are in sync.
2221
2222 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
2223
2224         * pdf/xpdf/XRef.cc:
2225
2226         Fix CAN-2005-0064
2227
2228 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
2229
2230         * backend/Makefile.am:
2231         * backend/ev-document-links.h:
2232         * backend/ev-document-security.c: (ev_document_security_get_type),
2233         (ev_document_security_has_document_security),
2234         (ev_document_security_set_password):
2235         * backend/ev-document-security.h:
2236         * backend/ev-document.c: (ev_document_error_quark):
2237         * backend/ev-document.h:
2238         * data/Makefile.am:
2239         * data/evince-password.glade:
2240         * pdf/xpdf/pdf-document.cc:
2241         * shell/Makefile.am:
2242         * shell/ev-password.c: (ev_password_set_bad_password_label),
2243         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
2244         (ev_password_dialog_get_password),
2245         (ev_password_dialog_set_bad_pass):
2246         * shell/ev-password.h:
2247         * shell/ev-window.c: (ev_window_get_attribute),
2248         (ev_window_set_property), (update_action_sensitivity),
2249         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
2250         (ev_window_setup_document), (ev_window_get_password),
2251         (ev_window_open), (ev_window_cmd_save_as),
2252         (using_postscript_printer), (ev_window_print),
2253         (find_not_supported_dialog), (ev_window_cmd_edit_find),
2254         (update_fullscreen_popup), (ev_window_fullscreen),
2255         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2256         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
2257         (menu_item_select_cb), (find_bar_search_changed_cb),
2258         (ev_window_dispose), (ev_window_init):
2259
2260         Add initial support for password-supported dialogs.  This could be
2261         a lot cooler, but it'll do for now.
2262
2263 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
2264
2265         * pdf/xpdf/pdf-document.cc:
2266         * shell/ev-view.c: (status_message_from_link),
2267         (ev_view_set_status), (ev_view_set_cursor),
2268         (ev_view_motion_notify_event), (ev_view_init):
2269         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
2270
2271         Fix bugs in the links implementation and change cursor
2272         when hovering a link.
2273
2274 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
2275
2276         * viewer/.cvsignore: added cvsignore file for viewer directory
2277
2278         * TODO: created TODO document
2279
2280 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
2281
2282         * shell/ev-view.h:
2283         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
2284         new functions to help with implementation of sensitivity code
2285         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2286         of all actions that might require it.  Fixes a crash when you
2287         click on the Zoom actions in a window lacking a document.
2288
2289 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
2290
2291         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2292         of the Find action
2293
2294 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2295
2296         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
2297         (pixbuf_document_document_iface_init):
2298         * ps/ps-document.c: (ps_document_get_link),
2299         (ps_document_document_iface_init):
2300         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
2301         (status_message_from_link), (ev_view_set_status),
2302         (ev_view_set_find_status), (ev_view_motion_notify_event),
2303         (ev_view_button_release_event), (ev_view_set_property),
2304         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
2305         (ev_view_get_find_status_message), (update_find_results),
2306         (ev_view_get_status), (ev_view_get_find_status):
2307         * shell/ev-view.h:
2308         * shell/ev-window.c: (view_status_changed_cb),
2309         (view_find_status_changed_cb), (ev_window_init):
2310
2311         View status message support, use it to show the links.
2312         Needs work...
2313
2314 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2315
2316         * backend/ev-document.c: (ev_document_get_link):
2317         * backend/ev-document.h:
2318         * pdf/xpdf/pdf-document.cc:
2319         * shell/ev-application.c: (ev_application_open):
2320         * shell/ev-application.h:
2321         * shell/ev-sidebar-links.c: (selection_changed_cb):
2322         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
2323         (ev_view_go_to_link):
2324
2325         Add support for document links
2326
2327 2005-01-13  Anders Carlsson  <andersca@gnome.org>
2328
2329         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
2330         (create_tool_item):
2331         Set the spin button limits correctly.
2332         
2333         * shell/ev-sidebar-thumbnails.c:
2334         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
2335         Support changing pages by clicking on the thumbnails.
2336         
2337 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2338
2339         * pixbuf/pixbuf-document.c:
2340         (pixbuf_document_thumbnails_get_dimensions),
2341         (pixbuf_document_document_thumbnails_iface_init):
2342
2343         implement get_dimensions
2344
2345 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2346
2347         * ps/ps-document.c: (ps_document_goto_page):
2348
2349         Fix page switching on multipage documents
2350
2351 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
2352
2353         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2354         
2355         check for NULL before assigning to width and height parameters
2356
2357 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2358
2359         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2360         (pixbuf_document_set_property), (pixbuf_document_get_property):
2361
2362         implement get/set properties
2363
2364 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2365
2366         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
2367         
2368         return NULL instead of "Unknown", letting the title get set to
2369         the filename when the pdf has no title.
2370
2371 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2372
2373         * ps/ps-document.c: (ps_document_get_page_count),
2374         (ps_document_goto_page):
2375
2376 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2377
2378         * shell/ev-history.c: (ev_history_get_property),
2379         (ev_history_set_property), (ev_history_class_init),
2380         (ev_history_add_page), (ev_history_set_current_index):
2381         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2382         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
2383         (ev_navigation_action_finalize):
2384         * shell/ev-navigation-action.h:
2385         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2386         (ev_view_go_forward), (ev_view_get_find_status_message),
2387         (history_index_changed_cb), (ev_view_set_history):
2388         * shell/ev-view.h:
2389         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2390         (update_current_page), (register_custom_actions):
2391
2392         Implement history dropdowns
2393
2394 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2395
2396         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
2397         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2398         (ev_view_go_forward):
2399         * shell/ev-window.c: (register_custom_actions):
2400
2401         Fix several history bugs
2402
2403 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
2404
2405         * configure.ac: Add «nb» to ALL_LINGUAS.
2406
2407 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
2408
2409         * backend/Makefile.am:
2410         * backend/ev-bookmark.c:
2411         * backend/ev-bookmark.h:
2412         * backend/ev-document-bookmarks.c:
2413         * backend/ev-document-bookmarks.h:
2414         * backend/ev-document-links.c: (ev_document_links_get_type),
2415         (ev_document_links_has_document_links),
2416         (ev_document_links_begin_read), (ev_document_links_get_link),
2417         (ev_document_links_get_child), (ev_document_links_next),
2418         (ev_document_links_free_iter):
2419         * backend/ev-document-links.h:
2420         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
2421         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
2422         (ev_link_get_link_type), (ev_link_set_link_type),
2423         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
2424         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
2425         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
2426         (ev_link_new_external):
2427         * backend/ev-link.h:
2428         * pdf/xpdf/pdf-document.cc:
2429         * shell/Makefile.am:
2430         * shell/ev-application.c: (ev_application_open_link):
2431         * shell/ev-application.h:
2432         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
2433         (ev_history_get_link_nth):
2434         * shell/ev-history.h:
2435         * shell/ev-sidebar-bookmarks.c:
2436         * shell/ev-sidebar-bookmarks.h:
2437         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2438         (ev_sidebar_links_class_init), (selection_changed_cb),
2439         (ev_sidebar_links_construct), (ev_sidebar_links_init),
2440         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
2441         (do_one_iteration), (populate_links_idle),
2442         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
2443         * shell/ev-sidebar-links.h:
2444         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2445         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
2446         (go_to_index):
2447         * shell/ev-view.h:
2448         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
2449         * shell/ev-window.h:
2450
2451         Rename bookmark to link, and use "Index" for the sidebar panel.
2452
2453 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2454
2455         * shell/Makefile.am:
2456         * shell/ev-application.c: (ev_application_open_bookmark):
2457         * shell/ev-application.h:
2458         * shell/ev-history.c: (ev_history_init), (free_links_list),
2459         (ev_history_finalize), (ev_history_class_init),
2460         (ev_history_add_link), (ev_history_add_page),
2461         (ev_history_get_link_nth), (ev_history_get_n_links),
2462         (ev_history_get_current_index), (ev_history_set_current_index),
2463         (ev_history_new):
2464         * shell/ev-history.h:
2465         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2466         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
2467         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
2468         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
2469         (ev_view_set_page):
2470         * shell/ev-view.h:
2471         * shell/ev-window.c: (ev_window_open_bookmark),
2472         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
2473         (goto_page_cb), (register_custom_actions):
2474         * shell/ev-window.h:
2475
2476         Initial history implementation. Needs work.
2477
2478 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
2479
2480         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
2481
2482 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2483
2484         * cut-n-paste/recent-files/egg-recent-item.c:
2485         * cut-n-paste/recent-files/egg-recent-item.h:
2486         * cut-n-paste/recent-files/egg-recent-model.c:
2487         * cut-n-paste/recent-files/egg-recent-util.c:
2488         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2489         * cut-n-paste/recent-files/egg-recent-view.c:
2490
2491         Update
2492
2493 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
2494
2495         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
2496         (fillGlyph, fillImageMask, drawImage):
2497         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
2498         pdf/splash/SplashTypes.h:
2499         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
2500         packed mode for Splash.
2501
2502         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
2503         RGB8 packed mode, eliminates the pixbuf data creation loop.
2504
2505         * shell/ev-print-job.c (ev_print_job_finalize)
2506         (ev_print_job_set_property, ev_print_job_get_property)
2507         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
2508         (ev_print_job_use_print_dialog_settings, idle_print_handler)
2509         (print_closure_finalize, ev_print_job_print): implement
2510         printing (for backends with EvPsExporter)
2511
2512         * shell/ev_print_job.h: update prototypes.
2513
2514         * shell/ev-window.c (ev_window_print): unref print job after
2515         printing.
2516
2517         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
2518         unless the document implements the EvDocumentFind interface.
2519
2520 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
2521
2522         * configure.ac: Added ja to ALL_LINGUAS.
2523
2524 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2525
2526         * pdf/xpdf/pdf-document.cc:
2527
2528         add a FIXME. We should probably not allocate
2529         a bookmark object every time
2530
2531 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2532
2533         * shell/ev-application.c: (ev_application_open),
2534         (ev_application_open_bookmark):
2535         * shell/ev-application.h:
2536         
2537         Add a way to open bookmarks
2538
2539         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
2540         (ev_bookmark_set_uri), (ev_bookmark_get_property),
2541         (ev_bookmark_set_property), (ev_bookmark_class_init),
2542         (ev_bookmark_new_title), (ev_bookmark_new_link),
2543         (ev_bookmark_new_external):
2544
2545         Support for external uris, better constructors.
2546
2547         * backend/ev-bookmark.h:
2548         * pdf/xpdf/pdf-document.cc:
2549         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2550
2551         Handle external uris
2552
2553 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2554
2555         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
2556         (ev_sidebar_bookmarks_construct), (do_one_iteration):
2557
2558         Hook up bookmarks navigation
2559
2560 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2561
2562         * backend/Makefile.am:
2563         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
2564         (ev_bookmark_get_title), (ev_bookmark_set_title),
2565         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
2566         (ev_bookmark_get_page), (ev_bookmark_set_page),
2567         (ev_bookmark_get_property), (ev_bookmark_set_property),
2568         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
2569         (ev_bookmark_new):
2570         * backend/ev-bookmark.h:
2571         * backend/ev-document-bookmarks.c:
2572         (ev_document_bookmarks_get_bookmark):
2573         * backend/ev-document-bookmarks.h:
2574         * pdf/xpdf/pdf-document.cc:
2575         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
2576
2577         Add a bookmark object to the backend and use it instead of get_values
2578
2579 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2580
2581         * data/evince-ui.xml:
2582
2583         Cleanup and add select all.
2584
2585         * shell/ev-view.c: (ev_view_select_all),
2586         (ev_view_button_press_event):
2587         * shell/ev-view.h:
2588         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
2589
2590         Add select all.
2591         Clear selection on click.
2592
2593 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
2594
2595         * shell/ev-sidebar-thumbnails.c
2596         (ev_sidebar_thumbnails_set_document): forgot to unref the
2597         loading_icon.
2598
2599 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
2600
2601         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
2602         at the visible page, not just linearly.  This makes it look fast.
2603
2604 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
2605
2606         * backend/ev-document-misc.c
2607         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
2608         white.
2609         * backend/ev-document-thumbnails.h: New interface to get the size
2610         of a page.
2611
2612 2005-01-06  Jeremy Katz  <katzj@redhat.com>
2613
2614         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
2615         make dist works
2616
2617 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
2618
2619         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
2620         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
2621         things up a bit.
2622
2623         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
2624
2625 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
2626
2627         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
2628         fonts. Should fix font problems on systems that have the base
2629         fonts in bitmap format. Reported by James Henstridge
2630         <james@jamesh.id.au>.
2631
2632 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2633
2634         * pdf/xpdf/Gfx.cc:
2635         * pdf/xpdf/GfxState.cc:
2636
2637         Fix for CAN-2004-1125
2638
2639 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2640
2641         * shell/ev-view.c: (ev_view_copy):
2642         * shell/ev-view.h:
2643         * shell/ev-window.c: (ev_window_cmd_edit_copy):
2644
2645         Implement Edit->Copy
2646
2647 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2648
2649         * backend/ev-document.c: (ev_document_get_text):
2650         * backend/ev-document.h:
2651         * pdf/xpdf/pdf-document.cc:
2652         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
2653         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2654         (ev_view_update_primary_selection), (ev_view_button_press_event),
2655         (ev_view_motion_notify_event), (ev_view_button_release_event):
2656
2657         Beginnings of clipboard support. Incomplete but primary sort
2658         of work.
2659
2660 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2661
2662         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
2663         (expose_bin_window):
2664
2665         Nicer rubberband drawing, from GtkIconView.
2666
2667 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2668
2669         * backend/ev-document.c: (ev_document_save):
2670         * backend/ev-document.h:
2671         * data/evince-ui.xml:
2672         * pdf/xpdf/pdf-document.cc:
2673         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
2674
2675         Implement "Save a copy..." menu item
2676
2677 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2678
2679         * shell/ev-view.c: (ev_view_zoom):
2680
2681         Queue a resize when zoom changes
2682
2683 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
2684
2685         * backend/ev-document-misc.[ch]: New misc file to do simple drop
2686         shadows.
2687
2688         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
2689         thumbnails..
2690
2691 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
2692
2693         * pdf/xpdf/pdf-document.cc
2694         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
2695
2696 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
2697
2698         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
2699         It's slow, but I'll speed it up next!
2700
2701 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
2702
2703         * shell/main.c (load_files):
2704
2705         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
2706         from the command line and because it seems more appropriate.
2707
2708 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
2709
2710         * data/evince-ui.xml:
2711         * shell/ev-window.c: (update_action_sensitivity),
2712         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
2713
2714         s/next page/page down
2715         s/previous page/page up
2716
2717 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
2718
2719         * data/evince-ui.xml:
2720
2721         Change the layout to match clarkbw design.
2722
2723         * shell/Makefile.am:
2724         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
2725         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
2726         (ev_navigation_action_finalize),
2727         (ev_navigation_action_set_property),
2728         (ev_navigation_action_get_property),
2729         (ev_navigation_action_class_init):
2730         * shell/ev-navigation-action.h:
2731
2732         Implement clarkbw toolbar navigation controls (incomplete)
2733
2734         * shell/ev-page-action.c: (update_label), (update_spin),
2735         (value_changed_cb), (create_tool_item), (connect_proxy),
2736         (ev_page_action_init), (ev_page_action_finalize),
2737         (ev_page_action_set_property), (ev_page_action_get_property),
2738         (ev_page_action_set_current_page),
2739         (ev_page_action_set_total_pages), (ev_page_action_class_init):
2740         * shell/ev-page-action.h:
2741
2742         Implement a page switcher in the toolbar
2743
2744         * shell/ev-view.c: (ev_view_scroll_view):
2745         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2746         (update_current_page), (view_page_changed_cb), (goto_page_cb),
2747         (register_custom_actions), (ev_window_init):
2748
2749         Change page on PageUp/Down.
2750
2751 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
2752
2753         * pdf/xpdf/pdf-document.cc
2754         (pdf_document_thumbnails_get_thumbnail): initial stab at
2755         implementing thumbnail support for pdfs.  It only does documents
2756         with precached pdfs now.
2757
2758 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
2759
2760         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
2761         thumbnail code into a time-based idle as well.  Also, turn off the
2762         shadow temporarily as it's really slow.
2763
2764 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
2765
2766         * backend/ev-document.c: (ev_document_class_init):
2767         * pdf/xpdf/pdf-document.cc:
2768         * shell/ev-window.c: (ev_window_open):
2769
2770         Fix document title bugs and fallback to
2771         filename when not available.
2772
2773 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
2774
2775         * backend/ev-document.c: (ev_document_get_type),
2776         (ev_document_class_init), (ev_document_load),
2777         (ev_document_get_title):
2778         * backend/ev-document.h:
2779         * pdf/xpdf/pdf-document.cc:
2780         * ps/ps-document.c: (ps_document_set_property),
2781         (ps_document_get_property), (ps_document_class_init),
2782         (document_load):
2783         * ps/ps-document.h:
2784         * ps/ps.h:
2785         * shell/ev-window.c: (update_window_title), (ev_window_open),
2786         (ev_window_init):
2787
2788         Initial support for document title. Not working yet.
2789
2790 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2791
2792         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
2793
2794         Grab focus on the view when clicking it
2795
2796 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2797
2798         * shell/ev-marshal.list:
2799         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
2800         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
2801
2802         Add key bindings to the view. Now if the focus would work
2803         right...
2804
2805 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2806
2807         * Makefile.am:
2808         * backend/Makefile.am:
2809         * data/Makefile.am:
2810         * dvi/Makefile.am:
2811         * dvi/dvilib/Makefile.am:
2812         * pdf/xpdf/Makefile.am:
2813         * po/POTFILES.in:
2814         * ps/Makefile.am:
2815
2816         Fix distcheck
2817
2818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2819
2820         * shell/ev-view.c: (ev_view_realize):
2821
2822         Fix mouse wheel scrolling
2823
2824 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2825
2826         * ps/Makefile.am:
2827         * ps/gstypes.h:
2828         * ps/gtkgs.c:
2829         * ps/gtkgs.h:
2830         * ps/ps-document.c: (catchPipe), (ps_document_init),
2831         (ps_document_class_init), (ps_document_cleanup),
2832         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
2833         (set_up_page), (close_pipe), (is_interpreter_ready),
2834         (interpreter_failed), (output), (input), (start_interpreter),
2835         (stop_interpreter), (file_length), (file_readable),
2836         (check_filecompressed), (check_pdf), (compute_xdpi),
2837         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
2838         (ps_document_get_type), (ps_document_emit_error_msg),
2839         (document_load), (ps_document_next_page),
2840         (ps_document_get_current_page), (ps_document_get_page_count),
2841         (ps_document_goto_page), (ps_document_set_page_size),
2842         (ps_document_zoom_to_fit), (ps_document_set_zoom),
2843         (ps_document_load), (ps_document_get_n_pages),
2844         (ps_document_set_page), (ps_document_get_page),
2845         (ps_document_widget_event), (ps_document_set_target),
2846         (ps_document_set_scale), (ps_document_set_page_offset),
2847         (ps_document_get_page_size), (ps_document_render),
2848         (ps_document_document_iface_init):
2849         * ps/ps-document.h:
2850         * ps/ps.c:
2851         * shell/ev-window.c: (ev_window_open):
2852
2853         Rename GtkGS to PSDocument
2854
2855 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2856
2857         * ps/gtkgs.c: (gtk_gs_class_init):
2858         * ps/gtkgs.h:
2859
2860         Some more leftover...
2861
2862 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2863
2864         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
2865         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
2866         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
2867         * ps/gtkgs.h:
2868
2869         Remove unused code and make a lot of stuff private
2870
2871 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2872
2873         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
2874         (gtk_gs_defaults_changed):
2875         * ps/gsdefaults.h:
2876         * ps/gtkgs.c:
2877         * ps/gtkgs.h:
2878         * ps/ps.h:
2879
2880         Cleanup headers dependencies
2881
2882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2883
2884         * ps/Makefile.am:
2885         * ps/ggvutils.c:
2886         * ps/ggvutils.h:
2887         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
2888         * ps/gsdefaults.h:
2889         * ps/gtkgs.c: (file_length), (file_readable),
2890         (check_filecompressed), (check_pdf), (gtk_gs_load),
2891         (gtk_gs_get_postscript):
2892
2893         Get rid of ggvutils
2894
2895 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2896
2897         * ps/ggvutils.c:
2898         * ps/ggvutils.h:
2899         * ps/gsio.h:
2900         * ps/gtkgs.c: (gtk_gs_set_zoom):
2901
2902         Cleanups
2903
2904 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2905
2906         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
2907
2908         Ensure the page is rerendered when changing zoom
2909
2910 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2911
2912         * backend/ev-document.c: (ev_document_base_init),
2913         (ev_document_changed):
2914         * backend/ev-document.h:
2915
2916         Add a changed event that is emitted when the page content
2917         changes. This is necessary to deal with the fact that
2918         in ps backend rendering happen asycrounously.
2919         This makes the ps backend mostly work.
2920
2921         * pdf/xpdf/pdf-document.cc:
2922
2923         Emit changed event
2924
2925         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
2926         (ps_document_set_target):
2927
2928         Emit changed event
2929
2930         * shell/ev-view.c: (document_changed_callback),
2931         (ev_view_set_document), (ev_view_set_page):
2932
2933         Redraw on the changed signal
2934
2935 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
2936
2937         * configure.ac: Added pt_BR to ALL_LINGUAS.
2938
2939 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
2940
2941         * backend/ev-document-bookmarks.c:
2942         (ev_document_bookmarks_get_child): *
2943         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
2944         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
2945         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
2946         (ev_sidebar_bookmarks_destroy),
2947         (ev_sidebar_bookmarks_class_init),
2948         (ev_sidebar_bookmarks_construct), (stack_data_free),
2949         (do_one_iteration), (populate_bookmarks_idle),
2950         (ev_sidebar_bookmarks_clear_document),
2951         (ev_sidebar_bookmarks_set_document): *
2952         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
2953         (ev_sidebar_add_page),
2954         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
2955         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
2956         it displays both the topics and the page numbers.
2957
2958 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
2959
2960         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
2961         toggle.
2962         * shell/ev-window.c (toggle_entries): Set sidebar default value to
2963         visible.
2964
2965 2004-12-23  Adam Weinberger  <adamw@gnome.org>
2966
2967         * configure.ac: Added en_CA to ALL_LINGUAS.
2968
2969 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
2970
2971         * ChangeLog: replace bottom of this ChangeLog (merged history of
2972         ggv and gpdf; where all paths were wrong and most of the files are
2973         not even in this tree) with ChangeLog (from arch) of the shell
2974         code.
2975
2976 2004-12-23  Havoc Pennington  <hp@redhat.com>
2977
2978         * shell/ev-window.c: hook up potentially-questionable "find
2979         results status text" feature - something involving the sidebar or
2980         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
2981         might be better in the end.
2982
2983         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
2984         with corresponding signal when it should be updated
2985
2986         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
2987
2988 2004-12-22  Havoc Pennington  <hp@redhat.com>
2989
2990         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
2991         find stuff on other pages, sort of (only returns one result on
2992         invisible pages, to show they have results; updates full results
2993         for a page when you view it). Currently repaints the current page
2994         every time a new result is found on any page, which isn't so nice.
2995
2996 2004-12-22  Havoc Pennington  <hp@redhat.com>
2997
2998         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
2999         the document doesn't support find (better ideas?)
3000         (find_bar_search_changed_cb): handle missing document or document
3001         that doesn't support find
3002
3003         * pdf/xpdf/pdf-document.cc: port to implement the new
3004         EvDocumentFindIface
3005
3006         * backend/ev-document-find.c: create a new interface for searching
3007
3008         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
3009
3010 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
3011
3012         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
3013         libevbackend.la.
3014
3015         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
3016         EvPrintJob constructor arguments.
3017
3018         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
3019         for documents that can export PostScript (page by page).
3020
3021         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
3022         
3023         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
3024         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
3025         (pdf_document_ps_exporter_iface_init:
3026         Implement EvPSExporter.
3027
3028         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
3029
3030 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3031
3032         * backend/Makefile.am:
3033         * backend/ev-document-thumbnails.c:
3034         (ev_document_thumbnails_get_type),
3035         (ev_document_thumbnails_get_thumbnail):
3036         * backend/ev-document-thumbnails.h:
3037         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3038         (pixbuf_document_thumbnails_get_thumbnail),
3039         (pixbuf_document_document_thumbnails_iface_init):
3040         * shell/Makefile.am:
3041         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
3042         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
3043         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
3044         * shell/ev-sidebar-thumbnails.h:
3045         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
3046         (ev_sidebar_set_document):
3047         * shell/ev-utils.c: (gaussian), (create_blur_filter),
3048         (create_shadow), (ev_pixbuf_add_shadow):
3049         * shell/ev-utils.h:
3050         Add thumbnail support.
3051         
3052 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3053
3054         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
3055         (using_postscript_printer): Set up a print dialog for "PostScript
3056         injection" method.
3057
3058         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
3059         EvPrintJob.
3060
3061         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
3062
3063 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3064
3065         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
3066         (ps_document_set_target), (ps_document_get_page_size),
3067         (ps_document_render):
3068         * ps/gtkgs.h:
3069
3070         Fix a few bugs
3071
3072 2004-12-22  Christian Rose  <menthos@menthos.com>
3073
3074         * configure.ac: Added "sv" to ALL_LINGUAS.
3075
3076 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
3077
3078         * backend/ev-document-bookmarks.[ch]: new interface to indicate
3079         document supports bookmarks.
3080
3081 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3082
3083         * ps/ggvutils.c: (ggv_file_readable):
3084         * ps/ggvutils.h:
3085         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
3086         (gtk_gs_get_postscript):
3087
3088         Remove unused utils
3089
3090 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3091
3092         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
3093         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
3094         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
3095         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
3096         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
3097         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
3098         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3099         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3100         (gtk_gs_set_antialiasing), (ps_document_load),
3101         (ps_document_render):
3102         * ps/gtkgs.h:
3103
3104         Another check point for the ps backend. Now I can get it to show
3105         pages!
3106
3107 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
3108
3109         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
3110         document setting code.
3111
3112 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3113
3114         * shell/eggfindbar.c: (entry_activate_callback):
3115         Animate the next button when activate is pressed.
3116         
3117 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3118
3119         * shell/ev-window.c: (ev_window_cmd_edit_find),
3120         (update_fullscreen_popup), (ev_window_fullscreen),
3121         (ev_window_unfullscreen), (ev_window_state_event_cb),
3122         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
3123         Fix bugs in fullscreen code.
3124         
3125 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3126
3127         * Makefile.am:
3128         * configure.ac:
3129         * pixbuf/Makefile.am:
3130         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3131         (pixbuf_document_load), (pixbuf_document_get_n_pages),
3132         (pixbuf_document_set_page), (pixbuf_document_get_page),
3133         (pixbuf_document_set_target), (pixbuf_document_set_scale),
3134         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
3135         (pixbuf_document_render), (pixbuf_document_begin_find),
3136         (pixbuf_document_end_find), (pixbuf_document_finalize),
3137         (pixbuf_document_class_init),
3138         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3139         * pixbuf/pixbuf-document.h:
3140         * shell/Makefile.am:
3141         * shell/ev-application.c: (ev_application_open):
3142         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
3143         (ev_window_open):
3144         Add pixbuf backend.
3145         
3146 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
3147
3148         * Makefile.am: 
3149         * dvi/dvilib/Makefile.am:
3150         * dvi/Makefile.am:
3151         * configure.ac: Auto*ify dvi and dvi/dvilib
3152
3153         * dvi/Makefile: Remove from CVS
3154         
3155         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
3156         confusion.
3157
3158         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
3159         
3160         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
3161         
3162 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3163
3164         * ps/Makefile.am:
3165         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
3166         (gtk_gs_value_adjustment_changed), (compute_size),
3167         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
3168         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
3169         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3170         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3171         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
3172         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
3173         (ps_document_load), (ps_document_get_n_pages),
3174         (ps_document_set_page), (ps_document_get_page),
3175         (ps_document_set_target), (ps_document_set_scale),
3176         (ps_document_set_page_offset), (ps_document_get_page_size),
3177         (ps_document_render), (ps_document_begin_find),
3178         (ps_document_end_find), (ps_document_document_iface_init):
3179         * ps/gtkgs.h:
3180         * shell/Makefile.am:
3181         * shell/ev-window.c: (ev_window_open):
3182
3183         Some work to integrate gtkgs with EvDocument
3184
3185 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3186
3187         * shell/ev-window.c: (update_fullscreen_popup),
3188         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
3189         (exit_fullscreen_button_clicked_cb),
3190         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
3191         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
3192         (ev_window_state_event_cb), (ev_window_init):
3193         Add fullscreen support from Epiphany.
3194         
3195 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3196
3197         * data/ev-stock-zoom-fit-width.png: fit-width
3198         stock icon from gpdf.
3199         
3200         * shell/ev-stock-icons.[ch]: copied from gpdf.
3201         
3202         * shell/main.c: (main): init stock icons.
3203         
3204         * shell/ev-window.c: use the fit-width icon.
3205         
3206         * data/evince-ui.xml: add zooming toolbar items.
3207
3208 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3209
3210         * shell/ev-view.c: 
3211         (ev_view_best_fit), (ev_view_fit_width): because
3212         get_page_size() returns the scaled page size, we
3213         need to calculate the scale factor relative to
3214         the previous scale factor. Should really just
3215         add get_real_page_size().
3216
3217 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3218
3219         * shell/ev-view.[ch]:
3220         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
3221         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
3222         add zooming.
3223         
3224         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
3225         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
3226         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
3227         hook it up.
3228         
3229         * pdf/xpdf/pdf-document.cc:
3230         (pdf_document_begin_find),
3231         (pdf_document_end_find): make static.
3232
3233 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3234
3235         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
3236
3237         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
3238         names to fontconfig patterns.
3239         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
3240
3241         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
3242         setupBaseFontsFc.
3243
3244 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3245
3246         * Makefile.am:
3247         * configure.ac:
3248         * ps/Makefile.am:
3249         * ps/ggvutils.c:
3250         * ps/ggvutils.h:
3251         * ps/gsdefaults.c:
3252         * ps/gsdefaults.h:
3253         * ps/gsio.c:
3254         * ps/gsio.h:
3255         * ps/gtkgs.c:
3256         * ps/gtkgs.h:
3257         * ps/ps.c:
3258         * ps/ps.h:
3259
3260         Import ggv backend. Not hooked up yet.
3261
3262 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3263
3264         * shell/main.c: (load_files), (main): load files
3265         from the command line.
3266
3267 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3268
3269         * configure.ac: don't require bonobo.
3270         
3271         * cut-n-paste/recent-files/*: kill bonobo recent
3272         view.
3273
3274         * shell/ev-window.c:
3275         (ev_window_is_empty): upd.
3276         (unable_to_load), (ev_window_open): load backend
3277         based on the mime type.
3278
3279 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3280
3281         * backend/.cvsignore: ignore generated marshalers source.
3282
3283         * shell/main.c (main): this is not epiphany.
3284
3285 2004-12-22  Havoc Pennington  <hp@redhat.com>
3286
3287         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
3288         (expose_bin_window): draw find highlights
3289
3290         * shell/ev-window.c (find_bar_search_changed_cb): implement 
3291         
3292         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
3293         (pdf_document_end_find): implement this interface
3294
3295         * backend/ev-document.c (ev_document_found): add this to emit
3296         signal
3297
3298 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
3299
3300         * data/evince-ui.xml: Add a few more toolbar items.
3301
3302         * shell/ev-window.c: Hook up page navigation toolbar 
3303         items.
3304
3305         * shell/ev-view.[ch]: add ev_view_set/get_page and 
3306         a page-changed signal.
3307
3308         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
3309         Add ev_document_get_page().
3310
3311         * shell/ev-window.c: Sensitize/desensitize navigation
3312         actions.
3313
3314 2004-12-21  Havoc Pennington  <hp@redhat.com>
3315
3316         * backend/ev-backend-marshal.c,
3317         backend/ev-backend-marshalers.list, backend/Makefile.am: add
3318         marshaler-generator thingy. I'm sure there's a better way to do
3319         this in the modern world.
3320
3321         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
3322         end_find methods and "found" signal.
3323
3324         * configure.ac: find glib-genmarshal
3325
3326 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
3327
3328         * shell/ev-sidebar.c: Construct an actual sidebar.
3329         * shell/ev-sidebar-bookmarks.[ch]:
3330         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
3331
3332 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
3333
3334         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
3335         Redo size handling.
3336         
3337         * shell/ev-view.c: Track the size from the document.
3338
3339 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
3340
3341         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
3342         constructor assumes ownership of the string passed in.
3343         
3344         * shell/ev-window.c (ev_window_open): Destroy the error
3345         dialog once we've displayed it.
3346
3347 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
3348
3349         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
3350         a bit, it works! (sort of)
3351
3352         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
3353         Move to .cc since we need to use C++ in the implementation.
3354
3355         * shell/dummy.cc: Add a CC file to force evince
3356         to be linked as a C++ program.
3357
3358 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
3359
3360         * shell/ev-view.[ch]: Start of content-area widget.
3361
3362         * shell/ev-window.c: Create a EvView, update it
3363         as we change documents.
3364
3365         * shell/Makefile.am shell/ev-marshal.list: Add
3366         generated marshalers.
3367
3368 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
3369
3370         * Makefile.am (SUBDIRS): move shell.
3371
3372 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
3373
3374         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
3375         .a to libtool convenience libraries.
3376
3377         * shell/ev-window.c (ev_window_open): Hard code loading
3378         a PDF document.
3379         
3380         * backend/ev-document.h: Add a boolean return to load(),
3381         fix GError * to GError **.
3382
3383         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
3384         object for a PDF backend EvDocument.
3385
3386 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
3387
3388         * dvi/*: New directory with the beginning of a .dvi backend.
3389
3390 2004-12-21  Havoc Pennington  <hp@redhat.com>
3391
3392         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
3393         previous/next instead of back/forward
3394
3395 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
3396
3397         * backend/ev-document.[ch]: Fix a couple of problems so
3398         it compile.
3399
3400 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
3401
3402         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
3403         to backend/ directory, rename EvViewer to EvDocument.
3404
3405 2004-12-21  Havoc Pennington  <hp@redhat.com>
3406
3407         * shell/ev-window.c: hook up the find bar widget; now we just need
3408         a document to find things in
3409
3410         * shell/eggfindbar.c: a find bar widget
3411
3412 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
3413
3414         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
3415
3416 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
3417
3418         * pdf/**: Import of xpdf code from gpdf. 
3419
3420         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
3421
3422         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
3423         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
3424         Fix FreeType includes.
3425
3426         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
3427         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
3428         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
3429         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
3430         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
3431         Include xpdfconfig.h
3432         
3433 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
3434
3435         * shell/ev-window.c (ev_window_dispose): dispose can be called
3436         multiple times.
3437
3438 2004-12-21  Havoc Pennington  <hp@redhat.com>
3439
3440         * shell/ev-window.c (ev_window_init): set title to Document Viewer
3441         rather than Evince
3442
3443         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
3444         items; really they should be synced with the strings, etc. from
3445         current gpdf, but just getting the boring typing out of the way 
3446
3447 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3448
3449         * po/POTFILES.in:
3450         * shell/ev-application.c: (window_destroy_cb):
3451         * shell/ev-window.c:
3452         * shell/main.c: (main):
3453
3454         Actually show the window...
3455
3456 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3457
3458         * Makefile.am:
3459         * shell/Makefile.am:
3460         * shell/ev-application.c: (ev_application_class_init):
3461         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
3462
3463         Make it build again
3464
3465 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3466
3467         Import to gnome cvs.
3468         
3469         * Remove copies of gpdf and ggv trees.
3470         * Rip out all the recursive configure code.
3471         * Remove bonobo machinery.
3472         * viewer/*: GInterfaces that backends should/can implement.
3473
3474 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3475
3476         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
3477         typo
3478
3479 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3480
3481         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
3482         (ev_application_finalize, ev_application_class_init)
3483         (ev_application_init): use GType instance private data for priv.
3484     
3485         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
3486         (ev_window_finalize, ev_window_class_init)
3487         (ev_window_init): ditto.
3488
3489 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3490
3491         * shell/ev-application.c (ev_application_new_window): make public
3492         (ev_application_show_initial_window): kill.
3493     
3494         * shell/ev-application.h: update prototypes.
3495     
3496         * shell/main.cc (main): inline ev_application_show_initial_window.
3497
3498 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3499
3500         * shell/ev-application.c (ev_application_new_window): impl.
3501         (ev_application_show_initial_window): use it.
3502         (is_window_empty, ev_application_get_empty_window): returns an
3503         existing empty window or a new one.
3504         (ev_application_open): from ev_window_cmd_file_open.
3505     
3506         * shell/ev-application.h: update prototypes
3507     
3508         * shell/ev-window.c (ev_window_is_empty): impl.
3509         (ev_window_open): make public.
3510         (ev_window_cmd_file_open): use ev_application_open
3511     
3512         * shell/ev-window.h: update prototypes, remove unused.
3513
3514 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3515
3516         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
3517         move destroy handler out of here...
3518     
3519         * shell/ev-application.c, shell/ev-application.h: ...into this new
3520         class. Also handles initial window creation.
3521     
3522         * shell/main.cc (main): use EvApplication to create initial
3523         window.
3524
3525 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3526
3527         * Makefile.am (SUBDIRS): add cut-n-paste
3528     
3529         * cut-n-paste/Makefile.am: add
3530     
3531         * configure.ac: generate Makefiles in cut-n-paste
3532
3533 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3534
3535         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
3536         (ev_window_class_init): install ev_window_dispose.
3537
3538 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3539
3540         * shell/ev-window.h, shell/ev-window.c: replace gchar with
3541         char (gchar looks stupid).
3542
3543 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3544
3545         * po/de.po: updated German translation.
3546
3547 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3548
3549         * configure.ac: add more pkg-config library checks for gnome-vfs,
3550         bonobo etc.
3551     
3552         * gpdf/configure.in: temporarily disable libpaper
3553         checks. Otherwise I'd have to add the checks for the shell, too.
3554
3555 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3556
3557         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
3558         and * file filters to the file choose.
3559
3560 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3561
3562         * po/de.po: Updated German translation.
3563
3564 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3565
3566         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
3567
3568 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3569
3570         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
3571     
3572         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
3573         (ev_window_init): implement those menuitems.
3574
3575 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3576
3577         * data/evince-ui.xml: add a toolbar (with FileOpen action)
3578     
3579         * shell/ev-window.c (ev_window_init): use the toolbar.
3580
3581 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3582
3583         * shell/ev-window.c (ev_window_init): use menu translations
3584
3585 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3586
3587         * configure.ac: add "de" to ALL_LINGUAS.
3588     
3589         * po/de.po: add German translation.
3590
3591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3592
3593         * Makefile.am (SUBDIRS): add po
3594     
3595         * configure.ac: check intltool, glib-gettext etc, generate
3596         po/Makefile.in
3597     
3598         * po, po/POTFILES.in, po/POTFILES.skip: new.
3599
3600 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3601
3602         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
3603         already use (#ifdef ENABLE_NLS)
3604     
3605         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
3606         pointer indirection thinko.
3607     
3608         * shell/main.c: include gi18n.h for bindtextdomain etc.
3609
3610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3611
3612         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
3613         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
3614         tooltips for menu items in the statusbar.
3615
3616 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3617
3618         * configure.ac, data/Makefile.am, shell/Makefile.am: use
3619         pkgdatadir drop UIDIR
3620
3621 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3622
3623         * data/evince-ui.xml: Add File->Open menu item
3624     
3625         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
3626         chooser), hook it up in the ui manager.
3627
3628 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3629
3630         * shell/ev-window.c: fix Help->About tooltip.
3631
3632 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
3633
3634         * configure.ac: set CFLAGS for libevprivate.
3635     
3636         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
3637         definitions, factory etc.
3638     
3639         * lib/Makefile.am: build libevprivate.a (only stock icon code).
3640     
3641         * shell/Makefile.am: link against libevprivate.a.
3642     
3643         * shell/ev-window.c (entries): add stock icon to Help->About.
3644     
3645         * shell/main.c (main): init stock icon code.
3646
3647 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3648
3649         * lib/recent-files: egg recent files code
3650     
3651         * lib/Makefile.am: add.
3652     
3653         * Makefile.am: add lib subdir.
3654     
3655         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
3656         set CFLAGS for recent-files.
3657
3658 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3659
3660         * configure.ac: disable -ansi and -pedantic gcc flags. They
3661         disable POSIX stuff in stdio.h, but egg-recent uses them.
3662
3663 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
3664
3665         * configure.ac: add --disable-deprecated flag (defaults to on in
3666         "cvs" builds).
3667     
3668         * shell/Makefile.am (INCLUDES): use it.
3669
3670 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3671
3672         * shell/main.c: add missing #include.
3673     
3674         * shell/ev-window.c: fix for pedantic gcc.
3675         (ev_window_cmd_help_about): split license into paragraphs for
3676         translators and pedantic compilers.
3677
3678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3679
3680         * configure.ac: add more warning flags if compiling with gcc from
3681         cvs (or explicitly requested with --enable-more-warnings).
3682
3683 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3684
3685         * data/evince-ui.xml: add File and File->Close menu.
3686     
3687         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
3688         (ev_window_destroy): quit after destroy.
3689         (ev_window_class_init): override GtkObject::destroy.
3690         (entries): install close_window callback.
3691
3692 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3693
3694         * Makefile.am (SUBDIRS): add data subdir.
3695     
3696         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
3697         gtk+ 2.5.0 for GtkAboutDialog.
3698     
3699         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
3700         main window.
3701     
3702         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
3703     
3704         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
3705         manager.
3706         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
3707
3708 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3709
3710         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
3711
3712 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3713
3714         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
3715
3716 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3717
3718         * shell/*: Added shell directory boilerplate, build it.
3719
3720 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3721
3722         * configure.ac, Makefile.am: Added top-level configure.ac and
3723         Makefile.am