Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf
Commit message (Collapse)AuthorAgeFilesLines
...
* check for bonobo 0.19Michael Meeks2000-10-042-18/+28
| | | | | | | | | | | | | | 2000-10-04 Michael Meeks <michael@helixcode.com> * configure.in (xpdf_cv_func_select_arg): check for bonobo 0.19 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.
* fixed bug where zooming in was zooming out and vice-versaArik Devens2000-08-201-0/+6
|
* kill ghastly hack adding -lbonobo. (bonobo_application_x_pdf_LDADD): addMichael Meeks2000-08-033-3/+13
| | | | | | | | | | | | | | 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.
* kill double free.Michael Meeks2000-07-041-0/+6
| | | | | | | | 2000-07-04 Michael Meeks <michael@helixcode.com> * GOutputDev.cc (drawImage): kill double free. * BonoboStream.cc (bfread): update for new API.
* Fixed spelling of componet in IID.Darin Adler2000-06-014-4/+4
|
* Note that the data passed to the PersistStream is "application/pdf".Dan Winship2000-05-261-1/+1
| | | | | * xpdf/gpdf.cc (open_pdf): Note that the data passed to the PersistStream is "application/pdf".
* Updated for new PersistStream interface. I mostly just passed NULLs. NotDarin Adler2000-05-261-1/+3
| | | | | | | | * xpdf/bonobo-application-x-pdf.cc (load_pdf_from_stream), (embeddable_factory): * xpdf/gpdf.cc: (open_pdf): Updated for new PersistStream interface. I mostly just passed NULLs. Not 100% sure that's correct.
* Added a bunch of generated files.Darin Adler2000-05-241-4/+8
| | | | | | | | | | | * .cvsignore: * goo/.cvsignore: * ltk/.cvsignore: * xpdf/.cvsignore: Added a bunch of generated files. * xpdf/GOutputDev.cc: (GOutputDev::updateLineAttrs): Fixed a type to avoid a warning.
* Work with OAF and fix various bugs:Maciej Stachowiak2000-05-075-122/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in, aclocal.m4: Detect when Bonobo is built with OAF support, and if so use OAF. * xpdf/Makefile.am: When using OAF, link against OAF and install oafinfo file. * xpdf/gpdf.cc: Include oaf headers when using OAF. (openpdf): Use OAFIID to activate the component when using OAF. (container_set_view), (container_launch_component), (container_new): Put the view in an EventBox, not a ScrolledWindow; the component now handles scrolling itself. (key_press_event_cb): Removed; key press handling moved to component. (main): Initialize OAF instead of GOAD when using OAF. * xpdf/bonobo-application-x-pdf.cc: Include OAF headers when using OAF. (redraw_view): Handle the case where we are loading before the view is realized by connecting to the "realize" signal handler and deferring redrawing until then in that case. (real_redraw_view): Function to do the real redrawing. (load_pdf_from_stream): Don't call `realize_mainbox' directly, let `real_redraw_view' do it. (key_press_event_cb): In response to various key bindings, scroll the view, navigate pages, or zoom in/out. (button_press_event_cb): Grab the keyboard focus on a press of button 1. (view_create_menus): Rename menus to be more standard, and provide accelerators for menus and items. (realize_mainbox): Get window ourselves if we have to. (view_factory): Put the view in a scrolled window so scrolling can be handled by the component itself. Connect to "key_press" and "button_press" for keyboard and focus handling. Set the GTK_CAN_FOCUS flag for the main view widget. (init_bonobo_application_x_pdf_factory, init_server_factory): Use OAF when appropriate. * xpdf/application-x-pdf.oafinfo: New file, OAF activation record.
* Update for latest bonobo.Michael Meeks2000-03-103-3/+9
|
* new bonobo bits; still broken ( wierdly )Michael Meeks2000-02-282-11/+12
|
* Fixed up lists of sources so that distcheck works. Also, only build gpdfNotZed2000-02-253-3/+43
| | | | | | | | | | 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.
* remove some cruft, and check for latest bonobo.Michael Meeks2000-02-093-2/+5
|
* versioning the way xpdf does it.Michael Meeks2000-02-072-2/+2
|
* more fixups.Michael Meeks2000-02-071-0/+4
|
* Upgraded to Bonobo-0.7 -miguelMiguel de Icaza2000-02-072-132/+127
|
* Fixup for latest bonobo, kill some stupid mistakes.Michael Meeks1999-12-182-0/+9
|
* fixup some leaks.Michael Meeks1999-11-061-0/+10
|
* foreground color set.Michael Meeks1999-10-121-0/+4
|
* Kill ourselfs after all our embeddables die,Michael Meeks1999-10-082-2/+12
| | | | few bad bugs fixed.
* added changelog entries for last changesPeter Teichman1999-10-061-0/+9
|
* Some casting fixes, so gpdf will build with recent gccPeter Teichman1999-10-061-3/+3
|
* missing file: duh.Michael Meeks1999-10-061-0/+17
|
* Gesture support + various improvements.Michael Meeks1999-10-064-32/+53
|
* Lots of shortcut keys.Michael Meeks1999-09-112-5/+138
|
* Implement toolbar merging correctly.Michael Meeks1999-09-041-1/+1
|
* Clean some redundant code.Michael Meeks1999-09-031-27/+0
|
* Fixed centering and a huge leak.Michael Meeks1999-09-011-0/+5
|
* New verb zoom support + zoom to fit.Michael Meeks1999-08-311-51/+3
|
* Attempts at cleaning up component destruction - failed :-(Michael Meeks1999-08-272-1/+33
|
* Re-organise to get mime type right,Michael Meeks1999-08-248-1288/+91
| | | | Add Help/About dialog.
* Added lock round XPDF global variable 'xref',Michael Meeks1999-08-243-33/+77
| | | | | Fixed up some broken global CORBA things. Added thread support to autogen glib stuff.
* Fix ( workaround ) for xpdf's global xref feature :-)Michael Meeks1999-08-244-129/+11
|
* Fix a multitude of silly mistakes.Michael Meeks1999-08-242-17/+49
|
* drag and drop, removed redundant verb popup code.Michael Meeks1999-08-231-97/+48
| | | | | drag and drop, removed redundant verb popup code.
* Auto activate, Scrolled panel, functioning zoom.Michael Meeks1999-08-232-82/+43
| | | | | | Auto activate, Scrolled panel, functioning zoom.
* Works with cleaner Bonobo toolbar API.Michael Meeks1999-08-233-5/+10
|
* Fixup pdfto* programs,Michael Meeks1999-08-239-31/+23
| | | | Preliminary toolbar stuff.
* New version using Derek's merged Stream stuff,Michael Meeks1999-08-2311-328/+324
| | | | disabled helper utils build until I sync with Derek.
* Replace exit() with gtk_main_quit()Miguel de Icaza1999-08-232-2/+26
| | | | | | 1999-08-23 Miguel de Icaza <miguel@gnu.org> * bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()
* zoom fix.Michael Meeks1999-08-221-1/+1
|
* Fixes to work with latest bonobo.Michael Meeks1999-08-222-4/+17
|
* Add error checking for factory registration.Miguel de Icaza1999-08-223-4/+20
| | | | | | | 1999-08-22 Miguel de Icaza <miguel@gnu.org> * bonobo-image-x-pdf.cc (main): Add error checking for factory registration.
* untested changes for Mig.Michael Meeks1999-08-223-18/+122
|
* CORBA_exception_init -miguelArturo Espinosa1999-08-222-1/+603
|
* Cleaned loads of rubbish from component bits,Michael Meeks1999-08-222-106/+151
| | | | Add files I forget (sorry).
* more sensible menu merging.Michael Meeks1999-08-212-89/+149
|
* stylisticly nicer bonobo container 'gpdf' pinched from Nat,Michael Meeks1999-08-212-455/+730
| | | | Verb support for next / prev. page.
* Fixed vicious bug in stream stuff, should work now.Michael Meeks1999-08-204-84/+160
|
* Totaly re-hash stream architecture ... again :-)Michael Meeks1999-08-1916-116/+180
| | | | Now we can compile but not run auxiliary utils.