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