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