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