]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Mark close button as default. Fix for 316381.
[evince.git] / ChangeLog
1 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4         
5         Mark close button as default. Fix for 316381.
6
7 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8
9         * backend/ev-link.c: (ev_link_class_init):
10
11         Allow negative doubles in left/top properties
12
13 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
14
15         * shell/ev-window.c:
16
17         Remove a bunch of strings that was used only
18         by the statusbar.
19
20 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
21
22         * shell/ev-window-title.c: (get_filename_from_uri),
23         (ev_window_title_set_document):
24
25         When title has a confusing extension, show also
26         the document filename inside ()
27
28 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
29
30         * shell/Makefile.am:
31         * shell/ev-window-title.c: (ev_window_title_new),
32         (ev_window_title_update), (ev_window_title_set_type),
33         (ev_window_title_set_document), (ev_window_title_free):
34         * shell/ev-window-title.h:
35         * shell/ev-window.c: (ev_window_setup_document),
36         (password_dialog_response), (ev_window_popup_password_dialog),
37         (ev_window_dispose), (ev_window_init):
38
39         Factor out and cleanup window title code
40
41 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
42
43         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
44         (unable_to_load):
45
46         Make dialog transient so it doesnt block other windows
47
48 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
49
50         * pdf/ev-poppler.cc:
51         
52         Fix pdf thumbnails rendering.
53
54 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
55
56         * shell/ev-window.c: (fullscreen_set_timeout):
57         
58         Increase timeout to hide full screen popup. Bug 
59         316123. 
60
61 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
62
63         * data/evince.schemas.in:
64         * shell/ev-window.c: (update_action_sensitivity):
65
66         Allow the user to override document restrictions. Fix for bug
67         305818.
68
69 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
70
71         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
72         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
73         (ev_window_class_init): Fix multihead behaviour of fullscreen
74         toolbar popup. Fixes bug #315451.
75
76 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
77
78         * configure.ac:
79         * data/evince-password.glade:
80         * shell/ev-password.c: (ev_password_dialog_set_property),
81         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
82         (ev_password_dialog_init), (ev_password_set_bad_password_label),
83         (ev_password_dialog_entry_changed_cb),
84         (ev_password_dialog_entry_activated_cb),
85         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
86         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
87         (ev_password_dialog_set_bad_pass):
88         * shell/ev-password.h:
89         * shell/ev-window.c: (password_dialog_response),
90         (ev_window_popup_password_dialog):
91         
92         Support for gnome-keyring for encrypted PDF's.
93
94 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
95
96         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
97         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
98         (ev_view_enter_notify_event), (ev_view_class_init):
99         
100         More precise handling of enter_notify/leave_notify events
101         in EvView. Fix for bug 315470.
102
103 2005-09-08  Christopher Aillon  <caillon@redhat.com>
104
105         * shell/ev-window.c: (fullscreen_timeout_cb),
106         (fullscreen_set_timeout), (fullscreen_clear_timeout),
107         (ev_window_dispose):
108
109         leak fix: unref fullscreen_timeout_source before clearing it
110
111 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
112
113         * configure.ac, dvi/mdvi/Makefile.am: 
114         
115         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
116
117 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
118
119         * backend/ev-link.c: (ev_link_new_page_xyz):
120         * pdf/ev-poppler.cc:
121         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
122
123         Fix some bugs with xyz links, respect zoom
124
125 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
126
127         * shell/ev-window.c: (page_changed_cb),
128         (setup_document_from_metadata), (update_sidebar_visibility),
129         (setup_view_from_metadata), (ev_window_run_fullscreen),
130         (ev_window_stop_fullscreen), (ev_window_run_presentation),
131         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
132         (ev_window_dual_mode_changed_cb),
133         (ev_window_sidebar_current_page_changed_cb):
134
135         null check uri before setting and getting metadata
136
137 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
138
139         * dvi/Makefile.am:
140         * properties/Makefile.am:
141         * shell/Makefile.am:
142         * thumbnailer/Makefile.am:
143
144         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
145
146 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
147
148         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
149         (selection_changed_callback):
150         * shell/ev-sidebar-links.h:
151
152         Add a signal for link activation.
153
154         * shell/ev-view.c: (ev_view_goto_link),
155         (ev_view_button_release_event):
156         * shell/ev-view.h:
157         * shell/ev-window.c: (sidebar_links_link_activated_cb),
158         (ev_window_init):
159
160         Implement the signal so that we can handle all link types.
161
162         * shell/ev-page-cache.c:
163
164         Remove unused set_link function
165
166 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
167
168         * lib/ev-tooltip.c: (ev_tooltip_set_position):
169
170         Add some space from the cursor, hardcoded but I couldnt
171         find a better way.
172
173 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
174
175         * lib/ev-tooltip.c:
176
177         Use mozilla style vs gtk style, way better for links.
178
179         * shell/ev-view.c: (ev_view_motion_notify_event),
180         (ev_view_destroy), (ev_view_init):
181
182         Deactive tooltip when the link hovered is changed.
183
184 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
185
186         * backend/ev-document.h:
187         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
188         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
189         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
190         (ev_link_new_page), (ev_link_new_page_xyz):
191         * backend/ev-link.h:
192         * pdf/ev-poppler.cc:
193         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
194         (go_to_link), (tip_from_link):
195
196         Implement xyz links, still not functional. Links are a total
197         mess, will need to refactor and bugfix a lot :(
198
199 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
200
201         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
202
203 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
204
205         * data/evince-ui.xml:
206         * data/evince.schemas.in:
207         * shell/Makefile.am:
208         * shell/ev-window.c: (update_chrome_visibility),
209         (password_dialog_response), (ev_window_load_job_cb),
210         (ev_window_xfer_job_cb), (ev_window_open_uri),
211         (ev_window_class_init), (set_chrome_actions), (load_chrome),
212         (ev_window_init):
213
214         Remove the statusbar. This regress loading feedback, need to
215         check with Bryan what we want to do there...
216
217 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
218
219         * lib/ev-tooltip.c: (ev_tooltip_init):
220
221         Fix tooltip border and size handling
222
223 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
224
225         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
226         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
227         (ev_tooltip_timeout), (ev_tooltip_activate),
228         (ev_tooltip_deactivate):
229         * lib/ev-tooltip.h:
230         * shell/ev-view.c: (ev_view_motion_notify_event):
231
232         Delay popup showing. Mirror gtk logic/times.
233
234 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
235
236         * lib/Makefile.am:
237         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
238         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
239         (ev_tooltip_set_text), (ev_tooltip_set_position):
240         * lib/ev-tooltip.h:
241
242         Simple widget to show tooltips at a custom position
243
244         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
245         (ev_view_destroy):
246
247         Use it for links. First go, needs work
248
249 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
250
251         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
252         HIG fixes.  Use title capitalization for window title. Use 12 
253         pixels of space between the dialog's vbox and action area.
254
255 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
256
257         * shell/ev-window.c: (file_open_dialog_response_cb),
258         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
259         (ev_window_cmd_save_as):
260
261         Make file pickers not modal and refactor code some
262
263 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
264
265         * shell/ev-sidebar.h:
266         * shell/ev-sidebar.c: (ev_sidebar_set_property),
267         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
268         (ev_sidebar_class_init), (ev_sidebar_select_page),
269         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
270         (ev_sidebar_set_page):
271
272         Add a current page property and allow to get/set it
273
274         * shell/ev-window.c: (setup_view_from_metadata),
275         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
276
277         Persist current sidebar page per document
278
279 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
280
281         * data/evince.schemas.in:
282         * shell/ev-window.c: (update_chrome_visibility),
283         (setup_document_from_metadata), (update_sidebar_visibility),
284         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
285         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
286         (ev_window_run_presentation), (ev_window_stop_presentation),
287         (ev_window_view_sidebar_cb),
288         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
289         (load_chrome), (ev_window_init):
290
291         Persist size/visibility of sidebar per document
292
293 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
294
295         * shell/ev-view.c (draw_loading_text): Draw loading text.
296
297 2005-09-02  Dan Damian  <dand@gnome.ro>
298
299         * configure.in: Added "ro" to ALL_LINGUAS.
300
301 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
302
303         * shell/ev-view.c: (clear_caches):
304
305         ev_page_cache_get doesnt return a reference,
306         dont try to unref it.
307
308 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
309
310         * shell/main.c: (load_files_remote):
311
312         Fix timestamp parameter with dbus <= 0.33
313
314 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
315
316         * data/evince.schemas.in:
317
318         Add missing full stop
319
320 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
321
322         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
323         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
324
325         Plug some memory leaks
326
327 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
328
329         * configure.ac:
330         * lib/ev-debug.c: (trap_handler):
331
332         Check for execinfo.h and use it only if it exists.
333         Ported from Epiphany (bug #314776).
334
335 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
336
337         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
338
339 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
340
341         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
342         * po/id.po      : Added Indonesian translation
343
344 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
345
346         * shell/main.c:
347         * shell/ev-application.c: Last minute GTK-2.6 fixes.
348         * NEWS: Release 0.4.0
349
350 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
351
352         * configure.ac: catch another gtk+-2.8ism
353         * shell/main.c: Make work with gtk+-2.6
354
355 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
356
357         * shell/ev-application-service.xml: Add 'timestamp' argument to
358           ev_application_open_window and ev_application_open_uri methods.
359
360         * shell/ev-application.h: Add 'timestamp' argument to
361           ev_application_open_window, ev_application_open_uri,
362           and ev_application_open_uri_list functions.
363
364         * shell/ev-application.c (ev_application_open_window,
365           ev_application_open_uri, ev_application_open_uri_list): Change
366           functions that show/present windows to use a timestamp if one
367           is passed in.
368
369         * shell/ev-window.c (ev_window_cmd_file_open,
370           ev_window_cmd_recent_file_activate, drag_data_received_cb):
371         * shell/main.c (load_files): Modify calls to ev_application to
372           include GDK_CURRENT_TIME as timestamp.
373
374         * shell/main.c (load_files_remote): Obtain timestamp for client
375           instance from GDK and pass to server instance so new windows are
376           focused properly.  Fix dbus_g_proxy_call() calls by including second
377           G_TYPE_INVALID.
378           
379         Closes bug #314475.
380
381 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
382
383         * shell/ev-window.c (ev_window_finalize): Check for
384         avail. EvWindows when quiting to handle the finalize better,
385         #314497
386
387 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
388         
389         * properties/ev-properties-view.c: 
390         
391         Set textdomain to libglade. Fixes translation problem in property page.
392
393 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
394
395         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
396         * dvi/Makefile.am:
397         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
398         * dvi/mdvi-lib/Makefile.am:
399         
400         Fix rotation of thumbnails, ported to new API. Moved library
401         dependencies earlier, probably it will fix linkage problem.
402
403 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
404
405         * backend/ev-document-misc.c:
406         (ev_document_misc_get_thumbnail_frame):
407         * backend/ev-document-misc.h:
408         * configure.ac:
409         * pdf/ev-poppler.cc:
410         * shell/Makefile.am:
411         * shell/ev-sidebar-thumbnails.c: (add_range),
412         (ev_sidebar_thumbnails_set_loading_icon),
413         (ev_sidebar_thumbnails_refresh),
414         (ev_sidebar_thumbnails_set_document):
415         * shell/ev-sidebar-thumbnails.h:
416         * shell/ev-view.c: (ev_view_motion_notify_event),
417         (ev_view_set_property), (ev_view_get_property),
418         (ev_view_class_init), (ev_view_set_rotation):
419         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
420         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
421         (ev_window_init):
422         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
423         Redo rotation (again).  prepare for 0.4.0
424
425 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
426
427         * configure.ac: Bump poppler requirement to 0.4.1.
428
429         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
430         argument to poppler_page_render_selection() call.
431
432 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
433
434         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
435         (djvu_document_thumbnails_get_thumbnail):
436         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
437         (dvi_document_thumbnails_get_thumbnail):
438         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
439         (pixbuf_document_thumbnails_get_thumbnail):
440         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
441         
442         Update rotation direction of backends to fit with pdf and ps.
443
444 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
445
446         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
447         * backend/ev-async-renderer.h:
448         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
449         (setup_page), (ps_document_get_page_size),
450         (ps_async_renderer_render_pixbuf):
451         * ps/ps-document.h:
452         * shell/ev-jobs.c: (ev_job_render_run):
453
454         Fix orientation in the postscript document
455
456 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
457
458         * pdf/ev-poppler.cc:
459         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
460         * shell/ev-view.c: (highlight_find_results):
461
462         Adapt to the new poppler rotation API. Fix text maps on landscape
463         documents.
464
465 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
466
467         * shell/ev-view.c (compute_new_selection_text): get the correct
468         region when selecting in modes other than continuous.
469
470 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
471
472         * shell/main.c (main): remove redundant g_warnings.
473
474 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
475
476         * shell/Makefile.am: Don't include autogenerated
477         file ev-application-service.h into distribution, since
478         it causes dbus crash. Fix for bugs 313724 and 313443. 
479
480 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
481
482         * configure.ac: Fix sed expression for FreeBSD. Thanks
483         to Joe Marcus Clark <marcus@freebsd.org>
484         
485         * shell/eggfindbar.c: (entry_activate_callback),
486         (entry_changed_callback), (egg_find_bar_init),
487         (egg_find_bar_set_search_string):
488         
489         Made findbar buttons unsensitive if there is no text in
490         entry. Fix for the bug 313285.
491
492 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * ps/ps-document.c: Use g_filename_display_name for displaying
495         filenames and revert string freeze breackage
496
497 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
498
499         * NEWS:
500         * configure.ac:
501
502         Update for 0.3.4
503
504         * shell/Makefile.am:
505
506         Add ev-application-service.xml to extra dist
507
508         * shell/ev-view.c: (find_page_at_location):
509
510         Remove unused function (fix warning)
511
512 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
513
514         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
515         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
516         
517         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
518         bug 313623.
519
520 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
521
522         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
523         * shell/ev-window.c:
524         Fix build warnings
525
526 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * configure.ac: Update script to get dbus version.
529         Fix for the bug #313443.
530
531 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
532
533         * shell/ev-window.c: (ev_window_cmd_escape):
534         
535         Return focus back to view on escape. Fix for bug 313295.
536
537 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
538
539         * shell/ev-window.c: (update_window_title),
540         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
541         (ev_window_cmd_save_as):
542         
543         Correct conversion from uri to displayable string. Fix for
544         bug 313296.
545
546 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * ps/ps-document.c: convert filename to utf8 when there is an error
549         loading document. Fixes #309915
550
551 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
552
553         * configure.ac:
554
555         We depend on poppler 0.4.0
556
557 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
558
559         * configure.ac:
560         * NEWS: Release 0.3.3.
561         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
562
563 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
564
565         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
566         add a couple missing mnemonics to menu items, use title 
567         capitalization for menu items and window titles, and add 
568         ellipsis to open menu item.     
569
570 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
571
572         * pdf/ev-poppler.cc:
573         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
574         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
575         (ev_view_get_rotation):
576         * shell/ev-view.h:
577         * shell/ev-window.c: (setup_view_from_metadata),
578         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
579         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
580         disk.
581
582 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
583
584         * configure.ac: Added tr to ALL_LINGUAS
585
586 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
587
588         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
589         requires several clicks to find word. Thanks to 
590         Colin Slater <kiltedtaco@gmail.com>.
591
592 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
593
594         * data/evince.desktop.in.in: Hide menu entry and
595         rename it to "Document Viewer". Fix for bug 
596         #312399.
597
598 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
599
600         * shell/ev-page-action.c (ev_page_action_class_init): 
601
602         Point to the correct function in constructor of the
603         activate_label signal
604
605 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
606
607         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
608         * shell/ev-jobs.h: Make thread safe.
609
610 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
611
612         * shell/ev-view.c: (view_update_range_and_current_page):
613         Don't update page range if we are scrolling to some document
614         point.
615
616 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
617
618         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
619         when getting max_page_width, fix drawing in dual mode.
620
621 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
622
623         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
624         getting the area for select_all.
625
626 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
627
628         * backend/ev-selection.c: (ev_selection_render_selection):
629         * backend/ev-selection.h:
630         * pdf/ev-poppler.cc:
631         * shell/ev-jobs.c: (ev_job_render_new):
632         * shell/ev-jobs.h:
633         * shell/ev-pixbuf-cache.c: (get_selection_colors),
634         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
635         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
636         (ev_view_class_init):
637
638         Change selection color on focus in and focus out events.  Also,
639         poppler now uses GdkColor for specifying the selection colors, so
640         drop some awkward conversion code.
641
642 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
643
644         * configure.ac: Added Hebrew translation
645
646 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
647
648         * NOTES:
649         * backend/ev-selection.c: (ev_selection_render_selection):
650         * backend/ev-selection.h:
651         * pdf/ev-poppler.cc:
652         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
653         (ev_job_render_run):
654         * shell/ev-jobs.h:
655         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
656         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
657         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
658         (ev_pixbuf_cache_style_changed),
659         (ev_pixbuf_cache_get_selection_pixbuf),
660         (ev_pixbuf_cache_set_selection_list),
661         (ev_pixbuf_cache_get_selection_list):
662         * shell/ev-pixbuf-cache.h:
663         * shell/ev-utils.c: (ev_print_region_contents):
664         * shell/ev-utils.h:
665         * shell/ev-view.c: (ev_view_queue_draw_page),
666         (selection_update_idle_cb), (ev_view_motion_notify_event),
667         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
668         (setup_caches), (ev_view_find_next), (merge_selection_region),
669         (selection_free):
670         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
671
672         Clean up selection to be much smoother!
673
674 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
675
676         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
677         to poppler_page_render_selection().
678
679 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
680
681         * ps/ps-document.c: (save_page_list): Use
682         unzipped document when printing. Thanks to 
683         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
684         311016.
685
686 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
687
688         * shell/ev-window.c: (update_action_sensitivity):
689         
690         Disable print and save respect to lockdown gconf keys. Fix
691         for 312342.
692
693 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
694
695         * configure.ac:
696         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
697         (write_to_temp_file), (ev_file_set_contents):
698         * shell/ev-utils.h:
699         * shell/ev-window.c: (save_print_config_to_file):
700         
701         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
702         Fix for bug 312238
703
704 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
705
706         * shell/ev-window.c: (load_print_config_from_file),
707         (save_print_config_to_file), (ev_window_print_range):
708
709         Persist the print settings. Fixes bug #311578.
710
711 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
712
713         * djvu/djvu-document.c: (djvu_document_get_page_size),
714         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
715         (djvu_document_thumbnails_get_thumbnail):
716         * dvi/dvi-document.c: (dvi_document_get_page_size),
717         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
718         (dvi_document_thumbnails_get_dimensions),
719         (dvi_document_thumbnails_get_thumbnail):
720         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
721         (pixbuf_document_render_pixbuf),
722         (pixbuf_document_document_iface_init),
723         (pixbuf_document_thumbnails_get_thumbnail):
724         
725         Update backends to make them build with new rotation system.
726
727 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
728
729         * help/C/figures/evince_start_window.png:
730         
731         Update documentation image from Luca Ferretti <elle.uca@libero.it>
732
733 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
734
735         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
736         * shell/ev-pixbuf-cache.h:
737         * shell/ev-sidebar-thumbnails.c:
738         (ev_sidebar_thumbnails_get_property), (add_range),
739         (adjustment_changed_cb):
740         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
741         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
742         we were thumbnailing the entire docment on startup, slowing us
743         down hugely. 
744
745 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
746
747         * shell/ev-page-cache.c: (ev_page_cache_new):
748         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
749         == 0, fixes #310306.
750
751 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
752
753         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
754         (ev_view_rotate_left):
755
756         Account rotation in doc_rect_to_view_rect.
757         Ensure rotation doesnt go out of bounds.
758
759 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
760
761         * shell/ev-page-cache.c: (ev_page_cache_get_size):
762
763         Correct and cleanup w/h swapping
764
765 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
766
767         * backend/ev-document-thumbnails.c:
768         (ev_document_thumbnails_get_thumbnail):
769         * backend/ev-document-thumbnails.h:
770         * backend/ev-document.c:
771         * backend/ev-document.h:
772         * backend/ev-render-context.c: (ev_render_context_new),
773         (ev_render_context_set_rotation):
774         * backend/ev-render-context.h:
775         * pdf/ev-poppler.cc:
776         * ps/ps-document.c: (ps_document_document_iface_init):
777         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
778         * shell/ev-jobs.h:
779         * shell/ev-page-cache.c: (build_height_to_page),
780         (ev_page_cache_new), (ev_page_cache_get_size),
781         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
782         (ev_page_cache_get_height_to_page):
783         * shell/ev-page-cache.h:
784         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
785         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
786         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
787         (ev_pixbuf_cache_get_selection_pixbuf):
788         * shell/ev-pixbuf-cache.h:
789         * shell/ev-print-job.c: (idle_print_handler):
790         * shell/ev-sidebar-thumbnails.c: (add_range):
791         * shell/ev-view.c: (view_update_range_and_current_page),
792         (get_page_y_offset), (get_page_extents),
793         (ev_view_size_request_continuous_dual_page),
794         (ev_view_size_request_continuous),
795         (ev_view_size_request_dual_page),
796         (ev_view_size_request_single_page), (draw_one_page),
797         (ev_view_set_rotation), (ev_view_rotate_right),
798         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
799         (ev_view_zoom_for_size_continuous_and_dual_page),
800         (ev_view_zoom_for_size_continuous),
801         (ev_view_zoom_for_size_dual_page),
802         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
803         (ev_view_select_all):
804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
805         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
806         (tiff_document_document_iface_init),
807         (tiff_document_thumbnails_get_thumbnail):
808
809         Use rotation rather than orientation. It's easier and enough
810         for our needs.
811
812 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
813
814         * shell/ev-page-cache.c: (build_height_to_page),
815         (ev_page_cache_new), (ev_page_cache_get_size),
816         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
817         (ev_page_cache_get_height_to_page):
818         * shell/ev-page-cache.h:
819         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
820         (ev_view_size_request_continuous_dual_page),
821         (ev_view_size_request_continuous),
822         (ev_view_zoom_for_size_continuous_and_dual_page),
823         (ev_view_zoom_for_size_continuous):
824
825         Make the page cache aware of page orientation.
826
827 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
828
829         * backend/ev-document-thumbnails.c:
830         (ev_document_thumbnails_get_thumbnail):
831         * backend/ev-document-thumbnails.h:
832         * backend/ev-document.c:
833         * backend/ev-document.h:
834         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
835         * backend/ev-ps-exporter.h:
836         * pdf/ev-poppler.cc:
837         * ps/ps-document.c: (ps_document_document_iface_init),
838         (ps_document_ps_export_do_page):
839         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
840         * shell/ev-jobs.h:
841         * shell/ev-page-cache.c: (ev_page_cache_get_size),
842         (ev_page_cache_get):
843         * shell/ev-page-cache.h:
844         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
845         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
846         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
847         * shell/ev-pixbuf-cache.h:
848         * shell/ev-print-job.c: (idle_print_handler):
849         * shell/ev-sidebar-thumbnails.c: (add_range):
850         * shell/ev-view.c: (view_update_range_and_current_page),
851         (get_page_extents), (ev_view_size_request_dual_page),
852         (ev_view_size_request_single_page), (draw_one_page),
853         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
854         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
855         (ev_view_zoom_for_size_dual_page),
856         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
857         (ev_view_select_all):
858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
859         * tiff/tiff-document.c: (tiff_document_get_page_size),
860         (tiff_document_get_orientation), (rotate_pixbuf),
861         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
862         (tiff_document_thumbnails_get_thumbnail),
863         (tiff_document_ps_export_do_page), (tiff_document_init):
864
865         Really make use of the orientation bit of the render context.
866         Use the render context in a few more places in the backend API.
867         This regress orientation, but now it's done right. Will try to
868         fix it up asap...
869
870 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
871
872         * shell/ev-view.c: (ensure_rectangle_is_visible):
873
874         Patch by Nickolay V. Shmyrev to fix find flickering
875
876 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
877
878         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
879         duplex parameters to ::begin.
880
881         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
882         * shell/ev-print-job.c (idle_print_handler): 
883         * ps/ps-document.c (ps_document_ps_export_begin): 
884         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
885         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
886         implementations. Poppler backend needs poppler cvs. Rest has
887         unchanged behavior.
888
889 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
890
891         * shell/ev-window.c (using_pdf_printer): new function.
892         (ev_window_print_range): print a less techy message if someone
893         tries to print to PDF.
894
895 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
896
897         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
898         from "unknown font" string. Bug #311431
899
900 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
901
902         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
903
904 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
905
906         Bug #311280
907         
908         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
909         name for PopplerFontTypes
910         (pdf_document_fonts_fill_model): add font type to the detail column
911
912         * backend/ev-document-fonts.h: added
913         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
914
915         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
916         font name and font details, add a little markup.
917         (ev_properties_fonts_init): use the new cell data func, specify ypad
918         property for the cell renderer.
919         (ev_properties_fonts_set_document): add the details column.
920
921 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
922
923         * configure.ac: Added "pl" to ALL_LINGUAS.
924
925 2005-07-24  Danilo Šegan  <danilo@gnome.org>
926
927         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
928
929 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
930
931         * help/ChangeLog: Started this for translations of manual.
932         * configure.ac, autogen.sh, .cvsignore: Migrated to
933         gnome-doc-utils. Patch in bug #311222.
934
935 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
936
937         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
938         #ifdef this away to fix an unused-function warning.
939
940 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
941
942         * configure.ac: Added 'gl' to ALL_LINGUAS.
943
944 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
945
946         * configure.ac: Added ne in ALL_LINGUAS
947         
948 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
949
950         * shell/ev-view.c: (ev_view_leave_notify_event):
951         
952         Clear status message when pointer leaves view. Fix for bug
953         #310818 
954
955 2005-07-20 Ankit Patel <ankit644@yahoo.com>
956
957         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
958
959 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
960
961         * shell/ev-view.c: (ev_view_leave_notify_event),
962         (ev_view_class_init):
963         
964         Set cursor to normal then leaving view.
965
966 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
967
968         * configure.ac:
969         
970         Fix required djvulibre version.
971
972 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
973
974         *configure.ac: Hindi (hi) language added
975
976 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
977
978         *configure.ac: Punjabi (pa) Language added
979
980 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
981
982         * data/evince-ui.xml, shell/ev-window.c:
983         
984         Add keypad accelerators for zooming. Fix for bug 308128.
985
986 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
987
988         * Makefile.am:
989         * backend/Makefile.am:
990         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
991         * configure.ac:
992         * shell/ev-document-types.c: (ev_document_types_add_filters):
993
994         Allow to enable/disable the pixbuf backend.
995         Default to off for now. If we want it enabled we should
996         really put mime types in the desktop, implement properties etc.
997
998         * properties/evince-properties.c:
999
1000         Initialize error to NULL.
1001         Check error is not NULL before freeing.
1002
1003 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1004
1005         * shell/ev-window.c:
1006
1007         Use F5 as presentation accell
1008
1009 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1010
1011         * shell/ev-window.c: (update_chrome_visibility),
1012         (ev_window_create_fullscreen_popup), (ev_window_init):
1013
1014         Do not leak the fullscreen toolbar
1015
1016 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1017
1018         * shell/ev-window.c: (view_actions_focus_in_cb),
1019         (view_actions_focus_out_cb):
1020
1021         These has a return value! Fix totally random focus
1022         issues we was seeing.
1023
1024 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * shell/main.c: (load_files_remote):
1027
1028         Allow open more than one file
1029
1030 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1031
1032         * shell/main.c: (load_files_remote):
1033
1034         Fix for dbus 0.33. bug #309975
1035
1036 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1037
1038         * properties/ev-properties-main.c: (ev_properties_get_pages):
1039
1040         Actually return NULL for types we dont support
1041
1042 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
1043
1044         * po/POTFILES.in:
1045
1046         Remove empty lines.
1047
1048 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
1049
1050         * backend/ev-document-factory.c:
1051         (ev_document_factory_get_document):
1052
1053         Do not try to create the object if type
1054         is invalid.
1055
1056 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1057
1058         * ps/ps-document.c: (ps_document_dispose),
1059         (ps_async_renderer_render_pixbuf):
1060         * ps/ps-document.h:
1061
1062         Do not leak the target window
1063
1064 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1065
1066         * shell/ev-application.c: (ev_application_init):
1067
1068         Let tbe check file existence for us.
1069         Add a comment about eggrecent mime filter.
1070
1071 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1072
1073         * data/evince-ui.xml:
1074         * shell/ev-application.c: (ev_application_shutdown),
1075         (ev_application_init), (ev_application_get_toolbars_model),
1076         (ev_application_get_recent_model),
1077         (ev_application_save_toolbars_model):
1078         * shell/ev-application.h:
1079         * shell/ev-window.c: (ev_window_add_recent),
1080         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
1081         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
1082         (ev_window_init):
1083
1084         Use common toolbar and recent models for all windows.
1085         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1086
1087 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
1088
1089         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
1090         successfully check for gtk_icon_view_get_visible_range.
1091
1092 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1093
1094         * djvu/Makefile.am:
1095         * dvi/Makefile.am:
1096         
1097         Fix djvu and dvi backend build.
1098
1099 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
1100
1101         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
1102         (new_separator_pixbuf):
1103
1104         Don't leak windows.
1105
1106 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
1107
1108         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
1109
1110         HIGification of toolbar editor dialogue.
1111
1112 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1113
1114         * configure.ac:
1115         * shell/Makefile.am:
1116
1117         Ever build metadata manager since it's just
1118         disabled at runtime now.
1119
1120 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1121
1122         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1123         (ev_metadata_manager_get), (ev_metadata_manager_set):
1124         * shell/ev-metadata-manager.h:
1125
1126         Add an _init functions that enabled metadata management
1127         at runtime.
1128
1129         * shell/ev-window.c: (page_changed_cb),
1130         (setup_document_from_metadata), (ev_window_setup_document),
1131         (setup_view_from_metadata), (ev_window_open_uri),
1132         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1133         (ev_window_run_presentation), (ev_window_stop_presentation),
1134         (save_sizing_mode), (ev_window_zoom_changed_cb),
1135         (ev_window_continuous_changed_cb),
1136         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
1137         (window_configure_event_cb):
1138
1139         Remove all ugly metadata define since we deal with it
1140         at runtime now.
1141
1142         * shell/main.c: (load_files_remote), (main):
1143
1144         Add support for dbus cvs head. Hopefully didnt break one
1145         of the other versions now!
1146
1147         If we dont get a response from the dbus server just
1148         give up with it and not enable metadata.
1149
1150 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1151
1152         * Makefile.am:
1153         * backend/Makefile.am:
1154         * configure.ac:
1155         * cut-n-paste/recent-files/Makefile.am:
1156         * cut-n-paste/toolbar-editor/Makefile.am:
1157         * cut-n-paste/zoom-control/Makefile.am:
1158         * lib/Makefile.am:
1159         * pdf/Makefile.am:
1160         * pixbuf/Makefile.am:
1161         * properties/Makefile.am:
1162         * ps/Makefile.am:
1163         * shell/Makefile.am:
1164         * thumbnailer/Makefile.am:
1165         * tiff/Makefile.am:
1166
1167         Make frontends depend on just libev.
1168         Rework and group CFLAGS/LIBS definitions.
1169         Cleanups.
1170
1171 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1172
1173         * shell/ev-window:
1174
1175         do not unnecessarily save zoom
1176
1177         * configure.ac:
1178         * lib/ev-file-helpers.c: (ev_dot_dir):
1179         * shell/Makefile.am:
1180         * shell/dummy.cc:
1181
1182         Some cleanups
1183
1184 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1185
1186         * configure.ac:
1187         
1188         Remove unnecessary dependencies
1189
1190 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1191
1192         * properties/Makefile.am:
1193         * thumbnailer/Makefile.am:
1194         * tiff/Makefile.am:
1195
1196         Some more cleanups. Was really necessary
1197         but I probably introduced bugs, feel free
1198         to flame :)
1199
1200 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1201
1202         * backend/Makefile.am:
1203         * configure.ac:
1204         * cut-n-paste/recent-files/Makefile.am:
1205         * cut-n-paste/toolbar-editor/Makefile.am:
1206         * cut-n-paste/zoom-control/Makefile.am:
1207         * lib/Makefile.am:
1208         * pdf/Makefile.am:
1209         * pixbuf/Makefile.am:
1210         * properties/Makefile.am:
1211         * ps/Makefile.am:
1212         * shell/Makefile.am:
1213         * thumbnailer/Makefile.am:
1214         * tiff/Makefile.am:
1215
1216         Use gnome-common macros when possible.
1217         Cleanup dependencies.
1218         Actually disable deprecated where possible.
1219
1220 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1221
1222         * Makefile.am:
1223         * backend/Makefile.am:
1224         * properties/Makefile.am:
1225         * shell/Makefile.am:
1226         * thumbnailer/Makefile.am:
1227
1228         This should solve the circular dep without
1229         requiring dir reorg!
1230
1231         * shell/ev-window.c: (setup_view_from_metadata):
1232
1233         Never restore window size/position when the
1234         window is already visible.
1235
1236 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1237
1238         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
1239
1240         Return a boolean from timeout func. Fix ported from gedit.
1241
1242 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
1243
1244         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
1245
1246 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-document-types.c: set "All Documents" as default filter in
1249         open dialog
1250
1251 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
1252
1253         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
1254         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
1255         (ev_metadata_manager_set_boolean): fix value/val thinko.
1256
1257 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1258
1259         * shell/ev-window.c: (setup_view_from_metadata),
1260         (window_state_event_cb), (window_configure_event_cb),
1261         (ev_window_init):
1262
1263         Remember window position and maximized state
1264
1265 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1266
1267         * configure.ac:
1268
1269         Fix DBUS configure checks.
1270
1271         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
1272         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
1273         (ev_metadata_manager_set_boolean):
1274
1275         Plug mem leaks.
1276
1277         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
1278         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1279         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
1280         (ev_window_continuous_changed_cb),
1281         (ev_window_dual_mode_changed_cb), (ev_window_new):
1282
1283         Fix the build without DBUS.
1284
1285 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1286
1287         * shell/ev-metadata-manager.c: (parse_value), (save_values),
1288         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
1289         (ev_metadata_manager_set_string),
1290         (ev_metadata_manager_set_boolean):
1291         * shell/ev-metadata-manager.h:
1292
1293         Add support for some more types
1294
1295         * shell/ev-view.c: (scroll_to_current_page),
1296         (ev_view_get_continuous), (ev_view_set_continuous),
1297         (ev_view_get_dual_page):
1298         * shell/ev-view.h:
1299         * shell/ev-window.c: (page_changed_cb),
1300         (setup_document_from_metadata), (ev_window_setup_document),
1301         (setup_view_from_metadata), (ev_window_open_uri),
1302         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1303         (ev_window_run_presentation), (ev_window_stop_presentation),
1304         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
1305         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
1306         (ev_window_update_dual_page_action),
1307         (ev_window_continuous_changed_cb),
1308         (ev_window_dual_mode_changed_cb), (ev_window_init):
1309
1310         Remember a bunch of view/document properties. Prolly some
1311         are still missing but it's getting interesting.
1312
1313 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
1314
1315         * configure.ac: check if dbus-binding-tool is installed. Not the
1316         case on current Ubuntu breezy, it seems.
1317
1318 2005-07-05  Luca Ferretti <elle.uca@libero.it>
1319
1320         * data/evince.desktop.in.in:
1321         
1322         Allow open uri lists and add TryExec field.
1323
1324 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1325
1326         * configure.ac:
1327
1328         Enable dbus when available, do not require a configure
1329         option.
1330
1331 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
1332
1333         * configure.ac:
1334
1335         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
1336         disabled.
1337
1338 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1339             Marco Pesenti Gritti  <mpg@redhat.com>
1340
1341         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
1342         
1343         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
1344         functions to the format required by dbus
1345
1346         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
1347         errors. Use the RPC parameters in the expected way
1348
1349 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1350
1351         * Makefile.am:
1352         * properties/Makefile.am:
1353         * properties/ev-properties-main.c: (ev_properties_get_pages):
1354
1355         Support all mime types
1356
1357         * shell/Makefile.am:
1358         * thumbnailer/Makefile.am:
1359         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
1360         (evince_thumbnail_pngenc_get):
1361
1362         Use the document factory
1363
1364 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1365
1366         * backend/Makefile.am:
1367         * backend/ev-document-factory.c:
1368         (mime_type_supported_by_gdk_pixbuf),
1369         (ev_document_type_get_from_mime),
1370         (ev_document_factory_get_document),
1371         (ev_document_factory_get_backend),
1372         (ev_document_factory_get_mime_types),
1373         (ev_document_factory_get_all_mime_types):
1374         * backend/ev-document-factory.h:
1375         * shell/Makefile.am:
1376         * shell/ev-document-types.c: (get_document_from_uri),
1377         (ev_document_types_get_document),
1378         (file_filter_add_mime_list_and_free),
1379         (ev_document_types_add_filters):
1380         * shell/ev-document-types.h:
1381         * shell/ev-job-xfer.c: (ev_job_xfer_run):
1382         * shell/ev-properties-dialog.c:
1383         (ev_properties_dialog_set_document):
1384         * shell/ev-window.c: (ev_window_cmd_file_open),
1385         (ev_window_cmd_save_as):
1386         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1387
1388         Rework document types managing to avoid code duplication
1389         and actually abstract from backend implementations.
1390         Also provide a minimal factory api that can be used by
1391         thumbnailer/properties.
1392
1393 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
1394
1395         * properties/ev-properties-view.c: (ev_properties_view_set_info):
1396         Plug a mem leak.
1397         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1398         HIG spacings.
1399
1400 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1401
1402         * shell/ev-properties-dialog.c
1403         (ev_properties_dialog_set_document): only call
1404         ev_properties_fonts_set_document() if the document implements the
1405         fonts interface
1406
1407 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
1408
1409         * configure.ac:
1410         * properties/Makefile.am:
1411         * properties/ev-properties-view.c:
1412         (ev_properties_view_register_type):
1413         * properties/ev-properties-view.h:
1414         * properties/ev-properties-main.h:
1415
1416         Implement nautilus plugin for properties.
1417         Works only for pdf atm, I need to rework the
1418         document types stuff to get this to work
1419         for all backends...
1420
1421 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
1422
1423         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
1424         (ev_properties_fonts_set_document): use
1425         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
1426
1427 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1428
1429         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
1430         them
1431         (PlaceImage, tiff2ps_process_page): use
1432         g_ascii_dtostr to convert floats to strings in a locale-safe way.
1433
1434
1435 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
1436
1437         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
1438         (main): to call gnome_authentication_manager_init. Should fix
1439         Bug #308510
1440
1441         * configure.ac: that requires libgnomeui 2.6.0.
1442
1443 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1444
1445         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
1446         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
1447         use the new tiff2ps interfaces
1448
1449         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
1450         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
1451
1452         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
1453         structure instead of global variables.  Remove use of static
1454         variables in functions.
1455
1456 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
1457
1458         * shell/ev-page-action.c: unref the completion after setting it to the
1459         entry
1460
1461 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1462
1463         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
1464         postscript files
1465
1466 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
1467
1468         * shell/ev-window.c (update_action_sensitivity): disable
1469         File->Print if the document does not implement the ps exporter
1470         interface
1471
1472 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
1473
1474         * Makefile.am:
1475         * configure.ac:
1476         * data/evince-properties.glade:
1477         * properties/.cvsignore:
1478         * properties/Makefile.am:
1479         * properties/ev-properties-view.c: (ev_properties_view_dispose),
1480         (ev_properties_view_class_init), (ev_properties_view_format_date),
1481         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
1482         (ev_properties_view_init), (ev_properties_view_new):
1483         * properties/ev-properties-view.h:
1484         * shell/Makefile.am:
1485         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
1486         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
1487         (ev_properties_dialog_new):
1488         * shell/ev-properties-dialog.h:
1489         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1490         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
1491         (update_progress_label), (job_fonts_finished_cb),
1492         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
1493         * shell/ev-properties-fonts.h:
1494         * shell/ev-properties.c:
1495         * shell/ev-properties.h:
1496         * shell/ev-window.c: (ev_window_setup_document),
1497         (ev_window_cmd_file_properties):
1498
1499         Split the properties pages in two different objects, depend
1500         only on the backend where possible, use widgets instead
1501         of gobject for the glade part, reimplement the dialog
1502         itself with gtk.
1503         I need this to implement nautilus properties page.
1504
1505 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
1506
1507         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
1508         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
1509         (tiff_document_document_ps_exporter_iface_init): implement the ps
1510         exporter interface for tiff documents
1511
1512         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
1513         libtiff to implement TIFF postscript export
1514
1515         * tiff/tiff2ps.h: added a header file for external tiff2ps
1516         functions.
1517
1518         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
1519         tiff2ps.h
1520
1521 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1522
1523         * shell/ev-view.c: (scroll_to_current_page),
1524         (ev_view_set_fullscreen), (ev_view_set_presentation):
1525         
1526         Scroll to current page when exit from presentation
1527
1528 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1529
1530         * shell/ev-window.c: (update_document_mode),
1531         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1532         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
1533         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
1534         
1535         Exit from fullscreen mode when switch to presentation. Fix for
1536         bug 309365
1537
1538 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
1539
1540         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
1541         return NULL if the document does not implement the selection
1542         interface.
1543
1544 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
1545
1546         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
1547         reported height by using the resolution aspect ratio
1548         (tiff_document_render_pixbuf): scale the pixbuf using the
1549         resolution aspect ratio
1550
1551 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1552
1553         * configure.ac:
1554         
1555         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
1556         <kiltedaco@gmail.com>
1557         
1558         * djvu/djvu-document.c: (djvu_document_get_orientation),
1559         (djvu_document_set_orientation), (djvu_document_get_page_size),
1560         (rotate_pixbuf), (djvu_document_render_pixbuf),
1561         (djvu_document_document_iface_init):
1562         * dvi/dvi-document.c: (dvi_document_get_orientation),
1563         (dvi_document_set_orientation), (dvi_document_get_page_size),
1564         (rotate_pixbuf), (dvi_document_render_pixbuf),
1565         (dvi_document_document_iface_init):
1566         
1567         Dvi and djvu backends are ported to new API
1568
1569 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
1570
1571         * backend/ev-selection.c: (ev_selection_get_selection_region),
1572         (ev_selection_get_selection_map):
1573         * backend/ev-selection.h:
1574         * pdf/ev-poppler.cc:
1575         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1576         * shell/ev-jobs.h:
1577         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1578         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1579         (ev_pixbuf_cache_get_text_mapping):
1580         * shell/ev-pixbuf-cache.h:
1581         * shell/ev-view.c: (location_in_text),
1582         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
1583         support to EvView.  Now we can see where we can select!  Sweet!
1584
1585 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
1586
1587         * shell/ev-view.c (ev_view_button_press_event): Fix
1588         event->y + view->scroll_x typo.
1589
1590 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
1591
1592         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
1593         sub-GdkPixbuf instead of passing dest_x and dest_y.
1594         
1595         * shell/ev-view.c: (view_point_to_doc_point),
1596         (view_rect_to_doc_rect), (ev_view_button_press_event),
1597         (ev_view_motion_notify_event), (compute_new_selection_rect),
1598         (gdk_rectangle_point_in), (compute_new_selection_text),
1599         (compute_selections): Update selection code to keep the selection
1600         around as two points and not as a normalized rectangle, and fix
1601         page level selection in two-column mode.
1602
1603 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
1604
1605         * shell/ev-window.c: (window_configure_event_cb): 
1606         
1607         Fix compilation
1608         
1609 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
1610
1611         * pdf/ev-poppler.cc:
1612
1613         Fix compilation
1614
1615 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
1616
1617         * shell/Makefile.am:
1618         * shell/ev-metadata-manager.c: (item_free),
1619         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1620         (parse_value), (parseItem), (load_values),
1621         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
1622         (save_values), (save_item), (get_oldest), (resize_items),
1623         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
1624         * shell/ev-metadata-manager.h:
1625
1626         Metadata manager from gedit but modified to use GValue, so that
1627         we dont need to keep converting from strings.
1628
1629         * configure.ac:
1630
1631         ENABLE_METADATA conditional, on when dbus is on
1632
1633         * shell/ev-application.c: (ev_application_open_uri):
1634
1635         Show the window after load so that we can initialize
1636         window size before it's showed.
1637
1638         * shell/ev-window.c: (ev_window_setup_from_metadata),
1639         (ev_window_open_uri), (window_configure_event_cb),
1640         (ev_window_init):
1641
1642         Save and load metadata information about window size.
1643         Not yet keeping states in account.
1644
1645         * shell/main.c: (main):
1646
1647         Shutdown metadata manager.
1648
1649 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1650
1651         * shell/ev-application-service.xml:
1652         * configure.ac:
1653         * shell/Makefile.am:
1654         * shell/ev-application.c:
1655         * shell/ev-application.h:
1656         * shell/ev-window.c:
1657         * shell/ev-window.h:
1658         * shell/main.c:
1659
1660         Add an optional dbus interface (--enable-dbus).
1661         Rework application code, mainly to be easier to
1662         use "remotely".
1663         Do not open multiple windows with the same document,
1664         spatial evince!
1665
1666 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
1667
1668         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
1669         pixbuf iff it exists.
1670
1671 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
1672
1673         * shell/*:
1674         * backend/ev-render-context.[ch]:
1675         * backend/ev-selection.[ch]:
1676
1677         Massive changes.  We now support text selection of pdfs, and not
1678         just rectangular selection.  This is pretty broken still, but I
1679         want to get something into CVS.
1680
1681 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1682
1683         * pdf/ev-poppler.cc:
1684         
1685         Fix for Bug 309080: crash on window close.
1686         
1687         * shell/ev-page-action.c: (page_changed_cb):
1688         
1689         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
1690         jensgr@gmx.net (Jens Granseuer).
1691
1692 2005-06-25  Marcel Telka  <marcel@telka.sk>
1693
1694         * configure.in (ALL_LINGUAS): Added sk.
1695
1696 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
1699         not a document open
1700
1701 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1702
1703         * NEWS:
1704         * configure.ac:
1705
1706         Release 0.3.2
1707
1708         * cut-n-paste/recent-files/Makefile.am:
1709
1710         Fix make distcheck
1711
1712 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1713
1714         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
1715         (pixbuf_document_set_orientation), (rotate_pixbuf),
1716         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
1717         (pixbuf_document_document_iface_init), (pixbuf_document_init):
1718
1719         Implement rotation and cleanup the code a bit.
1720
1721         * tiff/tiff-document.c: (tiff_document_get_page_size),
1722         (tiff_document_get_orientation), (tiff_document_set_orientation),
1723         (rotate_pixbuf), (tiff_document_render_pixbuf),
1724         (tiff_document_document_iface_init), (tiff_document_init):
1725
1726         Implement rotation. Was the quicker solution for the release
1727         but we really need to share this code in the shell.
1728
1729 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
1730
1731         * pdf/ev-poppler.cc:
1732
1733         Enable rotation, require poppler cvs. Fix a leak.
1734
1735 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * shell/ev-window.c: (update_action_sensitivity):
1738         
1739         Make properties unsensitive if document backend doesn't provide
1740         any info
1741
1742 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1743
1744         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
1745         (bitmap_flip_horizontally), (bitmap_flip_vertically),
1746         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
1747         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
1748         (bitmap_flip_rotate_counter_clockwise):
1749         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
1750         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
1751         (buff_gets):
1752         * dvi/mdvi-lib/common.h:
1753         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
1754         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
1755         (opendvi), (mdvi_reload), (mdvi_init_context),
1756         (mdvi_destroy_context), (mdvi_dopage), (special):
1757         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
1758         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
1759         (file_hash_free), (register_encoding), (parse_spec),
1760         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
1761         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
1762         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
1763         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
1764         (mdvi_register_font_type), (mdvi_unregister_font_type),
1765         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
1766         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
1767         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
1768         (mdvi_hash_destroy_key), (mdvi_hash_reset):
1769         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
1770         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
1771         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
1772         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
1773         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1774         * dvi/mdvi-lib/special.c: (mdvi_register_special),
1775         (mdvi_unregister_special), (mdvi_flush_specials):
1776         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
1777         (t1_font_remove):
1778         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
1779         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
1780         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
1781         (free_font_metrics), (flush_font_metrics):
1782         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
1783         (tt_font_remove):
1784         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
1785         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
1786         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
1787         (dstring_insert), (dstring_new), (dstring_reset):
1788         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
1789         
1790         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
1791         avoid conflict with libtool on FC4
1792         
1793         * shell/ev-window.c: (ev_window_cmd_help_about):
1794         
1795         Update copyright year. Fix for bug 308828.
1796
1797 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1798
1799         * shell/ev-view.c: (add_scroll_binding_keypad),
1800         (ev_view_binding_activated), (ev_view_class_init),
1801         (on_adjustment_value_changed):
1802         
1803         Bug 170874: Arrow keys switch pages in presentation mode
1804
1805 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1808         
1809         Fix for Bug 308265: Sidebar dissappears coming out of 
1810         Presentation mode
1811
1812 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1813
1814         * shell/ev-application.c: (ev_application_open):
1815         * shell/ev-document-types.c: (ev_document_types_add_filters),
1816         (ev_document_types_add_filters_for_type):
1817         * shell/ev-document-types.h:
1818         * shell/ev-window.c: (ev_window_cmd_save_as):
1819         
1820         Suggest basename as template when saving, provide filters
1821         for save dialog. It's bug 308402
1822
1823 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1824
1825         * pdf/ev-poppler.cc:
1826         * shell/ev-sidebar-links.c: (job_finished_callback):
1827         * shell/ev-view.c: (update_find_status_message):
1828         
1829         Some leaks fixed
1830
1831 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
1832
1833         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1834         (egg_recent_view_uimanager_set_list):
1835
1836         Fix buglet in !show_numbers case.
1837
1838 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
1839
1840         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1841         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
1842
1843         Use pango ellipsisation.
1844
1845         * pdf/ev-poppler.cc:
1846
1847         Fix refcount leak, from nsh.
1848
1849 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * cut-n-paste/recent-files/Makefile.am:
1852         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1853         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
1854         
1855         Removed EggRecentViewGtk
1856         
1857         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1858         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1859         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
1860         (ev_window_setup_recent):
1861         
1862         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
1863         with other projects
1864
1865 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1866
1867         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1868         (egg_recent_view_gtk_finalize):
1869
1870         Fix memory leak
1871
1872         * cut-n-paste/toolbar-editor/Makefile.am:
1873         
1874         Fix location of cursor icon.
1875         
1876         * pdf/ev-poppler.cc:
1877         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
1878         (display_completion_text), (match_completion):
1879         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1880         (selection_changed_callback), (create_loading_model),
1881         (print_section_cb), (links_page_num_func),
1882         (update_page_callback_foreach):
1883         * shell/ev-window.c: (ev_window_dispose):
1884         
1885         Small memory fixes. Links model now store objects instead
1886         of pointers to improve memory management. 
1887
1888 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1889
1890         * shell/ev-window.c: (zoom_control_changed_cb):
1891         
1892         Fix update of zoom control (bug 308268).
1893
1894 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
1895
1896         * shell/ev-properties.c (set_property): escape the text correctly.
1897         Handles non-UTF-8 properties and escaped properties.  Also, sets
1898         the text to "<i>None</i>" if the property isn't set.
1899
1900         * data/evince-properties.glade: Change the label to be ellipsized,
1901         and give it a minimum size.
1902
1903 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
1906         * shell/ev-sidebar-links.c: (create_loading_model):
1907         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
1908         * shell/ev-view.c: (ev_view_set_document):
1909         * shell/ev-window.c: (ev_window_dispose):
1910         
1911         Various small fixes, mostly memory leaks. Thanks to valgrind.
1912
1913 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
1914
1915         * ps/ps-document.c: remove the locale.h include again ;-). And
1916         kill the (bogus) setlocale/savelocale business.
1917
1918 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
1919
1920         * ps/ps-document.c:
1921         
1922         Include locale.h to fix build
1923         
1924         * shell/ev-sidebar.c:
1925         
1926         Remove unnecessary includes
1927
1928 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1929
1930         * dvi/dvi-document.c: (dvi_document_load):
1931         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
1932         * po/POTFILES.in:
1933         
1934         Check for incorrect dvi files. Fix parsing dvi on AMD64
1935         platform. Thanks to tester@tester.ca (Olivier Crete).
1936
1937 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1938
1939         * shell/ev-page-action.c: (match_selected_cb),
1940         (display_completion_text), (match_completion), (update_model):
1941         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1942         (expand_open_links):
1943         * shell/ev-sidebar.c: (ev_sidebar_destroy),
1944         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
1945         (ev_sidebar_set_document):
1946         * shell/ev-window.c: (ev_window_xfer_job_cb),
1947         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
1948         
1949         Fixed lot's of memory leaks, for example, memory leak on reload, 
1950         described in bug 307793.
1951
1952 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
1953
1954         * pdf/ev-poppler.cc:
1955         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1956         (update_visible_range), (adjustment_changed_cb),
1957         (ev_sidebar_thumbnails_fill_model),
1958         (ev_sidebar_thumbnails_refresh),
1959         (ev_sidebar_tree_selection_changed),
1960         (ev_sidebar_icon_selection_changed),
1961         (ev_sidebar_thumbnails_use_icon_view),
1962         (ev_sidebar_thumbnails_set_document):
1963         * shell/ev-sidebar-thumbnails.h:
1964         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1965         (ev_window_cmd_edit_rotate_right), (ev_window_init):
1966
1967         Refresh thumbnails when changing orientation. Not fully
1968         working yet becuase of a sidebar bug.
1969
1970         Set page orientation to poppler page everywhere. This sucks
1971         really need to fix poppler.
1972
1973 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
1974
1975         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1976         (egg_recent_view_gtk_new_menu_item),
1977         (egg_recent_view_gtk_set_property),
1978         (egg_recent_view_gtk_get_property),
1979         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
1980         (egg_recent_view_gtk_set_tooltip_func),
1981         (egg_recent_view_gtk_set_label_width),
1982         (egg_recent_view_gtk_get_label_width):
1983         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
1984
1985         Sync with libegg (ellipsize labels)
1986
1987 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1988
1989         * data/evince-ui.xml:
1990         * shell/ev-window.c: (ev_window_cmd_go_forward),
1991         (ev_window_cmd_go_backward):
1992         
1993         Shift + PageUp moves 10 Pages. Fix for 306125
1994
1995 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
1996
1997         * pdf/ev-poppler.cc:
1998
1999         Add a flag to check if orientation has been overriden
2000
2001 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
2002
2003         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
2004         field if necessary.
2005
2006         * ps/ps.h: add creator field to document.
2007
2008         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
2009         set creator field.
2010
2011 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2012
2013         * data/evince-properties.glade:
2014         * shell/ev-properties.c: (ev_properties_set_document):
2015
2016         s/PDF Version/Format
2017
2018 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2019
2020         * shell/ev-properties.c: (ev_properties_set_document):
2021
2022         Remove unnecessary translations
2023
2024 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2025
2026         * cut-n-paste/toolbar-editor/Makefile.am:
2027
2028         Correct library name    
2029
2030 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2031
2032         * configure.ac:
2033         * cut-n-paste/recent-files/egg-recent-model.c:
2034         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
2035         (egg_recent_model_unlock_file):
2036         * cut-n-paste/recent-files/egg-recent-util.c:
2037         (egg_recent_util_get_unique_id):
2038         * cut-n-paste/recent-files/update-from-egg.sh:
2039         * cut-n-paste/toolbar-editor/Makefile.am:
2040         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2041         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2042         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2043         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2044         (egg_toolbars_model_get_type):
2045         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
2046
2047         Better makefile for toolbar editor and update everything
2048         to latest libegg.
2049
2050 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2051
2052         * shell/ev-window.c: (update_document_mode):
2053
2054         Prefer presentation mode when the document
2055         require fullscreen.
2056
2057 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2058
2059         * data/evince-ui.xml:
2060         * shell/ev-window.c:
2061
2062         Add control-equal for zooming
2063
2064 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2065
2066         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
2067
2068 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
2069
2070         * backend/ev-document.c: (ev_document_get_orientation):
2071         * backend/ev-document.h:
2072         * pdf/ev-poppler.cc:
2073         * ps/ps-document.c: (ps_document_get_orientation),
2074         (ps_document_set_orientation), (ps_document_document_iface_init):
2075
2076         Add a get_orientation api. Improve set_orientation.
2077
2078         * data/evince-ui.xml:
2079         * shell/ev-view.c: (ev_view_set_orientation),
2080         (ev_view_rotate_right), (ev_view_rotate_left):
2081         * shell/ev-view.h:
2082         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2083         (ev_window_cmd_edit_rotate_right):
2084
2085         Better ui for changing document orientation
2086
2087 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2088
2089         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
2090         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
2091         * shell/ev-sidebar-links.h:
2092         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
2093         (ev_sidebar_page_iface_init):
2094         * shell/ev-sidebar-page.h:
2095         * shell/ev-sidebar-thumbnails.c:
2096         (ev_sidebar_thumbnails_get_property),
2097         (ev_sidebar_thumbnails_class_init),
2098         (ev_sidebar_thumbnails_set_document):
2099         * shell/ev-sidebar-thumbnails.h:
2100         * shell/ev-view.c: (ev_view_motion_notify_event):
2101         * shell/ev-window.c: (update_chrome_visibility),
2102         (ev_window_cmd_focus_page_selector),
2103         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
2104         (sidebar_page_main_widget_update_cb), (ev_window_init):
2105         
2106         Autoraise toolbar on GoToPage binding and fix bindings in
2107         EvSidebarThumbnails page.
2108
2109 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
2110
2111         * shell/ev-properties.c: (update_progress_label):
2112
2113         Hide the progress label when finished; bug #307697.
2114
2115 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2116
2117         * pdf/ev-poppler.cc:
2118
2119         Enable is_open for links, you will need poppler cvs
2120
2121         * shell/ev-properties.c: (job_fonts_finished_cb):
2122
2123         Get a lock on the document when filling the tree view
2124
2125 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2126
2127         * backend/ev-document-links.h:
2128         * pdf/ev-poppler.cc:
2129         * shell/ev-sidebar-links.c: (create_loading_model),
2130         (expand_open_links), (job_finished_callback):
2131
2132         Expand links when specified by the document.
2133         Depend on a poppler api (defined out for now)
2134
2135 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2136
2137         * shell/ev-properties.c: (ev_properties_dispose),
2138         (ev_properties_class_init), (dialog_destroy_cb),
2139         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
2140         (ev_properties_set_document), (ev_properties_new),
2141         (ev_properties_show):
2142         * shell/ev-properties.h:
2143
2144         Make it an object, cleanup the code, api to show it as transient
2145         and to set the document.
2146
2147         * shell/ev-window.c: (ev_window_setup_document),
2148         (ev_window_cmd_file_properties):
2149
2150         Adapt to EvProperties changes, do not show multiple
2151         times, update it when document changes.
2152
2153 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2154
2155         * ps/gstypes.h:
2156         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
2157         (ps_document_set_orientation), (ps_document_document_iface_init):
2158         * ps/ps-document.h:
2159
2160         Implement orientation here too
2161
2162         * shell/ev-properties.c: (ev_properties_new):
2163         * data/evince-properties.glade:
2164
2165         Hide the fonts page for backends that doesnt
2166         support it.     
2167
2168 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2169
2170         * backend/ev-document.c: (ev_document_set_orientation):
2171         * backend/ev-document.h:
2172         * pdf/ev-poppler.cc:
2173
2174         Add orientation api. Currently poppler api is not optimal,
2175         we need to set orientation every time we _get a page.
2176         I will try to fix that at some point.
2177
2178         * data/evince-ui.xml:
2179         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
2180         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
2181
2182         Add orientation menu items
2183
2184         * shell/ev-page-cache.c: (ev_page_cache_clear):
2185         * shell/ev-page-cache.h:
2186
2187         Add api to clear the cache
2188
2189         * shell/ev-view.c: (setup_caches), (clear_caches),
2190         (ev_view_set_document), (ev_view_zoom_out),
2191         (ev_view_set_orientation):
2192         * shell/ev-view.h:
2193
2194         Implement orientation changing
2195
2196 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
2197
2198         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
2199         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
2200         * backend/ev-document-fonts.h:
2201
2202         Separate scan and fill so that we can incrementally fill from
2203         the main thread. Add a progress api.
2204
2205         * data/evince-properties.glade:
2206         * pdf/ev-poppler.cc:
2207         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
2208         * shell/ev-jobs.h:
2209         * shell/ev-properties.c: (update_progress_label),
2210         (job_fonts_finished_cb), (setup_fonts_view):
2211
2212         Incrementally feel the list and show the progress
2213         percentage in a label like acrobat does.
2214
2215         You are going to need poppler cvs
2216
2217 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
2218
2219         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
2220         * backend/ev-document-fonts.h:
2221         * pdf/ev-poppler.cc:
2222
2223         Make fonts model fill incrementally.
2224
2225         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2226         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2227         (ev_job_queue_remove_job):
2228         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
2229         (ev_job_fonts_new), (ev_job_fonts_run):
2230         * shell/ev-jobs.h:
2231
2232         New job for fonts scanning
2233
2234         * shell/ev-properties.c: (job_fonts_finished_cb),
2235         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
2236         * shell/ev-properties.h:
2237         * shell/ev-window.c: (ev_window_cmd_file_properties):
2238
2239         Incrementally feel the treeview using the new job. Show Loading...
2240         message until scanning is completed.
2241
2242         Hopefully I didnt break the build without the poppler patch.
2243
2244 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2245
2246         * shell/ev-application.c: (ev_application_open):
2247         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
2248         (ev_document_type_get_type), (ev_document_type_lookup):
2249         * shell/ev-document-types.h:
2250         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
2251         * shell/ev-job-xfer.h:
2252         * shell/ev-window.c: (ev_window_clear_local_uri),
2253         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
2254         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
2255         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2256         
2257         Transfer remote documents to tmp directory to display them later.
2258
2259 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
2260
2261         * backend/ev-document-info.h:
2262         * shell/ev-properties.c: (ev_properties_new):
2263
2264         s/GTime*/GTime. Not sure why we was using a pointer
2265         at all there!
2266
2267 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
2268
2269         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
2270         situations.  That situation is that you're using GTK+-HEAD with
2271         the patch at #306726 is applied, and you have a document with <
2272         1500 pages in it.  It's not quite as uniformly nice as the
2273         TreeView, but should be better in the long run.
2274
2275         I'm pretty sure I guarded against breaking compilation with
2276         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
2277         I missed some.
2278
2279         * shell/ev-window.c (ev_window_init): We don't have our tree/list
2280         widget yet, so I commented that code out
2281         enable_view_actions_for_widget() for now.  Need to figure this
2282         out.
2283
2284         * shell/ev-page-action.c (match_selected_cb): emit the right
2285         signals.  Our cool C-l completion now works.
2286
2287 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2288
2289         * backend/Makefile.am:
2290         * backend/ev-document-fonts.c:
2291         * backend/ev-document-links.c:
2292         * backend/ev-document.c: (ev_document_load):
2293         * backend/ev-document.h:
2294         * backend/ev-job-queue.c:
2295         * backend/ev-job-queue.h:
2296         * backend/ev-jobs.c:
2297         * backend/ev-jobs.h:
2298         * backend/ev-page-cache.c:
2299         * backend/ev-page-cache.h:
2300
2301         EvPageCache and EvJobs are moved to shell.
2302
2303         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
2304         (ev_tmp_filename):
2305         * lib/ev-file-helpers.h:
2306         
2307         New helper to work with temporary files
2308         
2309         * shell/Makefile.am:
2310         * shell/ev-application.c: (ev_application_open):
2311         * shell/ev-application.h:
2312         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
2313         (remove_job_from_async_queue), (add_job_to_async_queue),
2314         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
2315         (handle_job), (search_for_jobs_unlocked),
2316         (no_jobs_available_unlocked), (ev_render_thread),
2317         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
2318         (ev_job_queue_add_job), (move_job_async), (move_job),
2319         (ev_job_queue_update_job), (ev_job_queue_remove_job):
2320         * shell/ev-job-queue.h:
2321         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
2322         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
2323         * shell/ev-job-xfer.h:
2324         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
2325         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
2326         (ev_job_links_class_init), (ev_job_render_init),
2327         (ev_job_render_dispose), (ev_job_render_class_init),
2328         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
2329         (ev_job_thumbnail_class_init), (ev_job_load_init),
2330         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
2331         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
2332         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
2333         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
2334         * shell/ev-jobs.h:
2335         * shell/ev-page-action.c: (ev_page_action_set_document):
2336         * shell/ev-page-cache.c: (ev_page_cache_init),
2337         (ev_page_cache_class_init), (ev_page_cache_finalize),
2338         (ev_page_cache_new), (ev_page_cache_get_n_pages),
2339         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
2340         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
2341         (ev_page_cache_get_title), (ev_page_cache_get_size),
2342         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2343         (ev_page_cache_get_height_to_page),
2344         (ev_page_cache_get_max_label_chars),
2345         (ev_page_cache_get_page_label),
2346         (ev_page_cache_has_nonnumeric_page_labels),
2347         (ev_page_cache_get_info), (ev_page_cache_next_page),
2348         (ev_page_cache_prev_page), (ev_page_cache_get):
2349         * shell/ev-page-cache.h:
2350         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
2351         (ev_pixbuf_cache_clear_job_sizes),
2352         (ev_pixbuf_cache_add_jobs_if_needed),
2353         (ev_pixbuf_cache_set_page_range):
2354         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
2355         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
2356         * shell/ev-sidebar-thumbnails.c:
2357         (ev_sidebar_tree_selection_changed),
2358         (ev_sidebar_thumbnails_set_document):
2359         * shell/ev-statusbar.c: (ev_statusbar_destroy),
2360         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
2361         (ev_statusbar_get_context_id), (ev_statusbar_push),
2362         (ev_statusbar_pop), (ev_statusbar_set_maximized),
2363         (ev_statusbar_pulse), (ev_statusbar_show_progress),
2364         (ev_statusbar_set_progress):
2365         * shell/ev-statusbar.h:
2366         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
2367         (ev_view_find_previous):
2368         * shell/ev-window.c: (ev_window_is_empty),
2369         (ev_window_setup_document), (password_dialog_response),
2370         (ev_window_clear_jobs), (ev_window_load_job_cb),
2371         (ev_window_xfer_job_cb), (ev_window_open_uri),
2372         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
2373         (ev_window_print), (ev_window_print_range),
2374         (ev_window_state_event), (ev_window_cmd_view_reload),
2375         (menu_item_select_cb), (menu_item_deselect_cb),
2376         (view_status_changed_cb), (ev_window_dispose),
2377         (drag_data_received_cb), (ev_window_init):
2378         * shell/ev-window.h:
2379         * shell/main.c: (load_files):
2380         
2381         New statusbar to show progress on idle. Two new jobs - 
2382         xfer job and load job to load document in background. And update
2383         of page_cache clients to new location of code.
2384
2385 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
2386   
2387         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
2388         selection in open dialog. It also remembers the last visited directory 
2389         in the current session.
2390
2391 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2392
2393         * shell/ev-properties.c: (ev_properties_new):
2394         * shell/ev-properties.h:
2395         * shell/ev-window.c: (ev_window_cmd_file_properties):
2396         
2397         Get document info from page cache instead of document itself.
2398         This should fix crash related to race conditions described in
2399         bug 306545.
2400
2401 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
2402
2403         * ps/ps-document.c: (ps_document_init),
2404         (send_ps), (get_page_box), (output), (catchPipe), (input),
2405         (stop_interpreter), (file_length), (file_readable),
2406         (check_filecompressedb), (ps_document_enable_interpreter),
2407         (document_load), (ps_async_renderer_render_pixbuf):
2408         * ps/ps-document.h:
2409
2410         Big cleanup of the ps code
2411
2412 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
2413
2414         * backend/Makefile.am:
2415         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
2416         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
2417         * backend/ev-async-renderer.h:
2418
2419         Add an async renderer interface (method + callback) which
2420         is useful for backends like ps.
2421
2422         * backend/ev-job-queue.c: (remove_job_from_async_queue),
2423         (add_job_to_async_queue), (job_finished_cb), (handle_job),
2424         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
2425         (ev_job_queue_add_job), (move_job_async), (move_job),
2426         (ev_job_queue_update_job), (ev_job_queue_remove_job):
2427
2428         Add queues for async renderer, these are executed on the
2429         main thread.
2430
2431         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
2432         (ev_job_render_run):
2433         * backend/ev-jobs.h:
2434
2435         If the backend support async renderer interface use it.
2436
2437         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
2438         (setup_pixmap), (ps_document_get_type),
2439         (ps_async_renderer_render_pixbuf),
2440         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
2441
2442         Implement async renderer interface.
2443
2444 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
2445
2446         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
2447
2448         Cleanup links job on exit.
2449
2450 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2453         (drag_data_get_cb), (drag_data_received_cb):
2454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2455         (drag_data_get_cb), (parse_item_list),
2456         (egg_toolbar_editor_load_actions):
2457         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2458         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
2459         (parse_item_list), (parse_toolbars):
2460         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2461         (dvi_pixbuf_put_pixel):
2462         
2463         Fix gcc 4.0 warnings
2464
2465 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2466
2467         * ps/ps-document.c: (start_interpreter):
2468
2469         Fix warning when loading ps
2470
2471 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2472
2473         * ps/ps-document.c: (output):
2474
2475         Fix crash when priting gs error messages.
2476
2477 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2478
2479         * backend/ev-page-cache.c: (_ev_page_cache_new):
2480         * backend/ev-page-cache.h:
2481
2482         Use a const to return title so that we dont double
2483         free it. Small cleanup and fix a leak.
2484
2485         * shell/ev-window.c: (update_window_title):
2486
2487         strdup value from get_title.
2488
2489 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
2490
2491         * shell/ev-sidebar-links.c: (job_finished_callback),
2492         (ev_sidebar_links_set_document):
2493
2494         Cleanup the old job when changing document
2495
2496 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
2497
2498         * shell/ev-stock-icons.c:
2499         * shell/ev-stock-icons.h:
2500         * shell/ev-window.c:
2501         
2502         Add stock icons for actions that can appear in toolbar. Fix for
2503         bug 306566.
2504
2505 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * backend/ev-page-cache.c: (ev_page_cache_finalize),
2508         (_ev_page_cache_new), (ev_page_cache_get_max_width),
2509         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
2510         * backend/ev-page-cache.h:
2511         * shell/ev-view.c: (scroll_to_current_page),
2512         (view_update_range_and_current_page), (get_page_y_offset),
2513         (get_page_extents), (ev_view_size_request_continuous_dual_page),
2514         (ev_view_size_request_continuous),
2515         (ev_view_zoom_for_size_continuous_and_dual_page),
2516         (ev_view_zoom_for_size_continuous):
2517         
2518         More compact EvView layout in document with pages of different size.
2519
2520 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
2521
2522         * shell/ev-window.c (ev_window_cmd_file_properties): fix
2523         compilation.
2524
2525 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2526
2527         * shell/ev-view.c: (view_set_adjustment_values):
2528         * shell/ev-window.c: (ev_window_cmd_file_properties):
2529         
2530         A bit different fix for rounding problem but it has no
2531         problems on startup. Make properties window transient to parent.
2532
2533 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * pdf/ev-poppler.cc:
2536         
2537         More commenting of font stuff.
2538
2539 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2540
2541         * pdf/ev-poppler.cc:
2542
2543         Comment out some more fonts stuff. Should really
2544         work without the poppler patch now.
2545
2546 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2547
2548         * pdf/ev-poppler.cc:
2549
2550         Adapt to api change
2551
2552 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2553
2554         * data/evince-properties.glade:
2555         * pdf/ev-poppler.cc:
2556         * shell/ev-properties.c: (setup_fonts_view):
2557
2558         Set the column title. Show the dialog only
2559         once everything is setup.
2560         Getting font info can be very slow... will
2561         prolly need to make this threaded too.
2562
2563 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2564
2565         * backend/Makefile.am:
2566         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
2567         (ev_document_fonts_get_fonts_model):
2568         * backend/ev-document-fonts.h:
2569         * data/evince-properties.glade:
2570         * pdf/ev-poppler.cc:
2571         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
2572         * shell/ev-properties.h:
2573         * shell/ev-window.c: (ev_window_cmd_file_properties):
2574
2575         Implement fonts list. Defined out for now, since it depends
2576         on a not yet committed poppler patch.
2577
2578 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
2579
2580         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
2581         page + 1.
2582
2583         * shell/ev-window.c: Make sure we add the timeout when we get a
2584         focus-in event.
2585
2586         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
2587         adjustment->value before calculating the zoom factor to average
2588         out all of our rounding errors.  The page no longer 'drifts' when
2589         resizing.
2590
2591 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2592
2593         * data/evince-properties.glade:
2594         * shell/ev-properties.c: (ev_properties_format_date),
2595         (set_property):
2596         
2597         Labels don't expand when the dialogue is resized.
2598         strftime result needs to be converted to UTF-8. Thanks
2599         to Christian Persch <chpe@gnome.org>.
2600
2601 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2602
2603         * data/evince-properties.glade:
2604
2605         Hide the fonts tab
2606
2607 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
2608
2609         * backend/ev-document-info.h:
2610         * backend/ev-document.c: (ev_document_info_free):
2611         * data/evince-properties.glade:
2612         * pdf/ev-poppler.cc:
2613         * ps/ps-document.c: (ps_document_get_info):
2614         * shell/ev-properties.c: (ev_properties_format_date),
2615         (set_property), (ev_properties_new):
2616         * shell/ev-properties.h:
2617         * shell/ev-window.c: (ev_window_cmd_file_properties):
2618
2619         Rework properties code to take only EvPropertyInfo
2620         in the constructor so that it can be useful for
2621         nautilus plugin too.
2622
2623         Deal with backends that doesnt support some properties.
2624         Make set property code generic.
2625
2626 2005-06-04  Christian Persch <chpe@gnome.org>
2627
2628         * data/evince-properties.glade:
2629
2630         fix spacings, make resizeable, and make data labels
2631         selectable + ellipsised
2632
2633 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
2634
2635         * backend/ev-document-info.h:
2636         * data/Makefile.am:
2637         * data/evince-ui.xml:
2638         * pdf/ev-poppler.cc:
2639         * shell/Makefile.am:
2640         * shell/ev-window.c: (update_action_sensitivity),
2641         (ev_window_cmd_file_properties):
2642
2643         Initial go at file properties. Patch by
2644         Emil Soleyman-Zomalan <emil@soleyman.com>.
2645         Needs love see #169583
2646
2647 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
2648
2649         * ps/ps-document.c: (output):
2650         * ps/ps.c: (psscan):
2651
2652         Try to render even if psscan fails.
2653
2654 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2655
2656         * ps/ps.c: (psscan), (pscopydoc):
2657
2658         Port buffered reading code from gv
2659
2660 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2661
2662         * ps/ps-document.c: (interpreter_message), (output):
2663
2664         Do not fail on interpreter messages
2665
2666 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
2667
2668         * backend/ev-document-misc.c:
2669         (ev_document_misc_get_thumbnail_frame):
2670
2671         Pages can be 0 x 0, dont assert on this case
2672
2673 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2674
2675         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2676         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
2677
2678         Correctly manage our reference on document. Finally the reload
2679         huge leak is gone...
2680
2681 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2682
2683         * ps/ps-document.c: (ps_document_dispose):
2684
2685         Forgot to chain it to the parent. Thanks chpe.
2686
2687 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2688
2689         * ps/ps-document.c: (ps_document_dispose),
2690         (ps_document_class_init), (stop_interpreter), (document_load):
2691
2692         Cleanup dispose a bit. Dont leak the whole pixmap.
2693
2694 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2695
2696         * pdf/ev-poppler.cc:
2697
2698         Release the poppler document on dispose
2699
2700 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2701
2702         * shell/ev-view.c: (ev_view_set_document):
2703
2704         Release ref on the pixbuf cache when changing
2705         document.
2706
2707 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2708
2709         * ps/ps-document.c: (ps_document_get_info):
2710
2711         Fix a double free
2712
2713 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * backend/ev-page-cache.c: (ev_page_cache_init),
2716         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
2717         * backend/ev-page-cache.h:
2718         * shell/ev-page-action.c: (page_changed_cb):
2719         
2720         Set page action entry width depending on labels width. Fix
2721         for bug 305202.
2722
2723 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
2724
2725         * backend/ev-link.c: (ev_link_class_init):
2726
2727         Allow -1 as page value (error)
2728
2729 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
2730
2731         * shell/ev-sidebar-thumbnails.c:
2732         (ev_sidebar_thumbnails_set_document):
2733         * shell/ev-view.c: (scroll_to_current_page),
2734         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
2735         (page_changed_cb), (on_adjustment_value_changed),
2736         (ev_view_set_document):
2737
2738         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
2739         Fix bug 305377
2740
2741 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * configure.ac:
2744         * djvu/djvu-document.c: (djvu_document_get_page_size):
2745
2746         Require djvulibre CVS. Now djvu loading is much faster. Fix for
2747         bug 301993.
2748
2749 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
2750
2751         * shell/ev-view.c (draw_one_page): modify the expose handling to
2752         get the shadows.
2753
2754         * shell/ev-window.c (update_action_sensitivity): Respect
2755         permissions field.  Kowtow to the man.
2756
2757         * pdf/ev-poppler.cc: Get the permissions field.
2758
2759         * tiff/*c: Make a tiny bit more robust.
2760
2761 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2762
2763         * djvu/djvu-document.c:
2764         
2765         Pop messages from djvu context message queue.
2766
2767 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2768
2769         * configure.ac, Makefile.am, shell/Makefile.am:
2770         * tiff/Makefile.am, shell/ev-document-types.c:
2771         
2772         Cleanup tiff configure checks. Fix for bug 305218.
2773
2774 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
2775
2776         * configure.ac: Added "uk" to ALL_LINGUAS.
2777
2778 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * cut-n-paste/zoom-control/ephy-zoom.c:
2781         (ephy_zoom_get_changed_zoom_level):
2782         * cut-n-paste/zoom-control/ephy-zoom.h:
2783         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
2784         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
2785         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
2786         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
2787         (zoom_control_changed_cb), (ev_window_init):
2788         
2789         Fix minor points related to moving best fit up. Introduce
2790         "zoom" property and make zoom control change it's value on
2791         notify::zoom signals. Fix for 305080.
2792
2793 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * data/evince-ui.xml:
2796         * shell/ev-window.c: (set_view_actions_sensitivity):
2797         
2798         Use + and - as accels for zoom in and zoom out. Fix for 305001.
2799
2800 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
2801
2802         * configure.ac:
2803
2804         Depends on poppler 0.3.2
2805
2806 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
2807
2808         * cut-n-paste/recent-files/egg-recent-item.c:
2809         (egg_recent_item_get_short_name):
2810         * cut-n-paste/toolbar-editor/Makefile.am:
2811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2812         (new_pixbuf_from_widget):
2813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2814         * cut-n-paste/toolbar-editor/egg-marshal.c:
2815         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2816         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2817
2818         Sync
2819
2820 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
2821
2822         * tiff/tiff-document.c: Rough TIFF backend.
2823
2824 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
2825
2826         * NEWS:
2827         * configure.ac:
2828         * cut-n-paste/toolbar-editor/Makefile.am:
2829
2830         Release 0.3.1
2831
2832 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
2833
2834         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
2835         (ev_view_find_next), (ev_view_find_previous):
2836
2837         Remove the locks around get_n_results   
2838
2839 2005-05-21  Juerg Billeter  <j@bitron.ch>
2840
2841         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
2842
2843         Pass correct number of pages to poppler.
2844
2845 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2846
2847         * configure.ac:
2848         * data/Makefile.am:
2849         * data/evince.desktop.in: 
2850         * data/evince.desktop.in.in:
2851         * po/POTFILES.in:
2852         
2853         Add conditionally dvi and djvu to desktop types. Fix for 304658.
2854
2855 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
2856
2857         * shell/ev-view.c: (view_update_adjustments),
2858         (view_set_adjustment_values): cast adjustmen->value to (int)
2859         before using it.  Otherwise, we get off by a pixel in some
2860         situations.
2861
2862         (draw_one_page): Draw the border on expose.
2863
2864 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
2865
2866         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
2867         adjustment when the mode changes, #304923
2868
2869 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2870
2871         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
2872         flickering on resize but still use gdk_window_scroll on
2873         scrolling
2874
2875 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
2876
2877         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
2878         option, #170458
2879
2880 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
2881
2882         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
2883         second page on page_changed if possible, #304669
2884
2885 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
2886
2887         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
2888         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
2889
2890 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
2891
2892         * .cvsignore:
2893         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
2894         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
2895         (ev_view_zoom_for_size_presentation),
2896         (ev_view_zoom_for_size_continuous_and_dual_page),
2897         (ev_view_zoom_for_size_continuous),
2898         (ev_view_zoom_for_size_dual_page),
2899         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
2900         * shell/ev-view.h:
2901         * shell/ev-window.c: (update_view_size),
2902         (ev_window_sizing_mode_changed_cb):
2903
2904         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
2905         the scrollbars.  It's not 100% right, but it's much closer.  Kills
2906         an infinite loop, #304769
2907
2908
2909 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2910
2911         * data/evince-ui.xml:
2912         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
2913         * shell/ev-window.c: (set_view_actions_sensitivity):
2914
2915         Make PgUp/Down behave like Space
2916
2917 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2918
2919         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
2920         * backend/ev-ps-exporter.h:
2921         * pdf/ev-poppler.cc:
2922         * ps/ps-document.c: (ps_document_ps_export_begin):
2923         * shell/ev-print-job.c: (idle_print_handler):
2924
2925         Adapt to new poppler api
2926
2927 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2928
2929         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2930         (ephy_zoom_control_init):
2931
2932         Translate zoom levels
2933
2934 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
2935
2936         * cut-n-paste/zoom-control/ephy-zoom.c:
2937         (ephy_zoom_get_zoom_level_index):
2938
2939         Fix current zoom -> zoom control match
2940
2941 2005-05-18  James Bowes  <bowes@cs.dal.ca>
2942
2943         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
2944         rather than the scrolled_window that it's in. Fixes bug #304655.
2945
2946 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
2947
2948         * shell/ev-view.c: (view_update_adjustments),
2949         (view_set_adjustment_values), (view_update_range_and_current_page),
2950         (view_scroll_to_page), (set_scroll_adjustment),
2951         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
2952         (ev_view_scroll), (ev_view_scroll_view),
2953         (ensure_rectangle_is_visible), (find_page_at_location),
2954         (get_link_at_location), (go_to_link), (status_message_from_link),
2955         (ev_view_size_request_continuous_dual_page),
2956         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
2957         (ev_view_unrealize), (ev_view_expose_event),
2958         (ev_view_button_press_event), (ev_view_motion_notify_event),
2959         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
2960         (draw_rubberband), (highlight_find_results), (draw_one_page),
2961         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
2962         (ev_view_init), (find_changed_cb), (page_changed_cb),
2963         (on_adjustment_value_changed), (ev_view_new),
2964         (ev_view_set_document), (ev_view_set_zoom),
2965         (ev_view_set_continuous), (ev_view_set_dual_page),
2966         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
2967         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
2968         (ev_view_zoom_for_size_presentation),
2969         (ev_view_zoom_for_size_continuous_dual_page),
2970         (ev_view_zoom_for_size_continuous),
2971         (ev_view_zoom_for_size_dual_page),
2972         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2973         (ev_view_get_status), (ev_view_set_status),
2974         (update_find_status_message), (ev_view_get_find_status),
2975         (ev_view_set_find_status), (jump_to_find_result),
2976         (jump_to_find_page), (compute_selections), (clear_selection),
2977         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2978         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2979         (ev_view_update_primary_selection),
2980         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
2981         * shell/ev-view.h:
2982         * shell/ev-window.c: (ev_window_open_page_label),
2983         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
2984         (ev_window_init):
2985         * shell/ev-window.h:
2986         * shell/main.c: (load_files):
2987
2988         Massive code clean up from Nickolay Shmyrev.  Keep page offset
2989         when resizing.  Remove the bin_window().  Also, patch from James
2990         Bowes to fix command line page, #300641
2991         
2992 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
2993
2994         * data/evince-ui.xml:
2995         * shell/ev-view.c:
2996         * shell/ev-view.h:
2997         * shell/ev-window.c: (update_action_sensitivity):
2998
2999         Get rid of View->Normal Size, it's just confusing
3000
3001 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
3002
3003         * backend/ev-document-info.h:
3004         * backend/ev-document.c: (ev_document_info_free): Free the
3005         EvDocumentInfo.
3006
3007         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
3008         (clear_range), (add_range), (update_visible_range),
3009         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
3010         (ev_sidebar_thumbnails_set_document):
3011         * shell/ev-window.c: (ev_window_setup_document): Only render the
3012         visible thumbnails.  It takes an instant to render, but it uses
3013         much less memory.
3014
3015 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3016
3017         * shell/ev-sidebar-links.c: (popup_menu_cb):
3018
3019         Select first item
3020
3021 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3022
3023         * lib/Makefile.am:
3024         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
3025         (button_press_cb), (ev_sidebar_links_construct):
3026
3027         Show the popup menu also on keybindings
3028
3029 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3030
3031         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
3032         * shell/ev-window.h:
3033
3034         Expose api to print a range (with dialog). Make private _print use
3035         it.
3036
3037         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
3038         (ev_sidebar_links_construct):
3039
3040         Show a print context menu on linkx, it prints the selected
3041         section.
3042
3043 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
3044
3045         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
3046         button.
3047
3048 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
3049
3050         * AUTHORS:
3051
3052         Update
3053
3054         * shell/ev-window.c: (build_comments_string),
3055         (ev_window_cmd_help_about):
3056
3057         Show poppler version/backend and authors
3058
3059 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
3060
3061         * cut-n-paste/zoom-control/ephy-zoom.c:
3062         (ephy_zoom_get_zoom_level_index):
3063         * cut-n-paste/zoom-control/ephy-zoom.h:
3064
3065         Move the best fit items at the top of the list
3066
3067 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
3068
3069         * shell/ev-marshal.list:
3070         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
3071         (activate_cb), (match_selected_cb), (activate_link_cb),
3072         (connect_proxy), (ev_page_action_class_init):
3073         * shell/ev-page-action.h:
3074
3075         Use signals to notify action activation. Hopefully
3076         I did not break completion since I cant test...
3077
3078         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
3079         (register_custom_actions):
3080
3081         Connect to page selector actions and also grab focus on
3082         the view when activated.
3083
3084 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
3085
3086         * pdf/ev-poppler.cc:
3087         * backend/ev-page-cache.c: make page size calculation consistent
3088         and set it to (int)( width * scale + 0.5).  This makes the weird
3089         line going through the middle of the page go away.
3090
3091         * shell/ev-view.c: move painting the background page after
3092         checking the expose area covers us.
3093
3094 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * data/evince-password.glade:
3097         
3098         Mark labels as not translatable. Fix for bug 302842.
3099
3100 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3101
3102         * configure.ac: Added "es" to ALL_LINGUAS.
3103
3104 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3105
3106         * data/evince-toolbar.xml:
3107         * shell/ev-window.c: (update_action_sensitivity),
3108         (ev_window_setup_document), (ev_window_set_page_mode),
3109         (ev_window_init):
3110
3111         Remove some leftover code from jrb first continous
3112         attempt. Use the new actions, we still need good icons
3113         though...
3114
3115 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3116
3117         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
3118
3119         Update label when connecting proxy. Fix a warning with NULL
3120         page_cache.
3121
3122 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3123
3124         * data/evince-ui.xml:
3125         * shell/ev-page-action.c: (ev_page_action_grab_focus):
3126         * shell/ev-page-action.h:
3127         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
3128
3129         Add mnemonic for edit toolbar.
3130         ctrl+l focus the page entry.
3131
3132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3133
3134         * lib/Makefile.am:
3135         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
3136         (ev_window_init):
3137         * shell/main.c: (main):
3138
3139         Put the toolbar xml in evince own dot dir
3140
3141 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3142
3143         * shell/ev-window.c: (ev_window_init):
3144
3145         Make the toolbar not removable
3146
3147 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3148
3149         * data/evince-ui.xml:
3150         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
3151         * shell/ev-sidebar-links.h:
3152         * shell/ev-sidebar-thumbnails.c:
3153         (ev_sidebar_thumbnails_get_treeview):
3154         * shell/ev-sidebar-thumbnails.h:
3155         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
3156         (ev_view_class_init):
3157         * shell/ev-view.h:
3158         * shell/ev-window.c: (update_action_sensitivity),
3159         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3160         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
3161         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
3162         (ev_window_init):
3163
3164         This is evil... Make space/backspace global accelerators but
3165         enable them only for some widgets (sidebars and view).
3166         I dont like it, but I dont know a better way... :/
3167
3168 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3169
3170         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
3171         (ev_page_action_widget_finalize),
3172         (ev_page_action_widget_class_init), (update_page_cache):
3173
3174         Keep a weak reference on proxy->page_cache so that we
3175         dont try to disconnect the signal if the object is already
3176         gone. Maybe there is a better way to cleanup reference handling
3177         in page action though...
3178
3179 2005-05-10  Juerg Billeter  <j@bitron.ch>
3180
3181         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
3182         * backend/ev-ps-exporter.h:
3183         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
3184         * ps/ps-document.c: (ps_document_ps_export_begin):
3185         
3186         Change api to pass print range to ps_exporter_begin. The pdf backend
3187         requires this information.
3188         
3189         * shell/ev-print-job.c: (idle_print_handler):
3190         
3191         Adapt to api change
3192
3193 2005-05-10  Juerg Billeter  <j@bitron.ch>
3194
3195         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3196         (idle_print_handler)
3197         * shell/ev-window.c: (ev_window_print):
3198
3199         Support printing page range, based on patch by Amaury Jacquot
3200
3201 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3202
3203         * data/evince-toolbar.xml:
3204
3205         Add zoom control to available items
3206
3207 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3208
3209         * shell/ev-window.c: (update_action_sensitivity):
3210
3211         Set slash action insensitive when appropriate
3212
3213 2005-05-10  Christian Persch <chpe@gnome.org>
3214
3215         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
3216
3217         Fix warning on the overflow menu
3218
3219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3220
3221         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
3222
3223         Check for uri correctness/existence
3224
3225 2005-05-09  Juerg Billeter  <j@bitron.ch>
3226
3227         * shell/ev-window.c: (using_postscript_printer):
3228
3229         LPD printers use postscript, too
3230
3231 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3232
3233         * shell/ev-window.c: (register_custom_actions):
3234
3235         The zoom one is actually sort of useful,
3236         put it back
3237
3238 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3239
3240         * shell/ev-window.c: (register_custom_actions):
3241
3242         Hide page/zoom controls from overflow, they
3243         are useless.
3244
3245 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3246
3247         * cut-n-paste/update-from-egg.sh:
3248         
3249         Share it between all cut-n-paste subdirs
3250
3251         * cut-n-paste/recent-files/Makefile.am:
3252
3253         Fix to use "global" update-from-egg.sh
3254
3255         * cut-n-paste/recent-files/egg-recent-model.c:
3256         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
3257         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3258         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
3259         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
3260
3261         Update from libegg
3262
3263         * cut-n-paste/toolbar-editor/Makefile.am:
3264
3265         Fix to use "global" update-from-egg.sh
3266
3267         * cut-n-paste/toolbar-editor/eggmarshalers.list:
3268
3269         Update from libegg
3270
3271 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
3272
3273         * configure.ac:
3274         * cut-n-paste/Makefile.am:
3275         * cut-n-paste/recent-files/Makefile.am:
3276         * cut-n-paste/toolbar-editor/.cvsignore:
3277         * cut-n-paste/toolbar-editor/Makefile.am:
3278         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3279         (egg_editable_toolbar_get_type), (get_toolbar_position),
3280         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
3281         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
3282         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
3283         (set_item_drag_source), (create_item_from_action), (create_item),
3284         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
3285         (popup_toolbar_context_menu_cb), (free_dragged_item),
3286         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3287         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
3288         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
3289         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3290         (item_added_cb), (item_removed_cb),
3291         (egg_editable_toolbar_construct),
3292         (egg_editable_toolbar_disconnect_model),
3293         (egg_editable_toolbar_deconstruct),
3294         (egg_editable_toolbar_set_model),
3295         (egg_editable_toolbar_set_ui_manager),
3296         (egg_editable_toolbar_set_property),
3297         (egg_editable_toolbar_get_property),
3298         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
3299         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
3300         (egg_editable_toolbar_new_with_model),
3301         (egg_editable_toolbar_get_edit_mode),
3302         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
3303         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
3304         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
3305         (new_pixbuf_from_widget), (new_separator_pixbuf),
3306         (update_separator_image), (style_set_cb),
3307         (_egg_editable_toolbar_new_separator_image),
3308         (egg_editable_toolbar_get_model):
3309         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3310         * cut-n-paste/toolbar-editor/egg-marshal.c:
3311         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3312         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
3313         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
3314         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
3315         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
3316         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
3317         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
3318         (editor_drag_data_delete_cb), (drag_data_get_cb),
3319         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
3320         (editor_create_item), (update_editor_sheet), (setup_editor),
3321         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
3322         (parse_item_list), (model_has_action), (update_actions_list),
3323         (egg_toolbar_editor_load_actions):
3324         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3325         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3326         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
3327         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
3328         (toolbars_item_new), (free_toolbar_node), (free_item_node),
3329         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
3330         (egg_toolbars_model_add_separator), (impl_add_item),
3331         (parse_item_list), (egg_toolbars_model_add_toolbar),
3332         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
3333         (impl_get_item_data), (impl_get_item_type),
3334         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
3335         (egg_toolbars_model_init), (free_toolbar),
3336         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
3337         (egg_toolbars_model_remove_toolbar),
3338         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3339         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
3340         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
3341         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
3342         (egg_toolbars_model_get_item_data),
3343         (egg_toolbars_model_get_item_type):
3344         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3345         * cut-n-paste/toolbar-editor/eggmarshalers.list:
3346         * data/Makefile.am:
3347         * data/evince-toolbar.xml:
3348         * data/evince-ui.xml:
3349         * data/hand-open.png:
3350         * po/POTFILES.in:
3351         * shell/Makefile.am:
3352         * shell/ev-window.c: (update_chrome_visibility),
3353         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
3354         (ev_window_dispose), (ev_window_init):
3355
3356         Implement epiphany like toolbar editor. Based on patch by
3357         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3360
3361         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
3362
3363         Use set_cursor instead of set_selection, so that
3364         the keyboard focus moves too.
3365
3366 2005-05-09  Aleksey Kliger <akliger@gmail.com>
3367
3368         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
3369
3370         Fix infinite loop when loading Type1 fonts
3371
3372 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3373
3374         * data/evince-ui.xml:
3375         * shell/ev-window.c:
3376
3377         Slash -> Find
3378
3379 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
3380
3381         * configure.ac:
3382
3383         Make --disable really disable
3384
3385 2005-05-07  Juerg Billeter  <j@bitron.ch>
3386
3387         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
3388
3389         Compare page labels even without has_labels set, fixes setting page
3390         with entry
3391
3392 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3393
3394         * shell/ev-view.c: (ev_view_create_invisible_cursor),
3395         (ev_view_set_cursor), (ev_view_button_press_event),
3396         (ev_view_motion_notify_event), (ev_view_button_release_event),
3397         (ev_view_init):
3398
3399         Implement middle button scrolling. Based on a patch
3400         by Tommi Komulainen <tommi.komulainen@iki.fi>.
3401
3402 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
3403
3404         * shell/ev-document-types.c: (get_slow_mime_type),
3405         (get_document_type_from_mime), (ev_document_type_lookup):
3406         * shell/ev-document-types.h:
3407
3408         Change api to lookup from uri. Do fast lookup first, if the
3409         type is unknown try with data sniffing.
3410
3411         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
3412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3413
3414         Adapt to api change
3415
3416 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3417
3418         * thumbnailer/Makefile.am:
3419
3420         Fix distcheck
3421
3422 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3423
3424         * NEWS:
3425         * configure.ac:
3426
3427         Release 0.3.0
3428
3429         * data/evince-ui.xml:
3430
3431         Hide presentation mode for now
3432
3433         * shell/ev-view.c: (highlight_find_results):
3434
3435         Show current find selection only on current page
3436
3437 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3438
3439         * shell/ev-view.c: (ev_view_select_all):
3440
3441         Compute size of the actual page, not of
3442         the current one.
3443
3444 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3445
3446         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
3447         (view_rect_to_doc_rect), (compute_selections),
3448         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
3449         (ev_view_copy), (ev_view_primary_get_cb),
3450         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
3451         (ev_view_button_press_event), (ev_view_motion_notify_event),
3452         (ev_view_button_release_event), (page_changed_cb):
3453
3454         Fix text selection
3455
3456 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
3457
3458         * shell/ev-view.c: (compute_border), (get_page_extents),
3459         (doc_rect_to_view_rect), (highlight_find_results),
3460         (ev_view_bin_expose), (ev_view_select_all),
3461         (ev_view_motion_notify_event), (update_find_status_message),
3462         (jump_to_find_result), (jump_to_find_page):
3463
3464         First go at fixing search, still buggy
3465
3466 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
3467
3468         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
3469         dropdown box and button at the top of the sidebar.
3470
3471 2005-05-02  James Bowes  <bowes@cs.dal.ca>
3472
3473         * configure.ac: Output zoom-control Makefile.
3474         * cut-n-paste/Makefile.am: build zoom-control subdir.
3475         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3476         * cut-n-paste/zoom-control/ephy-zoom-action.h:
3477         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3478         * cut-n-paste/zoom-control/ephy-zoom-control.h:
3479         * cut-n-paste/zoom-control/ephy-zoom.c:
3480         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
3481         from epiphany, and modified to add a separator into the menu.
3482         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
3483         * data/evince-ui.xml: Replace old zoom toolbar actions with new
3484         zoom-control action.
3485         * shell/Makefile.am: Include zoom-control flags.
3486         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
3487         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
3488         (ev_view_zoom_for_size_presentation),
3489         (ev_view_zoom_for_size_continuous_and_dual_page),
3490         (ev_view_zoom_for_size_continuous),
3491         (ev_view_zoom_for_size_dual_page),
3492         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
3493         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
3494         ev_view_get_zoom and ev_view_get_sizing_mode.
3495         * shell/ev-view.h:
3496         * shell/ev-window.c: (update_action_sensitivity),
3497         (update_sizing_buttons), (zoom_control_changed_cb),
3498         (register_custom_actions): Initialize and use the zoom-control 
3499         widget.
3500
3501 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
3502
3503         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
3504         preview cache back to 1.  Don't know when it got set to 0.
3505         
3506         * shell/ev-view.c: (compute_border), (ev_view_realize),
3507         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
3508         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
3509         (ev_view_get_fullscreen), (ev_view_set_presentation),
3510         (ev_view_get_presentation), (ev_view_set_sizing_mode),
3511         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
3512         * shell/ev-view.h:
3513         * shell/ev-window.c:
3514         (update_chrome_visibility),
3515         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3517         (update_document_mode), (ev_window_update_fullscreen_action),
3518         (ev_window_fullscreen), (ev_window_unfullscreen),
3519         (ev_window_cmd_view_fullscreen),
3520         (ev_window_update_presentation_action),
3521         (ev_window_run_presentation), (ev_window_stop_presentation),
3522         (ev_window_cmd_view_presentation), (ev_window_state_event),
3523         (ev_window_focus_in_event), (ev_window_focus_out_event),
3524         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
3525         * data/evince-ui.xml: Initial presentation mode.  We should
3526         probably hide this until it's done, as it's quite rough.  Also,
3527         change full-screen to fullscreen and add two getters to EvView.
3528
3529 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
3530
3531         * shell/ev-page-action.c: (update_page_cache),
3532         (ev_page_action_dispose):
3533         * shell/ev-window.c: (destroy_fullscreen_popup),
3534         (ev_window_create_fullscreen_popup):
3535
3536         Use connect_object rather than explicitly
3537         disconnect on dispose.
3538
3539 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
3540
3541         * shell/ev-page-action.c: (update_page_cache),
3542         (ev_page_action_dispose):
3543
3544 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * backend/ev-page-cache.c: (_ev_page_cache_new),
3547         (ev_page_cache_set_page_label),
3548         (ev_page_cache_has_nonnumeric_page_labels):
3549         * backend/ev-page-cache.h:
3550         * shell/ev-page-action.c: (update_pages_label):
3551         
3552         If all page labels are numeric, fallback to default
3553         way to display number of pages. See bug 173185.
3554
3555 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3556
3557         * shell/ev-page-action.c: (ev_page_action_dispose):
3558         * shell/ev-view.c: (view_update_range_and_current_page):
3559         * shell/ev-window.c: (ev_window_dispose):
3560         
3561         Set page on scroll in continuous mode. Fixes bug 301986.
3562         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
3563
3564 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
3565
3566         * configure.ac:
3567
3568         Require poppler 0.3.0
3569
3570 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3571         
3572         * shell/Makefile.am, configure.ac: Fix build problems
3573         with t1lib. Bug 301996.
3574
3575 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * shell/ev-view.c: (ev_view_scroll_event):
3578         
3579         Scroll up increase zoom
3580
3581 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3582
3583         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
3584         (ev_view_set_sizing_mode),
3585         (ev_view_zoom_for_size_continuous_and_dual_page),
3586         (ev_view_zoom_for_size_continuous):
3587         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
3588         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
3589         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
3590         (ev_window_init):
3591
3592         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
3593         Fix for 165473 and 165472.
3594
3595 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3596
3597         * po/POTFILES.in:
3598         * thumbnailer/Makefile.am:
3599         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
3600         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
3601         * thumbnailer/evince-thumbnailer.schemas.in:
3602         
3603         Make thumbnailer schemas translatable. Fix for bug 301773
3604         
3605         * thumbnailer/evince-thumbnailer-djvu.schemas:
3606         * thumbnailer/evince-thumbnailer-dvi.schemas:
3607         * thumbnailer/evince-thumbnailer.schemas:
3608
3609         Removed files
3610
3611 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
3612
3613         * shell/ev-view.c (ev_view_init): forgot to set this.
3614
3615 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
3616
3617         * shell/ev-view.c: (find_page_at_location),
3618         (get_link_at_location),
3619         (ev_view_set_show_border), (ev_view_set_spacing),
3620         (ev_view_zoom_for_size_continuous_and_dual_page),
3621         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
3622         Also, add a quick fix measuring of widths.  Also, removed
3623         ev_view_set_spacing and ev_view_set_show_border.
3624         
3625         * shell/ev-window.c: (ev_window_unfullscreen),
3626         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
3627
3628 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * shell/ev-view.c: (view_update_range_and_current_page),
3631         (page_changed_cb):
3632         
3633         Fix crash on exit and scrolling to page in continuous view.
3634
3635 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
3636
3637         * TODO:
3638         * backend/ev-page-cache.c: (_ev_page_cache_new),
3639         (ev_page_cache_get_max_width_size),
3640         (ev_page_cache_get_max_height_size):
3641         * backend/ev-page-cache.h:
3642         * data/evince-ui.xml:
3643         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
3644         * shell/ev-view.c: (view_update_adjustments),
3645         (view_update_range_and_current_page), (get_bounding_box_size),
3646         (ev_view_size_request_continuous_and_dual_page),
3647         (ev_view_size_request_continuous),
3648         (ev_view_size_request_dual_page),
3649         (ev_view_size_request_single_page), (ev_view_size_request),
3650         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
3651         (ev_view_bin_expose), (ev_view_expose_event),
3652         (ev_view_set_property), (ev_view_get_property),
3653         (ev_view_class_init), (ev_view_init), (ev_view_new),
3654         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
3655         (ev_view_set_dual_page), (ev_view_set_full_screen),
3656         (ev_view_set_presentation), (ev_view_set_sizing_mode),
3657         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
3658         (ev_view_zoom_out), (zoom_for_size_fit_width),
3659         (zoom_for_size_best_fit),
3660         (ev_view_zoom_for_size_continuous_and_dual_page),
3661         (ev_view_zoom_for_size_continuous),
3662         (ev_view_zoom_for_size_dual_page),
3663         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3664         (ev_view_show_cursor), (ev_sizing_mode_get_type):
3665         * shell/ev-view.h:
3666         * shell/ev-window.c: (update_action_sensitivity),
3667         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3668         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3669         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
3670         (ev_window_cmd_view_zoom_out), (update_view_size),
3671         (ev_window_set_sizing_mode), (ev_window_init):
3672
3673         Add Continuous and Dual page modes.
3674
3675 2005-04-23  James Bowes  <bowes@cs.dal.ca>
3676
3677         * dvi/dvi-document.c: (dvi_document_load),
3678         (dvi_document_thumbnails_get_thumbnail),
3679         (dvi_document_init_params): Fix up some mixups between
3680         width and height to correct thumbnail rendering.
3681
3682 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * dvi/mdvi-lib/private.h:
3685         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
3686         
3687         Suppess output for kpathsea during font generation. Thanks to
3688         James Bowes
3689
3690 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
3691
3692         * NEWS:
3693         * configure.ac:
3694
3695         Release 0.2.1
3696
3697         * Makefile.am: fix distcheck.
3698
3699 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3700
3701         * shell/ev-sidebar-links.c: (selection_changed_callback),
3702         (update_page_callback), (row_activated_callback),
3703         (job_finished_callback), (ev_sidebar_links_set_document):
3704         
3705         Fix for bug #169901. Double click on links expands tree.
3706
3707 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
3708
3709         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
3710         hard-coded style. Fix for bug 170111
3711
3712 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
3713
3714         * shell/ev-view.c (highlight_find_results): Remove unnecessary
3715         locking.
3716
3717 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
3718
3719         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
3720
3721 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
3722
3723         * pdf/ev-poppler.cc:
3724         * shell/ev-view.c: (highlight_find_results):
3725
3726         Fix find on single page documents
3727
3728 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
3729
3730         * data/evince.schemas.in: fix for bug 301390
3731
3732 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3733
3734         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
3735         (ev_view_zoom_out), (ev_view_zoom_normal):
3736         * shell/ev-view.h:
3737         * shell/ev-window.c: (update_action_sensitivity),
3738         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3739         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
3740         (ev_window_cmd_view_normal_size):
3741
3742         Fix normal size zoom. Make zoom in/zoom out unsensitive when
3743         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
3744         better than oom. 
3745
3746 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3747
3748         * configure.ac:
3749
3750         Depend on 2.57, 2.59 doesnt seem to be necessary
3751
3752 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
3753
3754         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
3755         (create_tool_item):
3756
3757         Put back total number of pages as (1 of 1234)
3758
3759 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
3760
3761         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
3762         remove the job.
3763
3764         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
3765         function.  This helps debugging.
3766
3767 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3768
3769         * djvu/djvu-document.c: (djvu_document_class_init),
3770         (djvu_document_get_info), (djvu_document_document_iface_init):
3771         * dvi/dvi-document.c: (dvi_document_class_init),
3772         (dvi_document_get_info), (dvi_document_document_iface_init):
3773
3774        Dummy implementation of get_info method for dvi and djvu. Fix
3775        crashes with those backends
3776
3777 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
3778
3779         * data/evince.desktop.in:
3780
3781         Add application/x-gzpostscript
3782
3783 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
3784
3785         * data/evince.schemas.in: Added real long descriptions, 
3786         closes bug 172496 
3787
3788         * README: Added actual text, closes bug 171869
3789
3790 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3791
3792         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3793
3794         Thumbnail page 0
3795
3796 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3797
3798         * backend/ev-document-info.h:
3799
3800         s/GDate */GDate so we can just use g_free
3801
3802 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3803
3804         * shell/ev-window.c: (update_document_mode),
3805         (ev_window_setup_document):
3806
3807         Show the window in fullscreen when specified by
3808         the document
3809
3810 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3811
3812         * backend/ev-document.c: (ev_document_class_init),
3813         (ev_document_get_info), (ev_document_render_pixbuf):
3814         * backend/ev-document.h:
3815         * backend/ev-page-cache.c: (_ev_page_cache_new):
3816         * pdf/ev-poppler.cc:
3817         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
3818         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
3819         * ps/ps-document.c: (ps_document_class_init), (document_load),
3820         (ps_document_get_info), (ps_document_document_iface_init):
3821
3822         Remove get_title from the interface, we can just use document info
3823
3824 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
3825
3826         * backend/Makefile.am:
3827         * backend/ev-document.c: (ev_document_render_get_info):
3828         * backend/ev-document.h:
3829         * pdf/ev-poppler.cc:
3830
3831         Initial support for document info. Based on jrb patch.
3832
3833 2005-04-19  Paolo Borelli <pborelli@katamail.com>
3834
3835         * shell/ev-window.c: (ev_window_state_event),
3836         (ev_window_class_init), (ev_window_init):
3837         
3838         Doesn't show resize grip when maximized. See bug #301053
3839
3840 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3841
3842         * po/POTFILES.in:
3843         
3844         ev-sidebar-thumbnails now has translatable labels
3845         
3846         * shell/Makefile.am:
3847         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
3848         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
3849         (ev_sidebar_links_page_iface_init):
3850         * shell/ev-sidebar-links.h:
3851         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
3852         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
3853         (ev_sidebar_page_get_label):
3854         * shell/ev-sidebar-page.h:
3855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
3856         (ev_sidebar_thumbnails_set_document),
3857         (ev_sidebar_thumbnails_support_document),
3858         (ev_sidebar_thumbnails_get_label),
3859         (ev_sidebar_thumbnails_page_iface_init):
3860         * shell/ev-sidebar-thumbnails.h:
3861         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
3862         (ev_sidebar_set_document):
3863         * shell/ev-sidebar.h:
3864         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
3865         
3866         Small rework of sidebar code. Now sidebar pages should implement
3867         EvSidebarPage interface. That makes page management in EvSidebar
3868         easier. See bug #164811 for details
3869
3870 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3871
3872         * shell/ev-application.c: (ev_application_open):
3873         * shell/ev-document-types.c:
3874         
3875         Fix build error and small problem with application exit
3876
3877 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * thumbnailer/Makefile.am:
3880         * thumbnailer/evince-thumbnailer-djvu.schemas:
3881         * thumbnailer/evince-thumbnailer-dvi.schemas:
3882         
3883         Conditionally install schemas for djvu/dvi thumbnailer
3884
3885 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
3886
3887         * shell/ev-document-types.h: 
3888         * shell/ev-document-types.c: 
3889         New files, handling the mapping from mimetypes to backends
3890         
3891         * shell/ev-window.c: 
3892         * thumbnailer/evince-thumbnailer.c:     
3893         Use the ev-document-types code
3894         
3895         * shell/Makefile.am: 
3896         Added new convenience library libevbackendfactory_la, containing
3897         the new mimetype->backend logic; moved the backends into it.
3898
3899         * thumbnailer/Makefile.am:
3900         Make the thumbnailer link with the libevbackend.la convenience
3901         library, rather than having a duplicate of the backend logic here.
3902
3903 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
3904
3905         * shell/ev-stock-icons.c: constify some vars.
3906         * shell/ev-window.c: ditto.
3907
3908 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
3909
3910         * ps/ps-document.c (get_page_orientation):
3911
3912         Respect document orientation 
3913
3914 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3915
3916         * djvu/Makefile.am:
3917         * dvi/Makefile.am:
3918         * shell/Makefile.am:
3919         
3920         Move library dependencies to components.
3921         
3922         * shell/ev-window.c: (update_window_title),
3923         (start_loading_document):
3924         
3925         Fix display of uris with spaces. Bug 168358.
3926
3927 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
3928
3929         * shell/ev-sidebar-links.c: (selection_changed_cb):
3930         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
3931         (ev_view_button_release_event), (ev_view_set_document):
3932         * shell/ev-view.h:
3933         * shell/ev-window.c: (find_bar_search_changed_cb):
3934         * shell/ev-window.h: Minor cleanups removing some dead code.
3935
3936 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * backend/ev-page-cache.c: (_ev_page_cache_new):
3939         
3940         Set current page to 0 if document has pages.
3941
3942 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3943
3944         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3945
3946         Initialize GError to NULL, fix a crash when loading fails.
3947
3948 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3949
3950         * shell/ev-window.c: (update_view_size):
3951
3952         Calculate shadow size only when there is actually
3953         a shadow.
3954
3955 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3956
3957         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
3958         * shell/ev-view.h:
3959
3960         Allow setting view spacing, default to 0
3961
3962         * shell/ev-window.c: (ev_window_unfullscreen),
3963         (ev_window_cmd_view_fullscreen), (ev_window_init):
3964
3965         Remove spacing in fullscreen mode
3966
3967 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3968
3969         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
3970         (ev_view_size_request), (expose_bin_window),
3971         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
3972         * shell/ev-view.h:
3973         * shell/ev-window.c: (ev_window_unfullscreen),
3974         (ev_window_cmd_view_fullscreen):
3975
3976         Do not draw the border in fulscreen
3977
3978 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3979
3980         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
3981         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
3982         (find_page_at_location), (page_changed_cb):
3983
3984         Rework border calculation, so that I can more easily disable it.
3985         Code somewhat cleaner too.
3986
3987 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
3988
3989         * backend/ev-page-cache.c: (ev_page_cache_init),
3990         (_ev_page_cache_new):
3991
3992         Remove some assertions, documents can have 0 pages.
3993         Make initial current page -1.
3994
3995         * shell/ev-page-action.c: (page_changed_cb):
3996
3997         Show "" if current page is -1
3998
3999         * shell/ev-window.c: (update_action_sensitivity),
4000         (ev_window_setup_document):
4001
4002         When document has 0 pages do not set the view
4003         and make nearly everything insensitive.
4004
4005 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * shell/ev-page-view.c:
4008         * shell/ev-page-view.h:
4009
4010         Remove unused files.
4011         
4012         * shell/ev-sidebar-thumbnails.c:
4013         (ev_sidebar_thumbnails_set_document):
4014         * shell/ev-sidebar.c: (ev_sidebar_set_document),
4015         (ev_sidebar_supports_document):
4016         * shell/ev-sidebar.h:
4017         * shell/ev-window.c: (ev_window_setup_document):
4018         
4019         Doesn't show thumbnails if document has 1 page. Make
4020         sidebar menu entries sensitive only if if they have 
4021         sense. Fix bug 164811. 
4022
4023 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4024
4025         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
4026         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
4027         (ev_view_zoom_out), (ev_view_set_size):
4028
4029         Rework sizing to deal with documents with not uniform page
4030         size.
4031
4032 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4033
4034         * backend/ev-page-cache.c: (_ev_page_cache_new):
4035
4036         Fix several page size caching bugs
4037
4038 2005-04-15  Luca Ferretti <elle.uca@libero.it>
4039
4040         * shell/ev-window.c: (set_action_properties):
4041
4042         Make all toolbar items translatable
4043
4044 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4045
4046         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
4047         (save_page_list), (ps_document_save),
4048         (ps_document_document_iface_init), (ps_document_ps_export_begin),
4049         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
4050         (ps_document_ps_exporter_iface_init):
4051         * ps/ps-document.h:
4052
4053         Based on a patch by J�rg Billeter <j@bitron.ch>
4054         
4055         Implement print and save a copy for the ps backend.
4056
4057 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
4058
4059         * backend/ev-document.h:
4060         * djvu/djvu-document.c: (djvu_document_can_get_text),
4061         (djvu_document_document_iface_init):
4062         * dvi/dvi-document.c: (dvi_document_can_get_text),
4063         (dvi_document_document_iface_init):
4064         * pdf/ev-poppler.cc:
4065         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
4066         (pixbuf_document_document_iface_init):
4067         * ps/ps-document.c: (ps_document_can_get_text),
4068         (ps_document_document_iface_init):
4069         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
4070         * shell/ev-window.c: (update_action_sensitivity):
4071
4072         Fix the crash when trying to copy in backends that doesnt
4073         support it. We can implement a better solution once we
4074         do real text selection.
4075
4076 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
4077
4078         * data/evince-ui.xml:
4079         * shell/ev-window.c: (ev_window_cmd_escape):
4080         
4081         Work around the Escape conflict (find bar and unfullscreen)
4082
4083 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4084
4085         * backend/ev-page-cache.c: (ev_page_cache_next_page):
4086         
4087         Fix for #300233. Next page correctly handles document end.
4088         
4089         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
4090         (ev_sidebar_thumbnails_class_init),
4091         (ev_sidebar_thumbnails_set_document),
4092         (ev_sidebar_thumbnails_clear_job),
4093         (ev_sidebar_thumbnails_clear_model):
4094         
4095         Cleanup thumbnail jobs on document changes.
4096         
4097         * shell/ev-view.c: (add_scroll_binding_keypad),
4098         (add_scroll_binding_shifted), (ev_view_class_init):
4099         
4100         Shift + Space scrolls up. Fix for #173184
4101         
4102         * shell/ev-window.c: (ev_window_open_page),
4103         (ev_window_cmd_view_reload):
4104         
4105         Fix reload (Bug #300094)
4106
4107 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         
4110         * dvi/mdvi-lib/assoc.c:
4111         * dvi/mdvi-lib/assoc.h: Removed garbage files
4112         
4113         * dvi/mdvi-lib/bitmap.c:
4114         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
4115         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
4116         * dvi/mdvi-lib/color.h: Antialias of rules
4117         
4118         * dvi/mdvi-lib/common.h:
4119         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
4120         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
4121         * dvi/mdvi-lib/files.c:
4122         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
4123         * dvi/mdvi-lib/mdvi.h:
4124         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
4125         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
4126         * dvi/mdvi-lib/util.c: Fix compile warnings
4127         
4128         * dvi/dvi-document.c:
4129         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
4130         (dvi_document_thumbnails_get_thumbnail),
4131         (dvi_document_document_thumbnails_iface_init):
4132         * dvi/mdvi-lib/Makefile.am:
4133         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4134         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
4135         
4136         Dvi backend now renders thumbnails
4137
4138 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
4139
4140         * shell/main.c: (main): 
4141         
4142         Save accelerators on exit. Fixes bug #172095.
4143
4144 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
4145
4146         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
4147         update priority" comment.
4148
4149         * backend/ev-job-queue.c: Give a way to change priority.
4150
4151 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
4152
4153         * shell/ev-page-action.c: Fix logic.
4154
4155 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4156
4157         * shell/ev-view.c: (ev_view_can_find_next):
4158         * shell/ev-window.c: (ev_window_setup_document):
4159
4160         Check that the document supports find
4161
4162 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4163
4164         * data/evince-ui.xml:
4165         * shell/ev-view.c: (ev_view_can_find_next):
4166         * shell/ev-view.h:
4167         * shell/ev-window.c: (update_action_sensitivity),
4168         (find_changed_cb), (ev_window_setup_document),
4169         (ev_window_cmd_edit_find_next):
4170
4171         Add Edit->Find Next
4172
4173 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4174
4175         * pdf/ev-poppler.cc:
4176         * shell/ev-print-job.c: (idle_print_handler):
4177
4178         Make printing work again
4179
4180 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
4181
4182         * shell/ev-page-action.h:
4183         * shell/ev-page-action.c: (ev_page_action_widget_init),
4184         (ev_page_action_widget_class_init), (page_changed_cb),
4185         (create_tool_item), (update_page_cache), (build_new_tree_cb),
4186         (get_filter_model_from_model), (match_selected_cb),
4187         (display_completion_text), (match_completion), (update_model),
4188         (connect_proxy), (ev_page_action_set_property),
4189         (ev_page_action_get_property), (ev_page_action_set_document),
4190         (ev_page_action_set_model), (ev_page_action_class_init): Big
4191         reworking to make completions work iff we have >= GTK-2.7.0
4192                 
4193         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
4194         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
4195         (job_finished_cb): We now have a 'model' property that is set when
4196         the links are loaded.  This can be caught with "notify::model"
4197
4198         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
4199         listen for the model to be set, and propagate it to the action.
4200
4201 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * cut-n-paste/recent-files/egg-recent-item.c:
4204         (egg_recent_item_set_uri), (make_valid_utf8),
4205         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
4206         * cut-n-paste/recent-files/egg-recent-item.h:
4207         
4208         Update egg-recent from libegg. This should fix long
4209         startup problem. For details see
4210         http://bugzilla.gnome.org/show_bug.cgi?id=160531
4211
4212 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4213
4214         * cut-n-paste/recent-files/Makefile.am:
4215         * data/evince-ui.xml, shell/Makefile.am:
4216         * shell/ev-application.c, shell/ev-application.h:
4217         * shell/ev-window.c: Recent files support.
4218         
4219         * configure.ac: Added "ru" to ALL_LINGUAS.
4220         
4221         * dvju: new backend to support DJVU files.
4222         * dvi: new backend to support DVI.
4223
4224         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
4225         * ev-application.c: Support for new backends.
4226         
4227         * help, ev-window.c, main.c shell/Makefile.am: 
4228         Evince user documentation.
4229
4230 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4231
4232         * po/POTFILES.in:
4233         * shell/ev-window.c:
4234         * thumbnailer/evince-thumbnailer.c:
4235
4236         s/pdf-document/ev-poppler
4237
4238 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4239
4240         * NEWS:
4241         * configure.ac:
4242
4243         Release 0.2.0
4244
4245         * ps/ps-document.c: (setup_pixmap):
4246
4247         Remove debug code
4248
4249 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
4250
4251         * backend/ev-page-cache.c (ev_page_cache_next_page): 
4252         * shell/ev-window.c (ev_window_cmd_go_next_page) 
4253         (ev_window_cmd_go_first_page): Fix of by one errors.
4254
4255 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4256
4257         * ps/ps-document.c: (get_page_box):
4258
4259         Fix page size calculation
4260
4261 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4262
4263         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4264         (ps_document_cleanup), (setup_pixmap), (get_page_box),
4265         (get_page_orientation), (setup_page), (document_load),
4266         (ps_document_get_page_size), (render_pixbuf_idle):
4267         * ps/ps-document.h:
4268
4269         More refactoring to adapt to EvDocument changes
4270
4271 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4272
4273         * ps/ps-document.c: (start_interpreter):
4274
4275         Actually add alpha args
4276
4277 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4278
4279         * pdf/ev-poppler.cc:
4280
4281         Make clipboard work again
4282
4283 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
4284
4285         Make searching work again.
4286         
4287         * backend/ev-document.c:
4288         * backend/ev-document.h:
4289         * backend/ev-document-find.c:
4290         * backend/ev-document-find.h: Change EvDocumentIface so we no
4291         longer store the current page or zoom level in the document.  The
4292         consequence is that all calls that operate on the current page now
4293         instead take the page number as an extra argument, and all
4294         coordinates are now doubles in document coordinate system.
4295
4296         * pdf/ev-poppler.cc:
4297         * pixbuf/pixbuf-document.c:
4298         * ps/ps-document.c: Update backends accordingly.
4299
4300 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
4301
4302         * autogen.sh:
4303
4304         Add required gettext version
4305
4306 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
4307
4308         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
4309         make F1 bring up non-existent help.
4310
4311         * shell/eggfindbar.c: Patch from Christian Persch to sync to
4312         epiphany's find bar, #167477
4313
4314         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
4315         <emil@nishra.com> to add space-bar scrolling, 
4316
4317         * shell/ev-window.c (static GtkActionEntry entries): add default
4318         keybinding for Help (F1)
4319         Fixes #171068
4320
4321         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
4322         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
4323         170110
4324
4325 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
4326
4327         * Makefile.am: 
4328         * pixbuf/pixbuf-document.c: 
4329
4330         Got pixbuf backend working again
4331
4332 2005-04-01  Steve Murphy  <murf@e-tools.com>
4333
4334         * configure.in: Added "rw" to ALL_LINGUAS.
4335
4336 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
4337
4338         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
4339         model types, noticed by Martin Kretzschmar.
4340
4341 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
4342
4343         * pdf/ev-poppler.cc: Implement search based on
4344         poppler_page_find_text().  Currently a bit crude since we remember
4345         all matches from all pages.  Also, we grab the big document lock
4346         when we search since searching changes the underlying stream and
4347         thus conflicts with the rendering thread.
4348         
4349         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
4350         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
4351         (ev_view_find_previous): Fix some page indexes to be 0 based,
4352         offset rubber band by view offset,
4353
4354 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
4355
4356         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
4357
4358 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
4359
4360         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
4361         completely because I didn't understand GtkActions.  I should
4362         read Marco's code more carefully in the future.
4363
4364         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
4365         function
4366
4367 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
4368
4369         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
4370         PopplerRectangle change from poppler CVS.
4371
4372 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
4373
4374         * backend/ev-document.c: (ev_document_get_page_label):
4375         * backend/ev-document.h:
4376         * backend/ev-page-cache.c: (_ev_page_cache_new),
4377         (ev_page_cache_get_page_label):
4378         * backend/ev-page-cache.h:
4379         * pdf/ev-poppler.cc:
4380         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
4381         (links_page_num_func):
4382         * shell/ev-sidebar-thumbnails.c:
4383         (ev_sidebar_thumbnails_set_document):
4384         * shell/ev-view.c: (status_message_from_link),
4385         (ev_view_motion_notify_event):
4386         * shell/ev-window.c: (document_supports_sidebar): Add in page
4387         label support.  It's not perfect yet, but it's the first 'feature'
4388         in a while.
4389         Also, fix a bogus comment noticed by crispin. 
4390
4391 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
4392
4393         * Makefile.am: Remove pixbuf backend for now
4394
4395         * configure.ac: Require poppler-glib instead of just poppler.
4396
4397         * backend/ev-document-thumbnails.h: Add a comment
4398
4399         * backend/ev-document.h:
4400         * backend/ev-document.c: (ev_document_class_init),
4401         (ev_document_load), (ev_document_get_link),
4402         (ev_document_get_links): Remove 3 methods and add get_links.
4403         Also, made 0 based.
4404
4405         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4406         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
4407
4408         * backend/ev-link.c: (ev_link_set_title),
4409         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
4410         (ev_link_mapping_find):
4411         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
4412         
4413         * backend/ev-page-cache.c: (ev_page_cache_init),
4414         (_ev_page_cache_new), (ev_page_cache_set_current_page),
4415         (ev_page_cache_get_size), (ev_page_cache_next_page),
4416         (ev_page_cache_prev_page): Fix to be 0 based.
4417
4418         * pdf/Makefile.am: 
4419         * pdf/ev-poppler.h:
4420         * pdf/ev-poppler.cc: New backend.
4421         
4422         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
4423         (ps_document_get_page), (ps_document_document_iface_init):
4424
4425         * shell/ev-pixbuf-cache.h:
4426         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
4427         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4428         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
4429         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
4430         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
4431         Fix up code to grab a page cache per each doc.  Also, fix to be 0
4432         based.
4433         
4434         * shell/ev-sidebar-thumbnails.c:
4435         (ev_sidebar_tree_selection_changed), (page_changed_cb),
4436         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
4437
4438         * shell/ev-view.c: (status_message_from_link),
4439         (find_page_at_location), (get_link_at_location),
4440         (ev_view_motion_notify_event), (ev_view_button_release_event),
4441         (ev_view_init): Use the new link code.  Fix to be 0 based.
4442
4443         * shell/ev-window.c: (update_action_sensitivity),
4444         (document_supports_sidebar): 0 based.
4445
4446 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
4447
4448         * pdf/pdf-document.cc: Patch from Fernando Herrera
4449         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
4450         *blush*
4451
4452 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
4453
4454         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
4455         1 to the page, as this seems to be 1 based.  I thought we has this
4456         fixed.  grump.
4457
4458 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
4459
4460         * TODO:
4461         * backend/Makefile.am:
4462         * backend/ev-document-links.c:
4463         (ev_document_links_has_document_links),
4464         (ev_document_links_get_links_model):
4465         * backend/ev-document-links.h:
4466         * backend/ev-document.c: (ev_document_get_page_cache),
4467         (ev_document_get_doc_mutex), (ev_document_load),
4468         (ev_document_save), (ev_document_get_title),
4469         (ev_document_get_n_pages), (ev_document_set_page),
4470         (ev_document_get_page), (ev_document_set_target),
4471         (ev_document_set_scale), (ev_document_set_page_offset),
4472         (ev_document_get_page_size), (ev_document_get_text),
4473         (ev_document_get_link), (ev_document_render),
4474         (ev_document_render_pixbuf), (ev_document_scale_changed):
4475         * backend/ev-document.h:
4476         * backend/ev-job-queue.c: (remove_object_from_queue),
4477         (notify_finished), (handle_job), (search_for_jobs_unlocked),
4478         (no_jobs_available_unlocked), (ev_render_thread),
4479         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
4480         (ev_job_queue_remove_job):
4481         * backend/ev-job-queue.h:
4482         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4483         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4484         (ev_job_links_class_init), (ev_job_render_init),
4485         (ev_job_render_dispose), (ev_job_render_class_init),
4486         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4487         (ev_job_thumbnail_class_init), (ev_job_finished),
4488         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4489         (ev_job_render_run), (ev_job_thumbnail_new),
4490         (ev_job_thumbnail_run):
4491         * backend/ev-jobs.h:
4492         * backend/ev-link.c:
4493         * backend/ev-link.h:
4494         * backend/ev-page-cache.c: (ev_page_cache_init),
4495         (ev_page_cache_class_init), (ev_page_cache_finalize),
4496         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
4497         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
4498         (ev_page_cache_set_link), (ev_page_cache_get_title),
4499         (ev_page_cache_get_size), (ev_page_cache_next_page),
4500         (ev_page_cache_prev_page):
4501         * backend/ev-page-cache.h:
4502         * pdf/pdf-document.cc:
4503         * ps/gsdefaults.c:
4504         * ps/gsdefaults.h:
4505         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
4506         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
4507         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
4508         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
4509         (is_interpreter_ready), (output), (catchPipe), (input),
4510         (start_interpreter), (check_filecompressed), (compute_dimensions),
4511         (ps_document_enable_interpreter), (document_load),
4512         (ps_document_next_page), (render_page), (ps_document_set_page),
4513         (ps_document_set_scale), (render_pixbuf_idle),
4514         (ps_document_render_pixbuf), (ps_document_document_iface_init):
4515         * ps/ps-document.h:
4516         * shell/Makefile.am:
4517         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
4518         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
4519         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
4520         (ev_pixbuf_cache_new), (job_finished_cb),
4521         (check_job_size_and_unref), (move_one_job),
4522         (ev_pixbuf_cache_update_range), (find_job_cache),
4523         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
4524         (ev_pixbuf_cache_add_jobs_if_needed),
4525         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
4526         * shell/ev-pixbuf-cache.h:
4527         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4528         (idle_print_handler):
4529         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
4530         (selection_changed_cb), (create_loading_model),
4531         (ev_sidebar_links_construct), (links_page_num_func),
4532         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
4533         (update_page_callback), (job_finished_cb),
4534         (ev_sidebar_links_set_document):
4535         * shell/ev-sidebar-thumbnails.c:
4536         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
4537         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
4538         (page_changed_cb), (thumbnail_job_completed_callback),
4539         (ev_sidebar_thumbnails_set_document):
4540         * shell/ev-sidebar-thumbnails.h:
4541         * shell/ev-sidebar.c: (ev_sidebar_set_document):
4542         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
4543         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
4544         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
4545         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
4546         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
4547         (ev_view_button_release_event), (ev_view_scroll_view),
4548         (ev_view_class_init), (ev_view_init), (update_find_status_message),
4549         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
4550         (ev_view_new), (job_finished_cb), (page_changed_cb),
4551         (ev_view_set_document), (go_to_link), (ev_view_zoom),
4552         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
4553         (ev_view_find_previous):
4554         * shell/ev-view.h:
4555         * shell/ev-window.c: (update_action_sensitivity),
4556         (ev_window_open_page), (update_window_title), (update_total_pages),
4557         (page_changed_cb), (ev_window_setup_document),
4558         (password_dialog_response), (ev_window_cmd_save_as),
4559         (ev_window_print), (ev_window_cmd_go_previous_page),
4560         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
4561         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
4562         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
4563         * shell/main.c: (main):
4564
4565         Merge evince-threads branch
4566
4567 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
4568
4569         * configure.ac: Added "lt" to ALL_LINGUAS.
4570
4571 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
4572
4573         * NEWS:
4574         * configure.ac:
4575
4576         Release 0.1.9
4577
4578 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
4579
4580         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4581
4582         Fix here also the thumbnails 1-basedness :)
4583
4584 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
4585
4586         * NEWS:
4587         * configure.ac:
4588
4589         Release 0.1.8
4590
4591 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
4592
4593         * pdf/pdf-document.cc:
4594         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4595         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
4596
4597         Fix the mess we did with thumbnails and 1-basedness
4598
4599 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
4600
4601         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
4602
4603 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
4604
4605         * NEWS:
4606         * configure.ac:
4607
4608         Release 0.1.7
4609
4610 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
4611
4612         * ps/Makefile.am:
4613         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
4614         (gtk_gs_defaults_get_alpha_parameters),
4615         (gtk_gs_defaults_get_ungzip_cmd),
4616         (gtk_gs_defaults_get_unbzip2_cmd):
4617         * ps/gsdefaults.h:
4618         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
4619         (ps_document_get_orientation), (document_load),
4620         (ps_document_goto_page), (ps_document_set_page_size):
4621         * ps/ps-document.h:
4622
4623         Some more sanitization of the ps backend. Remove a lot
4624         of unused code and do not base our defaults on ggv
4625         preferences (ugh!)
4626
4627 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
4628
4629         * thumbnailer/evince-thumbnailer.schemas:
4630         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
4631         (main): add -s option for thumbnail size.
4632
4633 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
4634
4635         * configure.ac:
4636
4637         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
4638         remove it.
4639
4640 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
4641
4642         * pdf/pdf-document.cc:
4643
4644         Remove 4 pixels of useless border from the
4645         thumbnail.
4646
4647 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
4648
4649         * backend/ev-document-thumbnails.c:
4650         (ev_document_thumbnails_get_thumbnail):
4651         * backend/ev-document-thumbnails.h:
4652
4653         Rework API a bit. Add a border flag and
4654         change sizing logic (now the size we specify
4655         applies to the bigger dimension).
4656
4657         * pdf/pdf-document.cc:
4658         * pixbuf/pixbuf-document.c:
4659         (pixbuf_document_thumbnails_get_thumbnail):
4660         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
4661         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4662
4663         Adapt to the new API and do not draw a border for nautilus
4664         thumbnailer.
4665
4666 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
4667
4668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4669         take thumbnails from page "0" instead of "1". Added a copyright header.
4670
4671 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
4672
4673         * ps/ps-document.c: (set_up_page), (start_interpreter):
4674
4675         Make it C89 compliant
4676
4677 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
4678
4679         * Makefile.am:
4680         * configure.ac:
4681         * pdf/.cvsignore:
4682         * pdf/pdf-document.cc:
4683         * thumbnailer/Makefile.am:
4684         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
4685         (main):
4686         * thumbnailer/evince-thumbnailer.schemas:
4687         * thumbnailer/pdf-icon.png:
4688
4689         Add a nautilus thumbnailer.
4690         Based on patch by Fernando Herrera <fherrera@onirica.com>.
4691
4692 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
4693
4694         * NEWS:
4695         * configure.ac:
4696         * po/POTFILES.in:
4697
4698         Release 0.1.6
4699
4700 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
4701
4702         Use poppler instead of including xpdf source code.  Poppler is a
4703         fork of xpdf to build it as a shared library. See
4704         http://freedesktop.org/wiki/Software/poppler.
4705
4706         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
4707         xpdf fork.
4708         
4709         * pdf/Makefile.am: Build libpdfdocument.a here.
4710         
4711         * pdf/GDKSplashOutputDev.cc:
4712         * pdf/GDKSplashOutputDev.h:
4713         * pdf/GnomeVFSStream.cc:
4714         * pdf/GnomeVFSStream.h:
4715         * pdf-document.cc:
4716         * pdf-document.h:
4717         * test-gdk-output-dev.cc
4718         * Thumb.cc:
4719         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
4720         against poppler.
4721
4722 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4723
4724         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
4725
4726         Clear idle stack before unsetting the document
4727
4728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4729
4730         * ps/ps-document.c: (ps_document_widget_event),
4731         (ps_document_set_target), (ps_document_finalize),
4732         (ps_document_get_page):
4733
4734         Disconnect the widget event signal on finalize.
4735         Some code cleanups.
4736
4737 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4738
4739         * ps/ps-document.c: (set_up_page):
4740
4741         If there is no bpixmap create one, even if size
4742         is not changed.
4743
4744 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4745
4746         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
4747         (set_up_page), (document_load), (ps_document_set_zoom):
4748
4749         Default page is 0. Calculate size even when we have no
4750         target yet.
4751
4752 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
4753
4754         * shell/ev-sidebar.c: expand the selection widget to be always as
4755         wide as the sidebar
4756
4757 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4758
4759         * shell/ev-sidebar-thumbnails.c:
4760         (ev_sidebar_thumbnails_set_document):
4761
4762         Clear the list store when setting document
4763
4764 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4765
4766         * shell/ev-page-action.c: (update_entry), (sync_entry),
4767         (activate_cb), (entry_size_request_cb), (create_tool_item),
4768         (connect_proxy):
4769
4770         Use an entry for the page control instead of spinbuttons
4771
4772 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
4773
4774         * data/evince.schemas.in:
4775
4776         Correct confusing string
4777
4778 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
4779
4780         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
4781         for real.  Gosh, how long has this been broken.
4782
4783         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
4784         check for a NULL link.  We crash otherwise.
4785
4786 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
4787
4788         * NEWS:
4789         * configure.ac:
4790
4791         Release 0.1.5
4792
4793 2005-02-25  Sebastien Bacher  <seb128@debian.org>
4794
4795         * configure.ac: add the french translation.
4796
4797 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4798
4799         * shell/ev-window.c:
4800
4801         Remove unused header -> fix distcheck
4802
4803 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4804
4805         * shell/ev-window.c: (update_window_title),
4806         (ev_window_popup_password_dialog):
4807
4808         Unescape filename for display
4809
4810 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4811
4812         * pdf/xpdf/pdf-document.cc:
4813
4814         In get_page_size deal with rotation. Also
4815         cleanup the function a bit.
4816
4817 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4818
4819         * pdf/xpdf/pdf-document.cc:
4820
4821         Fix crash when opening in new window
4822
4823 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
4824
4825         * configure.ac:
4826
4827         Check ghostscript >= 7
4828
4829 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
4830
4831         * shell/ev-window.c:
4832
4833         Make page width the default sizing mode
4834
4835 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
4836             Marco Pesenti Gritti <marco@gnome.org>
4837
4838         * shell/ev-window.c: Remember the sidebar size
4839
4840         * data/evince.schemas.in: Add a new gconf key to store the size of
4841         the sidebar
4842
4843 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
4844
4845         * data/evince-ui.xml:
4846         * shell/ev-window.c: (update_action_sensitivity),
4847         (ev_window_cmd_view_reload):
4848         
4849         Add a "Reload" action and menu entry
4850
4851 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
4852
4853         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
4854         iff the type doesn't support thumbnailing and indexing.
4855
4856 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
4857
4858         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
4859
4860 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4861
4862         * pdf/splash/Splash.cc:
4863
4864         Port fix for a crasher from kde bug
4865         http://bugs.kde.org/show_bug.cgi?id=97131
4866
4867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4868
4869         * pdf/xpdf/pdf-document.cc:
4870
4871         Return a link even if it's of an unrecognized
4872         type. Otherwise we go in an infinte cycle.
4873
4874 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4875
4876         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
4877         (size_allocate_cb), (ev_window_set_sizing_mode):
4878
4879         Update size when switching mode
4880
4881 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4882
4883         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
4884         (ev_window_cmd_view_page_width), (update_sizing_buttons),
4885         (ev_window_cmd_view_normal_size):
4886
4887         Fix size toggle buttons behavior
4888
4889 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4890
4891         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
4892         (doc_rect_to_view_rect), (ev_view_size_allocate),
4893         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
4894         (scale_changed_callback):
4895
4896         Do not cache offsets in size_allocate.
4897
4898 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4899
4900         * shell/ev-view.c: (ev_view_size_allocate):
4901
4902         Calculate offsets before calling the parent
4903         class (which does a redraw)
4904
4905 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4906
4907         * pdf/xpdf/pdf-document.cc:
4908
4909         Fix a crasher on exit. Unused code, put a TODO
4910
4911 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
4912
4913         * backend/ev-document.c: (ev_document_class_init),
4914         (ev_document_page_changed), (ev_document_scale_changed):
4915         * backend/ev-document.h:
4916
4917         Separate page/scale notifications
4918
4919         * pdf/xpdf/pdf-document.cc:
4920
4921         Emit the new signals.
4922         Do not display the pdf page in _render, do it
4923         when scale/page are requested.
4924
4925         * ps/ps-document.c: (ps_document_set_zoom),
4926         (ps_document_widget_event):
4927         * ps/ps-document.h:
4928
4929         Emit the new signals.
4930
4931         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
4932         (ev_view_init), (page_changed_callback), (scale_changed_callback),
4933         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
4934         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
4935         * shell/ev-view.h:
4936         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
4937         (ev_window_cmd_view_page_width), (size_allocate_cb),
4938         (ev_window_set_sizing_mode):
4939
4940         Rework sizing to be pixel based.
4941         There are bugs but should be already way better.
4942
4943 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
4944
4945         * shell/ev-window.c: (ev_window_init):
4946
4947         Do not allow to shrink sidebar smaller then
4948         child requisition
4949
4950 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
4951
4952         * shell/ev-sidebar.[ch]
4953         * shell/ev-window.c:
4954
4955         Improved sidebar widget. Fixes #166683
4956
4957 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
4958
4959         * shell/ev-view.c (update_find_status_message): Give translators
4960         more flexibility with ngettext plural handling.
4961
4962 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
4963
4964         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
4965         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
4966         page when we get the page size.
4967
4968 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4969
4970         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
4971
4972         ps pages are 0 based, convert 
4973
4974 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4975
4976         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
4977
4978         Initialize correct parent class. Set GError on document load
4979
4980 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4981
4982         * pdf/xpdf/pdf-document.cc:
4983
4984         Fixup selection offset calculation
4985
4986         * shell/ev-view.c: (view_rect_to_doc_rect),
4987         (doc_rect_to_view_rect), (ev_view_size_allocate),
4988         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
4989         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
4990
4991         Store selection as document relative, so that zooming
4992         and offset changing doesnt break it.
4993
4994 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
4995
4996         * shell/ev-view.c: (ev_view_best_fit):
4997
4998         Do not try to best fit if the view is not realized
4999
5000 2005-02-20  Kostas Papadimas <pkst@gnome.org>
5001           
5002         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
5003
5004 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
5005
5006         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
5007
5008 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
5009
5010         * shell/ev-window.c: Change the fullscreen toolbar to always be in
5011         the popup window.  That prevents it resizing when in full screen
5012         mode.
5013
5014         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
5015         multiple rerenders.  This pretty much sucks.
5016
5017         * data/evince-ui.xml: Change the fullscreen toolbar to include the
5018         rest of the toolbar.
5019
5020 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
5021
5022         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
5023
5024 2005-02-17  Alexander Shopov  <ash@contact.bg>
5025
5026         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
5027
5028 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
5029
5030         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
5031
5032 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
5033
5034         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
5035         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
5036         (set_document_page), (document_changed_callback),
5037         (ev_view_set_document), (ev_view_find_previous),
5038         (ev_view_hide_cursor), (ev_view_show_cursor):
5039         * shell/ev-view.h:
5040         * shell/ev-window.c: (update_chrome_visibility),
5041         (fullscreen_timeout_cb), (fullscreen_set_timeout),
5042         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
5043         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
5044         (ev_window_unfullscreen):
5045         * shell/main.c: (main):
5046
5047         Automatically hide the fullscreen button.
5048         Patch by Kristian Høgsberg <krh@redhat.com>
5049
5050 2005-02-16  Vincent Noel  <vnoel@cox.net>
5051
5052         * shell/main.c (main): Specify an icon for the window. Patch by
5053         Jaap A. Haitsma. Fixes #166177.
5054
5055 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
5056
5057         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
5058
5059 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
5060
5061         * backend/ev-document-misc.h:
5062         * backend/ev-document-misc.c:
5063         (ev_document_misc_get_page_border_size),
5064         (ev_document_misc_paint_one_page): New function to canonicalize
5065         sizing/painting a border.
5066
5067         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
5068         used.
5069
5070         * pdf/xpdf/pdf-document.cc: use new function
5071
5072         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
5073         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
5074         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
5075         shell/ev-window.c: (update_sizing_buttons),
5076         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
5077         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
5078         (ev_window_cmd_view_page_width), (size_allocate_cb),
5079         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
5080         and "fit width" values act as toggle buttons so they stay
5081         toggled.  It's not 100% perfect, and it's a little slow, but it's
5082         good enough to commit I think.
5083
5084 2005-02-15  David Lodge  <dave@cirt.net>
5085
5086         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
5087
5088 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
5089
5090         * shell/ev-window.c (update_window_title): replace newlines in
5091         the title by spaces. Bug #166107.
5092
5093 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
5094
5095         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
5096         parameters providing allocation width and height without
5097         scrollbars and width of a possible vertical scrollbar. With this
5098         additional information the functions can work as
5099         intended. Unfortunately they're not idempotent. We should
5100         transform these commands to toggles. Fixes Bug #164976
5101         Initial patch by Stephane Loeuillet, then heavily modified.
5102
5103         * shell/ev-view.h: update prototypes.
5104
5105         * shell/ev-window.c (ev_window_cmd_view_best_fit)
5106         (ev_window_cmd_view_page_width): provide EvView fit functions with
5107         all the information they need. Formulas to calculate this
5108         information taken from GtkScrolledWindow.
5109
5110 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
5111
5112         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
5113         created a thumbnail, the list store is updated to know
5114         that the thumbnail is set. Fixes bug #166792
5115
5116 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5117
5118         * shell/ev-window.c: fixed typo, closes bug 166897
5119
5120         * TODO: updated TODO with bug numbers that are relevant
5121
5122 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
5123
5124         * shell/ev-window.c: Support for DnD of files. Fixes #164813
5125
5126 2005-02-09  Vincent Noel  <vnoel@cox.net>
5127
5128         * shell/ev-window.c: (set_action_properties): Set the "Previous"
5129         and "Next" toolbar buttons as important to make them stand out.
5130
5131 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5132
5133         * lib/ev-debug.c:
5134         * lib/ev-debug.h:
5135         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
5136         (start_interpreter), (stop_interpreter), (document_load),
5137         (ps_document_next_page), (ps_document_goto_page),
5138         (ps_document_set_page_size), (ps_document_widget_event),
5139         (ps_document_render):
5140         * shell/ev-page-view.c: (ev_page_view_dispose):
5141         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
5142
5143         Fix compilation on non-gcc platforms
5144
5145 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5146
5147         * NEWS:
5148         * configure.ac:
5149
5150         Release 0.1.4
5151
5152         * pdf/xpdf/Catalog.cc:
5153         * pdf/xpdf/XRef.cc:
5154
5155         Fix the fix for CAN-2004-0888
5156
5157 2005-02-09  Luca Ferretti <elle.uca@libero.it>
5158
5159         * data/Makefile.am:
5160         * data/evince-ui.xml:
5161         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5162         * shell/ev-stock-icons.h:
5163         * shell/ev-window.c: (update_action_sensitivity),
5164         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
5165         (set_action_properties):
5166
5167         Improve toolbar layout/icons
5168
5169 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
5170
5171         * pdf/xpdf/pdf-document.cc:
5172
5173         Add warnings about unimplemented/unknown link
5174         types.
5175
5176 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5177
5178         * ps/ps-document.c: (set_up_page):
5179
5180         Log gs property
5181
5182 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5183
5184         * ps/ps-document.c: (start_interpreter):
5185
5186         Log gs env var
5187
5188 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5189
5190         * shell/ev-page-view.c: (ev_page_view_dispose):
5191         * shell/ev-view.c: (ev_view_finalize):
5192         * shell/ev-window.c: (ev_window_setup_document),
5193         (ev_window_dispose), (ev_window_init):
5194
5195         Solve more refs issues.
5196
5197         I commented out the page_view initialization for now:
5198         it was never destroyed (because it's never added
5199         to a container). Because of that we was leaking
5200         gs processes. Couldnt think to a clean fix.
5201         We need to figure this out, password view has the
5202         same issue probably.
5203
5204 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5205
5206         * ps/ps-document.c: (ps_document_finalize),
5207         (ps_document_get_n_pages), (ps_document_get_page):
5208
5209         Some cleanups, stop the interpreter on finalize
5210
5211         * shell/ev-page-view.c: (ev_page_view_dispose),
5212         (ev_page_view_class_init):
5213
5214         Release our reference on the document
5215
5216 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5217
5218         * Makefile.am:
5219         * configure.ac:
5220         * doc/debugging.txt:
5221         * lib/.cvsignore:
5222         * lib/Makefile.am:
5223         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
5224         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
5225         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
5226         * lib/ev-debug.h:
5227
5228         Add debugging helpers
5229
5230         * ps/Makefile.am:
5231         * ps/ps-document.c: (set_up_page), (start_interpreter),
5232         (stop_interpreter), (document_load), (ps_document_next_page),
5233         (ps_document_goto_page), (ps_document_set_page_size),
5234         (ps_document_widget_event), (ps_document_render):
5235         * shell/Makefile.am:
5236         * shell/ev-view.c: (expose_bin_window):
5237         * shell/main.c: (main):
5238
5239         Add some logs
5240         
5241 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5242
5243         * ps/ps-document.c: (ps_document_widget_event):
5244
5245         Initialize message_window, this should make ps
5246         rendering really work! (Never noticed because I was
5247         testing with a ps that is causing gs to exit every time!)
5248
5249 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
5250
5251         * data/evince.schemas.in: updated simple error in applyto closing tag
5252
5253 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
5254
5255         * Makefile.am:
5256         * configure.ac:
5257         * data/.cvsignore:
5258         * data/Makefile.am:
5259         * data/evince-ui.xml:
5260         A data/evince.schemas.in:
5261         * po/POTFILES.in:
5262         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5263         * shell/ev-stock-icons.h:
5264         * shell/ev-window.c: (update_chrome_visibility),
5265         (update_chrome_flag), (ev_window_cmd_edit_find),
5266         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
5267         (ev_window_unfullscreen), (ev_window_focus_in_event),
5268         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
5269         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
5270         (ev_window_view_sidebar_cb), (find_bar_close_cb),
5271         (ev_window_dispose), (ev_window_class_init),
5272         (set_action_properties), (set_chrome_actions), (load_chrome),
5273         (ev_window_init):
5274
5275         Implement fullscreen mode changes from bug #164776.
5276         Also implement persistent chrome toggles.
5277
5278 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
5279
5280         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
5281
5282 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5283
5284         * NEWS:
5285         * configure.ac:
5286         * shell/ev-view.c:
5287
5288         Add another check for find interface
5289
5290         Release 0.1.3
5291
5292 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5293
5294         * shell/ev-application.c: (ev_application_open):
5295         * shell/ev-window.c: (ev_window_open):
5296
5297         Open gzipped ps documents
5298
5299 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5300
5301         * TODO:
5302         * shell/ev-view.c: (set_document_page):
5303
5304         Clamp page number, dont try to move to
5305         not existant pages.
5306
5307 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5308
5309         * backend/ev-document-find.c: (ev_document_find_changed):
5310         * backend/ev-document-find.h:
5311         * pdf/xpdf/pdf-document.cc:
5312         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
5313         * shell/ev-window.c: (find_bar_search_changed_cb):
5314
5315         Fix several bugs with find
5316
5317 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
5318
5319         * shell/ev-sidebar-thumbnails.c
5320         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
5321         document. Prevents warning from scroll_to_cell.
5322
5323 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
5324
5325         * configure.ac: Add «nb» to ALL_LINGUAS too.
5326
5327 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
5328
5329         * NOTES: New file with some random thoughts.
5330
5331         * TODO: Update.
5332
5333         * backend/ev-document-misc.c:
5334         (ev_document_misc_get_page_border_size): New function to
5335         canonicalize shadow drawing sizes.  Possibly goofy.
5336
5337         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
5338         (ev_view_best_fit), (ev_view_fit_width):
5339         * pdf/xpdf/pdf-document.cc:
5340         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
5341         * ps/ps-document.c: (ps_document_get_page_size):
5342         * backend/ev-document-misc.h:
5343         * backend/ev-document.c: (ev_document_get_page_size):
5344         * backend/ev-document.h: get_page_size now takes a page number
5345         parameter.  Made all the backends/frontends honor it.
5346
5347         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
5348         see.  Doesn't work yet.
5349
5350         * shell/Makefile.am:
5351         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
5352         Doesn't do anything yet.
5353
5354         * shell/ev-sidebar-thumbnails.c:
5355         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
5356         [0..n_pages-1]
5357
5358         * shell/ev-window.c: (update_action_sensitivity),
5359         (ev_window_setup_document), (ev_window_set_page_mode),
5360         (ev_window_page_mode_cb), (ev_window_init): Clean up the
5361         view-swapping code a bit so we can have multiple views on a
5362         document.  Add the multi-page view, though it can't be turned on
5363         yet.
5364
5365 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
5366
5367         * shell/ev-application.c: (ev_application_open):
5368         * shell/ev-view.c: (expose_bin_window):
5369         * shell/ev-window.c: (ev_window_open):
5370
5371         Support eps and check document supports find
5372         before drawing highlightings in expose.
5373
5374 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
5375
5376         * pixbuf/pixbuf-document.c:
5377         (pixbuf_document_thumbnails_get_dimensions),
5378         (pixbuf_document_document_thumbnails_iface_init):
5379
5380         implement get_dimensions
5381
5382 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
5383
5384         * NEWS:
5385         * configure.ac:
5386
5387         Release 0.1.2
5388
5389 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5390
5391         * shell/ev-view.c: (set_document_page):
5392
5393         Scroll at the top of the page when changing page
5394
5395 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5396
5397         * shell/ev-view.c: (ev_view_motion_notify_event):
5398
5399         Do not redraw unnecessarily
5400
5401 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5402
5403         * pdf/xpdf/pdf-document.cc:
5404         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5405         (expose_bin_window), (find_changed_cb):
5406
5407         Yay! find works now... Now to find bugs...
5408
5409 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
5410
5411         * backend/ev-document-find.c: (ev_document_find_base_init),
5412         (ev_document_find_changed):
5413         * backend/ev-document-find.h:
5414         * pdf/xpdf/pdf-document.cc:
5415         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5416         (expose_bin_window), (ev_view_init), (set_document_page),
5417         (ensure_rectangle_is_visible), (jump_to_find_result),
5418         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
5419         (ev_view_find_next), (ev_view_find_previous):
5420         * shell/ev-view.h:
5421         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
5422
5423         More work on find implementation, mostly there now
5424
5425 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
5426
5427         * backend/ev-backend-marshalers.list:
5428         * backend/ev-document-find.c: (ev_document_find_base_init),
5429         (ev_document_find_cancel), (ev_document_find_page_has_results),
5430         (ev_document_find_get_n_results), (ev_document_find_get_result),
5431         (ev_document_find_get_progress), (ev_document_find_changed):
5432         * backend/ev-document-find.h:
5433
5434         Enanche the find interface to be really able to do
5435         multi page find.
5436
5437         * pdf/xpdf/pdf-document.cc:
5438
5439         Implement
5440
5441         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
5442         (expose_bin_window), (ev_view_init),
5443         (ev_view_get_find_status_message), (find_changed_cb),
5444         (ev_view_set_document), (set_document_page):
5445
5446         Adapt to the new interface. A few things are regressed sorry,
5447         I will finish it soon.
5448
5449 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
5450
5451         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
5452         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
5453         ev_sidebar_thumbnails_parent_class variable, don't define another
5454         parent_class variable.
5455
5456         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
5457         (ev_page_action_class_init): ditto.
5458
5459         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
5460         (pixbuf_document_class_init): ditto.
5461
5462         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
5463         ditto.
5464
5465         * .cvsignore: ignore various valgrind output files.
5466
5467 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
5468
5469         * data/evince-ui.xml:
5470         * shell/Makefile.am:
5471         * shell/ev-history.c:
5472         * shell/ev-history.h:
5473         * shell/ev-navigation-action.c:
5474         * shell/ev-navigation-action.h:
5475         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
5476         (ev_view_set_page), (ev_view_fit_width):
5477         * shell/ev-view.h:
5478         * shell/ev-window.c: (update_action_sensitivity),
5479         (ev_window_setup_document), (register_custom_actions):
5480
5481         Kill session history
5482
5483 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
5484
5485         * shell/ev-window.c: (update_action_sensitivity):
5486
5487         Fix inverted up/down buttons
5488
5489 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
5490
5491         * shell/ev-sidebar-thumbnails.c
5492         (ev_sidebar_thumbnails_select_page): make sure the selected
5493         thumbnail stays visible.
5494
5495 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
5496
5497         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
5498         scrolled window for Federico.
5499
5500 2005-01-26  Ole Laursen  <olau@hardworking.dk>
5501
5502         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
5503
5504 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
5505
5506         * configure.ac:
5507         * pdf/splash/SplashFTFontEngine.cc:
5508
5509         Fix CID fonts with freetype 2.1.9
5510
5511 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
5512
5513         * TODO: added item for desktop icon thumbnailer
5514
5515 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
5516
5517         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
5518         unloaded docs when the title is accessed.
5519
5520         * shell/ev-password-view.[hc]: New widget for displaying password
5521         state.
5522
5523         * shell/ev-window.[ch]: Refactor password handling code to handle
5524         the new view.
5525
5526 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
5527
5528         * NEWS:
5529         * configure.ac:
5530         * data/Makefile.am:
5531
5532         Release 0.1.1
5533
5534 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5535
5536         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
5537         ignore page offset here, to make search results independent of it,
5538
5539         * shell/ev-view.c (expose_bin_window): but take offsets into
5540         account here. Bug #164932
5541
5542         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
5543         scale at the right time. Bug #164996
5544
5545 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
5546
5547         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
5548         fix the problem. Now I just removed the Adobe font names and hope
5549         that the URW fonts are always in outline format. Bug #164934
5550
5551         * shell/ev-window.c (update_window_title): empty titles are
5552         useless, use filename in that case too.
5553
5554         * NEWS: Add some content.
5555
5556 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
5557
5558         * TODO: added one more TODO item and a TODONE section :)
5559
5560 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
5561
5562         * ps/ps-document.h: add page_[xy]_offset fields.
5563
5564         * ps/ps-document.c (ps_document_set_page_offset)
5565         (ps_document_render): Keep offset in consideration in a few
5566         places. Bug #164752 "postscript documents are not centered in
5567         window"
5568
5569         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
5570         s/gpdf/evince/. Spotted by Stephane Loeuillet.
5571
5572         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
5573         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
5574         stub out missing methods for complete EvDocument implementation.
5575         Fixes segfaults with Save A Copy and Copy actions.
5576
5577         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
5578         (ps_document_document_iface_init): ditto.
5579         
5580 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5581
5582         * data/.cvsignore:
5583         * data/Makefile.am:
5584         * data/evince.desktop.in:
5585
5586         Add desktop file
5587
5588 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5589
5590         * shell/ev-view.c: (ev_view_button_press_event),
5591         (ev_view_motion_notify_event):
5592
5593         Make selection work in any direction
5594
5595 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5596
5597         * TODO:
5598         * shell/ev-window.c: (set_short_labels), (ev_window_init):
5599
5600         Use shorter labels for some of the toolbars items
5601
5602 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
5603
5604         * pdf/xpdf/pdf-document.cc:
5605
5606         Check the links info is initialized before
5607         using it. Should fix a crash on startup.
5608
5609 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
5610
5611         * pixbuf/pixbuf-document.c
5612         (pixbuf_document_thumbnails_get_dimensions): force floating point
5613         division to calculate page_ratio. Fixes crash with landscape
5614         format pixbufs.
5615
5616 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
5617
5618         * shell/ev-view.c (ev_view_realize): make the bg color darker.
5619
5620 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
5621
5622         * shell/ev-view.c (set_document_page): unset has_selection when
5623         the page changes.
5624         (set_document_page): handle paper size changes when the page
5625         changes (test with Free Culture, page 2).
5626
5627 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5628
5629         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
5630         (expose_bin_window), (ev_view_class_init), (ev_view_init):
5631
5632         Use normal style color for the widget background and
5633         draw a black box around the page.
5634
5635 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5636
5637         * pdf/xpdf/pdf-document.cc:
5638
5639         Keep offset in consideration in a few places
5640
5641         * shell/ev-view.c: (expose_bin_window):
5642
5643         Set the offsets so that the document is ever centered
5644
5645 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
5646
5647         * TODO: Added TODO items and finished off the first todo item
5648
5649         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
5650         reflect current authors
5651
5652 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5653
5654         * pdf/xpdf/pdf-document.cc:
5655         * shell/ev-view.c: (ev_view_set_cursor),
5656         (ev_view_motion_notify_event), (document_changed_callback),
5657         (set_document_page):
5658
5659         Show a wait cursor while the page is rendering
5660
5661 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
5662
5663         * shell/ev-sidebar-thumbnails.c:
5664         (ev_sidebar_tree_selection_changed),
5665         (ev_sidebar_thumbnails_select_page):
5666         * shell/ev-sidebar-thumbnails.h:
5667         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
5668         (ev_view_can_go_forward):
5669         * shell/ev-window.c: (ev_window_open_page),
5670         (ev_window_setup_document), (update_current_page),
5671         (view_page_changed_cb), (ev_window_init):
5672         * shell/ev-window.h:
5673
5674         Ensure thumbnails selection, toolbar page control and
5675         current page are in sync.
5676
5677 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
5678
5679         * pdf/xpdf/XRef.cc:
5680
5681         Fix CAN-2005-0064
5682
5683 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
5684
5685         * backend/Makefile.am:
5686         * backend/ev-document-links.h:
5687         * backend/ev-document-security.c: (ev_document_security_get_type),
5688         (ev_document_security_has_document_security),
5689         (ev_document_security_set_password):
5690         * backend/ev-document-security.h:
5691         * backend/ev-document.c: (ev_document_error_quark):
5692         * backend/ev-document.h:
5693         * data/Makefile.am:
5694         * data/evince-password.glade:
5695         * pdf/xpdf/pdf-document.cc:
5696         * shell/Makefile.am:
5697         * shell/ev-password.c: (ev_password_set_bad_password_label),
5698         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
5699         (ev_password_dialog_get_password),
5700         (ev_password_dialog_set_bad_pass):
5701         * shell/ev-password.h:
5702         * shell/ev-window.c: (ev_window_get_attribute),
5703         (ev_window_set_property), (update_action_sensitivity),
5704         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
5705         (ev_window_setup_document), (ev_window_get_password),
5706         (ev_window_open), (ev_window_cmd_save_as),
5707         (using_postscript_printer), (ev_window_print),
5708         (find_not_supported_dialog), (ev_window_cmd_edit_find),
5709         (update_fullscreen_popup), (ev_window_fullscreen),
5710         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
5711         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
5712         (menu_item_select_cb), (find_bar_search_changed_cb),
5713         (ev_window_dispose), (ev_window_init):
5714
5715         Add initial support for password-supported dialogs.  This could be
5716         a lot cooler, but it'll do for now.
5717
5718 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
5719
5720         * pdf/xpdf/pdf-document.cc:
5721         * shell/ev-view.c: (status_message_from_link),
5722         (ev_view_set_status), (ev_view_set_cursor),
5723         (ev_view_motion_notify_event), (ev_view_init):
5724         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
5725
5726         Fix bugs in the links implementation and change cursor
5727         when hovering a link.
5728
5729 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
5730
5731         * viewer/.cvsignore: added cvsignore file for viewer directory
5732
5733         * TODO: created TODO document
5734
5735 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
5736
5737         * shell/ev-view.h:
5738         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
5739         new functions to help with implementation of sensitivity code
5740         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
5741         of all actions that might require it.  Fixes a crash when you
5742         click on the Zoom actions in a window lacking a document.
5743
5744 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
5745
5746         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
5747         of the Find action
5748
5749 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5750
5751         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
5752         (pixbuf_document_document_iface_init):
5753         * ps/ps-document.c: (ps_document_get_link),
5754         (ps_document_document_iface_init):
5755         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
5756         (status_message_from_link), (ev_view_set_status),
5757         (ev_view_set_find_status), (ev_view_motion_notify_event),
5758         (ev_view_button_release_event), (ev_view_set_property),
5759         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
5760         (ev_view_get_find_status_message), (update_find_results),
5761         (ev_view_get_status), (ev_view_get_find_status):
5762         * shell/ev-view.h:
5763         * shell/ev-window.c: (view_status_changed_cb),
5764         (view_find_status_changed_cb), (ev_window_init):
5765
5766         View status message support, use it to show the links.
5767         Needs work...
5768
5769 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5770
5771         * backend/ev-document.c: (ev_document_get_link):
5772         * backend/ev-document.h:
5773         * pdf/xpdf/pdf-document.cc:
5774         * shell/ev-application.c: (ev_application_open):
5775         * shell/ev-application.h:
5776         * shell/ev-sidebar-links.c: (selection_changed_cb):
5777         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
5778         (ev_view_go_to_link):
5779
5780         Add support for document links
5781
5782 2005-01-13  Anders Carlsson  <andersca@gnome.org>
5783
5784         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
5785         (create_tool_item):
5786         Set the spin button limits correctly.
5787         
5788         * shell/ev-sidebar-thumbnails.c:
5789         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
5790         Support changing pages by clicking on the thumbnails.
5791         
5792 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
5793
5794         * pixbuf/pixbuf-document.c:
5795         (pixbuf_document_thumbnails_get_dimensions),
5796         (pixbuf_document_document_thumbnails_iface_init):
5797
5798         implement get_dimensions
5799
5800 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
5801
5802         * ps/ps-document.c: (ps_document_goto_page):
5803
5804         Fix page switching on multipage documents
5805
5806 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
5807
5808         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
5809         
5810         check for NULL before assigning to width and height parameters
5811
5812 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
5813
5814         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
5815         (pixbuf_document_set_property), (pixbuf_document_get_property):
5816
5817         implement get/set properties
5818
5819 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
5820
5821         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
5822         
5823         return NULL instead of "Unknown", letting the title get set to
5824         the filename when the pdf has no title.
5825
5826 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5827
5828         * ps/ps-document.c: (ps_document_get_page_count),
5829         (ps_document_goto_page):
5830
5831 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5832
5833         * shell/ev-history.c: (ev_history_get_property),
5834         (ev_history_set_property), (ev_history_class_init),
5835         (ev_history_add_page), (ev_history_set_current_index):
5836         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5837         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
5838         (ev_navigation_action_finalize):
5839         * shell/ev-navigation-action.h:
5840         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
5841         (ev_view_go_forward), (ev_view_get_find_status_message),
5842         (history_index_changed_cb), (ev_view_set_history):
5843         * shell/ev-view.h:
5844         * shell/ev-window.c: (update_total_pages), (ev_window_open),
5845         (update_current_page), (register_custom_actions):
5846
5847         Implement history dropdowns
5848
5849 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
5850
5851         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
5852         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
5853         (ev_view_go_forward):
5854         * shell/ev-window.c: (register_custom_actions):
5855
5856         Fix several history bugs
5857
5858 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
5859
5860         * configure.ac: Add «nb» to ALL_LINGUAS.
5861
5862 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
5863
5864         * backend/Makefile.am:
5865         * backend/ev-bookmark.c:
5866         * backend/ev-bookmark.h:
5867         * backend/ev-document-bookmarks.c:
5868         * backend/ev-document-bookmarks.h:
5869         * backend/ev-document-links.c: (ev_document_links_get_type),
5870         (ev_document_links_has_document_links),
5871         (ev_document_links_begin_read), (ev_document_links_get_link),
5872         (ev_document_links_get_child), (ev_document_links_next),
5873         (ev_document_links_free_iter):
5874         * backend/ev-document-links.h:
5875         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
5876         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
5877         (ev_link_get_link_type), (ev_link_set_link_type),
5878         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
5879         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
5880         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
5881         (ev_link_new_external):
5882         * backend/ev-link.h:
5883         * pdf/xpdf/pdf-document.cc:
5884         * shell/Makefile.am:
5885         * shell/ev-application.c: (ev_application_open_link):
5886         * shell/ev-application.h:
5887         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
5888         (ev_history_get_link_nth):
5889         * shell/ev-history.h:
5890         * shell/ev-sidebar-bookmarks.c:
5891         * shell/ev-sidebar-bookmarks.h:
5892         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
5893         (ev_sidebar_links_class_init), (selection_changed_cb),
5894         (ev_sidebar_links_construct), (ev_sidebar_links_init),
5895         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
5896         (do_one_iteration), (populate_links_idle),
5897         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
5898         * shell/ev-sidebar-links.h:
5899         * shell/ev-sidebar.c: (ev_sidebar_set_document):
5900         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
5901         (go_to_index):
5902         * shell/ev-view.h:
5903         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
5904         * shell/ev-window.h:
5905
5906         Rename bookmark to link, and use "Index" for the sidebar panel.
5907
5908 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
5909
5910         * shell/Makefile.am:
5911         * shell/ev-application.c: (ev_application_open_bookmark):
5912         * shell/ev-application.h:
5913         * shell/ev-history.c: (ev_history_init), (free_links_list),
5914         (ev_history_finalize), (ev_history_class_init),
5915         (ev_history_add_link), (ev_history_add_page),
5916         (ev_history_get_link_nth), (ev_history_get_n_links),
5917         (ev_history_get_current_index), (ev_history_set_current_index),
5918         (ev_history_new):
5919         * shell/ev-history.h:
5920         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
5921         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
5922         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
5923         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
5924         (ev_view_set_page):
5925         * shell/ev-view.h:
5926         * shell/ev-window.c: (ev_window_open_bookmark),
5927         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
5928         (goto_page_cb), (register_custom_actions):
5929         * shell/ev-window.h:
5930
5931         Initial history implementation. Needs work.
5932
5933 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
5934
5935         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
5936
5937 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
5938
5939         * cut-n-paste/recent-files/egg-recent-item.c:
5940         * cut-n-paste/recent-files/egg-recent-item.h:
5941         * cut-n-paste/recent-files/egg-recent-model.c:
5942         * cut-n-paste/recent-files/egg-recent-util.c:
5943         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5944         * cut-n-paste/recent-files/egg-recent-view.c:
5945
5946         Update
5947
5948 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
5949
5950         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
5951         (fillGlyph, fillImageMask, drawImage):
5952         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
5953         pdf/splash/SplashTypes.h:
5954         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
5955         packed mode for Splash.
5956
5957         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
5958         RGB8 packed mode, eliminates the pixbuf data creation loop.
5959
5960         * shell/ev-print-job.c (ev_print_job_finalize)
5961         (ev_print_job_set_property, ev_print_job_get_property)
5962         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
5963         (ev_print_job_use_print_dialog_settings, idle_print_handler)
5964         (print_closure_finalize, ev_print_job_print): implement
5965         printing (for backends with EvPsExporter)
5966
5967         * shell/ev_print_job.h: update prototypes.
5968
5969         * shell/ev-window.c (ev_window_print): unref print job after
5970         printing.
5971
5972         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
5973         unless the document implements the EvDocumentFind interface.
5974
5975 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
5976
5977         * configure.ac: Added ja to ALL_LINGUAS.
5978
5979 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5980
5981         * pdf/xpdf/pdf-document.cc:
5982
5983         add a FIXME. We should probably not allocate
5984         a bookmark object every time
5985
5986 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
5987
5988         * shell/ev-application.c: (ev_application_open),
5989         (ev_application_open_bookmark):
5990         * shell/ev-application.h:
5991         
5992         Add a way to open bookmarks
5993
5994         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
5995         (ev_bookmark_set_uri), (ev_bookmark_get_property),
5996         (ev_bookmark_set_property), (ev_bookmark_class_init),
5997         (ev_bookmark_new_title), (ev_bookmark_new_link),
5998         (ev_bookmark_new_external):
5999
6000         Support for external uris, better constructors.
6001
6002         * backend/ev-bookmark.h:
6003         * pdf/xpdf/pdf-document.cc:
6004         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
6005
6006         Handle external uris
6007
6008 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6009
6010         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
6011         (ev_sidebar_bookmarks_construct), (do_one_iteration):
6012
6013         Hook up bookmarks navigation
6014
6015 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6016
6017         * backend/Makefile.am:
6018         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
6019         (ev_bookmark_get_title), (ev_bookmark_set_title),
6020         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
6021         (ev_bookmark_get_page), (ev_bookmark_set_page),
6022         (ev_bookmark_get_property), (ev_bookmark_set_property),
6023         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
6024         (ev_bookmark_new):
6025         * backend/ev-bookmark.h:
6026         * backend/ev-document-bookmarks.c:
6027         (ev_document_bookmarks_get_bookmark):
6028         * backend/ev-document-bookmarks.h:
6029         * pdf/xpdf/pdf-document.cc:
6030         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
6031
6032         Add a bookmark object to the backend and use it instead of get_values
6033
6034 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6035
6036         * data/evince-ui.xml:
6037
6038         Cleanup and add select all.
6039
6040         * shell/ev-view.c: (ev_view_select_all),
6041         (ev_view_button_press_event):
6042         * shell/ev-view.h:
6043         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
6044
6045         Add select all.
6046         Clear selection on click.
6047
6048 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
6049
6050         * shell/ev-sidebar-thumbnails.c
6051         (ev_sidebar_thumbnails_set_document): forgot to unref the
6052         loading_icon.
6053
6054 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
6055
6056         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
6057         at the visible page, not just linearly.  This makes it look fast.
6058
6059 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
6060
6061         * backend/ev-document-misc.c
6062         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
6063         white.
6064         * backend/ev-document-thumbnails.h: New interface to get the size
6065         of a page.
6066
6067 2005-01-06  Jeremy Katz  <katzj@redhat.com>
6068
6069         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
6070         make dist works
6071
6072 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
6073
6074         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
6075         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
6076         things up a bit.
6077
6078         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
6079
6080 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
6081
6082         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
6083         fonts. Should fix font problems on systems that have the base
6084         fonts in bitmap format. Reported by James Henstridge
6085         <james@jamesh.id.au>.
6086
6087 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6088
6089         * pdf/xpdf/Gfx.cc:
6090         * pdf/xpdf/GfxState.cc:
6091
6092         Fix for CAN-2004-1125
6093
6094 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6095
6096         * shell/ev-view.c: (ev_view_copy):
6097         * shell/ev-view.h:
6098         * shell/ev-window.c: (ev_window_cmd_edit_copy):
6099
6100         Implement Edit->Copy
6101
6102 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6103
6104         * backend/ev-document.c: (ev_document_get_text):
6105         * backend/ev-document.h:
6106         * pdf/xpdf/pdf-document.cc:
6107         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
6108         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
6109         (ev_view_update_primary_selection), (ev_view_button_press_event),
6110         (ev_view_motion_notify_event), (ev_view_button_release_event):
6111
6112         Beginnings of clipboard support. Incomplete but primary sort
6113         of work.
6114
6115 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6116
6117         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
6118         (expose_bin_window):
6119
6120         Nicer rubberband drawing, from GtkIconView.
6121
6122 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6123
6124         * backend/ev-document.c: (ev_document_save):
6125         * backend/ev-document.h:
6126         * data/evince-ui.xml:
6127         * pdf/xpdf/pdf-document.cc:
6128         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
6129
6130         Implement "Save a copy..." menu item
6131
6132 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6133
6134         * shell/ev-view.c: (ev_view_zoom):
6135
6136         Queue a resize when zoom changes
6137
6138 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
6139
6140         * backend/ev-document-misc.[ch]: New misc file to do simple drop
6141         shadows.
6142
6143         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
6144         thumbnails..
6145
6146 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6147
6148         * pdf/xpdf/pdf-document.cc
6149         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
6150
6151 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
6152
6153         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
6154         It's slow, but I'll speed it up next!
6155
6156 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
6157
6158         * shell/main.c (load_files):
6159
6160         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
6161         from the command line and because it seems more appropriate.
6162
6163 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6164
6165         * data/evince-ui.xml:
6166         * shell/ev-window.c: (update_action_sensitivity),
6167         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
6168
6169         s/next page/page down
6170         s/previous page/page up
6171
6172 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6173
6174         * data/evince-ui.xml:
6175
6176         Change the layout to match clarkbw design.
6177
6178         * shell/Makefile.am:
6179         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
6180         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
6181         (ev_navigation_action_finalize),
6182         (ev_navigation_action_set_property),
6183         (ev_navigation_action_get_property),
6184         (ev_navigation_action_class_init):
6185         * shell/ev-navigation-action.h:
6186
6187         Implement clarkbw toolbar navigation controls (incomplete)
6188
6189         * shell/ev-page-action.c: (update_label), (update_spin),
6190         (value_changed_cb), (create_tool_item), (connect_proxy),
6191         (ev_page_action_init), (ev_page_action_finalize),
6192         (ev_page_action_set_property), (ev_page_action_get_property),
6193         (ev_page_action_set_current_page),
6194         (ev_page_action_set_total_pages), (ev_page_action_class_init):
6195         * shell/ev-page-action.h:
6196
6197         Implement a page switcher in the toolbar
6198
6199         * shell/ev-view.c: (ev_view_scroll_view):
6200         * shell/ev-window.c: (update_total_pages), (ev_window_open),
6201         (update_current_page), (view_page_changed_cb), (goto_page_cb),
6202         (register_custom_actions), (ev_window_init):
6203
6204         Change page on PageUp/Down.
6205
6206 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
6207
6208         * pdf/xpdf/pdf-document.cc
6209         (pdf_document_thumbnails_get_thumbnail): initial stab at
6210         implementing thumbnail support for pdfs.  It only does documents
6211         with precached pdfs now.
6212
6213 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
6214
6215         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
6216         thumbnail code into a time-based idle as well.  Also, turn off the
6217         shadow temporarily as it's really slow.
6218
6219 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6220
6221         * backend/ev-document.c: (ev_document_class_init):
6222         * pdf/xpdf/pdf-document.cc:
6223         * shell/ev-window.c: (ev_window_open):
6224
6225         Fix document title bugs and fallback to
6226         filename when not available.
6227
6228 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6229
6230         * backend/ev-document.c: (ev_document_get_type),
6231         (ev_document_class_init), (ev_document_load),
6232         (ev_document_get_title):
6233         * backend/ev-document.h:
6234         * pdf/xpdf/pdf-document.cc:
6235         * ps/ps-document.c: (ps_document_set_property),
6236         (ps_document_get_property), (ps_document_class_init),
6237         (document_load):
6238         * ps/ps-document.h:
6239         * ps/ps.h:
6240         * shell/ev-window.c: (update_window_title), (ev_window_open),
6241         (ev_window_init):
6242
6243         Initial support for document title. Not working yet.
6244
6245 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6246
6247         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
6248
6249         Grab focus on the view when clicking it
6250
6251 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6252
6253         * shell/ev-marshal.list:
6254         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
6255         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
6256
6257         Add key bindings to the view. Now if the focus would work
6258         right...
6259
6260 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6261
6262         * Makefile.am:
6263         * backend/Makefile.am:
6264         * data/Makefile.am:
6265         * dvi/Makefile.am:
6266         * dvi/dvilib/Makefile.am:
6267         * pdf/xpdf/Makefile.am:
6268         * po/POTFILES.in:
6269         * ps/Makefile.am:
6270
6271         Fix distcheck
6272
6273 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6274
6275         * shell/ev-view.c: (ev_view_realize):
6276
6277         Fix mouse wheel scrolling
6278
6279 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6280
6281         * ps/Makefile.am:
6282         * ps/gstypes.h:
6283         * ps/gtkgs.c:
6284         * ps/gtkgs.h:
6285         * ps/ps-document.c: (catchPipe), (ps_document_init),
6286         (ps_document_class_init), (ps_document_cleanup),
6287         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
6288         (set_up_page), (close_pipe), (is_interpreter_ready),
6289         (interpreter_failed), (output), (input), (start_interpreter),
6290         (stop_interpreter), (file_length), (file_readable),
6291         (check_filecompressed), (check_pdf), (compute_xdpi),
6292         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
6293         (ps_document_get_type), (ps_document_emit_error_msg),
6294         (document_load), (ps_document_next_page),
6295         (ps_document_get_current_page), (ps_document_get_page_count),
6296         (ps_document_goto_page), (ps_document_set_page_size),
6297         (ps_document_zoom_to_fit), (ps_document_set_zoom),
6298         (ps_document_load), (ps_document_get_n_pages),
6299         (ps_document_set_page), (ps_document_get_page),
6300         (ps_document_widget_event), (ps_document_set_target),
6301         (ps_document_set_scale), (ps_document_set_page_offset),
6302         (ps_document_get_page_size), (ps_document_render),
6303         (ps_document_document_iface_init):
6304         * ps/ps-document.h:
6305         * ps/ps.c:
6306         * shell/ev-window.c: (ev_window_open):
6307
6308         Rename GtkGS to PSDocument
6309
6310 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6311
6312         * ps/gtkgs.c: (gtk_gs_class_init):
6313         * ps/gtkgs.h:
6314
6315         Some more leftover...
6316
6317 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6318
6319         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
6320         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
6321         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
6322         * ps/gtkgs.h:
6323
6324         Remove unused code and make a lot of stuff private
6325
6326 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6327
6328         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
6329         (gtk_gs_defaults_changed):
6330         * ps/gsdefaults.h:
6331         * ps/gtkgs.c:
6332         * ps/gtkgs.h:
6333         * ps/ps.h:
6334
6335         Cleanup headers dependencies
6336
6337 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6338
6339         * ps/Makefile.am:
6340         * ps/ggvutils.c:
6341         * ps/ggvutils.h:
6342         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6343         * ps/gsdefaults.h:
6344         * ps/gtkgs.c: (file_length), (file_readable),
6345         (check_filecompressed), (check_pdf), (gtk_gs_load),
6346         (gtk_gs_get_postscript):
6347
6348         Get rid of ggvutils
6349
6350 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6351
6352         * ps/ggvutils.c:
6353         * ps/ggvutils.h:
6354         * ps/gsio.h:
6355         * ps/gtkgs.c: (gtk_gs_set_zoom):
6356
6357         Cleanups
6358
6359 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6360
6361         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
6362
6363         Ensure the page is rerendered when changing zoom
6364
6365 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
6366
6367         * backend/ev-document.c: (ev_document_base_init),
6368         (ev_document_changed):
6369         * backend/ev-document.h:
6370
6371         Add a changed event that is emitted when the page content
6372         changes. This is necessary to deal with the fact that
6373         in ps backend rendering happen asycrounously.
6374         This makes the ps backend mostly work.
6375
6376         * pdf/xpdf/pdf-document.cc:
6377
6378         Emit changed event
6379
6380         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
6381         (ps_document_set_target):
6382
6383         Emit changed event
6384
6385         * shell/ev-view.c: (document_changed_callback),
6386         (ev_view_set_document), (ev_view_set_page):
6387
6388         Redraw on the changed signal
6389
6390 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
6391
6392         * configure.ac: Added pt_BR to ALL_LINGUAS.
6393
6394 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
6395
6396         * backend/ev-document-bookmarks.c:
6397         (ev_document_bookmarks_get_child): *
6398         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
6399         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
6400         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
6401         (ev_sidebar_bookmarks_destroy),
6402         (ev_sidebar_bookmarks_class_init),
6403         (ev_sidebar_bookmarks_construct), (stack_data_free),
6404         (do_one_iteration), (populate_bookmarks_idle),
6405         (ev_sidebar_bookmarks_clear_document),
6406         (ev_sidebar_bookmarks_set_document): *
6407         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
6408         (ev_sidebar_add_page),
6409         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
6410         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
6411         it displays both the topics and the page numbers.
6412
6413 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
6414
6415         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
6416         toggle.
6417         * shell/ev-window.c (toggle_entries): Set sidebar default value to
6418         visible.
6419
6420 2004-12-23  Adam Weinberger  <adamw@gnome.org>
6421
6422         * configure.ac: Added en_CA to ALL_LINGUAS.
6423
6424 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
6425
6426         * ChangeLog: replace bottom of this ChangeLog (merged history of
6427         ggv and gpdf; where all paths were wrong and most of the files are
6428         not even in this tree) with ChangeLog (from arch) of the shell
6429         code.
6430
6431 2004-12-23  Havoc Pennington  <hp@redhat.com>
6432
6433         * shell/ev-window.c: hook up potentially-questionable "find
6434         results status text" feature - something involving the sidebar or
6435         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
6436         might be better in the end.
6437
6438         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
6439         with corresponding signal when it should be updated
6440
6441         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
6442
6443 2004-12-22  Havoc Pennington  <hp@redhat.com>
6444
6445         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
6446         find stuff on other pages, sort of (only returns one result on
6447         invisible pages, to show they have results; updates full results
6448         for a page when you view it). Currently repaints the current page
6449         every time a new result is found on any page, which isn't so nice.
6450
6451 2004-12-22  Havoc Pennington  <hp@redhat.com>
6452
6453         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
6454         the document doesn't support find (better ideas?)
6455         (find_bar_search_changed_cb): handle missing document or document
6456         that doesn't support find
6457
6458         * pdf/xpdf/pdf-document.cc: port to implement the new
6459         EvDocumentFindIface
6460
6461         * backend/ev-document-find.c: create a new interface for searching
6462
6463         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
6464
6465 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
6466
6467         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
6468         libevbackend.la.
6469
6470         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
6471         EvPrintJob constructor arguments.
6472
6473         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
6474         for documents that can export PostScript (page by page).
6475
6476         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
6477         
6478         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
6479         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
6480         (pdf_document_ps_exporter_iface_init:
6481         Implement EvPSExporter.
6482
6483         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
6484
6485 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6486
6487         * backend/Makefile.am:
6488         * backend/ev-document-thumbnails.c:
6489         (ev_document_thumbnails_get_type),
6490         (ev_document_thumbnails_get_thumbnail):
6491         * backend/ev-document-thumbnails.h:
6492         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
6493         (pixbuf_document_thumbnails_get_thumbnail),
6494         (pixbuf_document_document_thumbnails_iface_init):
6495         * shell/Makefile.am:
6496         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
6497         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
6498         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
6499         * shell/ev-sidebar-thumbnails.h:
6500         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
6501         (ev_sidebar_set_document):
6502         * shell/ev-utils.c: (gaussian), (create_blur_filter),
6503         (create_shadow), (ev_pixbuf_add_shadow):
6504         * shell/ev-utils.h:
6505         Add thumbnail support.
6506         
6507 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6508
6509         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
6510         (using_postscript_printer): Set up a print dialog for "PostScript
6511         injection" method.
6512
6513         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
6514         EvPrintJob.
6515
6516         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
6517
6518 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6519
6520         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
6521         (ps_document_set_target), (ps_document_get_page_size),
6522         (ps_document_render):
6523         * ps/gtkgs.h:
6524
6525         Fix a few bugs
6526
6527 2004-12-22  Christian Rose  <menthos@menthos.com>
6528
6529         * configure.ac: Added "sv" to ALL_LINGUAS.
6530
6531 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
6532
6533         * backend/ev-document-bookmarks.[ch]: new interface to indicate
6534         document supports bookmarks.
6535
6536 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6537
6538         * ps/ggvutils.c: (ggv_file_readable):
6539         * ps/ggvutils.h:
6540         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
6541         (gtk_gs_get_postscript):
6542
6543         Remove unused utils
6544
6545 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6546
6547         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
6548         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
6549         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
6550         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
6551         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
6552         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
6553         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
6554         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
6555         (gtk_gs_set_antialiasing), (ps_document_load),
6556         (ps_document_render):
6557         * ps/gtkgs.h:
6558
6559         Another check point for the ps backend. Now I can get it to show
6560         pages!
6561
6562 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
6563
6564         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
6565         document setting code.
6566
6567 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6568
6569         * shell/eggfindbar.c: (entry_activate_callback):
6570         Animate the next button when activate is pressed.
6571         
6572 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6573
6574         * shell/ev-window.c: (ev_window_cmd_edit_find),
6575         (update_fullscreen_popup), (ev_window_fullscreen),
6576         (ev_window_unfullscreen), (ev_window_state_event_cb),
6577         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
6578         Fix bugs in fullscreen code.
6579         
6580 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6581
6582         * Makefile.am:
6583         * configure.ac:
6584         * pixbuf/Makefile.am:
6585         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
6586         (pixbuf_document_load), (pixbuf_document_get_n_pages),
6587         (pixbuf_document_set_page), (pixbuf_document_get_page),
6588         (pixbuf_document_set_target), (pixbuf_document_set_scale),
6589         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
6590         (pixbuf_document_render), (pixbuf_document_begin_find),
6591         (pixbuf_document_end_find), (pixbuf_document_finalize),
6592         (pixbuf_document_class_init),
6593         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6594         * pixbuf/pixbuf-document.h:
6595         * shell/Makefile.am:
6596         * shell/ev-application.c: (ev_application_open):
6597         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
6598         (ev_window_open):
6599         Add pixbuf backend.
6600         
6601 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
6602
6603         * Makefile.am: 
6604         * dvi/dvilib/Makefile.am:
6605         * dvi/Makefile.am:
6606         * configure.ac: Auto*ify dvi and dvi/dvilib
6607
6608         * dvi/Makefile: Remove from CVS
6609         
6610         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
6611         confusion.
6612
6613         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
6614         
6615         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
6616         
6617 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6618
6619         * ps/Makefile.am:
6620         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
6621         (gtk_gs_value_adjustment_changed), (compute_size),
6622         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
6623         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
6624         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
6625         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
6626         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
6627         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
6628         (ps_document_load), (ps_document_get_n_pages),
6629         (ps_document_set_page), (ps_document_get_page),
6630         (ps_document_set_target), (ps_document_set_scale),
6631         (ps_document_set_page_offset), (ps_document_get_page_size),
6632         (ps_document_render), (ps_document_begin_find),
6633         (ps_document_end_find), (ps_document_document_iface_init):
6634         * ps/gtkgs.h:
6635         * shell/Makefile.am:
6636         * shell/ev-window.c: (ev_window_open):
6637
6638         Some work to integrate gtkgs with EvDocument
6639
6640 2004-12-22  Anders Carlsson  <andersca@gnome.org>
6641
6642         * shell/ev-window.c: (update_fullscreen_popup),
6643         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
6644         (exit_fullscreen_button_clicked_cb),
6645         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
6646         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
6647         (ev_window_state_event_cb), (ev_window_init):
6648         Add fullscreen support from Epiphany.
6649         
6650 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6651
6652         * data/ev-stock-zoom-fit-width.png: fit-width
6653         stock icon from gpdf.
6654         
6655         * shell/ev-stock-icons.[ch]: copied from gpdf.
6656         
6657         * shell/main.c: (main): init stock icons.
6658         
6659         * shell/ev-window.c: use the fit-width icon.
6660         
6661         * data/evince-ui.xml: add zooming toolbar items.
6662
6663 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6664
6665         * shell/ev-view.c: 
6666         (ev_view_best_fit), (ev_view_fit_width): because
6667         get_page_size() returns the scaled page size, we
6668         need to calculate the scale factor relative to
6669         the previous scale factor. Should really just
6670         add get_real_page_size().
6671
6672 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6673
6674         * shell/ev-view.[ch]:
6675         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
6676         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
6677         add zooming.
6678         
6679         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
6680         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
6681         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
6682         hook it up.
6683         
6684         * pdf/xpdf/pdf-document.cc:
6685         (pdf_document_begin_find),
6686         (pdf_document_end_find): make static.
6687
6688 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6689
6690         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
6691
6692         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
6693         names to fontconfig patterns.
6694         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
6695
6696         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
6697         setupBaseFontsFc.
6698
6699 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
6700
6701         * Makefile.am:
6702         * configure.ac:
6703         * ps/Makefile.am:
6704         * ps/ggvutils.c:
6705         * ps/ggvutils.h:
6706         * ps/gsdefaults.c:
6707         * ps/gsdefaults.h:
6708         * ps/gsio.c:
6709         * ps/gsio.h:
6710         * ps/gtkgs.c:
6711         * ps/gtkgs.h:
6712         * ps/ps.c:
6713         * ps/ps.h:
6714
6715         Import ggv backend. Not hooked up yet.
6716
6717 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6718
6719         * shell/main.c: (load_files), (main): load files
6720         from the command line.
6721
6722 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
6723
6724         * configure.ac: don't require bonobo.
6725         
6726         * cut-n-paste/recent-files/*: kill bonobo recent
6727         view.
6728
6729         * shell/ev-window.c:
6730         (ev_window_is_empty): upd.
6731         (unable_to_load), (ev_window_open): load backend
6732         based on the mime type.
6733
6734 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
6735
6736         * backend/.cvsignore: ignore generated marshalers source.
6737
6738         * shell/main.c (main): this is not epiphany.
6739
6740 2004-12-22  Havoc Pennington  <hp@redhat.com>
6741
6742         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
6743         (expose_bin_window): draw find highlights
6744
6745         * shell/ev-window.c (find_bar_search_changed_cb): implement 
6746         
6747         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
6748         (pdf_document_end_find): implement this interface
6749
6750         * backend/ev-document.c (ev_document_found): add this to emit
6751         signal
6752
6753 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
6754
6755         * data/evince-ui.xml: Add a few more toolbar items.
6756
6757         * shell/ev-window.c: Hook up page navigation toolbar 
6758         items.
6759
6760         * shell/ev-view.[ch]: add ev_view_set/get_page and 
6761         a page-changed signal.
6762
6763         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
6764         Add ev_document_get_page().
6765
6766         * shell/ev-window.c: Sensitize/desensitize navigation
6767         actions.
6768
6769 2004-12-21  Havoc Pennington  <hp@redhat.com>
6770
6771         * backend/ev-backend-marshal.c,
6772         backend/ev-backend-marshalers.list, backend/Makefile.am: add
6773         marshaler-generator thingy. I'm sure there's a better way to do
6774         this in the modern world.
6775
6776         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
6777         end_find methods and "found" signal.
6778
6779         * configure.ac: find glib-genmarshal
6780
6781 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
6782
6783         * shell/ev-sidebar.c: Construct an actual sidebar.
6784         * shell/ev-sidebar-bookmarks.[ch]:
6785         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
6786
6787 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
6788
6789         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
6790         Redo size handling.
6791         
6792         * shell/ev-view.c: Track the size from the document.
6793
6794 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
6795
6796         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
6797         constructor assumes ownership of the string passed in.
6798         
6799         * shell/ev-window.c (ev_window_open): Destroy the error
6800         dialog once we've displayed it.
6801
6802 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
6803
6804         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
6805         a bit, it works! (sort of)
6806
6807         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
6808         Move to .cc since we need to use C++ in the implementation.
6809
6810         * shell/dummy.cc: Add a CC file to force evince
6811         to be linked as a C++ program.
6812
6813 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
6814
6815         * shell/ev-view.[ch]: Start of content-area widget.
6816
6817         * shell/ev-window.c: Create a EvView, update it
6818         as we change documents.
6819
6820         * shell/Makefile.am shell/ev-marshal.list: Add
6821         generated marshalers.
6822
6823 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
6824
6825         * Makefile.am (SUBDIRS): move shell.
6826
6827 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
6828
6829         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
6830         .a to libtool convenience libraries.
6831
6832         * shell/ev-window.c (ev_window_open): Hard code loading
6833         a PDF document.
6834         
6835         * backend/ev-document.h: Add a boolean return to load(),
6836         fix GError * to GError **.
6837
6838         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
6839         object for a PDF backend EvDocument.
6840
6841 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
6842
6843         * dvi/*: New directory with the beginning of a .dvi backend.
6844
6845 2004-12-21  Havoc Pennington  <hp@redhat.com>
6846
6847         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
6848         previous/next instead of back/forward
6849
6850 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
6851
6852         * backend/ev-document.[ch]: Fix a couple of problems so
6853         it compile.
6854
6855 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
6856
6857         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
6858         to backend/ directory, rename EvViewer to EvDocument.
6859
6860 2004-12-21  Havoc Pennington  <hp@redhat.com>
6861
6862         * shell/ev-window.c: hook up the find bar widget; now we just need
6863         a document to find things in
6864
6865         * shell/eggfindbar.c: a find bar widget
6866
6867 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
6868
6869         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
6870
6871 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
6872
6873         * pdf/**: Import of xpdf code from gpdf. 
6874
6875         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
6876
6877         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
6878         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
6879         Fix FreeType includes.
6880
6881         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
6882         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
6883         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
6884         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
6885         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
6886         Include xpdfconfig.h
6887         
6888 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
6889
6890         * shell/ev-window.c (ev_window_dispose): dispose can be called
6891         multiple times.
6892
6893 2004-12-21  Havoc Pennington  <hp@redhat.com>
6894
6895         * shell/ev-window.c (ev_window_init): set title to Document Viewer
6896         rather than Evince
6897
6898         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
6899         items; really they should be synced with the strings, etc. from
6900         current gpdf, but just getting the boring typing out of the way 
6901
6902 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6903
6904         * po/POTFILES.in:
6905         * shell/ev-application.c: (window_destroy_cb):
6906         * shell/ev-window.c:
6907         * shell/main.c: (main):
6908
6909         Actually show the window...
6910
6911 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6912
6913         * Makefile.am:
6914         * shell/Makefile.am:
6915         * shell/ev-application.c: (ev_application_class_init):
6916         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
6917
6918         Make it build again
6919
6920 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
6921
6922         Import to gnome cvs.
6923         
6924         * Remove copies of gpdf and ggv trees.
6925         * Rip out all the recursive configure code.
6926         * Remove bonobo machinery.
6927         * viewer/*: GInterfaces that backends should/can implement.
6928
6929 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6930
6931         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
6932         typo
6933
6934 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6935
6936         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
6937         (ev_application_finalize, ev_application_class_init)
6938         (ev_application_init): use GType instance private data for priv.
6939     
6940         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
6941         (ev_window_finalize, ev_window_class_init)
6942         (ev_window_init): ditto.
6943
6944 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6945
6946         * shell/ev-application.c (ev_application_new_window): make public
6947         (ev_application_show_initial_window): kill.
6948     
6949         * shell/ev-application.h: update prototypes.
6950     
6951         * shell/main.cc (main): inline ev_application_show_initial_window.
6952
6953 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6954
6955         * shell/ev-application.c (ev_application_new_window): impl.
6956         (ev_application_show_initial_window): use it.
6957         (is_window_empty, ev_application_get_empty_window): returns an
6958         existing empty window or a new one.
6959         (ev_application_open): from ev_window_cmd_file_open.
6960     
6961         * shell/ev-application.h: update prototypes
6962     
6963         * shell/ev-window.c (ev_window_is_empty): impl.
6964         (ev_window_open): make public.
6965         (ev_window_cmd_file_open): use ev_application_open
6966     
6967         * shell/ev-window.h: update prototypes, remove unused.
6968
6969 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6970
6971         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
6972         move destroy handler out of here...
6973     
6974         * shell/ev-application.c, shell/ev-application.h: ...into this new
6975         class. Also handles initial window creation.
6976     
6977         * shell/main.cc (main): use EvApplication to create initial
6978         window.
6979
6980 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6981
6982         * Makefile.am (SUBDIRS): add cut-n-paste
6983     
6984         * cut-n-paste/Makefile.am: add
6985     
6986         * configure.ac: generate Makefiles in cut-n-paste
6987
6988 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6989
6990         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
6991         (ev_window_class_init): install ev_window_dispose.
6992
6993 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6994
6995         * shell/ev-window.h, shell/ev-window.c: replace gchar with
6996         char (gchar looks stupid).
6997
6998 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
6999
7000         * po/de.po: updated German translation.
7001
7002 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7003
7004         * configure.ac: add more pkg-config library checks for gnome-vfs,
7005         bonobo etc.
7006     
7007         * gpdf/configure.in: temporarily disable libpaper
7008         checks. Otherwise I'd have to add the checks for the shell, too.
7009
7010 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7011
7012         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
7013         and * file filters to the file choose.
7014
7015 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7016
7017         * po/de.po: Updated German translation.
7018
7019 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7020
7021         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
7022
7023 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7024
7025         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
7026     
7027         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
7028         (ev_window_init): implement those menuitems.
7029
7030 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7031
7032         * data/evince-ui.xml: add a toolbar (with FileOpen action)
7033     
7034         * shell/ev-window.c (ev_window_init): use the toolbar.
7035
7036 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7037
7038         * shell/ev-window.c (ev_window_init): use menu translations
7039
7040 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7041
7042         * configure.ac: add "de" to ALL_LINGUAS.
7043     
7044         * po/de.po: add German translation.
7045
7046 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7047
7048         * Makefile.am (SUBDIRS): add po
7049     
7050         * configure.ac: check intltool, glib-gettext etc, generate
7051         po/Makefile.in
7052     
7053         * po, po/POTFILES.in, po/POTFILES.skip: new.
7054
7055 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7056
7057         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
7058         already use (#ifdef ENABLE_NLS)
7059     
7060         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
7061         pointer indirection thinko.
7062     
7063         * shell/main.c: include gi18n.h for bindtextdomain etc.
7064
7065 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7066
7067         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
7068         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
7069         tooltips for menu items in the statusbar.
7070
7071 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7072
7073         * configure.ac, data/Makefile.am, shell/Makefile.am: use
7074         pkgdatadir drop UIDIR
7075
7076 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7077
7078         * data/evince-ui.xml: Add File->Open menu item
7079     
7080         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
7081         chooser), hook it up in the ui manager.
7082
7083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7084
7085         * shell/ev-window.c: fix Help->About tooltip.
7086
7087 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
7088
7089         * configure.ac: set CFLAGS for libevprivate.
7090     
7091         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
7092         definitions, factory etc.
7093     
7094         * lib/Makefile.am: build libevprivate.a (only stock icon code).
7095     
7096         * shell/Makefile.am: link against libevprivate.a.
7097     
7098         * shell/ev-window.c (entries): add stock icon to Help->About.
7099     
7100         * shell/main.c (main): init stock icon code.
7101
7102 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7103
7104         * lib/recent-files: egg recent files code
7105     
7106         * lib/Makefile.am: add.
7107     
7108         * Makefile.am: add lib subdir.
7109     
7110         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
7111         set CFLAGS for recent-files.
7112
7113 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7114
7115         * configure.ac: disable -ansi and -pedantic gcc flags. They
7116         disable POSIX stuff in stdio.h, but egg-recent uses them.
7117
7118 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
7119
7120         * configure.ac: add --disable-deprecated flag (defaults to on in
7121         "cvs" builds).
7122     
7123         * shell/Makefile.am (INCLUDES): use it.
7124
7125 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7126
7127         * shell/main.c: add missing #include.
7128     
7129         * shell/ev-window.c: fix for pedantic gcc.
7130         (ev_window_cmd_help_about): split license into paragraphs for
7131         translators and pedantic compilers.
7132
7133 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7134
7135         * configure.ac: add more warning flags if compiling with gcc from
7136         cvs (or explicitly requested with --enable-more-warnings).
7137
7138 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7139
7140         * data/evince-ui.xml: add File and File->Close menu.
7141     
7142         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
7143         (ev_window_destroy): quit after destroy.
7144         (ev_window_class_init): override GtkObject::destroy.
7145         (entries): install close_window callback.
7146
7147 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7148
7149         * Makefile.am (SUBDIRS): add data subdir.
7150     
7151         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
7152         gtk+ 2.5.0 for GtkAboutDialog.
7153     
7154         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
7155         main window.
7156     
7157         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
7158     
7159         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
7160         manager.
7161         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
7162
7163 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7164
7165         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
7166
7167 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7168
7169         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
7170
7171 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7172
7173         * shell/*: Added shell directory boilerplate, build it.
7174
7175 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7176
7177         * configure.ac, Makefile.am: Added top-level configure.ac and
7178         Makefile.am