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