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