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