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