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