]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
c32c7a8b9c667b54ab99169a151074db02ba766b
[evince.git] / ChangeLog
1 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2
3         * backend/ev-document-find.c: (ev_document_find_changed):
4         * backend/ev-document-find.h:
5         * pdf/xpdf/pdf-document.cc:
6         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
7         * shell/ev-window.c: (find_bar_search_changed_cb):
8
9         Fix several bugs with find
10
11 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12
13         * shell/ev-sidebar-thumbnails.c
14         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
15         document. Prevents warning from scroll_to_cell.
16
17 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
18
19         * configure.ac: Add «nb» to ALL_LINGUAS too.
20
21 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
22
23         * NOTES: New file with some random thoughts.
24
25         * TODO: Update.
26
27         * backend/ev-document-misc.c:
28         (ev_document_misc_get_page_border_size): New function to
29         canonicalize shadow drawing sizes.  Possibly goofy.
30
31         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
32         (ev_view_best_fit), (ev_view_fit_width):
33         * pdf/xpdf/pdf-document.cc:
34         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
35         * ps/ps-document.c: (ps_document_get_page_size):
36         * backend/ev-document-misc.h:
37         * backend/ev-document.c: (ev_document_get_page_size):
38         * backend/ev-document.h: get_page_size now takes a page number
39         parameter.  Made all the backends/frontends honor it.
40
41         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
42         see.  Doesn't work yet.
43
44         * shell/Makefile.am:
45         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
46         Doesn't do anything yet.
47
48         * shell/ev-sidebar-thumbnails.c:
49         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
50         [0..n_pages-1]
51
52         * shell/ev-window.c: (update_action_sensitivity),
53         (ev_window_setup_document), (ev_window_set_page_mode),
54         (ev_window_page_mode_cb), (ev_window_init): Clean up the
55         view-swapping code a bit so we can have multiple views on a
56         document.  Add the multi-page view, though it can't be turned on
57         yet.
58
59 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
60
61         * shell/ev-application.c: (ev_application_open):
62         * shell/ev-view.c: (expose_bin_window):
63         * shell/ev-window.c: (ev_window_open):
64
65         Support eps and check document supports find
66         before drawing highlightings in expose.
67
68 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
69
70         * pixbuf/pixbuf-document.c:
71         (pixbuf_document_thumbnails_get_dimensions),
72         (pixbuf_document_document_thumbnails_iface_init):
73
74         implement get_dimensions
75
76 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
77
78         * NEWS:
79         * configure.ac:
80
81         Release 0.1.2
82
83 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
84
85         * shell/ev-view.c: (set_document_page):
86
87         Scroll at the top of the page when changing page
88
89 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
90
91         * shell/ev-view.c: (ev_view_motion_notify_event):
92
93         Do not redraw unnecessarily
94
95 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
96
97         * pdf/xpdf/pdf-document.cc:
98         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
99         (expose_bin_window), (find_changed_cb):
100
101         Yay! find works now... Now to find bugs...
102
103 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
104
105         * backend/ev-document-find.c: (ev_document_find_base_init),
106         (ev_document_find_changed):
107         * backend/ev-document-find.h:
108         * pdf/xpdf/pdf-document.cc:
109         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
110         (expose_bin_window), (ev_view_init), (set_document_page),
111         (ensure_rectangle_is_visible), (jump_to_find_result),
112         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
113         (ev_view_find_next), (ev_view_find_previous):
114         * shell/ev-view.h:
115         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
116
117         More work on find implementation, mostly there now
118
119 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
120
121         * backend/ev-backend-marshalers.list:
122         * backend/ev-document-find.c: (ev_document_find_base_init),
123         (ev_document_find_cancel), (ev_document_find_page_has_results),
124         (ev_document_find_get_n_results), (ev_document_find_get_result),
125         (ev_document_find_get_progress), (ev_document_find_changed):
126         * backend/ev-document-find.h:
127
128         Enanche the find interface to be really able to do
129         multi page find.
130
131         * pdf/xpdf/pdf-document.cc:
132
133         Implement
134
135         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
136         (expose_bin_window), (ev_view_init),
137         (ev_view_get_find_status_message), (find_changed_cb),
138         (ev_view_set_document), (set_document_page):
139
140         Adapt to the new interface. A few things are regressed sorry,
141         I will finish it soon.
142
143 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
144
145         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
146         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
147         ev_sidebar_thumbnails_parent_class variable, don't define another
148         parent_class variable.
149
150         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
151         (ev_page_action_class_init): ditto.
152
153         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
154         (pixbuf_document_class_init): ditto.
155
156         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
157         ditto.
158
159         * .cvsignore: ignore various valgrind output files.
160
161 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
162
163         * data/evince-ui.xml:
164         * shell/Makefile.am:
165         * shell/ev-history.c:
166         * shell/ev-history.h:
167         * shell/ev-navigation-action.c:
168         * shell/ev-navigation-action.h:
169         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
170         (ev_view_set_page), (ev_view_fit_width):
171         * shell/ev-view.h:
172         * shell/ev-window.c: (update_action_sensitivity),
173         (ev_window_setup_document), (register_custom_actions):
174
175         Kill session history
176
177 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
178
179         * shell/ev-window.c: (update_action_sensitivity):
180
181         Fix inverted up/down buttons
182
183 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
184
185         * shell/ev-sidebar-thumbnails.c
186         (ev_sidebar_thumbnails_select_page): make sure the selected
187         thumbnail stays visible.
188
189 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
190
191         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
192         scrolled window for Federico.
193
194 2005-01-26  Ole Laursen  <olau@hardworking.dk>
195
196         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
197
198 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
199
200         * configure.ac:
201         * pdf/splash/SplashFTFontEngine.cc:
202
203         Fix CID fonts with freetype 2.1.9
204
205 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
206
207         * TODO: added item for desktop icon thumbnailer
208
209 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
210
211         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
212         unloaded docs when the title is accessed.
213
214         * shell/ev-password-view.[hc]: New widget for displaying password
215         state.
216
217         * shell/ev-window.[ch]: Refactor password handling code to handle
218         the new view.
219
220 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
221
222         * NEWS:
223         * configure.ac:
224         * data/Makefile.am:
225
226         Release 0.1.1
227
228 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
229
230         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
231         ignore page offset here, to make search results independent of it,
232
233         * shell/ev-view.c (expose_bin_window): but take offsets into
234         account here. Bug #164932
235
236         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
237         scale at the right time. Bug #164996
238
239 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
240
241         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
242         fix the problem. Now I just removed the Adobe font names and hope
243         that the URW fonts are always in outline format. Bug #164934
244
245         * shell/ev-window.c (update_window_title): empty titles are
246         useless, use filename in that case too.
247
248         * NEWS: Add some content.
249
250 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
251
252         * TODO: added one more TODO item and a TODONE section :)
253
254 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
255
256         * ps/ps-document.h: add page_[xy]_offset fields.
257
258         * ps/ps-document.c (ps_document_set_page_offset)
259         (ps_document_render): Keep offset in consideration in a few
260         places. Bug #164752 "postscript documents are not centered in
261         window"
262
263         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
264         s/gpdf/evince/. Spotted by Stephane Loeuillet.
265
266         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
267         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
268         stub out missing methods for complete EvDocument implementation.
269         Fixes segfaults with Save A Copy and Copy actions.
270
271         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
272         (ps_document_document_iface_init): ditto.
273         
274 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
275
276         * data/.cvsignore:
277         * data/Makefile.am:
278         * data/evince.desktop.in:
279
280         Add desktop file
281
282 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
283
284         * shell/ev-view.c: (ev_view_button_press_event),
285         (ev_view_motion_notify_event):
286
287         Make selection work in any direction
288
289 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
290
291         * TODO:
292         * shell/ev-window.c: (set_short_labels), (ev_window_init):
293
294         Use shorter labels for some of the toolbars items
295
296 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
297
298         * pdf/xpdf/pdf-document.cc:
299
300         Check the links info is initialized before
301         using it. Should fix a crash on startup.
302
303 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
304
305         * pixbuf/pixbuf-document.c
306         (pixbuf_document_thumbnails_get_dimensions): force floating point
307         division to calculate page_ratio. Fixes crash with landscape
308         format pixbufs.
309
310 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
311
312         * shell/ev-view.c (ev_view_realize): make the bg color darker.
313
314 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
315
316         * shell/ev-view.c (set_document_page): unset has_selection when
317         the page changes.
318         (set_document_page): handle paper size changes when the page
319         changes (test with Free Culture, page 2).
320
321 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
322
323         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
324         (expose_bin_window), (ev_view_class_init), (ev_view_init):
325
326         Use normal style color for the widget background and
327         draw a black box around the page.
328
329 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
330
331         * pdf/xpdf/pdf-document.cc:
332
333         Keep offset in consideration in a few places
334
335         * shell/ev-view.c: (expose_bin_window):
336
337         Set the offsets so that the document is ever centered
338
339 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
340
341         * TODO: Added TODO items and finished off the first todo item
342
343         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
344         reflect current authors
345
346 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
347
348         * pdf/xpdf/pdf-document.cc:
349         * shell/ev-view.c: (ev_view_set_cursor),
350         (ev_view_motion_notify_event), (document_changed_callback),
351         (set_document_page):
352
353         Show a wait cursor while the page is rendering
354
355 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
356
357         * shell/ev-sidebar-thumbnails.c:
358         (ev_sidebar_tree_selection_changed),
359         (ev_sidebar_thumbnails_select_page):
360         * shell/ev-sidebar-thumbnails.h:
361         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
362         (ev_view_can_go_forward):
363         * shell/ev-window.c: (ev_window_open_page),
364         (ev_window_setup_document), (update_current_page),
365         (view_page_changed_cb), (ev_window_init):
366         * shell/ev-window.h:
367
368         Ensure thumbnails selection, toolbar page control and
369         current page are in sync.
370
371 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
372
373         * pdf/xpdf/XRef.cc:
374
375         Fix CAN-2005-0064
376
377 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
378
379         * backend/Makefile.am:
380         * backend/ev-document-links.h:
381         * backend/ev-document-security.c: (ev_document_security_get_type),
382         (ev_document_security_has_document_security),
383         (ev_document_security_set_password):
384         * backend/ev-document-security.h:
385         * backend/ev-document.c: (ev_document_error_quark):
386         * backend/ev-document.h:
387         * data/Makefile.am:
388         * data/evince-password.glade:
389         * pdf/xpdf/pdf-document.cc:
390         * shell/Makefile.am:
391         * shell/ev-password.c: (ev_password_set_bad_password_label),
392         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
393         (ev_password_dialog_get_password),
394         (ev_password_dialog_set_bad_pass):
395         * shell/ev-password.h:
396         * shell/ev-window.c: (ev_window_get_attribute),
397         (ev_window_set_property), (update_action_sensitivity),
398         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
399         (ev_window_setup_document), (ev_window_get_password),
400         (ev_window_open), (ev_window_cmd_save_as),
401         (using_postscript_printer), (ev_window_print),
402         (find_not_supported_dialog), (ev_window_cmd_edit_find),
403         (update_fullscreen_popup), (ev_window_fullscreen),
404         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
405         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
406         (menu_item_select_cb), (find_bar_search_changed_cb),
407         (ev_window_dispose), (ev_window_init):
408
409         Add initial support for password-supported dialogs.  This could be
410         a lot cooler, but it'll do for now.
411
412 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
413
414         * pdf/xpdf/pdf-document.cc:
415         * shell/ev-view.c: (status_message_from_link),
416         (ev_view_set_status), (ev_view_set_cursor),
417         (ev_view_motion_notify_event), (ev_view_init):
418         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
419
420         Fix bugs in the links implementation and change cursor
421         when hovering a link.
422
423 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
424
425         * viewer/.cvsignore: added cvsignore file for viewer directory
426
427         * TODO: created TODO document
428
429 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
430
431         * shell/ev-view.h:
432         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
433         new functions to help with implementation of sensitivity code
434         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
435         of all actions that might require it.  Fixes a crash when you
436         click on the Zoom actions in a window lacking a document.
437
438 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
439
440         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
441         of the Find action
442
443 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
444
445         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
446         (pixbuf_document_document_iface_init):
447         * ps/ps-document.c: (ps_document_get_link),
448         (ps_document_document_iface_init):
449         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
450         (status_message_from_link), (ev_view_set_status),
451         (ev_view_set_find_status), (ev_view_motion_notify_event),
452         (ev_view_button_release_event), (ev_view_set_property),
453         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
454         (ev_view_get_find_status_message), (update_find_results),
455         (ev_view_get_status), (ev_view_get_find_status):
456         * shell/ev-view.h:
457         * shell/ev-window.c: (view_status_changed_cb),
458         (view_find_status_changed_cb), (ev_window_init):
459
460         View status message support, use it to show the links.
461         Needs work...
462
463 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
464
465         * backend/ev-document.c: (ev_document_get_link):
466         * backend/ev-document.h:
467         * pdf/xpdf/pdf-document.cc:
468         * shell/ev-application.c: (ev_application_open):
469         * shell/ev-application.h:
470         * shell/ev-sidebar-links.c: (selection_changed_cb):
471         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
472         (ev_view_go_to_link):
473
474         Add support for document links
475
476 2005-01-13  Anders Carlsson  <andersca@gnome.org>
477
478         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
479         (create_tool_item):
480         Set the spin button limits correctly.
481         
482         * shell/ev-sidebar-thumbnails.c:
483         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
484         Support changing pages by clicking on the thumbnails.
485         
486 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
487
488         * pixbuf/pixbuf-document.c:
489         (pixbuf_document_thumbnails_get_dimensions),
490         (pixbuf_document_document_thumbnails_iface_init):
491
492         implement get_dimensions
493
494 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
495
496         * ps/ps-document.c: (ps_document_goto_page):
497
498         Fix page switching on multipage documents
499
500 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
501
502         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
503         
504         check for NULL before assigning to width and height parameters
505
506 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
507
508         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
509         (pixbuf_document_set_property), (pixbuf_document_get_property):
510
511         implement get/set properties
512
513 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
514
515         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
516         
517         return NULL instead of "Unknown", letting the title get set to
518         the filename when the pdf has no title.
519
520 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
521
522         * ps/ps-document.c: (ps_document_get_page_count),
523         (ps_document_goto_page):
524
525 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
526
527         * shell/ev-history.c: (ev_history_get_property),
528         (ev_history_set_property), (ev_history_class_init),
529         (ev_history_add_page), (ev_history_set_current_index):
530         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
531         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
532         (ev_navigation_action_finalize):
533         * shell/ev-navigation-action.h:
534         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
535         (ev_view_go_forward), (ev_view_get_find_status_message),
536         (history_index_changed_cb), (ev_view_set_history):
537         * shell/ev-view.h:
538         * shell/ev-window.c: (update_total_pages), (ev_window_open),
539         (update_current_page), (register_custom_actions):
540
541         Implement history dropdowns
542
543 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
544
545         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
546         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
547         (ev_view_go_forward):
548         * shell/ev-window.c: (register_custom_actions):
549
550         Fix several history bugs
551
552 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
553
554         * configure.ac: Add «nb» to ALL_LINGUAS.
555
556 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
557
558         * backend/Makefile.am:
559         * backend/ev-bookmark.c:
560         * backend/ev-bookmark.h:
561         * backend/ev-document-bookmarks.c:
562         * backend/ev-document-bookmarks.h:
563         * backend/ev-document-links.c: (ev_document_links_get_type),
564         (ev_document_links_has_document_links),
565         (ev_document_links_begin_read), (ev_document_links_get_link),
566         (ev_document_links_get_child), (ev_document_links_next),
567         (ev_document_links_free_iter):
568         * backend/ev-document-links.h:
569         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
570         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
571         (ev_link_get_link_type), (ev_link_set_link_type),
572         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
573         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
574         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
575         (ev_link_new_external):
576         * backend/ev-link.h:
577         * pdf/xpdf/pdf-document.cc:
578         * shell/Makefile.am:
579         * shell/ev-application.c: (ev_application_open_link):
580         * shell/ev-application.h:
581         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
582         (ev_history_get_link_nth):
583         * shell/ev-history.h:
584         * shell/ev-sidebar-bookmarks.c:
585         * shell/ev-sidebar-bookmarks.h:
586         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
587         (ev_sidebar_links_class_init), (selection_changed_cb),
588         (ev_sidebar_links_construct), (ev_sidebar_links_init),
589         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
590         (do_one_iteration), (populate_links_idle),
591         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
592         * shell/ev-sidebar-links.h:
593         * shell/ev-sidebar.c: (ev_sidebar_set_document):
594         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
595         (go_to_index):
596         * shell/ev-view.h:
597         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
598         * shell/ev-window.h:
599
600         Rename bookmark to link, and use "Index" for the sidebar panel.
601
602 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
603
604         * shell/Makefile.am:
605         * shell/ev-application.c: (ev_application_open_bookmark):
606         * shell/ev-application.h:
607         * shell/ev-history.c: (ev_history_init), (free_links_list),
608         (ev_history_finalize), (ev_history_class_init),
609         (ev_history_add_link), (ev_history_add_page),
610         (ev_history_get_link_nth), (ev_history_get_n_links),
611         (ev_history_get_current_index), (ev_history_set_current_index),
612         (ev_history_new):
613         * shell/ev-history.h:
614         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
615         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
616         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
617         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
618         (ev_view_set_page):
619         * shell/ev-view.h:
620         * shell/ev-window.c: (ev_window_open_bookmark),
621         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
622         (goto_page_cb), (register_custom_actions):
623         * shell/ev-window.h:
624
625         Initial history implementation. Needs work.
626
627 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
628
629         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
630
631 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
632
633         * cut-n-paste/recent-files/egg-recent-item.c:
634         * cut-n-paste/recent-files/egg-recent-item.h:
635         * cut-n-paste/recent-files/egg-recent-model.c:
636         * cut-n-paste/recent-files/egg-recent-util.c:
637         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
638         * cut-n-paste/recent-files/egg-recent-view.c:
639
640         Update
641
642 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
643
644         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
645         (fillGlyph, fillImageMask, drawImage):
646         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
647         pdf/splash/SplashTypes.h:
648         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
649         packed mode for Splash.
650
651         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
652         RGB8 packed mode, eliminates the pixbuf data creation loop.
653
654         * shell/ev-print-job.c (ev_print_job_finalize)
655         (ev_print_job_set_property, ev_print_job_get_property)
656         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
657         (ev_print_job_use_print_dialog_settings, idle_print_handler)
658         (print_closure_finalize, ev_print_job_print): implement
659         printing (for backends with EvPsExporter)
660
661         * shell/ev_print_job.h: update prototypes.
662
663         * shell/ev-window.c (ev_window_print): unref print job after
664         printing.
665
666         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
667         unless the document implements the EvDocumentFind interface.
668
669 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
670
671         * configure.ac: Added ja to ALL_LINGUAS.
672
673 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
674
675         * pdf/xpdf/pdf-document.cc:
676
677         add a FIXME. We should probably not allocate
678         a bookmark object every time
679
680 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
681
682         * shell/ev-application.c: (ev_application_open),
683         (ev_application_open_bookmark):
684         * shell/ev-application.h:
685         
686         Add a way to open bookmarks
687
688         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
689         (ev_bookmark_set_uri), (ev_bookmark_get_property),
690         (ev_bookmark_set_property), (ev_bookmark_class_init),
691         (ev_bookmark_new_title), (ev_bookmark_new_link),
692         (ev_bookmark_new_external):
693
694         Support for external uris, better constructors.
695
696         * backend/ev-bookmark.h:
697         * pdf/xpdf/pdf-document.cc:
698         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
699
700         Handle external uris
701
702 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
703
704         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
705         (ev_sidebar_bookmarks_construct), (do_one_iteration):
706
707         Hook up bookmarks navigation
708
709 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
710
711         * backend/Makefile.am:
712         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
713         (ev_bookmark_get_title), (ev_bookmark_set_title),
714         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
715         (ev_bookmark_get_page), (ev_bookmark_set_page),
716         (ev_bookmark_get_property), (ev_bookmark_set_property),
717         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
718         (ev_bookmark_new):
719         * backend/ev-bookmark.h:
720         * backend/ev-document-bookmarks.c:
721         (ev_document_bookmarks_get_bookmark):
722         * backend/ev-document-bookmarks.h:
723         * pdf/xpdf/pdf-document.cc:
724         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
725
726         Add a bookmark object to the backend and use it instead of get_values
727
728 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
729
730         * data/evince-ui.xml:
731
732         Cleanup and add select all.
733
734         * shell/ev-view.c: (ev_view_select_all),
735         (ev_view_button_press_event):
736         * shell/ev-view.h:
737         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
738
739         Add select all.
740         Clear selection on click.
741
742 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
743
744         * shell/ev-sidebar-thumbnails.c
745         (ev_sidebar_thumbnails_set_document): forgot to unref the
746         loading_icon.
747
748 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
749
750         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
751         at the visible page, not just linearly.  This makes it look fast.
752
753 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
754
755         * backend/ev-document-misc.c
756         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
757         white.
758         * backend/ev-document-thumbnails.h: New interface to get the size
759         of a page.
760
761 2005-01-06  Jeremy Katz  <katzj@redhat.com>
762
763         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
764         make dist works
765
766 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
767
768         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
769         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
770         things up a bit.
771
772         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
773
774 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
775
776         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
777         fonts. Should fix font problems on systems that have the base
778         fonts in bitmap format. Reported by James Henstridge
779         <james@jamesh.id.au>.
780
781 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
782
783         * pdf/xpdf/Gfx.cc:
784         * pdf/xpdf/GfxState.cc:
785
786         Fix for CAN-2004-1125
787
788 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
789
790         * shell/ev-view.c: (ev_view_copy):
791         * shell/ev-view.h:
792         * shell/ev-window.c: (ev_window_cmd_edit_copy):
793
794         Implement Edit->Copy
795
796 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
797
798         * backend/ev-document.c: (ev_document_get_text):
799         * backend/ev-document.h:
800         * pdf/xpdf/pdf-document.cc:
801         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
802         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
803         (ev_view_update_primary_selection), (ev_view_button_press_event),
804         (ev_view_motion_notify_event), (ev_view_button_release_event):
805
806         Beginnings of clipboard support. Incomplete but primary sort
807         of work.
808
809 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
810
811         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
812         (expose_bin_window):
813
814         Nicer rubberband drawing, from GtkIconView.
815
816 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
817
818         * backend/ev-document.c: (ev_document_save):
819         * backend/ev-document.h:
820         * data/evince-ui.xml:
821         * pdf/xpdf/pdf-document.cc:
822         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
823
824         Implement "Save a copy..." menu item
825
826 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
827
828         * shell/ev-view.c: (ev_view_zoom):
829
830         Queue a resize when zoom changes
831
832 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
833
834         * backend/ev-document-misc.[ch]: New misc file to do simple drop
835         shadows.
836
837         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
838         thumbnails..
839
840 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
841
842         * pdf/xpdf/pdf-document.cc
843         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
844
845 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
846
847         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
848         It's slow, but I'll speed it up next!
849
850 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
851
852         * shell/main.c (load_files):
853
854         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
855         from the command line and because it seems more appropriate.
856
857 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
858
859         * data/evince-ui.xml:
860         * shell/ev-window.c: (update_action_sensitivity),
861         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
862
863         s/next page/page down
864         s/previous page/page up
865
866 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
867
868         * data/evince-ui.xml:
869
870         Change the layout to match clarkbw design.
871
872         * shell/Makefile.am:
873         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
874         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
875         (ev_navigation_action_finalize),
876         (ev_navigation_action_set_property),
877         (ev_navigation_action_get_property),
878         (ev_navigation_action_class_init):
879         * shell/ev-navigation-action.h:
880
881         Implement clarkbw toolbar navigation controls (incomplete)
882
883         * shell/ev-page-action.c: (update_label), (update_spin),
884         (value_changed_cb), (create_tool_item), (connect_proxy),
885         (ev_page_action_init), (ev_page_action_finalize),
886         (ev_page_action_set_property), (ev_page_action_get_property),
887         (ev_page_action_set_current_page),
888         (ev_page_action_set_total_pages), (ev_page_action_class_init):
889         * shell/ev-page-action.h:
890
891         Implement a page switcher in the toolbar
892
893         * shell/ev-view.c: (ev_view_scroll_view):
894         * shell/ev-window.c: (update_total_pages), (ev_window_open),
895         (update_current_page), (view_page_changed_cb), (goto_page_cb),
896         (register_custom_actions), (ev_window_init):
897
898         Change page on PageUp/Down.
899
900 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
901
902         * pdf/xpdf/pdf-document.cc
903         (pdf_document_thumbnails_get_thumbnail): initial stab at
904         implementing thumbnail support for pdfs.  It only does documents
905         with precached pdfs now.
906
907 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
908
909         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
910         thumbnail code into a time-based idle as well.  Also, turn off the
911         shadow temporarily as it's really slow.
912
913 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
914
915         * backend/ev-document.c: (ev_document_class_init):
916         * pdf/xpdf/pdf-document.cc:
917         * shell/ev-window.c: (ev_window_open):
918
919         Fix document title bugs and fallback to
920         filename when not available.
921
922 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
923
924         * backend/ev-document.c: (ev_document_get_type),
925         (ev_document_class_init), (ev_document_load),
926         (ev_document_get_title):
927         * backend/ev-document.h:
928         * pdf/xpdf/pdf-document.cc:
929         * ps/ps-document.c: (ps_document_set_property),
930         (ps_document_get_property), (ps_document_class_init),
931         (document_load):
932         * ps/ps-document.h:
933         * ps/ps.h:
934         * shell/ev-window.c: (update_window_title), (ev_window_open),
935         (ev_window_init):
936
937         Initial support for document title. Not working yet.
938
939 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
940
941         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
942
943         Grab focus on the view when clicking it
944
945 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
946
947         * shell/ev-marshal.list:
948         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
949         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
950
951         Add key bindings to the view. Now if the focus would work
952         right...
953
954 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
955
956         * Makefile.am:
957         * backend/Makefile.am:
958         * data/Makefile.am:
959         * dvi/Makefile.am:
960         * dvi/dvilib/Makefile.am:
961         * pdf/xpdf/Makefile.am:
962         * po/POTFILES.in:
963         * ps/Makefile.am:
964
965         Fix distcheck
966
967 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
968
969         * shell/ev-view.c: (ev_view_realize):
970
971         Fix mouse wheel scrolling
972
973 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
974
975         * ps/Makefile.am:
976         * ps/gstypes.h:
977         * ps/gtkgs.c:
978         * ps/gtkgs.h:
979         * ps/ps-document.c: (catchPipe), (ps_document_init),
980         (ps_document_class_init), (ps_document_cleanup),
981         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
982         (set_up_page), (close_pipe), (is_interpreter_ready),
983         (interpreter_failed), (output), (input), (start_interpreter),
984         (stop_interpreter), (file_length), (file_readable),
985         (check_filecompressed), (check_pdf), (compute_xdpi),
986         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
987         (ps_document_get_type), (ps_document_emit_error_msg),
988         (document_load), (ps_document_next_page),
989         (ps_document_get_current_page), (ps_document_get_page_count),
990         (ps_document_goto_page), (ps_document_set_page_size),
991         (ps_document_zoom_to_fit), (ps_document_set_zoom),
992         (ps_document_load), (ps_document_get_n_pages),
993         (ps_document_set_page), (ps_document_get_page),
994         (ps_document_widget_event), (ps_document_set_target),
995         (ps_document_set_scale), (ps_document_set_page_offset),
996         (ps_document_get_page_size), (ps_document_render),
997         (ps_document_document_iface_init):
998         * ps/ps-document.h:
999         * ps/ps.c:
1000         * shell/ev-window.c: (ev_window_open):
1001
1002         Rename GtkGS to PSDocument
1003
1004 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1005
1006         * ps/gtkgs.c: (gtk_gs_class_init):
1007         * ps/gtkgs.h:
1008
1009         Some more leftover...
1010
1011 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1012
1013         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
1014         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
1015         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
1016         * ps/gtkgs.h:
1017
1018         Remove unused code and make a lot of stuff private
1019
1020 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1021
1022         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
1023         (gtk_gs_defaults_changed):
1024         * ps/gsdefaults.h:
1025         * ps/gtkgs.c:
1026         * ps/gtkgs.h:
1027         * ps/ps.h:
1028
1029         Cleanup headers dependencies
1030
1031 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
1032
1033         * ps/Makefile.am:
1034         * ps/ggvutils.c:
1035         * ps/ggvutils.h:
1036         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1037         * ps/gsdefaults.h:
1038         * ps/gtkgs.c: (file_length), (file_readable),
1039         (check_filecompressed), (check_pdf), (gtk_gs_load),
1040         (gtk_gs_get_postscript):
1041
1042         Get rid of ggvutils
1043
1044 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
1045
1046         * ps/ggvutils.c:
1047         * ps/ggvutils.h:
1048         * ps/gsio.h:
1049         * ps/gtkgs.c: (gtk_gs_set_zoom):
1050
1051         Cleanups
1052
1053 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
1054
1055         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
1056
1057         Ensure the page is rerendered when changing zoom
1058
1059 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
1060
1061         * backend/ev-document.c: (ev_document_base_init),
1062         (ev_document_changed):
1063         * backend/ev-document.h:
1064
1065         Add a changed event that is emitted when the page content
1066         changes. This is necessary to deal with the fact that
1067         in ps backend rendering happen asycrounously.
1068         This makes the ps backend mostly work.
1069
1070         * pdf/xpdf/pdf-document.cc:
1071
1072         Emit changed event
1073
1074         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
1075         (ps_document_set_target):
1076
1077         Emit changed event
1078
1079         * shell/ev-view.c: (document_changed_callback),
1080         (ev_view_set_document), (ev_view_set_page):
1081
1082         Redraw on the changed signal
1083
1084 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
1085
1086         * configure.ac: Added pt_BR to ALL_LINGUAS.
1087
1088 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
1089
1090         * backend/ev-document-bookmarks.c:
1091         (ev_document_bookmarks_get_child): *
1092         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
1093         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
1094         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
1095         (ev_sidebar_bookmarks_destroy),
1096         (ev_sidebar_bookmarks_class_init),
1097         (ev_sidebar_bookmarks_construct), (stack_data_free),
1098         (do_one_iteration), (populate_bookmarks_idle),
1099         (ev_sidebar_bookmarks_clear_document),
1100         (ev_sidebar_bookmarks_set_document): *
1101         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
1102         (ev_sidebar_add_page),
1103         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
1104         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
1105         it displays both the topics and the page numbers.
1106
1107 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
1108
1109         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
1110         toggle.
1111         * shell/ev-window.c (toggle_entries): Set sidebar default value to
1112         visible.
1113
1114 2004-12-23  Adam Weinberger  <adamw@gnome.org>
1115
1116         * configure.ac: Added en_CA to ALL_LINGUAS.
1117
1118 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
1119
1120         * ChangeLog: replace bottom of this ChangeLog (merged history of
1121         ggv and gpdf; where all paths were wrong and most of the files are
1122         not even in this tree) with ChangeLog (from arch) of the shell
1123         code.
1124
1125 2004-12-23  Havoc Pennington  <hp@redhat.com>
1126
1127         * shell/ev-window.c: hook up potentially-questionable "find
1128         results status text" feature - something involving the sidebar or
1129         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
1130         might be better in the end.
1131
1132         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
1133         with corresponding signal when it should be updated
1134
1135         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
1136
1137 2004-12-22  Havoc Pennington  <hp@redhat.com>
1138
1139         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
1140         find stuff on other pages, sort of (only returns one result on
1141         invisible pages, to show they have results; updates full results
1142         for a page when you view it). Currently repaints the current page
1143         every time a new result is found on any page, which isn't so nice.
1144
1145 2004-12-22  Havoc Pennington  <hp@redhat.com>
1146
1147         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
1148         the document doesn't support find (better ideas?)
1149         (find_bar_search_changed_cb): handle missing document or document
1150         that doesn't support find
1151
1152         * pdf/xpdf/pdf-document.cc: port to implement the new
1153         EvDocumentFindIface
1154
1155         * backend/ev-document-find.c: create a new interface for searching
1156
1157         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
1158
1159 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
1160
1161         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
1162         libevbackend.la.
1163
1164         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
1165         EvPrintJob constructor arguments.
1166
1167         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
1168         for documents that can export PostScript (page by page).
1169
1170         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
1171         
1172         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
1173         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
1174         (pdf_document_ps_exporter_iface_init:
1175         Implement EvPSExporter.
1176
1177         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
1178
1179 2004-12-22  Anders Carlsson  <andersca@gnome.org>
1180
1181         * backend/Makefile.am:
1182         * backend/ev-document-thumbnails.c:
1183         (ev_document_thumbnails_get_type),
1184         (ev_document_thumbnails_get_thumbnail):
1185         * backend/ev-document-thumbnails.h:
1186         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
1187         (pixbuf_document_thumbnails_get_thumbnail),
1188         (pixbuf_document_document_thumbnails_iface_init):
1189         * shell/Makefile.am:
1190         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
1191         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
1192         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
1193         * shell/ev-sidebar-thumbnails.h:
1194         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
1195         (ev_sidebar_set_document):
1196         * shell/ev-utils.c: (gaussian), (create_blur_filter),
1197         (create_shadow), (ev_pixbuf_add_shadow):
1198         * shell/ev-utils.h:
1199         Add thumbnail support.
1200         
1201 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
1202
1203         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
1204         (using_postscript_printer): Set up a print dialog for "PostScript
1205         injection" method.
1206
1207         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
1208         EvPrintJob.
1209
1210         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
1211
1212 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
1213
1214         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
1215         (ps_document_set_target), (ps_document_get_page_size),
1216         (ps_document_render):
1217         * ps/gtkgs.h:
1218
1219         Fix a few bugs
1220
1221 2004-12-22  Christian Rose  <menthos@menthos.com>
1222
1223         * configure.ac: Added "sv" to ALL_LINGUAS.
1224
1225 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
1226
1227         * backend/ev-document-bookmarks.[ch]: new interface to indicate
1228         document supports bookmarks.
1229
1230 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
1231
1232         * ps/ggvutils.c: (ggv_file_readable):
1233         * ps/ggvutils.h:
1234         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
1235         (gtk_gs_get_postscript):
1236
1237         Remove unused utils
1238
1239 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
1240
1241         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
1242         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
1243         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
1244         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
1245         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
1246         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
1247         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
1248         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
1249         (gtk_gs_set_antialiasing), (ps_document_load),
1250         (ps_document_render):
1251         * ps/gtkgs.h:
1252
1253         Another check point for the ps backend. Now I can get it to show
1254         pages!
1255
1256 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
1257
1258         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
1259         document setting code.
1260
1261 2004-12-22  Anders Carlsson  <andersca@gnome.org>
1262
1263         * shell/eggfindbar.c: (entry_activate_callback):
1264         Animate the next button when activate is pressed.
1265         
1266 2004-12-22  Anders Carlsson  <andersca@gnome.org>
1267
1268         * shell/ev-window.c: (ev_window_cmd_edit_find),
1269         (update_fullscreen_popup), (ev_window_fullscreen),
1270         (ev_window_unfullscreen), (ev_window_state_event_cb),
1271         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
1272         Fix bugs in fullscreen code.
1273         
1274 2004-12-22  Anders Carlsson  <andersca@gnome.org>
1275
1276         * Makefile.am:
1277         * configure.ac:
1278         * pixbuf/Makefile.am:
1279         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
1280         (pixbuf_document_load), (pixbuf_document_get_n_pages),
1281         (pixbuf_document_set_page), (pixbuf_document_get_page),
1282         (pixbuf_document_set_target), (pixbuf_document_set_scale),
1283         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
1284         (pixbuf_document_render), (pixbuf_document_begin_find),
1285         (pixbuf_document_end_find), (pixbuf_document_finalize),
1286         (pixbuf_document_class_init),
1287         (pixbuf_document_document_iface_init), (pixbuf_document_init):
1288         * pixbuf/pixbuf-document.h:
1289         * shell/Makefile.am:
1290         * shell/ev-application.c: (ev_application_open):
1291         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
1292         (ev_window_open):
1293         Add pixbuf backend.
1294         
1295 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
1296
1297         * Makefile.am: 
1298         * dvi/dvilib/Makefile.am:
1299         * dvi/Makefile.am:
1300         * configure.ac: Auto*ify dvi and dvi/dvilib
1301
1302         * dvi/Makefile: Remove from CVS
1303         
1304         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
1305         confusion.
1306
1307         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
1308         
1309         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
1310         
1311 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
1312
1313         * ps/Makefile.am:
1314         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
1315         (gtk_gs_value_adjustment_changed), (compute_size),
1316         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
1317         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
1318         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
1319         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
1320         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
1321         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
1322         (ps_document_load), (ps_document_get_n_pages),
1323         (ps_document_set_page), (ps_document_get_page),
1324         (ps_document_set_target), (ps_document_set_scale),
1325         (ps_document_set_page_offset), (ps_document_get_page_size),
1326         (ps_document_render), (ps_document_begin_find),
1327         (ps_document_end_find), (ps_document_document_iface_init):
1328         * ps/gtkgs.h:
1329         * shell/Makefile.am:
1330         * shell/ev-window.c: (ev_window_open):
1331
1332         Some work to integrate gtkgs with EvDocument
1333
1334 2004-12-22  Anders Carlsson  <andersca@gnome.org>
1335
1336         * shell/ev-window.c: (update_fullscreen_popup),
1337         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
1338         (exit_fullscreen_button_clicked_cb),
1339         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
1340         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
1341         (ev_window_state_event_cb), (ev_window_init):
1342         Add fullscreen support from Epiphany.
1343         
1344 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
1345
1346         * data/ev-stock-zoom-fit-width.png: fit-width
1347         stock icon from gpdf.
1348         
1349         * shell/ev-stock-icons.[ch]: copied from gpdf.
1350         
1351         * shell/main.c: (main): init stock icons.
1352         
1353         * shell/ev-window.c: use the fit-width icon.
1354         
1355         * data/evince-ui.xml: add zooming toolbar items.
1356
1357 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
1358
1359         * shell/ev-view.c: 
1360         (ev_view_best_fit), (ev_view_fit_width): because
1361         get_page_size() returns the scaled page size, we
1362         need to calculate the scale factor relative to
1363         the previous scale factor. Should really just
1364         add get_real_page_size().
1365
1366 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
1367
1368         * shell/ev-view.[ch]:
1369         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
1370         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
1371         add zooming.
1372         
1373         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
1374         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
1375         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
1376         hook it up.
1377         
1378         * pdf/xpdf/pdf-document.cc:
1379         (pdf_document_begin_find),
1380         (pdf_document_end_find): make static.
1381
1382 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
1383
1384         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
1385
1386         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
1387         names to fontconfig patterns.
1388         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
1389
1390         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
1391         setupBaseFontsFc.
1392
1393 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
1394
1395         * Makefile.am:
1396         * configure.ac:
1397         * ps/Makefile.am:
1398         * ps/ggvutils.c:
1399         * ps/ggvutils.h:
1400         * ps/gsdefaults.c:
1401         * ps/gsdefaults.h:
1402         * ps/gsio.c:
1403         * ps/gsio.h:
1404         * ps/gtkgs.c:
1405         * ps/gtkgs.h:
1406         * ps/ps.c:
1407         * ps/ps.h:
1408
1409         Import ggv backend. Not hooked up yet.
1410
1411 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
1412
1413         * shell/main.c: (load_files), (main): load files
1414         from the command line.
1415
1416 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
1417
1418         * configure.ac: don't require bonobo.
1419         
1420         * cut-n-paste/recent-files/*: kill bonobo recent
1421         view.
1422
1423         * shell/ev-window.c:
1424         (ev_window_is_empty): upd.
1425         (unable_to_load), (ev_window_open): load backend
1426         based on the mime type.
1427
1428 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
1429
1430         * backend/.cvsignore: ignore generated marshalers source.
1431
1432         * shell/main.c (main): this is not epiphany.
1433
1434 2004-12-22  Havoc Pennington  <hp@redhat.com>
1435
1436         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
1437         (expose_bin_window): draw find highlights
1438
1439         * shell/ev-window.c (find_bar_search_changed_cb): implement 
1440         
1441         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
1442         (pdf_document_end_find): implement this interface
1443
1444         * backend/ev-document.c (ev_document_found): add this to emit
1445         signal
1446
1447 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
1448
1449         * data/evince-ui.xml: Add a few more toolbar items.
1450
1451         * shell/ev-window.c: Hook up page navigation toolbar 
1452         items.
1453
1454         * shell/ev-view.[ch]: add ev_view_set/get_page and 
1455         a page-changed signal.
1456
1457         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
1458         Add ev_document_get_page().
1459
1460         * shell/ev-window.c: Sensitize/desensitize navigation
1461         actions.
1462
1463 2004-12-21  Havoc Pennington  <hp@redhat.com>
1464
1465         * backend/ev-backend-marshal.c,
1466         backend/ev-backend-marshalers.list, backend/Makefile.am: add
1467         marshaler-generator thingy. I'm sure there's a better way to do
1468         this in the modern world.
1469
1470         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
1471         end_find methods and "found" signal.
1472
1473         * configure.ac: find glib-genmarshal
1474
1475 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
1476
1477         * shell/ev-sidebar.c: Construct an actual sidebar.
1478         * shell/ev-sidebar-bookmarks.[ch]:
1479         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
1480
1481 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
1482
1483         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
1484         Redo size handling.
1485         
1486         * shell/ev-view.c: Track the size from the document.
1487
1488 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
1489
1490         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
1491         constructor assumes ownership of the string passed in.
1492         
1493         * shell/ev-window.c (ev_window_open): Destroy the error
1494         dialog once we've displayed it.
1495
1496 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
1497
1498         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
1499         a bit, it works! (sort of)
1500
1501         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
1502         Move to .cc since we need to use C++ in the implementation.
1503
1504         * shell/dummy.cc: Add a CC file to force evince
1505         to be linked as a C++ program.
1506
1507 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
1508
1509         * shell/ev-view.[ch]: Start of content-area widget.
1510
1511         * shell/ev-window.c: Create a EvView, update it
1512         as we change documents.
1513
1514         * shell/Makefile.am shell/ev-marshal.list: Add
1515         generated marshalers.
1516
1517 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
1518
1519         * Makefile.am (SUBDIRS): move shell.
1520
1521 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
1522
1523         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
1524         .a to libtool convenience libraries.
1525
1526         * shell/ev-window.c (ev_window_open): Hard code loading
1527         a PDF document.
1528         
1529         * backend/ev-document.h: Add a boolean return to load(),
1530         fix GError * to GError **.
1531
1532         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
1533         object for a PDF backend EvDocument.
1534
1535 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
1536
1537         * dvi/*: New directory with the beginning of a .dvi backend.
1538
1539 2004-12-21  Havoc Pennington  <hp@redhat.com>
1540
1541         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
1542         previous/next instead of back/forward
1543
1544 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
1545
1546         * backend/ev-document.[ch]: Fix a couple of problems so
1547         it compile.
1548
1549 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
1550
1551         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
1552         to backend/ directory, rename EvViewer to EvDocument.
1553
1554 2004-12-21  Havoc Pennington  <hp@redhat.com>
1555
1556         * shell/ev-window.c: hook up the find bar widget; now we just need
1557         a document to find things in
1558
1559         * shell/eggfindbar.c: a find bar widget
1560
1561 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
1562
1563         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
1564
1565 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
1566
1567         * pdf/**: Import of xpdf code from gpdf. 
1568
1569         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
1570
1571         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
1572         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
1573         Fix FreeType includes.
1574
1575         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
1576         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
1577         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
1578         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
1579         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
1580         Include xpdfconfig.h
1581         
1582 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
1583
1584         * shell/ev-window.c (ev_window_dispose): dispose can be called
1585         multiple times.
1586
1587 2004-12-21  Havoc Pennington  <hp@redhat.com>
1588
1589         * shell/ev-window.c (ev_window_init): set title to Document Viewer
1590         rather than Evince
1591
1592         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
1593         items; really they should be synced with the strings, etc. from
1594         current gpdf, but just getting the boring typing out of the way 
1595
1596 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
1597
1598         * po/POTFILES.in:
1599         * shell/ev-application.c: (window_destroy_cb):
1600         * shell/ev-window.c:
1601         * shell/main.c: (main):
1602
1603         Actually show the window...
1604
1605 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
1606
1607         * Makefile.am:
1608         * shell/Makefile.am:
1609         * shell/ev-application.c: (ev_application_class_init):
1610         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
1611
1612         Make it build again
1613
1614 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
1615
1616         Import to gnome cvs.
1617         
1618         * Remove copies of gpdf and ggv trees.
1619         * Rip out all the recursive configure code.
1620         * Remove bonobo machinery.
1621         * viewer/*: GInterfaces that backends should/can implement.
1622
1623 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1624
1625         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
1626         typo
1627
1628 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1629
1630         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
1631         (ev_application_finalize, ev_application_class_init)
1632         (ev_application_init): use GType instance private data for priv.
1633     
1634         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
1635         (ev_window_finalize, ev_window_class_init)
1636         (ev_window_init): ditto.
1637
1638 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1639
1640         * shell/ev-application.c (ev_application_new_window): make public
1641         (ev_application_show_initial_window): kill.
1642     
1643         * shell/ev-application.h: update prototypes.
1644     
1645         * shell/main.cc (main): inline ev_application_show_initial_window.
1646
1647 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1648
1649         * shell/ev-application.c (ev_application_new_window): impl.
1650         (ev_application_show_initial_window): use it.
1651         (is_window_empty, ev_application_get_empty_window): returns an
1652         existing empty window or a new one.
1653         (ev_application_open): from ev_window_cmd_file_open.
1654     
1655         * shell/ev-application.h: update prototypes
1656     
1657         * shell/ev-window.c (ev_window_is_empty): impl.
1658         (ev_window_open): make public.
1659         (ev_window_cmd_file_open): use ev_application_open
1660     
1661         * shell/ev-window.h: update prototypes, remove unused.
1662
1663 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1664
1665         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
1666         move destroy handler out of here...
1667     
1668         * shell/ev-application.c, shell/ev-application.h: ...into this new
1669         class. Also handles initial window creation.
1670     
1671         * shell/main.cc (main): use EvApplication to create initial
1672         window.
1673
1674 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1675
1676         * Makefile.am (SUBDIRS): add cut-n-paste
1677     
1678         * cut-n-paste/Makefile.am: add
1679     
1680         * configure.ac: generate Makefiles in cut-n-paste
1681
1682 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1683
1684         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
1685         (ev_window_class_init): install ev_window_dispose.
1686
1687 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1688
1689         * shell/ev-window.h, shell/ev-window.c: replace gchar with
1690         char (gchar looks stupid).
1691
1692 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1693
1694         * po/de.po: updated German translation.
1695
1696 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1697
1698         * configure.ac: add more pkg-config library checks for gnome-vfs,
1699         bonobo etc.
1700     
1701         * gpdf/configure.in: temporarily disable libpaper
1702         checks. Otherwise I'd have to add the checks for the shell, too.
1703
1704 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1705
1706         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
1707         and * file filters to the file choose.
1708
1709 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1710
1711         * po/de.po: Updated German translation.
1712
1713 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1714
1715         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
1716
1717 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1718
1719         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
1720     
1721         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
1722         (ev_window_init): implement those menuitems.
1723
1724 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1725
1726         * data/evince-ui.xml: add a toolbar (with FileOpen action)
1727     
1728         * shell/ev-window.c (ev_window_init): use the toolbar.
1729
1730 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1731
1732         * shell/ev-window.c (ev_window_init): use menu translations
1733
1734 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1735
1736         * configure.ac: add "de" to ALL_LINGUAS.
1737     
1738         * po/de.po: add German translation.
1739
1740 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1741
1742         * Makefile.am (SUBDIRS): add po
1743     
1744         * configure.ac: check intltool, glib-gettext etc, generate
1745         po/Makefile.in
1746     
1747         * po, po/POTFILES.in, po/POTFILES.skip: new.
1748
1749 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1750
1751         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
1752         already use (#ifdef ENABLE_NLS)
1753     
1754         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
1755         pointer indirection thinko.
1756     
1757         * shell/main.c: include gi18n.h for bindtextdomain etc.
1758
1759 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1760
1761         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
1762         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
1763         tooltips for menu items in the statusbar.
1764
1765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1766
1767         * configure.ac, data/Makefile.am, shell/Makefile.am: use
1768         pkgdatadir drop UIDIR
1769
1770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1771
1772         * data/evince-ui.xml: Add File->Open menu item
1773     
1774         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
1775         chooser), hook it up in the ui manager.
1776
1777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1778
1779         * shell/ev-window.c: fix Help->About tooltip.
1780
1781 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
1782
1783         * configure.ac: set CFLAGS for libevprivate.
1784     
1785         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
1786         definitions, factory etc.
1787     
1788         * lib/Makefile.am: build libevprivate.a (only stock icon code).
1789     
1790         * shell/Makefile.am: link against libevprivate.a.
1791     
1792         * shell/ev-window.c (entries): add stock icon to Help->About.
1793     
1794         * shell/main.c (main): init stock icon code.
1795
1796 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1797
1798         * lib/recent-files: egg recent files code
1799     
1800         * lib/Makefile.am: add.
1801     
1802         * Makefile.am: add lib subdir.
1803     
1804         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
1805         set CFLAGS for recent-files.
1806
1807 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1808
1809         * configure.ac: disable -ansi and -pedantic gcc flags. They
1810         disable POSIX stuff in stdio.h, but egg-recent uses them.
1811
1812 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
1813
1814         * configure.ac: add --disable-deprecated flag (defaults to on in
1815         "cvs" builds).
1816     
1817         * shell/Makefile.am (INCLUDES): use it.
1818
1819 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1820
1821         * shell/main.c: add missing #include.
1822     
1823         * shell/ev-window.c: fix for pedantic gcc.
1824         (ev_window_cmd_help_about): split license into paragraphs for
1825         translators and pedantic compilers.
1826
1827 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1828
1829         * configure.ac: add more warning flags if compiling with gcc from
1830         cvs (or explicitly requested with --enable-more-warnings).
1831
1832 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1833
1834         * data/evince-ui.xml: add File and File->Close menu.
1835     
1836         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
1837         (ev_window_destroy): quit after destroy.
1838         (ev_window_class_init): override GtkObject::destroy.
1839         (entries): install close_window callback.
1840
1841 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1842
1843         * Makefile.am (SUBDIRS): add data subdir.
1844     
1845         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
1846         gtk+ 2.5.0 for GtkAboutDialog.
1847     
1848         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
1849         main window.
1850     
1851         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
1852     
1853         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
1854         manager.
1855         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
1856
1857 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1858
1859         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
1860
1861 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1862
1863         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
1864
1865 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1866
1867         * shell/*: Added shell directory boilerplate, build it.
1868
1869 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
1870
1871         * configure.ac, Makefile.am: Added top-level configure.ac and
1872         Makefile.am