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