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