]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/ChangeLog
Synched with Xpdf 0.92
[evince.git] / pdf / xpdf / ChangeLog
index e9d17154e44655793f386cd6f35aa8405fdf1678..e202bc7a6d69d1901d83a3e681253f2f5ffb2327 100644 (file)
@@ -1,5 +1,345 @@
+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.
+
+       * bonobo-application-x-pdf.c (setup_pixmap): Fix leak + flicker.
+
+       * GOutputDev.cc (~GOutputDev): Add clear of state stack + clear
+       text page + delete font. (startPage): fic gdkGC leaks.
+       (findColor): clean.
+
+1999-10-11  Michael Meeks  <mmeeks@gnu.org>
+
+       * GOutputDev.cc: Re-enable stroke color setting.
+
+1999-10-08  Michael Meeks  <mmeeks@gnu.org>
+
+       * gpdf.cc (container_new): add to list before possibly removing.
+
+       * bonobo-application-x-pdf.cc (destroy_embed): Quit on last component
+       close. (load_pdf_from_stream): inline redraw-all with new API.
+       (redraw_view): implement (redraw_all): remove. (realize_mainbox): remould.
+       (destroy_view): Fix serious memory corruption freeing pixmap twice.
+       (view_activate): kill debug.
+
+1999-10-06  Peter Teichman  <pat4@acpub.duke.edu>
+
+       * GOutputDev.cc: add return type for GOutputServerFont::isOk()
+
+       * bonobo-application-x-pdf.cc: casting fixes, for compiling with
+       recent gcc
+
+       * PSOutputDev.cc: same, more casting fixes
+       
+1999-10-06  Michael Meeks  <mmeeks@gnu.org>
+
+       * BonoboStream.cc (bfseek): Add debug case.
+       (bfread): nail immense leak.
+
+       * gpdf.cc (container_set_view): Activate the component to
+       allow gestures to work.
+
+1999-10-05  Michael Meeks  <mmeeks@gnu.org>
+
+       * bonobo-application-x-pdf.cc (setup_pixmap): Connect gestures + add
+       event mask.
+
+       * gpdf.cc (container_close): Created. (container_close_cmd): Use it.
+       Huge header clean.
+
+       * gtkgesture.[ch]: Create.
+
+1999-09-11  Michael Meeks  <michael@nuclecu.unam.mx>
+
+       * bonobo-application-x-pdf.cc (destroy_view): destroy don't unref,
+       make more paranoid add debug. (destroy_embed): Clean. 
+
+       * gpdf.cc (key_press_event_cb): Added all manner of shortcuts.
+       (container_new): Add key stuff (container_destroy_cb): Implement.
+       (container_destroy): Add paranoid check.
+
+1999-09-07  Michael Meeks  <michael@imaginator.com>
+
+       * gpdf.cc (container_new): Fiddled with scrollpane
+
+1999-09-01  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-application-x-pdf.cc: Fix a massive leak :-).
+       Considerably simplified with GtkPixmap. Fixed location problems.
+
+1999-08-27  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-application-x-pdf.cc: Remove count of embeddable
+       servers: seems to be handled inside Bonobo now.
+
+1999-08-26  Michael Meeks  <michael@imaginator.com>
+
+       * gpdf.cc (component_destroy): Improved clean up.
+
+       * bonobo-application-x-pdf.cc (bed_free_data): Expand, and
+       clean; remove redundant pdf_stream delete.
+
+1999-08-24  Michael Meeks  <michael@imaginator.com>
+
+       * application-x-pdf.gnorba: Update to new mime type.
+
+       * Makefile.am (gnorba_DATA): Rename mime type.
+       Remove glade.
+
+       * gpdf.cc (main): File up a container if we fail to load
+       any of the command line files.
+
+1999-08-24  Michael Meeks  <michael@imaginator.com>
+
+       * Makefile.am: Cleaned + added thread bits.
+
+       * bonobo-image-x-pdf.cc: Add locking round 'xref' global.
+       Remove CORBA_Environment global.
+
+1999-08-24  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-image-x-pdf.cc (bed_free_data): Rationalised Stream
+       duplicate / release, and scoped BonoboFile correctly.
+
+       * BonoboStream.cc (bfseek): Add init / free to all corba
+       exceptions, ( stupidly lost this code somehow ).
+
+       * bonobo-image-x-pdf.cc (render_page): Add startDoc.
+       (main): Add freeParams.
+
+1999-08-23  Michael Meeks  <michael@imaginator.com>
+
+       * gpdf.cc (container_launch_component): Fix flags.
+       (container_create_toolbar): Fix for new Bonobo.
+
+1999-08-23  Michael Meeks  <michael@imaginator.com>
+
+       * Makefile.am: Added helper programs back in.
+
+       * bonobo-image-x-pdf.cc (view_create_menus): Toolbars.
+
+1999-08-23  Miguel de Icaza  <miguel@gnu.org>
+
+       * bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()
+
+1999-08-22  Miguel de Icaza  <miguel@gnu.org>
+
+       * bonobo-image-x-pdf.cc (main): Add error checking for factory
+       registration. 
+
+1999-08-22  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-image-x-pdf.cc: Add zoom.
+
+1999-08-19  Michael Meeks  <michael@imaginator.com>
+
+       * PDFDoc.cc: Altered to read / write lines.
+
+       * PDFDoc.cc: Move FileStream::checkHeader so its called
+       in FileStream constructor.
+
+1999-08-18  Michael Meeks  <michael@imaginator.com>
+
+       * gpdf.cc: cloned from test-container.
+       (launch_server): use GOAD_ACTIVATE_SHLIB not '0'
+
+1999-08-16  Michael Meeks  <michael@imaginator.com>
+
+       * Makefile.am (bin_PROGRAMS): Hack to only make bonobo component.
+
+       * bonobo-image-x-pdf.cc (view_factory): Init all members.
+
+1999-08-15  Michael Meeks  <michael@imaginator.com>
+
+       * Now bonobo-image-x-pdf works, but everything else
+       is broken: use
+
+               make bonobo-image-xpdf to compile...
+
+1999-08-11  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-image-x-pdf.cc: Fixed innumerable bugs,
+       some in bonobo :-)
+       (load_image_from_stream): Try closing the file to let its
+       contents hit disk before reading from it :-)
+       (configure_size): Don't get scared by configure_size.
+       (redraw_view): Get the parameters in some sort of order.
+
+1999-08-11  Michael Meeks  <michael@imaginator.com>
+
+       * bonobo-image-x-pdf.cc: Added.
+
+       * Makefile.am: added bonobo-image-x-pdf.c
+
+1999-08-03  Michael Meeks  <michael@imaginator.com>
+
+       * gpdf.cc: Lots of updates, gives up on logging changes
+       ( for a bit. )
+
+1999-08-02  Michael Meeks  <michael@edenproject.org>
+
+       * GOutputDev.cc: Fix more silly region merging bugs.
+
+1999-08-01  Michael Meeks  <michael@edenproject.org>
+
+       * Makefile.in: Added -lglade, -lglade-gnome & Added -Wall
+       
+       * gpdf.glade: Added.
+       
+       * gpdf.cc (loadFile): Add typecast.
+       Remove all DOC_ROOT's magic numbers.
+       Add glade GUI,
+       Lots of other bits ...
+       
 1999-07-29  Michael Meeks  <michael@edenproject.org>
 
+       * GOutputDev.cc: Hahaaa... the bug ! :-)
+       A difference in how GDK / X deal with merging rectangles
+       and regions. Good.
+
        * gpdf.cc (doc_redraw_event): Messing around.
 
        * GOutputDev.cc (drawChar): Fix char printed as string.