X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FChangeLog;h=e202bc7a6d69d1901d83a3e681253f2f5ffb2327;hb=7aac8dc8533347e21311b15186e0af82f1b22fd6;hp=7b70d469ac23c32ac5c48c60946f45bb63bd860a;hpb=2d0a6ca37b69db220234bb68c363920f40217420;p=evince.git diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index 7b70d469..e202bc7a 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,134 @@ +2002-08-05 Martin Kretzschmar + + * 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 + + * 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 + + * gpdf.cc (container_launch_component): don't add the client + site to the item container. + +2000-12-21 Michael Meeks + + * 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 + + * bonobo-application-x-pdf.cc: + Make the signatures of callbacks match the declaraed types to + avoid compiler warnings. + +2000-11-07 Fatih Demir + + * .cvsignore: Added bonobo-application-x-pdf-ui.h and + gpdf-ui.h to the ignores. + +2000-10-19 Michael Meeks + + * gpdf.cc: update for Dietmer internal changes. + +2000-10-17 Michael Meeks + + * 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 + + * 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 + + * 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 + + * 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 + + * Makefile.am (gpdf_LDADD): kill ghastly hack adding -lbonobo. + (bonobo_application_x_pdf_LDADD): add EXTRA_GNOME_LIBS + +2000-07-25 Michael Meeks + + * 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 + + * GOutputDev.cc (drawImage): kill double free. + + * BonoboStream.cc (bfread): update for new API. + +2000-03-10 Michael Meeks + + * gpdf.cc: s/GNOME/Bonobo/ + + * application-x-pdf.gnorba: s/GNOME/Bonobo/ + +2000-02-28 Michael Meeks + + * 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 + + * 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 + + * Clean unused & lack of casting all round the place. + 2000-02-07 Michael Meeks * bonobo-application-x-pdf.cc: fix typo.