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