]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Put back total number of pages as (1 of 1234)
[evince.git] / ChangeLog
1 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2
3         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
4         (create_tool_item):
5
6         Put back total number of pages as (1 of 1234)
7
8 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9
10         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11         remove the job.
12
13         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
14         function.  This helps debugging.
15
16 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * djvu/djvu-document.c: (djvu_document_class_init),
19         (djvu_document_get_info), (djvu_document_document_iface_init):
20         * dvi/dvi-document.c: (dvi_document_class_init),
21         (dvi_document_get_info), (dvi_document_document_iface_init):
22
23        Dummy implementation of get_info method for dvi and djvu. Fix
24        crashes with those backends
25
26 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
27
28         * data/evince.desktop.in:
29
30         Add application/x-gzpostscript
31
32 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
33
34         * data/evince.schemas.in: Added real long descriptions, 
35         closes bug 172496 
36
37         * README: Added actual text, closes bug 171869
38
39 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
40
41         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
42
43         Thumbnail page 0
44
45 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
46
47         * backend/ev-document-info.h:
48
49         s/GDate */GDate so we can just use g_free
50
51 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
52
53         * shell/ev-window.c: (update_document_mode),
54         (ev_window_setup_document):
55
56         Show the window in fullscreen when specified by
57         the document
58
59 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
60
61         * backend/ev-document.c: (ev_document_class_init),
62         (ev_document_get_info), (ev_document_render_pixbuf):
63         * backend/ev-document.h:
64         * backend/ev-page-cache.c: (_ev_page_cache_new):
65         * pdf/ev-poppler.cc:
66         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
67         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
68         * ps/ps-document.c: (ps_document_class_init), (document_load),
69         (ps_document_get_info), (ps_document_document_iface_init):
70
71         Remove get_title from the interface, we can just use document info
72
73 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
74
75         * backend/Makefile.am:
76         * backend/ev-document.c: (ev_document_render_get_info):
77         * backend/ev-document.h:
78         * pdf/ev-poppler.cc:
79
80         Initial support for document info. Based on jrb patch.
81
82 2005-04-19  Paolo Borelli <pborelli@katamail.com>
83
84         * shell/ev-window.c: (ev_window_state_event),
85         (ev_window_class_init), (ev_window_init):
86         
87         Doesn't show resize grip when maximized. See bug #301053
88
89 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
90
91         * po/POTFILES.in:
92         
93         ev-sidebar-thumbnails now has translatable labels
94         
95         * shell/Makefile.am:
96         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
97         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
98         (ev_sidebar_links_page_iface_init):
99         * shell/ev-sidebar-links.h:
100         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
101         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
102         (ev_sidebar_page_get_label):
103         * shell/ev-sidebar-page.h:
104         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
105         (ev_sidebar_thumbnails_set_document),
106         (ev_sidebar_thumbnails_support_document),
107         (ev_sidebar_thumbnails_get_label),
108         (ev_sidebar_thumbnails_page_iface_init):
109         * shell/ev-sidebar-thumbnails.h:
110         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
111         (ev_sidebar_set_document):
112         * shell/ev-sidebar.h:
113         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
114         
115         Small rework of sidebar code. Now sidebar pages should implement
116         EvSidebarPage interface. That makes page management in EvSidebar
117         easier. See bug #164811 for details
118
119 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
120
121         * shell/ev-application.c: (ev_application_open):
122         * shell/ev-document-types.c:
123         
124         Fix build error and small problem with application exit
125
126 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
127
128         * thumbnailer/Makefile.am:
129         * thumbnailer/evince-thumbnailer-djvu.schemas:
130         * thumbnailer/evince-thumbnailer-dvi.schemas:
131         
132         Conditionally install schemas for djvu/dvi thumbnailer
133
134 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
135
136         * shell/ev-document-types.h: 
137         * shell/ev-document-types.c: 
138         New files, handling the mapping from mimetypes to backends
139         
140         * shell/ev-window.c: 
141         * thumbnailer/evince-thumbnailer.c:     
142         Use the ev-document-types code
143         
144         * shell/Makefile.am: 
145         Added new convenience library libevbackendfactory_la, containing
146         the new mimetype->backend logic; moved the backends into it.
147
148         * thumbnailer/Makefile.am:
149         Make the thumbnailer link with the libevbackend.la convenience
150         library, rather than having a duplicate of the backend logic here.
151
152 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
153
154         * shell/ev-stock-icons.c: constify some vars.
155         * shell/ev-window.c: ditto.
156
157 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
158
159         * ps/ps-document.c (get_page_orientation):
160
161         Respect document orientation 
162
163 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
164
165         * djvu/Makefile.am:
166         * dvi/Makefile.am:
167         * shell/Makefile.am:
168         
169         Move library dependencies to components.
170         
171         * shell/ev-window.c: (update_window_title),
172         (start_loading_document):
173         
174         Fix display of uris with spaces. Bug 168358.
175
176 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
177
178         * shell/ev-sidebar-links.c: (selection_changed_cb):
179         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
180         (ev_view_button_release_event), (ev_view_set_document):
181         * shell/ev-view.h:
182         * shell/ev-window.c: (find_bar_search_changed_cb):
183         * shell/ev-window.h: Minor cleanups removing some dead code.
184
185 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
186
187         * backend/ev-page-cache.c: (_ev_page_cache_new):
188         
189         Set current page to 0 if document has pages.
190
191 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
192
193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
194
195         Initialize GError to NULL, fix a crash when loading fails.
196
197 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
198
199         * shell/ev-window.c: (update_view_size):
200
201         Calculate shadow size only when there is actually
202         a shadow.
203
204 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
205
206         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
207         * shell/ev-view.h:
208
209         Allow setting view spacing, default to 0
210
211         * shell/ev-window.c: (ev_window_unfullscreen),
212         (ev_window_cmd_view_fullscreen), (ev_window_init):
213
214         Remove spacing in fullscreen mode
215
216 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
217
218         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
219         (ev_view_size_request), (expose_bin_window),
220         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
221         * shell/ev-view.h:
222         * shell/ev-window.c: (ev_window_unfullscreen),
223         (ev_window_cmd_view_fullscreen):
224
225         Do not draw the border in fulscreen
226
227 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
228
229         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
230         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
231         (find_page_at_location), (page_changed_cb):
232
233         Rework border calculation, so that I can more easily disable it.
234         Code somewhat cleaner too.
235
236 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
237
238         * backend/ev-page-cache.c: (ev_page_cache_init),
239         (_ev_page_cache_new):
240
241         Remove some assertions, documents can have 0 pages.
242         Make initial current page -1.
243
244         * shell/ev-page-action.c: (page_changed_cb):
245
246         Show "" if current page is -1
247
248         * shell/ev-window.c: (update_action_sensitivity),
249         (ev_window_setup_document):
250
251         When document has 0 pages do not set the view
252         and make nearly everything insensitive.
253
254 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
255
256         * shell/ev-page-view.c:
257         * shell/ev-page-view.h:
258
259         Remove unused files.
260         
261         * shell/ev-sidebar-thumbnails.c:
262         (ev_sidebar_thumbnails_set_document):
263         * shell/ev-sidebar.c: (ev_sidebar_set_document),
264         (ev_sidebar_supports_document):
265         * shell/ev-sidebar.h:
266         * shell/ev-window.c: (ev_window_setup_document):
267         
268         Doesn't show thumbnails if document has 1 page. Make
269         sidebar menu entries sensitive only if if they have 
270         sense. Fix bug 164811. 
271
272 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
273
274         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
275         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
276         (ev_view_zoom_out), (ev_view_set_size):
277
278         Rework sizing to deal with documents with not uniform page
279         size.
280
281 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
282
283         * backend/ev-page-cache.c: (_ev_page_cache_new):
284
285         Fix several page size caching bugs
286
287 2005-04-15  Luca Ferretti <elle.uca@libero.it>
288
289         * shell/ev-window.c: (set_action_properties):
290
291         Make all toolbar items translatable
292
293 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
294
295         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
296         (save_page_list), (ps_document_save),
297         (ps_document_document_iface_init), (ps_document_ps_export_begin),
298         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
299         (ps_document_ps_exporter_iface_init):
300         * ps/ps-document.h:
301
302         Based on a patch by J�rg Billeter <j@bitron.ch>
303         
304         Implement print and save a copy for the ps backend.
305
306 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
307
308         * backend/ev-document.h:
309         * djvu/djvu-document.c: (djvu_document_can_get_text),
310         (djvu_document_document_iface_init):
311         * dvi/dvi-document.c: (dvi_document_can_get_text),
312         (dvi_document_document_iface_init):
313         * pdf/ev-poppler.cc:
314         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
315         (pixbuf_document_document_iface_init):
316         * ps/ps-document.c: (ps_document_can_get_text),
317         (ps_document_document_iface_init):
318         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
319         * shell/ev-window.c: (update_action_sensitivity):
320
321         Fix the crash when trying to copy in backends that doesnt
322         support it. We can implement a better solution once we
323         do real text selection.
324
325 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
326
327         * data/evince-ui.xml:
328         * shell/ev-window.c: (ev_window_cmd_escape):
329         
330         Work around the Escape conflict (find bar and unfullscreen)
331
332 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
333
334         * backend/ev-page-cache.c: (ev_page_cache_next_page):
335         
336         Fix for #300233. Next page correctly handles document end.
337         
338         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
339         (ev_sidebar_thumbnails_class_init),
340         (ev_sidebar_thumbnails_set_document),
341         (ev_sidebar_thumbnails_clear_job),
342         (ev_sidebar_thumbnails_clear_model):
343         
344         Cleanup thumbnail jobs on document changes.
345         
346         * shell/ev-view.c: (add_scroll_binding_keypad),
347         (add_scroll_binding_shifted), (ev_view_class_init):
348         
349         Shift + Space scrolls up. Fix for #173184
350         
351         * shell/ev-window.c: (ev_window_open_page),
352         (ev_window_cmd_view_reload):
353         
354         Fix reload (Bug #300094)
355
356 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
357
358         
359         * dvi/mdvi-lib/assoc.c:
360         * dvi/mdvi-lib/assoc.h: Removed garbage files
361         
362         * dvi/mdvi-lib/bitmap.c:
363         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
364         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
365         * dvi/mdvi-lib/color.h: Antialias of rules
366         
367         * dvi/mdvi-lib/common.h:
368         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
369         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
370         * dvi/mdvi-lib/files.c:
371         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
372         * dvi/mdvi-lib/mdvi.h:
373         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
374         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
375         * dvi/mdvi-lib/util.c: Fix compile warnings
376         
377         * dvi/dvi-document.c:
378         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
379         (dvi_document_thumbnails_get_thumbnail),
380         (dvi_document_document_thumbnails_iface_init):
381         * dvi/mdvi-lib/Makefile.am:
382         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
383         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
384         
385         Dvi backend now renders thumbnails
386
387 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
388
389         * shell/main.c: (main): 
390         
391         Save accelerators on exit. Fixes bug #172095.
392
393 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
394
395         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
396         update priority" comment.
397
398         * backend/ev-job-queue.c: Give a way to change priority.
399
400 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
401
402         * shell/ev-page-action.c: Fix logic.
403
404 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
405
406         * shell/ev-view.c: (ev_view_can_find_next):
407         * shell/ev-window.c: (ev_window_setup_document):
408
409         Check that the document supports find
410
411 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
412
413         * data/evince-ui.xml:
414         * shell/ev-view.c: (ev_view_can_find_next):
415         * shell/ev-view.h:
416         * shell/ev-window.c: (update_action_sensitivity),
417         (find_changed_cb), (ev_window_setup_document),
418         (ev_window_cmd_edit_find_next):
419
420         Add Edit->Find Next
421
422 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
423
424         * pdf/ev-poppler.cc:
425         * shell/ev-print-job.c: (idle_print_handler):
426
427         Make printing work again
428
429 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
430
431         * shell/ev-page-action.h:
432         * shell/ev-page-action.c: (ev_page_action_widget_init),
433         (ev_page_action_widget_class_init), (page_changed_cb),
434         (create_tool_item), (update_page_cache), (build_new_tree_cb),
435         (get_filter_model_from_model), (match_selected_cb),
436         (display_completion_text), (match_completion), (update_model),
437         (connect_proxy), (ev_page_action_set_property),
438         (ev_page_action_get_property), (ev_page_action_set_document),
439         (ev_page_action_set_model), (ev_page_action_class_init): Big
440         reworking to make completions work iff we have >= GTK-2.7.0
441                 
442         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
443         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
444         (job_finished_cb): We now have a 'model' property that is set when
445         the links are loaded.  This can be caught with "notify::model"
446
447         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
448         listen for the model to be set, and propagate it to the action.
449
450 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
451
452         * cut-n-paste/recent-files/egg-recent-item.c:
453         (egg_recent_item_set_uri), (make_valid_utf8),
454         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
455         * cut-n-paste/recent-files/egg-recent-item.h:
456         
457         Update egg-recent from libegg. This should fix long
458         startup problem. For details see
459         http://bugzilla.gnome.org/show_bug.cgi?id=160531
460
461 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
462
463         * cut-n-paste/recent-files/Makefile.am:
464         * data/evince-ui.xml, shell/Makefile.am:
465         * shell/ev-application.c, shell/ev-application.h:
466         * shell/ev-window.c: Recent files support.
467         
468         * configure.ac: Added "ru" to ALL_LINGUAS.
469         
470         * dvju: new backend to support DJVU files.
471         * dvi: new backend to support DVI.
472
473         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
474         * ev-application.c: Support for new backends.
475         
476         * help, ev-window.c, main.c shell/Makefile.am: 
477         Evince user documentation.
478
479 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
480
481         * po/POTFILES.in:
482         * shell/ev-window.c:
483         * thumbnailer/evince-thumbnailer.c:
484
485         s/pdf-document/ev-poppler
486
487 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
488
489         * NEWS:
490         * configure.ac:
491
492         Release 0.2.0
493
494         * ps/ps-document.c: (setup_pixmap):
495
496         Remove debug code
497
498 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
499
500         * backend/ev-page-cache.c (ev_page_cache_next_page): 
501         * shell/ev-window.c (ev_window_cmd_go_next_page) 
502         (ev_window_cmd_go_first_page): Fix of by one errors.
503
504 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
505
506         * ps/ps-document.c: (get_page_box):
507
508         Fix page size calculation
509
510 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
511
512         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
513         (ps_document_cleanup), (setup_pixmap), (get_page_box),
514         (get_page_orientation), (setup_page), (document_load),
515         (ps_document_get_page_size), (render_pixbuf_idle):
516         * ps/ps-document.h:
517
518         More refactoring to adapt to EvDocument changes
519
520 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
521
522         * ps/ps-document.c: (start_interpreter):
523
524         Actually add alpha args
525
526 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
527
528         * pdf/ev-poppler.cc:
529
530         Make clipboard work again
531
532 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
533
534         Make searching work again.
535         
536         * backend/ev-document.c:
537         * backend/ev-document.h:
538         * backend/ev-document-find.c:
539         * backend/ev-document-find.h: Change EvDocumentIface so we no
540         longer store the current page or zoom level in the document.  The
541         consequence is that all calls that operate on the current page now
542         instead take the page number as an extra argument, and all
543         coordinates are now doubles in document coordinate system.
544
545         * pdf/ev-poppler.cc:
546         * pixbuf/pixbuf-document.c:
547         * ps/ps-document.c: Update backends accordingly.
548
549 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
550
551         * autogen.sh:
552
553         Add required gettext version
554
555 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
556
557         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
558         make F1 bring up non-existent help.
559
560         * shell/eggfindbar.c: Patch from Christian Persch to sync to
561         epiphany's find bar, #167477
562
563         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
564         <emil@nishra.com> to add space-bar scrolling, 
565
566         * shell/ev-window.c (static GtkActionEntry entries): add default
567         keybinding for Help (F1)
568         Fixes #171068
569
570         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
571         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
572         170110
573
574 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
575
576         * Makefile.am: 
577         * pixbuf/pixbuf-document.c: 
578
579         Got pixbuf backend working again
580
581 2005-04-01  Steve Murphy  <murf@e-tools.com>
582
583         * configure.in: Added "rw" to ALL_LINGUAS.
584
585 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
586
587         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
588         model types, noticed by Martin Kretzschmar.
589
590 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
591
592         * pdf/ev-poppler.cc: Implement search based on
593         poppler_page_find_text().  Currently a bit crude since we remember
594         all matches from all pages.  Also, we grab the big document lock
595         when we search since searching changes the underlying stream and
596         thus conflicts with the rendering thread.
597         
598         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
599         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
600         (ev_view_find_previous): Fix some page indexes to be 0 based,
601         offset rubber band by view offset,
602
603 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
604
605         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
606
607 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
608
609         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
610         completely because I didn't understand GtkActions.  I should
611         read Marco's code more carefully in the future.
612
613         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
614         function
615
616 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
617
618         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
619         PopplerRectangle change from poppler CVS.
620
621 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
622
623         * backend/ev-document.c: (ev_document_get_page_label):
624         * backend/ev-document.h:
625         * backend/ev-page-cache.c: (_ev_page_cache_new),
626         (ev_page_cache_get_page_label):
627         * backend/ev-page-cache.h:
628         * pdf/ev-poppler.cc:
629         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
630         (links_page_num_func):
631         * shell/ev-sidebar-thumbnails.c:
632         (ev_sidebar_thumbnails_set_document):
633         * shell/ev-view.c: (status_message_from_link),
634         (ev_view_motion_notify_event):
635         * shell/ev-window.c: (document_supports_sidebar): Add in page
636         label support.  It's not perfect yet, but it's the first 'feature'
637         in a while.
638         Also, fix a bogus comment noticed by crispin. 
639
640 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
641
642         * Makefile.am: Remove pixbuf backend for now
643
644         * configure.ac: Require poppler-glib instead of just poppler.
645
646         * backend/ev-document-thumbnails.h: Add a comment
647
648         * backend/ev-document.h:
649         * backend/ev-document.c: (ev_document_class_init),
650         (ev_document_load), (ev_document_get_link),
651         (ev_document_get_links): Remove 3 methods and add get_links.
652         Also, made 0 based.
653
654         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
655         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
656
657         * backend/ev-link.c: (ev_link_set_title),
658         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
659         (ev_link_mapping_find):
660         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
661         
662         * backend/ev-page-cache.c: (ev_page_cache_init),
663         (_ev_page_cache_new), (ev_page_cache_set_current_page),
664         (ev_page_cache_get_size), (ev_page_cache_next_page),
665         (ev_page_cache_prev_page): Fix to be 0 based.
666
667         * pdf/Makefile.am: 
668         * pdf/ev-poppler.h:
669         * pdf/ev-poppler.cc: New backend.
670         
671         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
672         (ps_document_get_page), (ps_document_document_iface_init):
673
674         * shell/ev-pixbuf-cache.h:
675         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
676         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
677         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
678         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
679         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
680         Fix up code to grab a page cache per each doc.  Also, fix to be 0
681         based.
682         
683         * shell/ev-sidebar-thumbnails.c:
684         (ev_sidebar_tree_selection_changed), (page_changed_cb),
685         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
686
687         * shell/ev-view.c: (status_message_from_link),
688         (find_page_at_location), (get_link_at_location),
689         (ev_view_motion_notify_event), (ev_view_button_release_event),
690         (ev_view_init): Use the new link code.  Fix to be 0 based.
691
692         * shell/ev-window.c: (update_action_sensitivity),
693         (document_supports_sidebar): 0 based.
694
695 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
696
697         * pdf/pdf-document.cc: Patch from Fernando Herrera
698         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
699         *blush*
700
701 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
702
703         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
704         1 to the page, as this seems to be 1 based.  I thought we has this
705         fixed.  grump.
706
707 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
708
709         * TODO:
710         * backend/Makefile.am:
711         * backend/ev-document-links.c:
712         (ev_document_links_has_document_links),
713         (ev_document_links_get_links_model):
714         * backend/ev-document-links.h:
715         * backend/ev-document.c: (ev_document_get_page_cache),
716         (ev_document_get_doc_mutex), (ev_document_load),
717         (ev_document_save), (ev_document_get_title),
718         (ev_document_get_n_pages), (ev_document_set_page),
719         (ev_document_get_page), (ev_document_set_target),
720         (ev_document_set_scale), (ev_document_set_page_offset),
721         (ev_document_get_page_size), (ev_document_get_text),
722         (ev_document_get_link), (ev_document_render),
723         (ev_document_render_pixbuf), (ev_document_scale_changed):
724         * backend/ev-document.h:
725         * backend/ev-job-queue.c: (remove_object_from_queue),
726         (notify_finished), (handle_job), (search_for_jobs_unlocked),
727         (no_jobs_available_unlocked), (ev_render_thread),
728         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
729         (ev_job_queue_remove_job):
730         * backend/ev-job-queue.h:
731         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
732         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
733         (ev_job_links_class_init), (ev_job_render_init),
734         (ev_job_render_dispose), (ev_job_render_class_init),
735         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
736         (ev_job_thumbnail_class_init), (ev_job_finished),
737         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
738         (ev_job_render_run), (ev_job_thumbnail_new),
739         (ev_job_thumbnail_run):
740         * backend/ev-jobs.h:
741         * backend/ev-link.c:
742         * backend/ev-link.h:
743         * backend/ev-page-cache.c: (ev_page_cache_init),
744         (ev_page_cache_class_init), (ev_page_cache_finalize),
745         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
746         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
747         (ev_page_cache_set_link), (ev_page_cache_get_title),
748         (ev_page_cache_get_size), (ev_page_cache_next_page),
749         (ev_page_cache_prev_page):
750         * backend/ev-page-cache.h:
751         * pdf/pdf-document.cc:
752         * ps/gsdefaults.c:
753         * ps/gsdefaults.h:
754         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
755         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
756         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
757         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
758         (is_interpreter_ready), (output), (catchPipe), (input),
759         (start_interpreter), (check_filecompressed), (compute_dimensions),
760         (ps_document_enable_interpreter), (document_load),
761         (ps_document_next_page), (render_page), (ps_document_set_page),
762         (ps_document_set_scale), (render_pixbuf_idle),
763         (ps_document_render_pixbuf), (ps_document_document_iface_init):
764         * ps/ps-document.h:
765         * shell/Makefile.am:
766         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
767         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
768         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
769         (ev_pixbuf_cache_new), (job_finished_cb),
770         (check_job_size_and_unref), (move_one_job),
771         (ev_pixbuf_cache_update_range), (find_job_cache),
772         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
773         (ev_pixbuf_cache_add_jobs_if_needed),
774         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
775         * shell/ev-pixbuf-cache.h:
776         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
777         (idle_print_handler):
778         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
779         (selection_changed_cb), (create_loading_model),
780         (ev_sidebar_links_construct), (links_page_num_func),
781         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
782         (update_page_callback), (job_finished_cb),
783         (ev_sidebar_links_set_document):
784         * shell/ev-sidebar-thumbnails.c:
785         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
786         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
787         (page_changed_cb), (thumbnail_job_completed_callback),
788         (ev_sidebar_thumbnails_set_document):
789         * shell/ev-sidebar-thumbnails.h:
790         * shell/ev-sidebar.c: (ev_sidebar_set_document):
791         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
792         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
793         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
794         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
795         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
796         (ev_view_button_release_event), (ev_view_scroll_view),
797         (ev_view_class_init), (ev_view_init), (update_find_status_message),
798         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
799         (ev_view_new), (job_finished_cb), (page_changed_cb),
800         (ev_view_set_document), (go_to_link), (ev_view_zoom),
801         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
802         (ev_view_find_previous):
803         * shell/ev-view.h:
804         * shell/ev-window.c: (update_action_sensitivity),
805         (ev_window_open_page), (update_window_title), (update_total_pages),
806         (page_changed_cb), (ev_window_setup_document),
807         (password_dialog_response), (ev_window_cmd_save_as),
808         (ev_window_print), (ev_window_cmd_go_previous_page),
809         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
810         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
811         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
812         * shell/main.c: (main):
813
814         Merge evince-threads branch
815
816 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
817
818         * configure.ac: Added "lt" to ALL_LINGUAS.
819
820 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
821
822         * NEWS:
823         * configure.ac:
824
825         Release 0.1.9
826
827 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
828
829         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
830
831         Fix here also the thumbnails 1-basedness :)
832
833 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
834
835         * NEWS:
836         * configure.ac:
837
838         Release 0.1.8
839
840 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
841
842         * pdf/pdf-document.cc:
843         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
844         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
845
846         Fix the mess we did with thumbnails and 1-basedness
847
848 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
849
850         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
851
852 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
853
854         * NEWS:
855         * configure.ac:
856
857         Release 0.1.7
858
859 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
860
861         * ps/Makefile.am:
862         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
863         (gtk_gs_defaults_get_alpha_parameters),
864         (gtk_gs_defaults_get_ungzip_cmd),
865         (gtk_gs_defaults_get_unbzip2_cmd):
866         * ps/gsdefaults.h:
867         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
868         (ps_document_get_orientation), (document_load),
869         (ps_document_goto_page), (ps_document_set_page_size):
870         * ps/ps-document.h:
871
872         Some more sanitization of the ps backend. Remove a lot
873         of unused code and do not base our defaults on ggv
874         preferences (ugh!)
875
876 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
877
878         * thumbnailer/evince-thumbnailer.schemas:
879         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
880         (main): add -s option for thumbnail size.
881
882 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
883
884         * configure.ac:
885
886         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
887         remove it.
888
889 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
890
891         * pdf/pdf-document.cc:
892
893         Remove 4 pixels of useless border from the
894         thumbnail.
895
896 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
897
898         * backend/ev-document-thumbnails.c:
899         (ev_document_thumbnails_get_thumbnail):
900         * backend/ev-document-thumbnails.h:
901
902         Rework API a bit. Add a border flag and
903         change sizing logic (now the size we specify
904         applies to the bigger dimension).
905
906         * pdf/pdf-document.cc:
907         * pixbuf/pixbuf-document.c:
908         (pixbuf_document_thumbnails_get_thumbnail):
909         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
910         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
911
912         Adapt to the new API and do not draw a border for nautilus
913         thumbnailer.
914
915 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
916
917         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
918         take thumbnails from page "0" instead of "1". Added a copyright header.
919
920 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
921
922         * ps/ps-document.c: (set_up_page), (start_interpreter):
923
924         Make it C89 compliant
925
926 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
927
928         * Makefile.am:
929         * configure.ac:
930         * pdf/.cvsignore:
931         * pdf/pdf-document.cc:
932         * thumbnailer/Makefile.am:
933         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
934         (main):
935         * thumbnailer/evince-thumbnailer.schemas:
936         * thumbnailer/pdf-icon.png:
937
938         Add a nautilus thumbnailer.
939         Based on patch by Fernando Herrera <fherrera@onirica.com>.
940
941 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
942
943         * NEWS:
944         * configure.ac:
945         * po/POTFILES.in:
946
947         Release 0.1.6
948
949 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
950
951         Use poppler instead of including xpdf source code.  Poppler is a
952         fork of xpdf to build it as a shared library. See
953         http://freedesktop.org/wiki/Software/poppler.
954
955         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
956         xpdf fork.
957         
958         * pdf/Makefile.am: Build libpdfdocument.a here.
959         
960         * pdf/GDKSplashOutputDev.cc:
961         * pdf/GDKSplashOutputDev.h:
962         * pdf/GnomeVFSStream.cc:
963         * pdf/GnomeVFSStream.h:
964         * pdf-document.cc:
965         * pdf-document.h:
966         * test-gdk-output-dev.cc
967         * Thumb.cc:
968         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
969         against poppler.
970
971 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
972
973         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
974
975         Clear idle stack before unsetting the document
976
977 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
978
979         * ps/ps-document.c: (ps_document_widget_event),
980         (ps_document_set_target), (ps_document_finalize),
981         (ps_document_get_page):
982
983         Disconnect the widget event signal on finalize.
984         Some code cleanups.
985
986 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
987
988         * ps/ps-document.c: (set_up_page):
989
990         If there is no bpixmap create one, even if size
991         is not changed.
992
993 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
994
995         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
996         (set_up_page), (document_load), (ps_document_set_zoom):
997
998         Default page is 0. Calculate size even when we have no
999         target yet.
1000
1001 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
1002
1003         * shell/ev-sidebar.c: expand the selection widget to be always as
1004         wide as the sidebar
1005
1006 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1007
1008         * shell/ev-sidebar-thumbnails.c:
1009         (ev_sidebar_thumbnails_set_document):
1010
1011         Clear the list store when setting document
1012
1013 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1014
1015         * shell/ev-page-action.c: (update_entry), (sync_entry),
1016         (activate_cb), (entry_size_request_cb), (create_tool_item),
1017         (connect_proxy):
1018
1019         Use an entry for the page control instead of spinbuttons
1020
1021 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1022
1023         * data/evince.schemas.in:
1024
1025         Correct confusing string
1026
1027 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
1028
1029         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
1030         for real.  Gosh, how long has this been broken.
1031
1032         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
1033         check for a NULL link.  We crash otherwise.
1034
1035 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
1036
1037         * NEWS:
1038         * configure.ac:
1039
1040         Release 0.1.5
1041
1042 2005-02-25  Sebastien Bacher  <seb128@debian.org>
1043
1044         * configure.ac: add the french translation.
1045
1046 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1047
1048         * shell/ev-window.c:
1049
1050         Remove unused header -> fix distcheck
1051
1052 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1053
1054         * shell/ev-window.c: (update_window_title),
1055         (ev_window_popup_password_dialog):
1056
1057         Unescape filename for display
1058
1059 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1060
1061         * pdf/xpdf/pdf-document.cc:
1062
1063         In get_page_size deal with rotation. Also
1064         cleanup the function a bit.
1065
1066 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1067
1068         * pdf/xpdf/pdf-document.cc:
1069
1070         Fix crash when opening in new window
1071
1072 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1073
1074         * configure.ac:
1075
1076         Check ghostscript >= 7
1077
1078 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
1079
1080         * shell/ev-window.c:
1081
1082         Make page width the default sizing mode
1083
1084 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
1085             Marco Pesenti Gritti <marco@gnome.org>
1086
1087         * shell/ev-window.c: Remember the sidebar size
1088
1089         * data/evince.schemas.in: Add a new gconf key to store the size of
1090         the sidebar
1091
1092 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
1093
1094         * data/evince-ui.xml:
1095         * shell/ev-window.c: (update_action_sensitivity),
1096         (ev_window_cmd_view_reload):
1097         
1098         Add a "Reload" action and menu entry
1099
1100 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
1101
1102         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
1103         iff the type doesn't support thumbnailing and indexing.
1104
1105 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
1106
1107         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
1108
1109 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1110
1111         * pdf/splash/Splash.cc:
1112
1113         Port fix for a crasher from kde bug
1114         http://bugs.kde.org/show_bug.cgi?id=97131
1115
1116 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1117
1118         * pdf/xpdf/pdf-document.cc:
1119
1120         Return a link even if it's of an unrecognized
1121         type. Otherwise we go in an infinte cycle.
1122
1123 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1124
1125         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
1126         (size_allocate_cb), (ev_window_set_sizing_mode):
1127
1128         Update size when switching mode
1129
1130 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1131
1132         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1133         (ev_window_cmd_view_page_width), (update_sizing_buttons),
1134         (ev_window_cmd_view_normal_size):
1135
1136         Fix size toggle buttons behavior
1137
1138 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1139
1140         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
1141         (doc_rect_to_view_rect), (ev_view_size_allocate),
1142         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
1143         (scale_changed_callback):
1144
1145         Do not cache offsets in size_allocate.
1146
1147 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1148
1149         * shell/ev-view.c: (ev_view_size_allocate):
1150
1151         Calculate offsets before calling the parent
1152         class (which does a redraw)
1153
1154 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1155
1156         * pdf/xpdf/pdf-document.cc:
1157
1158         Fix a crasher on exit. Unused code, put a TODO
1159
1160 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1161
1162         * backend/ev-document.c: (ev_document_class_init),
1163         (ev_document_page_changed), (ev_document_scale_changed):
1164         * backend/ev-document.h:
1165
1166         Separate page/scale notifications
1167
1168         * pdf/xpdf/pdf-document.cc:
1169
1170         Emit the new signals.
1171         Do not display the pdf page in _render, do it
1172         when scale/page are requested.
1173
1174         * ps/ps-document.c: (ps_document_set_zoom),
1175         (ps_document_widget_event):
1176         * ps/ps-document.h:
1177
1178         Emit the new signals.
1179
1180         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1181         (ev_view_init), (page_changed_callback), (scale_changed_callback),
1182         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
1183         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
1184         * shell/ev-view.h:
1185         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
1186         (ev_window_cmd_view_page_width), (size_allocate_cb),
1187         (ev_window_set_sizing_mode):
1188
1189         Rework sizing to be pixel based.
1190         There are bugs but should be already way better.
1191
1192 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
1193
1194         * shell/ev-window.c: (ev_window_init):
1195
1196         Do not allow to shrink sidebar smaller then
1197         child requisition
1198
1199 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
1200
1201         * shell/ev-sidebar.[ch]
1202         * shell/ev-window.c:
1203
1204         Improved sidebar widget. Fixes #166683
1205
1206 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
1207
1208         * shell/ev-view.c (update_find_status_message): Give translators
1209         more flexibility with ngettext plural handling.
1210
1211 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
1212
1213         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
1214         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
1215         page when we get the page size.
1216
1217 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1218
1219         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
1220
1221         ps pages are 0 based, convert 
1222
1223 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1224
1225         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
1226
1227         Initialize correct parent class. Set GError on document load
1228
1229 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1230
1231         * pdf/xpdf/pdf-document.cc:
1232
1233         Fixup selection offset calculation
1234
1235         * shell/ev-view.c: (view_rect_to_doc_rect),
1236         (doc_rect_to_view_rect), (ev_view_size_allocate),
1237         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
1238         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
1239
1240         Store selection as document relative, so that zooming
1241         and offset changing doesnt break it.
1242
1243 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1244
1245         * shell/ev-view.c: (ev_view_best_fit):
1246
1247         Do not try to best fit if the view is not realized
1248
1249 2005-02-20  Kostas Papadimas <pkst@gnome.org>
1250           
1251         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
1252
1253 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
1254
1255         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
1256
1257 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
1258
1259         * shell/ev-window.c: Change the fullscreen toolbar to always be in
1260         the popup window.  That prevents it resizing when in full screen
1261         mode.
1262
1263         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
1264         multiple rerenders.  This pretty much sucks.
1265
1266         * data/evince-ui.xml: Change the fullscreen toolbar to include the
1267         rest of the toolbar.
1268
1269 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
1270
1271         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
1272
1273 2005-02-17  Alexander Shopov  <ash@contact.bg>
1274
1275         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
1276
1277 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
1278
1279         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
1280
1281 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
1282
1283         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
1284         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
1285         (set_document_page), (document_changed_callback),
1286         (ev_view_set_document), (ev_view_find_previous),
1287         (ev_view_hide_cursor), (ev_view_show_cursor):
1288         * shell/ev-view.h:
1289         * shell/ev-window.c: (update_chrome_visibility),
1290         (fullscreen_timeout_cb), (fullscreen_set_timeout),
1291         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
1292         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
1293         (ev_window_unfullscreen):
1294         * shell/main.c: (main):
1295
1296         Automatically hide the fullscreen button.
1297         Patch by Kristian Høgsberg <krh@redhat.com>
1298
1299 2005-02-16  Vincent Noel  <vnoel@cox.net>
1300
1301         * shell/main.c (main): Specify an icon for the window. Patch by
1302         Jaap A. Haitsma. Fixes #166177.
1303
1304 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
1305
1306         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
1307
1308 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
1309
1310         * backend/ev-document-misc.h:
1311         * backend/ev-document-misc.c:
1312         (ev_document_misc_get_page_border_size),
1313         (ev_document_misc_paint_one_page): New function to canonicalize
1314         sizing/painting a border.
1315
1316         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
1317         used.
1318
1319         * pdf/xpdf/pdf-document.cc: use new function
1320
1321         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1322         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
1323         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
1324         shell/ev-window.c: (update_sizing_buttons),
1325         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
1326         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
1327         (ev_window_cmd_view_page_width), (size_allocate_cb),
1328         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
1329         and "fit width" values act as toggle buttons so they stay
1330         toggled.  It's not 100% perfect, and it's a little slow, but it's
1331         good enough to commit I think.
1332
1333 2005-02-15  David Lodge  <dave@cirt.net>
1334
1335         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
1336
1337 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
1338
1339         * shell/ev-window.c (update_window_title): replace newlines in
1340         the title by spaces. Bug #166107.
1341
1342 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
1343
1344         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
1345         parameters providing allocation width and height without
1346         scrollbars and width of a possible vertical scrollbar. With this
1347         additional information the functions can work as
1348         intended. Unfortunately they're not idempotent. We should
1349         transform these commands to toggles. Fixes Bug #164976
1350         Initial patch by Stephane Loeuillet, then heavily modified.
1351
1352         * shell/ev-view.h: update prototypes.
1353
1354         * shell/ev-window.c (ev_window_cmd_view_best_fit)
1355         (ev_window_cmd_view_page_width): provide EvView fit functions with
1356         all the information they need. Formulas to calculate this
1357         information taken from GtkScrolledWindow.
1358
1359 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
1360
1361         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
1362         created a thumbnail, the list store is updated to know
1363         that the thumbnail is set. Fixes bug #166792
1364
1365 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
1366
1367         * shell/ev-window.c: fixed typo, closes bug 166897
1368
1369         * TODO: updated TODO with bug numbers that are relevant
1370
1371 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
1372
1373         * shell/ev-window.c: Support for DnD of files. Fixes #164813
1374
1375 2005-02-09  Vincent Noel  <vnoel@cox.net>
1376
1377         * shell/ev-window.c: (set_action_properties): Set the "Previous"
1378         and "Next" toolbar buttons as important to make them stand out.
1379
1380 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
1381
1382         * lib/ev-debug.c:
1383         * lib/ev-debug.h:
1384         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
1385         (start_interpreter), (stop_interpreter), (document_load),
1386         (ps_document_next_page), (ps_document_goto_page),
1387         (ps_document_set_page_size), (ps_document_widget_event),
1388         (ps_document_render):
1389         * shell/ev-page-view.c: (ev_page_view_dispose):
1390         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
1391
1392         Fix compilation on non-gcc platforms
1393
1394 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
1395
1396         * NEWS:
1397         * configure.ac:
1398
1399         Release 0.1.4
1400
1401         * pdf/xpdf/Catalog.cc:
1402         * pdf/xpdf/XRef.cc:
1403
1404         Fix the fix for CAN-2004-0888
1405
1406 2005-02-09  Luca Ferretti <elle.uca@libero.it>
1407
1408         * data/Makefile.am:
1409         * data/evince-ui.xml:
1410         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1411         * shell/ev-stock-icons.h:
1412         * shell/ev-window.c: (update_action_sensitivity),
1413         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
1414         (set_action_properties):
1415
1416         Improve toolbar layout/icons
1417
1418 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
1419
1420         * pdf/xpdf/pdf-document.cc:
1421
1422         Add warnings about unimplemented/unknown link
1423         types.
1424
1425 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1426
1427         * ps/ps-document.c: (set_up_page):
1428
1429         Log gs property
1430
1431 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1432
1433         * ps/ps-document.c: (start_interpreter):
1434
1435         Log gs env var
1436
1437 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1438
1439         * shell/ev-page-view.c: (ev_page_view_dispose):
1440         * shell/ev-view.c: (ev_view_finalize):
1441         * shell/ev-window.c: (ev_window_setup_document),
1442         (ev_window_dispose), (ev_window_init):
1443
1444         Solve more refs issues.
1445
1446         I commented out the page_view initialization for now:
1447         it was never destroyed (because it's never added
1448         to a container). Because of that we was leaking
1449         gs processes. Couldnt think to a clean fix.
1450         We need to figure this out, password view has the
1451         same issue probably.
1452
1453 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1454
1455         * ps/ps-document.c: (ps_document_finalize),
1456         (ps_document_get_n_pages), (ps_document_get_page):
1457
1458         Some cleanups, stop the interpreter on finalize
1459
1460         * shell/ev-page-view.c: (ev_page_view_dispose),
1461         (ev_page_view_class_init):
1462
1463         Release our reference on the document
1464
1465 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1466
1467         * Makefile.am:
1468         * configure.ac:
1469         * doc/debugging.txt:
1470         * lib/.cvsignore:
1471         * lib/Makefile.am:
1472         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
1473         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
1474         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
1475         * lib/ev-debug.h:
1476
1477         Add debugging helpers
1478
1479         * ps/Makefile.am:
1480         * ps/ps-document.c: (set_up_page), (start_interpreter),
1481         (stop_interpreter), (document_load), (ps_document_next_page),
1482         (ps_document_goto_page), (ps_document_set_page_size),
1483         (ps_document_widget_event), (ps_document_render):
1484         * shell/Makefile.am:
1485         * shell/ev-view.c: (expose_bin_window):
1486         * shell/main.c: (main):
1487
1488         Add some logs
1489         
1490 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
1491
1492         * ps/ps-document.c: (ps_document_widget_event):
1493
1494         Initialize message_window, this should make ps
1495         rendering really work! (Never noticed because I was
1496         testing with a ps that is causing gs to exit every time!)
1497
1498 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
1499
1500         * data/evince.schemas.in: updated simple error in applyto closing tag
1501
1502 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
1503
1504         * Makefile.am:
1505         * configure.ac:
1506         * data/.cvsignore:
1507         * data/Makefile.am:
1508         * data/evince-ui.xml:
1509         A data/evince.schemas.in:
1510         * po/POTFILES.in:
1511         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1512         * shell/ev-stock-icons.h:
1513         * shell/ev-window.c: (update_chrome_visibility),
1514         (update_chrome_flag), (ev_window_cmd_edit_find),
1515         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
1516         (ev_window_unfullscreen), (ev_window_focus_in_event),
1517         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
1518         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
1519         (ev_window_view_sidebar_cb), (find_bar_close_cb),
1520         (ev_window_dispose), (ev_window_class_init),
1521         (set_action_properties), (set_chrome_actions), (load_chrome),
1522         (ev_window_init):
1523
1524         Implement fullscreen mode changes from bug #164776.
1525         Also implement persistent chrome toggles.
1526
1527 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
1528
1529         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
1530
1531 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1532
1533         * NEWS:
1534         * configure.ac:
1535         * shell/ev-view.c:
1536
1537         Add another check for find interface
1538
1539         Release 0.1.3
1540
1541 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1542
1543         * shell/ev-application.c: (ev_application_open):
1544         * shell/ev-window.c: (ev_window_open):
1545
1546         Open gzipped ps documents
1547
1548 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1549
1550         * TODO:
1551         * shell/ev-view.c: (set_document_page):
1552
1553         Clamp page number, dont try to move to
1554         not existant pages.
1555
1556 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
1557
1558         * backend/ev-document-find.c: (ev_document_find_changed):
1559         * backend/ev-document-find.h:
1560         * pdf/xpdf/pdf-document.cc:
1561         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
1562         * shell/ev-window.c: (find_bar_search_changed_cb):
1563
1564         Fix several bugs with find
1565
1566 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
1567
1568         * shell/ev-sidebar-thumbnails.c
1569         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
1570         document. Prevents warning from scroll_to_cell.
1571
1572 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
1573
1574         * configure.ac: Add «nb» to ALL_LINGUAS too.
1575
1576 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
1577
1578         * NOTES: New file with some random thoughts.
1579
1580         * TODO: Update.
1581
1582         * backend/ev-document-misc.c:
1583         (ev_document_misc_get_page_border_size): New function to
1584         canonicalize shadow drawing sizes.  Possibly goofy.
1585
1586         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
1587         (ev_view_best_fit), (ev_view_fit_width):
1588         * pdf/xpdf/pdf-document.cc:
1589         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
1590         * ps/ps-document.c: (ps_document_get_page_size):
1591         * backend/ev-document-misc.h:
1592         * backend/ev-document.c: (ev_document_get_page_size):
1593         * backend/ev-document.h: get_page_size now takes a page number
1594         parameter.  Made all the backends/frontends honor it.
1595
1596         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
1597         see.  Doesn't work yet.
1598
1599         * shell/Makefile.am:
1600         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
1601         Doesn't do anything yet.
1602
1603         * shell/ev-sidebar-thumbnails.c:
1604         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
1605         [0..n_pages-1]
1606
1607         * shell/ev-window.c: (update_action_sensitivity),
1608         (ev_window_setup_document), (ev_window_set_page_mode),
1609         (ev_window_page_mode_cb), (ev_window_init): Clean up the
1610         view-swapping code a bit so we can have multiple views on a
1611         document.  Add the multi-page view, though it can't be turned on
1612         yet.
1613
1614 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1615
1616         * shell/ev-application.c: (ev_application_open):
1617         * shell/ev-view.c: (expose_bin_window):
1618         * shell/ev-window.c: (ev_window_open):
1619
1620         Support eps and check document supports find
1621         before drawing highlightings in expose.
1622
1623 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
1624
1625         * pixbuf/pixbuf-document.c:
1626         (pixbuf_document_thumbnails_get_dimensions),
1627         (pixbuf_document_document_thumbnails_iface_init):
1628
1629         implement get_dimensions
1630
1631 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
1632
1633         * NEWS:
1634         * configure.ac:
1635
1636         Release 0.1.2
1637
1638 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1639
1640         * shell/ev-view.c: (set_document_page):
1641
1642         Scroll at the top of the page when changing page
1643
1644 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1645
1646         * shell/ev-view.c: (ev_view_motion_notify_event):
1647
1648         Do not redraw unnecessarily
1649
1650 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1651
1652         * pdf/xpdf/pdf-document.cc:
1653         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1654         (expose_bin_window), (find_changed_cb):
1655
1656         Yay! find works now... Now to find bugs...
1657
1658 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
1659
1660         * backend/ev-document-find.c: (ev_document_find_base_init),
1661         (ev_document_find_changed):
1662         * backend/ev-document-find.h:
1663         * pdf/xpdf/pdf-document.cc:
1664         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1665         (expose_bin_window), (ev_view_init), (set_document_page),
1666         (ensure_rectangle_is_visible), (jump_to_find_result),
1667         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
1668         (ev_view_find_next), (ev_view_find_previous):
1669         * shell/ev-view.h:
1670         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
1671
1672         More work on find implementation, mostly there now
1673
1674 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
1675
1676         * backend/ev-backend-marshalers.list:
1677         * backend/ev-document-find.c: (ev_document_find_base_init),
1678         (ev_document_find_cancel), (ev_document_find_page_has_results),
1679         (ev_document_find_get_n_results), (ev_document_find_get_result),
1680         (ev_document_find_get_progress), (ev_document_find_changed):
1681         * backend/ev-document-find.h:
1682
1683         Enanche the find interface to be really able to do
1684         multi page find.
1685
1686         * pdf/xpdf/pdf-document.cc:
1687
1688         Implement
1689
1690         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
1691         (expose_bin_window), (ev_view_init),
1692         (ev_view_get_find_status_message), (find_changed_cb),
1693         (ev_view_set_document), (set_document_page):
1694
1695         Adapt to the new interface. A few things are regressed sorry,
1696         I will finish it soon.
1697
1698 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
1699
1700         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
1701         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
1702         ev_sidebar_thumbnails_parent_class variable, don't define another
1703         parent_class variable.
1704
1705         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
1706         (ev_page_action_class_init): ditto.
1707
1708         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
1709         (pixbuf_document_class_init): ditto.
1710
1711         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
1712         ditto.
1713
1714         * .cvsignore: ignore various valgrind output files.
1715
1716 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
1717
1718         * data/evince-ui.xml:
1719         * shell/Makefile.am:
1720         * shell/ev-history.c:
1721         * shell/ev-history.h:
1722         * shell/ev-navigation-action.c:
1723         * shell/ev-navigation-action.h:
1724         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
1725         (ev_view_set_page), (ev_view_fit_width):
1726         * shell/ev-view.h:
1727         * shell/ev-window.c: (update_action_sensitivity),
1728         (ev_window_setup_document), (register_custom_actions):
1729
1730         Kill session history
1731
1732 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
1733
1734         * shell/ev-window.c: (update_action_sensitivity):
1735
1736         Fix inverted up/down buttons
1737
1738 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
1739
1740         * shell/ev-sidebar-thumbnails.c
1741         (ev_sidebar_thumbnails_select_page): make sure the selected
1742         thumbnail stays visible.
1743
1744 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
1745
1746         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
1747         scrolled window for Federico.
1748
1749 2005-01-26  Ole Laursen  <olau@hardworking.dk>
1750
1751         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
1752
1753 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
1754
1755         * configure.ac:
1756         * pdf/splash/SplashFTFontEngine.cc:
1757
1758         Fix CID fonts with freetype 2.1.9
1759
1760 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
1761
1762         * TODO: added item for desktop icon thumbnailer
1763
1764 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
1765
1766         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
1767         unloaded docs when the title is accessed.
1768
1769         * shell/ev-password-view.[hc]: New widget for displaying password
1770         state.
1771
1772         * shell/ev-window.[ch]: Refactor password handling code to handle
1773         the new view.
1774
1775 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
1776
1777         * NEWS:
1778         * configure.ac:
1779         * data/Makefile.am:
1780
1781         Release 0.1.1
1782
1783 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1784
1785         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
1786         ignore page offset here, to make search results independent of it,
1787
1788         * shell/ev-view.c (expose_bin_window): but take offsets into
1789         account here. Bug #164932
1790
1791         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
1792         scale at the right time. Bug #164996
1793
1794 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
1795
1796         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
1797         fix the problem. Now I just removed the Adobe font names and hope
1798         that the URW fonts are always in outline format. Bug #164934
1799
1800         * shell/ev-window.c (update_window_title): empty titles are
1801         useless, use filename in that case too.
1802
1803         * NEWS: Add some content.
1804
1805 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
1806
1807         * TODO: added one more TODO item and a TODONE section :)
1808
1809 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
1810
1811         * ps/ps-document.h: add page_[xy]_offset fields.
1812
1813         * ps/ps-document.c (ps_document_set_page_offset)
1814         (ps_document_render): Keep offset in consideration in a few
1815         places. Bug #164752 "postscript documents are not centered in
1816         window"
1817
1818         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
1819         s/gpdf/evince/. Spotted by Stephane Loeuillet.
1820
1821         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
1822         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
1823         stub out missing methods for complete EvDocument implementation.
1824         Fixes segfaults with Save A Copy and Copy actions.
1825
1826         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
1827         (ps_document_document_iface_init): ditto.
1828         
1829 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1830
1831         * data/.cvsignore:
1832         * data/Makefile.am:
1833         * data/evince.desktop.in:
1834
1835         Add desktop file
1836
1837 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1838
1839         * shell/ev-view.c: (ev_view_button_press_event),
1840         (ev_view_motion_notify_event):
1841
1842         Make selection work in any direction
1843
1844 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1845
1846         * TODO:
1847         * shell/ev-window.c: (set_short_labels), (ev_window_init):
1848
1849         Use shorter labels for some of the toolbars items
1850
1851 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
1852
1853         * pdf/xpdf/pdf-document.cc:
1854
1855         Check the links info is initialized before
1856         using it. Should fix a crash on startup.
1857
1858 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
1859
1860         * pixbuf/pixbuf-document.c
1861         (pixbuf_document_thumbnails_get_dimensions): force floating point
1862         division to calculate page_ratio. Fixes crash with landscape
1863         format pixbufs.
1864
1865 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
1866
1867         * shell/ev-view.c (ev_view_realize): make the bg color darker.
1868
1869 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
1870
1871         * shell/ev-view.c (set_document_page): unset has_selection when
1872         the page changes.
1873         (set_document_page): handle paper size changes when the page
1874         changes (test with Free Culture, page 2).
1875
1876 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1877
1878         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
1879         (expose_bin_window), (ev_view_class_init), (ev_view_init):
1880
1881         Use normal style color for the widget background and
1882         draw a black box around the page.
1883
1884 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1885
1886         * pdf/xpdf/pdf-document.cc:
1887
1888         Keep offset in consideration in a few places
1889
1890         * shell/ev-view.c: (expose_bin_window):
1891
1892         Set the offsets so that the document is ever centered
1893
1894 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
1895
1896         * TODO: Added TODO items and finished off the first todo item
1897
1898         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
1899         reflect current authors
1900
1901 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1902
1903         * pdf/xpdf/pdf-document.cc:
1904         * shell/ev-view.c: (ev_view_set_cursor),
1905         (ev_view_motion_notify_event), (document_changed_callback),
1906         (set_document_page):
1907
1908         Show a wait cursor while the page is rendering
1909
1910 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
1911
1912         * shell/ev-sidebar-thumbnails.c:
1913         (ev_sidebar_tree_selection_changed),
1914         (ev_sidebar_thumbnails_select_page):
1915         * shell/ev-sidebar-thumbnails.h:
1916         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
1917         (ev_view_can_go_forward):
1918         * shell/ev-window.c: (ev_window_open_page),
1919         (ev_window_setup_document), (update_current_page),
1920         (view_page_changed_cb), (ev_window_init):
1921         * shell/ev-window.h:
1922
1923         Ensure thumbnails selection, toolbar page control and
1924         current page are in sync.
1925
1926 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
1927
1928         * pdf/xpdf/XRef.cc:
1929
1930         Fix CAN-2005-0064
1931
1932 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
1933
1934         * backend/Makefile.am:
1935         * backend/ev-document-links.h:
1936         * backend/ev-document-security.c: (ev_document_security_get_type),
1937         (ev_document_security_has_document_security),
1938         (ev_document_security_set_password):
1939         * backend/ev-document-security.h:
1940         * backend/ev-document.c: (ev_document_error_quark):
1941         * backend/ev-document.h:
1942         * data/Makefile.am:
1943         * data/evince-password.glade:
1944         * pdf/xpdf/pdf-document.cc:
1945         * shell/Makefile.am:
1946         * shell/ev-password.c: (ev_password_set_bad_password_label),
1947         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
1948         (ev_password_dialog_get_password),
1949         (ev_password_dialog_set_bad_pass):
1950         * shell/ev-password.h:
1951         * shell/ev-window.c: (ev_window_get_attribute),
1952         (ev_window_set_property), (update_action_sensitivity),
1953         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
1954         (ev_window_setup_document), (ev_window_get_password),
1955         (ev_window_open), (ev_window_cmd_save_as),
1956         (using_postscript_printer), (ev_window_print),
1957         (find_not_supported_dialog), (ev_window_cmd_edit_find),
1958         (update_fullscreen_popup), (ev_window_fullscreen),
1959         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
1960         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
1961         (menu_item_select_cb), (find_bar_search_changed_cb),
1962         (ev_window_dispose), (ev_window_init):
1963
1964         Add initial support for password-supported dialogs.  This could be
1965         a lot cooler, but it'll do for now.
1966
1967 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
1968
1969         * pdf/xpdf/pdf-document.cc:
1970         * shell/ev-view.c: (status_message_from_link),
1971         (ev_view_set_status), (ev_view_set_cursor),
1972         (ev_view_motion_notify_event), (ev_view_init):
1973         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
1974
1975         Fix bugs in the links implementation and change cursor
1976         when hovering a link.
1977
1978 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
1979
1980         * viewer/.cvsignore: added cvsignore file for viewer directory
1981
1982         * TODO: created TODO document
1983
1984 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
1985
1986         * shell/ev-view.h:
1987         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
1988         new functions to help with implementation of sensitivity code
1989         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1990         of all actions that might require it.  Fixes a crash when you
1991         click on the Zoom actions in a window lacking a document.
1992
1993 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
1994
1995         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
1996         of the Find action
1997
1998 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
1999
2000         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
2001         (pixbuf_document_document_iface_init):
2002         * ps/ps-document.c: (ps_document_get_link),
2003         (ps_document_document_iface_init):
2004         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
2005         (status_message_from_link), (ev_view_set_status),
2006         (ev_view_set_find_status), (ev_view_motion_notify_event),
2007         (ev_view_button_release_event), (ev_view_set_property),
2008         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
2009         (ev_view_get_find_status_message), (update_find_results),
2010         (ev_view_get_status), (ev_view_get_find_status):
2011         * shell/ev-view.h:
2012         * shell/ev-window.c: (view_status_changed_cb),
2013         (view_find_status_changed_cb), (ev_window_init):
2014
2015         View status message support, use it to show the links.
2016         Needs work...
2017
2018 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2019
2020         * backend/ev-document.c: (ev_document_get_link):
2021         * backend/ev-document.h:
2022         * pdf/xpdf/pdf-document.cc:
2023         * shell/ev-application.c: (ev_application_open):
2024         * shell/ev-application.h:
2025         * shell/ev-sidebar-links.c: (selection_changed_cb):
2026         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
2027         (ev_view_go_to_link):
2028
2029         Add support for document links
2030
2031 2005-01-13  Anders Carlsson  <andersca@gnome.org>
2032
2033         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
2034         (create_tool_item):
2035         Set the spin button limits correctly.
2036         
2037         * shell/ev-sidebar-thumbnails.c:
2038         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
2039         Support changing pages by clicking on the thumbnails.
2040         
2041 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2042
2043         * pixbuf/pixbuf-document.c:
2044         (pixbuf_document_thumbnails_get_dimensions),
2045         (pixbuf_document_document_thumbnails_iface_init):
2046
2047         implement get_dimensions
2048
2049 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2050
2051         * ps/ps-document.c: (ps_document_goto_page):
2052
2053         Fix page switching on multipage documents
2054
2055 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
2056
2057         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2058         
2059         check for NULL before assigning to width and height parameters
2060
2061 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2062
2063         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2064         (pixbuf_document_set_property), (pixbuf_document_get_property):
2065
2066         implement get/set properties
2067
2068 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2069
2070         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
2071         
2072         return NULL instead of "Unknown", letting the title get set to
2073         the filename when the pdf has no title.
2074
2075 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2076
2077         * ps/ps-document.c: (ps_document_get_page_count),
2078         (ps_document_goto_page):
2079
2080 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2081
2082         * shell/ev-history.c: (ev_history_get_property),
2083         (ev_history_set_property), (ev_history_class_init),
2084         (ev_history_add_page), (ev_history_set_current_index):
2085         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2086         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
2087         (ev_navigation_action_finalize):
2088         * shell/ev-navigation-action.h:
2089         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2090         (ev_view_go_forward), (ev_view_get_find_status_message),
2091         (history_index_changed_cb), (ev_view_set_history):
2092         * shell/ev-view.h:
2093         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2094         (update_current_page), (register_custom_actions):
2095
2096         Implement history dropdowns
2097
2098 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2099
2100         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
2101         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2102         (ev_view_go_forward):
2103         * shell/ev-window.c: (register_custom_actions):
2104
2105         Fix several history bugs
2106
2107 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
2108
2109         * configure.ac: Add «nb» to ALL_LINGUAS.
2110
2111 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
2112
2113         * backend/Makefile.am:
2114         * backend/ev-bookmark.c:
2115         * backend/ev-bookmark.h:
2116         * backend/ev-document-bookmarks.c:
2117         * backend/ev-document-bookmarks.h:
2118         * backend/ev-document-links.c: (ev_document_links_get_type),
2119         (ev_document_links_has_document_links),
2120         (ev_document_links_begin_read), (ev_document_links_get_link),
2121         (ev_document_links_get_child), (ev_document_links_next),
2122         (ev_document_links_free_iter):
2123         * backend/ev-document-links.h:
2124         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
2125         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
2126         (ev_link_get_link_type), (ev_link_set_link_type),
2127         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
2128         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
2129         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
2130         (ev_link_new_external):
2131         * backend/ev-link.h:
2132         * pdf/xpdf/pdf-document.cc:
2133         * shell/Makefile.am:
2134         * shell/ev-application.c: (ev_application_open_link):
2135         * shell/ev-application.h:
2136         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
2137         (ev_history_get_link_nth):
2138         * shell/ev-history.h:
2139         * shell/ev-sidebar-bookmarks.c:
2140         * shell/ev-sidebar-bookmarks.h:
2141         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2142         (ev_sidebar_links_class_init), (selection_changed_cb),
2143         (ev_sidebar_links_construct), (ev_sidebar_links_init),
2144         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
2145         (do_one_iteration), (populate_links_idle),
2146         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
2147         * shell/ev-sidebar-links.h:
2148         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2149         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
2150         (go_to_index):
2151         * shell/ev-view.h:
2152         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
2153         * shell/ev-window.h:
2154
2155         Rename bookmark to link, and use "Index" for the sidebar panel.
2156
2157 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2158
2159         * shell/Makefile.am:
2160         * shell/ev-application.c: (ev_application_open_bookmark):
2161         * shell/ev-application.h:
2162         * shell/ev-history.c: (ev_history_init), (free_links_list),
2163         (ev_history_finalize), (ev_history_class_init),
2164         (ev_history_add_link), (ev_history_add_page),
2165         (ev_history_get_link_nth), (ev_history_get_n_links),
2166         (ev_history_get_current_index), (ev_history_set_current_index),
2167         (ev_history_new):
2168         * shell/ev-history.h:
2169         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2170         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
2171         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
2172         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
2173         (ev_view_set_page):
2174         * shell/ev-view.h:
2175         * shell/ev-window.c: (ev_window_open_bookmark),
2176         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
2177         (goto_page_cb), (register_custom_actions):
2178         * shell/ev-window.h:
2179
2180         Initial history implementation. Needs work.
2181
2182 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
2183
2184         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
2185
2186 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2187
2188         * cut-n-paste/recent-files/egg-recent-item.c:
2189         * cut-n-paste/recent-files/egg-recent-item.h:
2190         * cut-n-paste/recent-files/egg-recent-model.c:
2191         * cut-n-paste/recent-files/egg-recent-util.c:
2192         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2193         * cut-n-paste/recent-files/egg-recent-view.c:
2194
2195         Update
2196
2197 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
2198
2199         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
2200         (fillGlyph, fillImageMask, drawImage):
2201         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
2202         pdf/splash/SplashTypes.h:
2203         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
2204         packed mode for Splash.
2205
2206         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
2207         RGB8 packed mode, eliminates the pixbuf data creation loop.
2208
2209         * shell/ev-print-job.c (ev_print_job_finalize)
2210         (ev_print_job_set_property, ev_print_job_get_property)
2211         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
2212         (ev_print_job_use_print_dialog_settings, idle_print_handler)
2213         (print_closure_finalize, ev_print_job_print): implement
2214         printing (for backends with EvPsExporter)
2215
2216         * shell/ev_print_job.h: update prototypes.
2217
2218         * shell/ev-window.c (ev_window_print): unref print job after
2219         printing.
2220
2221         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
2222         unless the document implements the EvDocumentFind interface.
2223
2224 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
2225
2226         * configure.ac: Added ja to ALL_LINGUAS.
2227
2228 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2229
2230         * pdf/xpdf/pdf-document.cc:
2231
2232         add a FIXME. We should probably not allocate
2233         a bookmark object every time
2234
2235 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2236
2237         * shell/ev-application.c: (ev_application_open),
2238         (ev_application_open_bookmark):
2239         * shell/ev-application.h:
2240         
2241         Add a way to open bookmarks
2242
2243         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
2244         (ev_bookmark_set_uri), (ev_bookmark_get_property),
2245         (ev_bookmark_set_property), (ev_bookmark_class_init),
2246         (ev_bookmark_new_title), (ev_bookmark_new_link),
2247         (ev_bookmark_new_external):
2248
2249         Support for external uris, better constructors.
2250
2251         * backend/ev-bookmark.h:
2252         * pdf/xpdf/pdf-document.cc:
2253         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2254
2255         Handle external uris
2256
2257 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2258
2259         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
2260         (ev_sidebar_bookmarks_construct), (do_one_iteration):
2261
2262         Hook up bookmarks navigation
2263
2264 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2265
2266         * backend/Makefile.am:
2267         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
2268         (ev_bookmark_get_title), (ev_bookmark_set_title),
2269         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
2270         (ev_bookmark_get_page), (ev_bookmark_set_page),
2271         (ev_bookmark_get_property), (ev_bookmark_set_property),
2272         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
2273         (ev_bookmark_new):
2274         * backend/ev-bookmark.h:
2275         * backend/ev-document-bookmarks.c:
2276         (ev_document_bookmarks_get_bookmark):
2277         * backend/ev-document-bookmarks.h:
2278         * pdf/xpdf/pdf-document.cc:
2279         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
2280
2281         Add a bookmark object to the backend and use it instead of get_values
2282
2283 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2284
2285         * data/evince-ui.xml:
2286
2287         Cleanup and add select all.
2288
2289         * shell/ev-view.c: (ev_view_select_all),
2290         (ev_view_button_press_event):
2291         * shell/ev-view.h:
2292         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
2293
2294         Add select all.
2295         Clear selection on click.
2296
2297 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
2298
2299         * shell/ev-sidebar-thumbnails.c
2300         (ev_sidebar_thumbnails_set_document): forgot to unref the
2301         loading_icon.
2302
2303 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
2304
2305         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
2306         at the visible page, not just linearly.  This makes it look fast.
2307
2308 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
2309
2310         * backend/ev-document-misc.c
2311         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
2312         white.
2313         * backend/ev-document-thumbnails.h: New interface to get the size
2314         of a page.
2315
2316 2005-01-06  Jeremy Katz  <katzj@redhat.com>
2317
2318         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
2319         make dist works
2320
2321 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
2322
2323         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
2324         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
2325         things up a bit.
2326
2327         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
2328
2329 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
2330
2331         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
2332         fonts. Should fix font problems on systems that have the base
2333         fonts in bitmap format. Reported by James Henstridge
2334         <james@jamesh.id.au>.
2335
2336 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2337
2338         * pdf/xpdf/Gfx.cc:
2339         * pdf/xpdf/GfxState.cc:
2340
2341         Fix for CAN-2004-1125
2342
2343 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2344
2345         * shell/ev-view.c: (ev_view_copy):
2346         * shell/ev-view.h:
2347         * shell/ev-window.c: (ev_window_cmd_edit_copy):
2348
2349         Implement Edit->Copy
2350
2351 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2352
2353         * backend/ev-document.c: (ev_document_get_text):
2354         * backend/ev-document.h:
2355         * pdf/xpdf/pdf-document.cc:
2356         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
2357         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2358         (ev_view_update_primary_selection), (ev_view_button_press_event),
2359         (ev_view_motion_notify_event), (ev_view_button_release_event):
2360
2361         Beginnings of clipboard support. Incomplete but primary sort
2362         of work.
2363
2364 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2365
2366         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
2367         (expose_bin_window):
2368
2369         Nicer rubberband drawing, from GtkIconView.
2370
2371 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2372
2373         * backend/ev-document.c: (ev_document_save):
2374         * backend/ev-document.h:
2375         * data/evince-ui.xml:
2376         * pdf/xpdf/pdf-document.cc:
2377         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
2378
2379         Implement "Save a copy..." menu item
2380
2381 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2382
2383         * shell/ev-view.c: (ev_view_zoom):
2384
2385         Queue a resize when zoom changes
2386
2387 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
2388
2389         * backend/ev-document-misc.[ch]: New misc file to do simple drop
2390         shadows.
2391
2392         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
2393         thumbnails..
2394
2395 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
2396
2397         * pdf/xpdf/pdf-document.cc
2398         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
2399
2400 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
2401
2402         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
2403         It's slow, but I'll speed it up next!
2404
2405 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
2406
2407         * shell/main.c (load_files):
2408
2409         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
2410         from the command line and because it seems more appropriate.
2411
2412 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
2413
2414         * data/evince-ui.xml:
2415         * shell/ev-window.c: (update_action_sensitivity),
2416         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
2417
2418         s/next page/page down
2419         s/previous page/page up
2420
2421 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
2422
2423         * data/evince-ui.xml:
2424
2425         Change the layout to match clarkbw design.
2426
2427         * shell/Makefile.am:
2428         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
2429         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
2430         (ev_navigation_action_finalize),
2431         (ev_navigation_action_set_property),
2432         (ev_navigation_action_get_property),
2433         (ev_navigation_action_class_init):
2434         * shell/ev-navigation-action.h:
2435
2436         Implement clarkbw toolbar navigation controls (incomplete)
2437
2438         * shell/ev-page-action.c: (update_label), (update_spin),
2439         (value_changed_cb), (create_tool_item), (connect_proxy),
2440         (ev_page_action_init), (ev_page_action_finalize),
2441         (ev_page_action_set_property), (ev_page_action_get_property),
2442         (ev_page_action_set_current_page),
2443         (ev_page_action_set_total_pages), (ev_page_action_class_init):
2444         * shell/ev-page-action.h:
2445
2446         Implement a page switcher in the toolbar
2447
2448         * shell/ev-view.c: (ev_view_scroll_view):
2449         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2450         (update_current_page), (view_page_changed_cb), (goto_page_cb),
2451         (register_custom_actions), (ev_window_init):
2452
2453         Change page on PageUp/Down.
2454
2455 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
2456
2457         * pdf/xpdf/pdf-document.cc
2458         (pdf_document_thumbnails_get_thumbnail): initial stab at
2459         implementing thumbnail support for pdfs.  It only does documents
2460         with precached pdfs now.
2461
2462 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
2463
2464         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
2465         thumbnail code into a time-based idle as well.  Also, turn off the
2466         shadow temporarily as it's really slow.
2467
2468 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
2469
2470         * backend/ev-document.c: (ev_document_class_init):
2471         * pdf/xpdf/pdf-document.cc:
2472         * shell/ev-window.c: (ev_window_open):
2473
2474         Fix document title bugs and fallback to
2475         filename when not available.
2476
2477 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
2478
2479         * backend/ev-document.c: (ev_document_get_type),
2480         (ev_document_class_init), (ev_document_load),
2481         (ev_document_get_title):
2482         * backend/ev-document.h:
2483         * pdf/xpdf/pdf-document.cc:
2484         * ps/ps-document.c: (ps_document_set_property),
2485         (ps_document_get_property), (ps_document_class_init),
2486         (document_load):
2487         * ps/ps-document.h:
2488         * ps/ps.h:
2489         * shell/ev-window.c: (update_window_title), (ev_window_open),
2490         (ev_window_init):
2491
2492         Initial support for document title. Not working yet.
2493
2494 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2495
2496         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
2497
2498         Grab focus on the view when clicking it
2499
2500 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2501
2502         * shell/ev-marshal.list:
2503         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
2504         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
2505
2506         Add key bindings to the view. Now if the focus would work
2507         right...
2508
2509 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
2510
2511         * Makefile.am:
2512         * backend/Makefile.am:
2513         * data/Makefile.am:
2514         * dvi/Makefile.am:
2515         * dvi/dvilib/Makefile.am:
2516         * pdf/xpdf/Makefile.am:
2517         * po/POTFILES.in:
2518         * ps/Makefile.am:
2519
2520         Fix distcheck
2521
2522 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2523
2524         * shell/ev-view.c: (ev_view_realize):
2525
2526         Fix mouse wheel scrolling
2527
2528 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2529
2530         * ps/Makefile.am:
2531         * ps/gstypes.h:
2532         * ps/gtkgs.c:
2533         * ps/gtkgs.h:
2534         * ps/ps-document.c: (catchPipe), (ps_document_init),
2535         (ps_document_class_init), (ps_document_cleanup),
2536         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
2537         (set_up_page), (close_pipe), (is_interpreter_ready),
2538         (interpreter_failed), (output), (input), (start_interpreter),
2539         (stop_interpreter), (file_length), (file_readable),
2540         (check_filecompressed), (check_pdf), (compute_xdpi),
2541         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
2542         (ps_document_get_type), (ps_document_emit_error_msg),
2543         (document_load), (ps_document_next_page),
2544         (ps_document_get_current_page), (ps_document_get_page_count),
2545         (ps_document_goto_page), (ps_document_set_page_size),
2546         (ps_document_zoom_to_fit), (ps_document_set_zoom),
2547         (ps_document_load), (ps_document_get_n_pages),
2548         (ps_document_set_page), (ps_document_get_page),
2549         (ps_document_widget_event), (ps_document_set_target),
2550         (ps_document_set_scale), (ps_document_set_page_offset),
2551         (ps_document_get_page_size), (ps_document_render),
2552         (ps_document_document_iface_init):
2553         * ps/ps-document.h:
2554         * ps/ps.c:
2555         * shell/ev-window.c: (ev_window_open):
2556
2557         Rename GtkGS to PSDocument
2558
2559 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2560
2561         * ps/gtkgs.c: (gtk_gs_class_init):
2562         * ps/gtkgs.h:
2563
2564         Some more leftover...
2565
2566 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2567
2568         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
2569         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
2570         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
2571         * ps/gtkgs.h:
2572
2573         Remove unused code and make a lot of stuff private
2574
2575 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2576
2577         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
2578         (gtk_gs_defaults_changed):
2579         * ps/gsdefaults.h:
2580         * ps/gtkgs.c:
2581         * ps/gtkgs.h:
2582         * ps/ps.h:
2583
2584         Cleanup headers dependencies
2585
2586 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
2587
2588         * ps/Makefile.am:
2589         * ps/ggvutils.c:
2590         * ps/ggvutils.h:
2591         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
2592         * ps/gsdefaults.h:
2593         * ps/gtkgs.c: (file_length), (file_readable),
2594         (check_filecompressed), (check_pdf), (gtk_gs_load),
2595         (gtk_gs_get_postscript):
2596
2597         Get rid of ggvutils
2598
2599 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2600
2601         * ps/ggvutils.c:
2602         * ps/ggvutils.h:
2603         * ps/gsio.h:
2604         * ps/gtkgs.c: (gtk_gs_set_zoom):
2605
2606         Cleanups
2607
2608 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2609
2610         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
2611
2612         Ensure the page is rerendered when changing zoom
2613
2614 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
2615
2616         * backend/ev-document.c: (ev_document_base_init),
2617         (ev_document_changed):
2618         * backend/ev-document.h:
2619
2620         Add a changed event that is emitted when the page content
2621         changes. This is necessary to deal with the fact that
2622         in ps backend rendering happen asycrounously.
2623         This makes the ps backend mostly work.
2624
2625         * pdf/xpdf/pdf-document.cc:
2626
2627         Emit changed event
2628
2629         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
2630         (ps_document_set_target):
2631
2632         Emit changed event
2633
2634         * shell/ev-view.c: (document_changed_callback),
2635         (ev_view_set_document), (ev_view_set_page):
2636
2637         Redraw on the changed signal
2638
2639 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
2640
2641         * configure.ac: Added pt_BR to ALL_LINGUAS.
2642
2643 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
2644
2645         * backend/ev-document-bookmarks.c:
2646         (ev_document_bookmarks_get_child): *
2647         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
2648         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
2649         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
2650         (ev_sidebar_bookmarks_destroy),
2651         (ev_sidebar_bookmarks_class_init),
2652         (ev_sidebar_bookmarks_construct), (stack_data_free),
2653         (do_one_iteration), (populate_bookmarks_idle),
2654         (ev_sidebar_bookmarks_clear_document),
2655         (ev_sidebar_bookmarks_set_document): *
2656         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
2657         (ev_sidebar_add_page),
2658         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
2659         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
2660         it displays both the topics and the page numbers.
2661
2662 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
2663
2664         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
2665         toggle.
2666         * shell/ev-window.c (toggle_entries): Set sidebar default value to
2667         visible.
2668
2669 2004-12-23  Adam Weinberger  <adamw@gnome.org>
2670
2671         * configure.ac: Added en_CA to ALL_LINGUAS.
2672
2673 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
2674
2675         * ChangeLog: replace bottom of this ChangeLog (merged history of
2676         ggv and gpdf; where all paths were wrong and most of the files are
2677         not even in this tree) with ChangeLog (from arch) of the shell
2678         code.
2679
2680 2004-12-23  Havoc Pennington  <hp@redhat.com>
2681
2682         * shell/ev-window.c: hook up potentially-questionable "find
2683         results status text" feature - something involving the sidebar or
2684         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
2685         might be better in the end.
2686
2687         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
2688         with corresponding signal when it should be updated
2689
2690         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
2691
2692 2004-12-22  Havoc Pennington  <hp@redhat.com>
2693
2694         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
2695         find stuff on other pages, sort of (only returns one result on
2696         invisible pages, to show they have results; updates full results
2697         for a page when you view it). Currently repaints the current page
2698         every time a new result is found on any page, which isn't so nice.
2699
2700 2004-12-22  Havoc Pennington  <hp@redhat.com>
2701
2702         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
2703         the document doesn't support find (better ideas?)
2704         (find_bar_search_changed_cb): handle missing document or document
2705         that doesn't support find
2706
2707         * pdf/xpdf/pdf-document.cc: port to implement the new
2708         EvDocumentFindIface
2709
2710         * backend/ev-document-find.c: create a new interface for searching
2711
2712         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
2713
2714 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
2715
2716         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
2717         libevbackend.la.
2718
2719         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
2720         EvPrintJob constructor arguments.
2721
2722         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
2723         for documents that can export PostScript (page by page).
2724
2725         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
2726         
2727         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
2728         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
2729         (pdf_document_ps_exporter_iface_init:
2730         Implement EvPSExporter.
2731
2732         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
2733
2734 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2735
2736         * backend/Makefile.am:
2737         * backend/ev-document-thumbnails.c:
2738         (ev_document_thumbnails_get_type),
2739         (ev_document_thumbnails_get_thumbnail):
2740         * backend/ev-document-thumbnails.h:
2741         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
2742         (pixbuf_document_thumbnails_get_thumbnail),
2743         (pixbuf_document_document_thumbnails_iface_init):
2744         * shell/Makefile.am:
2745         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
2746         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
2747         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
2748         * shell/ev-sidebar-thumbnails.h:
2749         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
2750         (ev_sidebar_set_document):
2751         * shell/ev-utils.c: (gaussian), (create_blur_filter),
2752         (create_shadow), (ev_pixbuf_add_shadow):
2753         * shell/ev-utils.h:
2754         Add thumbnail support.
2755         
2756 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2757
2758         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
2759         (using_postscript_printer): Set up a print dialog for "PostScript
2760         injection" method.
2761
2762         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
2763         EvPrintJob.
2764
2765         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
2766
2767 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2768
2769         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
2770         (ps_document_set_target), (ps_document_get_page_size),
2771         (ps_document_render):
2772         * ps/gtkgs.h:
2773
2774         Fix a few bugs
2775
2776 2004-12-22  Christian Rose  <menthos@menthos.com>
2777
2778         * configure.ac: Added "sv" to ALL_LINGUAS.
2779
2780 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
2781
2782         * backend/ev-document-bookmarks.[ch]: new interface to indicate
2783         document supports bookmarks.
2784
2785 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2786
2787         * ps/ggvutils.c: (ggv_file_readable):
2788         * ps/ggvutils.h:
2789         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
2790         (gtk_gs_get_postscript):
2791
2792         Remove unused utils
2793
2794 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2795
2796         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
2797         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
2798         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
2799         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
2800         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
2801         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
2802         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
2803         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
2804         (gtk_gs_set_antialiasing), (ps_document_load),
2805         (ps_document_render):
2806         * ps/gtkgs.h:
2807
2808         Another check point for the ps backend. Now I can get it to show
2809         pages!
2810
2811 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
2812
2813         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
2814         document setting code.
2815
2816 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2817
2818         * shell/eggfindbar.c: (entry_activate_callback):
2819         Animate the next button when activate is pressed.
2820         
2821 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2822
2823         * shell/ev-window.c: (ev_window_cmd_edit_find),
2824         (update_fullscreen_popup), (ev_window_fullscreen),
2825         (ev_window_unfullscreen), (ev_window_state_event_cb),
2826         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
2827         Fix bugs in fullscreen code.
2828         
2829 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2830
2831         * Makefile.am:
2832         * configure.ac:
2833         * pixbuf/Makefile.am:
2834         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
2835         (pixbuf_document_load), (pixbuf_document_get_n_pages),
2836         (pixbuf_document_set_page), (pixbuf_document_get_page),
2837         (pixbuf_document_set_target), (pixbuf_document_set_scale),
2838         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
2839         (pixbuf_document_render), (pixbuf_document_begin_find),
2840         (pixbuf_document_end_find), (pixbuf_document_finalize),
2841         (pixbuf_document_class_init),
2842         (pixbuf_document_document_iface_init), (pixbuf_document_init):
2843         * pixbuf/pixbuf-document.h:
2844         * shell/Makefile.am:
2845         * shell/ev-application.c: (ev_application_open):
2846         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
2847         (ev_window_open):
2848         Add pixbuf backend.
2849         
2850 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
2851
2852         * Makefile.am: 
2853         * dvi/dvilib/Makefile.am:
2854         * dvi/Makefile.am:
2855         * configure.ac: Auto*ify dvi and dvi/dvilib
2856
2857         * dvi/Makefile: Remove from CVS
2858         
2859         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
2860         confusion.
2861
2862         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
2863         
2864         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
2865         
2866 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2867
2868         * ps/Makefile.am:
2869         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
2870         (gtk_gs_value_adjustment_changed), (compute_size),
2871         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
2872         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
2873         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
2874         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
2875         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
2876         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
2877         (ps_document_load), (ps_document_get_n_pages),
2878         (ps_document_set_page), (ps_document_get_page),
2879         (ps_document_set_target), (ps_document_set_scale),
2880         (ps_document_set_page_offset), (ps_document_get_page_size),
2881         (ps_document_render), (ps_document_begin_find),
2882         (ps_document_end_find), (ps_document_document_iface_init):
2883         * ps/gtkgs.h:
2884         * shell/Makefile.am:
2885         * shell/ev-window.c: (ev_window_open):
2886
2887         Some work to integrate gtkgs with EvDocument
2888
2889 2004-12-22  Anders Carlsson  <andersca@gnome.org>
2890
2891         * shell/ev-window.c: (update_fullscreen_popup),
2892         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
2893         (exit_fullscreen_button_clicked_cb),
2894         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
2895         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2896         (ev_window_state_event_cb), (ev_window_init):
2897         Add fullscreen support from Epiphany.
2898         
2899 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2900
2901         * data/ev-stock-zoom-fit-width.png: fit-width
2902         stock icon from gpdf.
2903         
2904         * shell/ev-stock-icons.[ch]: copied from gpdf.
2905         
2906         * shell/main.c: (main): init stock icons.
2907         
2908         * shell/ev-window.c: use the fit-width icon.
2909         
2910         * data/evince-ui.xml: add zooming toolbar items.
2911
2912 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2913
2914         * shell/ev-view.c: 
2915         (ev_view_best_fit), (ev_view_fit_width): because
2916         get_page_size() returns the scaled page size, we
2917         need to calculate the scale factor relative to
2918         the previous scale factor. Should really just
2919         add get_real_page_size().
2920
2921 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2922
2923         * shell/ev-view.[ch]:
2924         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
2925         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
2926         add zooming.
2927         
2928         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
2929         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
2930         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
2931         hook it up.
2932         
2933         * pdf/xpdf/pdf-document.cc:
2934         (pdf_document_begin_find),
2935         (pdf_document_end_find): make static.
2936
2937 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2938
2939         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
2940
2941         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
2942         names to fontconfig patterns.
2943         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
2944
2945         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
2946         setupBaseFontsFc.
2947
2948 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
2949
2950         * Makefile.am:
2951         * configure.ac:
2952         * ps/Makefile.am:
2953         * ps/ggvutils.c:
2954         * ps/ggvutils.h:
2955         * ps/gsdefaults.c:
2956         * ps/gsdefaults.h:
2957         * ps/gsio.c:
2958         * ps/gsio.h:
2959         * ps/gtkgs.c:
2960         * ps/gtkgs.h:
2961         * ps/ps.c:
2962         * ps/ps.h:
2963
2964         Import ggv backend. Not hooked up yet.
2965
2966 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2967
2968         * shell/main.c: (load_files), (main): load files
2969         from the command line.
2970
2971 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
2972
2973         * configure.ac: don't require bonobo.
2974         
2975         * cut-n-paste/recent-files/*: kill bonobo recent
2976         view.
2977
2978         * shell/ev-window.c:
2979         (ev_window_is_empty): upd.
2980         (unable_to_load), (ev_window_open): load backend
2981         based on the mime type.
2982
2983 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
2984
2985         * backend/.cvsignore: ignore generated marshalers source.
2986
2987         * shell/main.c (main): this is not epiphany.
2988
2989 2004-12-22  Havoc Pennington  <hp@redhat.com>
2990
2991         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
2992         (expose_bin_window): draw find highlights
2993
2994         * shell/ev-window.c (find_bar_search_changed_cb): implement 
2995         
2996         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
2997         (pdf_document_end_find): implement this interface
2998
2999         * backend/ev-document.c (ev_document_found): add this to emit
3000         signal
3001
3002 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
3003
3004         * data/evince-ui.xml: Add a few more toolbar items.
3005
3006         * shell/ev-window.c: Hook up page navigation toolbar 
3007         items.
3008
3009         * shell/ev-view.[ch]: add ev_view_set/get_page and 
3010         a page-changed signal.
3011
3012         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
3013         Add ev_document_get_page().
3014
3015         * shell/ev-window.c: Sensitize/desensitize navigation
3016         actions.
3017
3018 2004-12-21  Havoc Pennington  <hp@redhat.com>
3019
3020         * backend/ev-backend-marshal.c,
3021         backend/ev-backend-marshalers.list, backend/Makefile.am: add
3022         marshaler-generator thingy. I'm sure there's a better way to do
3023         this in the modern world.
3024
3025         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
3026         end_find methods and "found" signal.
3027
3028         * configure.ac: find glib-genmarshal
3029
3030 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
3031
3032         * shell/ev-sidebar.c: Construct an actual sidebar.
3033         * shell/ev-sidebar-bookmarks.[ch]:
3034         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
3035
3036 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
3037
3038         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
3039         Redo size handling.
3040         
3041         * shell/ev-view.c: Track the size from the document.
3042
3043 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
3044
3045         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
3046         constructor assumes ownership of the string passed in.
3047         
3048         * shell/ev-window.c (ev_window_open): Destroy the error
3049         dialog once we've displayed it.
3050
3051 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
3052
3053         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
3054         a bit, it works! (sort of)
3055
3056         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
3057         Move to .cc since we need to use C++ in the implementation.
3058
3059         * shell/dummy.cc: Add a CC file to force evince
3060         to be linked as a C++ program.
3061
3062 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
3063
3064         * shell/ev-view.[ch]: Start of content-area widget.
3065
3066         * shell/ev-window.c: Create a EvView, update it
3067         as we change documents.
3068
3069         * shell/Makefile.am shell/ev-marshal.list: Add
3070         generated marshalers.
3071
3072 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
3073
3074         * Makefile.am (SUBDIRS): move shell.
3075
3076 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
3077
3078         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
3079         .a to libtool convenience libraries.
3080
3081         * shell/ev-window.c (ev_window_open): Hard code loading
3082         a PDF document.
3083         
3084         * backend/ev-document.h: Add a boolean return to load(),
3085         fix GError * to GError **.
3086
3087         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
3088         object for a PDF backend EvDocument.
3089
3090 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
3091
3092         * dvi/*: New directory with the beginning of a .dvi backend.
3093
3094 2004-12-21  Havoc Pennington  <hp@redhat.com>
3095
3096         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
3097         previous/next instead of back/forward
3098
3099 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
3100
3101         * backend/ev-document.[ch]: Fix a couple of problems so
3102         it compile.
3103
3104 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
3105
3106         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
3107         to backend/ directory, rename EvViewer to EvDocument.
3108
3109 2004-12-21  Havoc Pennington  <hp@redhat.com>
3110
3111         * shell/ev-window.c: hook up the find bar widget; now we just need
3112         a document to find things in
3113
3114         * shell/eggfindbar.c: a find bar widget
3115
3116 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
3117
3118         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
3119
3120 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
3121
3122         * pdf/**: Import of xpdf code from gpdf. 
3123
3124         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
3125
3126         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
3127         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
3128         Fix FreeType includes.
3129
3130         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
3131         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
3132         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
3133         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
3134         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
3135         Include xpdfconfig.h
3136         
3137 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
3138
3139         * shell/ev-window.c (ev_window_dispose): dispose can be called
3140         multiple times.
3141
3142 2004-12-21  Havoc Pennington  <hp@redhat.com>
3143
3144         * shell/ev-window.c (ev_window_init): set title to Document Viewer
3145         rather than Evince
3146
3147         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
3148         items; really they should be synced with the strings, etc. from
3149         current gpdf, but just getting the boring typing out of the way 
3150
3151 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3152
3153         * po/POTFILES.in:
3154         * shell/ev-application.c: (window_destroy_cb):
3155         * shell/ev-window.c:
3156         * shell/main.c: (main):
3157
3158         Actually show the window...
3159
3160 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3161
3162         * Makefile.am:
3163         * shell/Makefile.am:
3164         * shell/ev-application.c: (ev_application_class_init):
3165         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
3166
3167         Make it build again
3168
3169 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3170
3171         Import to gnome cvs.
3172         
3173         * Remove copies of gpdf and ggv trees.
3174         * Rip out all the recursive configure code.
3175         * Remove bonobo machinery.
3176         * viewer/*: GInterfaces that backends should/can implement.
3177
3178 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3179
3180         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
3181         typo
3182
3183 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3184
3185         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
3186         (ev_application_finalize, ev_application_class_init)
3187         (ev_application_init): use GType instance private data for priv.
3188     
3189         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
3190         (ev_window_finalize, ev_window_class_init)
3191         (ev_window_init): ditto.
3192
3193 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3194
3195         * shell/ev-application.c (ev_application_new_window): make public
3196         (ev_application_show_initial_window): kill.
3197     
3198         * shell/ev-application.h: update prototypes.
3199     
3200         * shell/main.cc (main): inline ev_application_show_initial_window.
3201
3202 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3203
3204         * shell/ev-application.c (ev_application_new_window): impl.
3205         (ev_application_show_initial_window): use it.
3206         (is_window_empty, ev_application_get_empty_window): returns an
3207         existing empty window or a new one.
3208         (ev_application_open): from ev_window_cmd_file_open.
3209     
3210         * shell/ev-application.h: update prototypes
3211     
3212         * shell/ev-window.c (ev_window_is_empty): impl.
3213         (ev_window_open): make public.
3214         (ev_window_cmd_file_open): use ev_application_open
3215     
3216         * shell/ev-window.h: update prototypes, remove unused.
3217
3218 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3219
3220         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
3221         move destroy handler out of here...
3222     
3223         * shell/ev-application.c, shell/ev-application.h: ...into this new
3224         class. Also handles initial window creation.
3225     
3226         * shell/main.cc (main): use EvApplication to create initial
3227         window.
3228
3229 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3230
3231         * Makefile.am (SUBDIRS): add cut-n-paste
3232     
3233         * cut-n-paste/Makefile.am: add
3234     
3235         * configure.ac: generate Makefiles in cut-n-paste
3236
3237 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3238
3239         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
3240         (ev_window_class_init): install ev_window_dispose.
3241
3242 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3243
3244         * shell/ev-window.h, shell/ev-window.c: replace gchar with
3245         char (gchar looks stupid).
3246
3247 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3248
3249         * po/de.po: updated German translation.
3250
3251 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3252
3253         * configure.ac: add more pkg-config library checks for gnome-vfs,
3254         bonobo etc.
3255     
3256         * gpdf/configure.in: temporarily disable libpaper
3257         checks. Otherwise I'd have to add the checks for the shell, too.
3258
3259 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3260
3261         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
3262         and * file filters to the file choose.
3263
3264 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3265
3266         * po/de.po: Updated German translation.
3267
3268 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3269
3270         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
3271
3272 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3273
3274         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
3275     
3276         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
3277         (ev_window_init): implement those menuitems.
3278
3279 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3280
3281         * data/evince-ui.xml: add a toolbar (with FileOpen action)
3282     
3283         * shell/ev-window.c (ev_window_init): use the toolbar.
3284
3285 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3286
3287         * shell/ev-window.c (ev_window_init): use menu translations
3288
3289 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3290
3291         * configure.ac: add "de" to ALL_LINGUAS.
3292     
3293         * po/de.po: add German translation.
3294
3295 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3296
3297         * Makefile.am (SUBDIRS): add po
3298     
3299         * configure.ac: check intltool, glib-gettext etc, generate
3300         po/Makefile.in
3301     
3302         * po, po/POTFILES.in, po/POTFILES.skip: new.
3303
3304 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3305
3306         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
3307         already use (#ifdef ENABLE_NLS)
3308     
3309         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
3310         pointer indirection thinko.
3311     
3312         * shell/main.c: include gi18n.h for bindtextdomain etc.
3313
3314 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3315
3316         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
3317         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
3318         tooltips for menu items in the statusbar.
3319
3320 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3321
3322         * configure.ac, data/Makefile.am, shell/Makefile.am: use
3323         pkgdatadir drop UIDIR
3324
3325 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3326
3327         * data/evince-ui.xml: Add File->Open menu item
3328     
3329         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
3330         chooser), hook it up in the ui manager.
3331
3332 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3333
3334         * shell/ev-window.c: fix Help->About tooltip.
3335
3336 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
3337
3338         * configure.ac: set CFLAGS for libevprivate.
3339     
3340         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
3341         definitions, factory etc.
3342     
3343         * lib/Makefile.am: build libevprivate.a (only stock icon code).
3344     
3345         * shell/Makefile.am: link against libevprivate.a.
3346     
3347         * shell/ev-window.c (entries): add stock icon to Help->About.
3348     
3349         * shell/main.c (main): init stock icon code.
3350
3351 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3352
3353         * lib/recent-files: egg recent files code
3354     
3355         * lib/Makefile.am: add.
3356     
3357         * Makefile.am: add lib subdir.
3358     
3359         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
3360         set CFLAGS for recent-files.
3361
3362 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3363
3364         * configure.ac: disable -ansi and -pedantic gcc flags. They
3365         disable POSIX stuff in stdio.h, but egg-recent uses them.
3366
3367 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
3368
3369         * configure.ac: add --disable-deprecated flag (defaults to on in
3370         "cvs" builds).
3371     
3372         * shell/Makefile.am (INCLUDES): use it.
3373
3374 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3375
3376         * shell/main.c: add missing #include.
3377     
3378         * shell/ev-window.c: fix for pedantic gcc.
3379         (ev_window_cmd_help_about): split license into paragraphs for
3380         translators and pedantic compilers.
3381
3382 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3383
3384         * configure.ac: add more warning flags if compiling with gcc from
3385         cvs (or explicitly requested with --enable-more-warnings).
3386
3387 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3388
3389         * data/evince-ui.xml: add File and File->Close menu.
3390     
3391         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
3392         (ev_window_destroy): quit after destroy.
3393         (ev_window_class_init): override GtkObject::destroy.
3394         (entries): install close_window callback.
3395
3396 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3397
3398         * Makefile.am (SUBDIRS): add data subdir.
3399     
3400         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
3401         gtk+ 2.5.0 for GtkAboutDialog.
3402     
3403         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
3404         main window.
3405     
3406         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
3407     
3408         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
3409         manager.
3410         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
3411
3412 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3413
3414         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
3415
3416 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3417
3418         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
3419
3420 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3421
3422         * shell/*: Added shell directory boilerplate, build it.
3423
3424 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3425
3426         * configure.ac, Makefile.am: Added top-level configure.ac and
3427         Makefile.am