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