]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/ChangeLog
Synched with Xpdf 0.92
[evince.git] / pdf / xpdf / ChangeLog
index 74c69ccd3356f34518ec60eab532be52f050e168..e202bc7a6d69d1901d83a3e681253f2f5ffb2327 100644 (file)
@@ -1,3 +1,146 @@
+2002-08-05  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
+
+       * GOutputDev.h: ditto. 
+
+       * GOutputDev.cc: sync with XOutputDev.cc.
+
+       * bonobo-application-x-pdf.cc (printCommands): is in Gfx.cc now
+
+2002-08-04  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
+
+       * BonoboStream.cc: merge in decryption code from FileStream 0.92
+       (close): new method, from FileStream,
+       (~bonoboStream): use close
+
+       * BonoboStream.h: #define bonoboStreamBufSize as in FileStream
+       0.92, 
+       (bonoboStream): use it.
+
+2001-01-11  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.cc (container_launch_component): don't add the client
+       site to the item container.
+
+2000-12-21  Michael Meeks  <michael@helixcode.com>
+
+       * bonobo-application-x-pdf.cc: Kill mutex / thread init code,
+       it screws gtk.
+
+       * gpdf.cc: update the IID naming scheme.
+
+       * bonobo-application-x-pdf.cc (init_bonobo_application_x_pdf_factory):
+       ditto. (init_server_factory): setup ORB properly.
+
+       * Makefile.am: De-goadize; update oafinfo fnames.
+
+2000-11-16  Ramiro Estrugo  <ramiro@eazel.com>
+
+       * bonobo-application-x-pdf.cc:
+       Make the signatures of callbacks match the declaraed types to
+       avoid compiler warnings.
+       
+2000-11-07  Fatih Demir        <kabalak@gmx.net>
+
+       * .cvsignore: Added bonobo-application-x-pdf-ui.h and
+               gpdf-ui.h to the ignores.
+
+2000-10-19  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.cc: update for Dietmer internal changes.
+
+2000-10-17  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.xml: add.
+
+       * Makefile.am: sort out xml files.
+
+       * gpdf.cc: Re-engineer to the new UI handler.
+
+       * bonobo-application-x-pdf.cc: update to new UI handler
+
+       * bonobo-appliation-x-pdf-ui.xml: create.
+
+       * gpdf-ui.xml: create.
+
+2000-10-07  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.cc (main): cut out stale gnorba fat.
+
+       * bonobo-application-x-pdf.cc (init_server_factory),
+       (init_bonobo_application_x_pdf_factory): ditto.
+
+       * bonobo-application-x-pdf.cc (embeddable_factory): remove the
+       sizeable interface.
+
+2000-10-04  Michael Meeks  <michael@helixcode.com>
+
+       * bonobo-application-x-pdf.cc (view_create_menus): upd.
+
+       * gpdf.cc (container_launch_component): update for ItemContainer
+       rename. (container_new): update to bonobo-win stuff.
+       (container_set_view): use compat_get_container.
+
+2000-08-13  Arik Devens  <arik@helixcode.com>
+
+       * bonobo-application-x-pdf.cc (view_create_menus): Switched
+       page_enlarge_cb and page_shrink_cb to get zooming in and out
+       workin correctly in the menu.
+
+2000-08-02  Michael Meeks  <michael@helixcode.com>
+
+       * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo.
+       (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS
+
+2000-07-25  Michael Meeks  <michael@helixcode.com>
+
+       * bonobo-application-x-pdf.cc (embeddable_factory): s/gtk/bonobo/
+       on unref. Junk 2 stop tabs throught, Derek can have my kittens.
+       (view_create_menus): create the pdf toolbar before using it.
+       (button_press_event_cb): return a value.
+
+2000-07-04  Michael Meeks  <michael@helixcode.com>
+
+       * GOutputDev.cc (drawImage): kill double free.
+
+       * BonoboStream.cc (bfread): update for new API.
+
+2000-03-10  Michael Meeks  <michael@helixcode.com>
+
+       * gpdf.cc: s/GNOME/Bonobo/
+
+       * application-x-pdf.gnorba: s/GNOME/Bonobo/
+
+2000-02-28  Michael Meeks  <michael@helixcode.com>
+
+       * bonobo-application-x-pdf.cc (view_factory): kill spurious UI
+       handler creation.
+
+       * gpdf.cc (container_set_view): update to new bonobo api.
+
+2000-02-25  NotZed  <NotZed@HelixCode.com>
+
+       * Makefile.am: Fixed up lists of sources so that distcheck works.
+       Also, only build gpdf if with gnome (otherwise distcheck fails).
+
+       * gpdf.cc (container_about_cmd): Define i if we are going
+       to be using it.
+
+2000-02-09  Michael Meeks  <michael@helixcode.com>
+
+       * Clean unused & lack of casting all round the place.
+       
+2000-02-07  Michael Meeks  <michael@helixcode.com>
+
+       * bonobo-application-x-pdf.cc: fix typo.
+
+1999-12-17  Michael Meeks  <mmeeks@gnu.org>
+
+       * gpdf.cc (container_set_view): make wrapper invisible.
+
+       * bonobo-application-x-pdf.cc (embeddable_factory): kill
+       diff id string. + constify lots of paths.
+       (view_factory): kill size query. (view_size_query): kill.
+
 1999-11-06  Michael Meeks  <mmeeks@gnu.org>
 
        * gtkgesture.c (gesture_data_append_point): fix leak.