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