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