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