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