]> www.fi.muni.cz Git - evince.git/log
evince.git
23 years agoFixed spelling of componet in IID. nautilus_ms_may_31
Darin Adler [Thu, 1 Jun 2000 16:54:02 +0000 (16:54 +0000)]
Fixed spelling of componet in IID.

23 years agoNote that the data passed to the PersistStream is "application/pdf".
Dan Winship [Fri, 26 May 2000 18:33:19 +0000 (18:33 +0000)]
Note that the data passed to the PersistStream is "application/pdf".

* xpdf/gpdf.cc (open_pdf): Note that the data passed to the
PersistStream is "application/pdf".

23 years agoUpdated for new PersistStream interface. I mostly just passed NULLs. Not
Darin Adler [Fri, 26 May 2000 17:08:39 +0000 (17:08 +0000)]
Updated for new PersistStream interface. I mostly just passed NULLs. Not

* 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.

23 years agoAdded a bunch of generated files.
Darin Adler [Wed, 24 May 2000 18:28:08 +0000 (18:28 +0000)]
Added a bunch of generated files.

* .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.

24 years ago Work with OAF and fix various bugs:
Maciej Stachowiak [Sun, 7 May 2000 19:05:40 +0000 (19:05 +0000)]
Work with OAF and fix various bugs:

* 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.

24 years agoUpdate for latest bonobo.
Michael Meeks [Fri, 10 Mar 2000 17:23:00 +0000 (17:23 +0000)]
Update for latest bonobo.

24 years agonew bonobo bits; still broken ( wierdly )
Michael Meeks [Mon, 28 Feb 2000 21:05:11 +0000 (21:05 +0000)]
new bonobo bits; still broken ( wierdly )

24 years agoFixed up lists of sources so that distcheck works. Also, only build gpdf
NotZed [Fri, 25 Feb 2000 19:56:55 +0000 (19:56 +0000)]
Fixed up lists of sources so that distcheck works. Also, only build gpdf

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.

24 years agoremove some cruft, and check for latest bonobo.
Michael Meeks [Wed, 9 Feb 2000 18:58:37 +0000 (18:58 +0000)]
remove some cruft, and check for latest bonobo.

24 years agoversioning the way xpdf does it.
Michael Meeks [Mon, 7 Feb 2000 17:55:42 +0000 (17:55 +0000)]
versioning the way xpdf does it.

24 years agomore fixups.
Michael Meeks [Mon, 7 Feb 2000 17:46:24 +0000 (17:46 +0000)]
more fixups.

24 years agoUpgraded to Bonobo-0.7 -miguel
Miguel de Icaza [Mon, 7 Feb 2000 17:29:46 +0000 (17:29 +0000)]
Upgraded to Bonobo-0.7 -miguel

24 years agoFixup for latest bonobo, kill some stupid mistakes.
Michael Meeks [Sat, 18 Dec 1999 04:16:49 +0000 (04:16 +0000)]
Fixup for latest bonobo, kill some stupid mistakes.

24 years agofixup some leaks.
Michael Meeks [Sat, 6 Nov 1999 17:11:53 +0000 (17:11 +0000)]
fixup some leaks.

24 years agoforeground color set.
Michael Meeks [Tue, 12 Oct 1999 11:10:51 +0000 (11:10 +0000)]
foreground color set.

24 years agoKill ourselfs after all our embeddables die,
Michael Meeks [Fri, 8 Oct 1999 21:24:50 +0000 (21:24 +0000)]
Kill ourselfs after all our embeddables die,
few bad bugs fixed.

24 years agoadded changelog entries for last changes
Peter Teichman [Wed, 6 Oct 1999 18:22:19 +0000 (18:22 +0000)]
added changelog entries for last changes

24 years agoSome casting fixes, so gpdf will build with recent gcc
Peter Teichman [Wed, 6 Oct 1999 18:14:26 +0000 (18:14 +0000)]
Some casting fixes, so gpdf will build with recent gcc

24 years agomissing file: duh.
Michael Meeks [Wed, 6 Oct 1999 17:59:38 +0000 (17:59 +0000)]
missing file: duh.

24 years agoGesture support + various improvements.
Michael Meeks [Wed, 6 Oct 1999 17:34:37 +0000 (17:34 +0000)]
Gesture support + various improvements.

24 years agoLots of shortcut keys.
Michael Meeks [Sat, 11 Sep 1999 13:54:17 +0000 (13:54 +0000)]
Lots of shortcut keys.

24 years agoImplement toolbar merging correctly.
Michael Meeks [Sat, 4 Sep 1999 21:50:05 +0000 (21:50 +0000)]
Implement toolbar merging correctly.

24 years agoClean some redundant code.
Michael Meeks [Fri, 3 Sep 1999 08:19:05 +0000 (08:19 +0000)]
Clean some redundant code.

24 years agoFixed centering and a huge leak. ChangeLog
Michael Meeks [Wed, 1 Sep 1999 17:38:17 +0000 (17:38 +0000)]
Fixed centering and a huge leak.

24 years agoNew verb zoom support + zoom to fit.
Michael Meeks [Tue, 31 Aug 1999 22:11:49 +0000 (22:11 +0000)]
New verb zoom support + zoom to fit.

24 years agoAttempts at cleaning up component destruction - failed :-(
Michael Meeks [Fri, 27 Aug 1999 12:38:31 +0000 (12:38 +0000)]
Attempts at cleaning up component destruction - failed :-(

24 years agoRe-organise to get mime type right,
Michael Meeks [Tue, 24 Aug 1999 22:17:38 +0000 (22:17 +0000)]
Re-organise to get mime type right,
Add Help/About dialog.

24 years agoAdded lock round XPDF global variable 'xref',
Michael Meeks [Tue, 24 Aug 1999 18:18:54 +0000 (18:18 +0000)]
Added lock round XPDF global variable 'xref',
Fixed up some broken global CORBA things.
Added thread support to autogen glib stuff.

24 years agoFix ( workaround ) for xpdf's global xref feature :-)
Michael Meeks [Tue, 24 Aug 1999 17:19:42 +0000 (17:19 +0000)]
Fix ( workaround ) for xpdf's global xref feature :-)

24 years agoFix a multitude of silly mistakes.
Michael Meeks [Tue, 24 Aug 1999 16:38:12 +0000 (16:38 +0000)]
Fix a multitude of silly mistakes.

24 years agodrag and drop, removed redundant verb popup code.
Michael Meeks [Mon, 23 Aug 1999 22:41:51 +0000 (22:41 +0000)]
drag and drop, removed redundant verb popup code.

drag and drop,
removed redundant verb popup code.

24 years agoAuto activate, Scrolled panel, functioning zoom.
Michael Meeks [Mon, 23 Aug 1999 22:10:46 +0000 (22:10 +0000)]
Auto activate, Scrolled panel, functioning zoom.

Auto activate,
Scrolled panel,
functioning zoom.

24 years agoWorks with cleaner Bonobo toolbar API.
Michael Meeks [Mon, 23 Aug 1999 18:41:10 +0000 (18:41 +0000)]
Works with cleaner Bonobo toolbar API.

24 years agoFixup pdfto* programs,
Michael Meeks [Mon, 23 Aug 1999 17:24:27 +0000 (17:24 +0000)]
Fixup pdfto* programs,
Preliminary toolbar stuff.

24 years agoNew version using Derek's merged Stream stuff,
Michael Meeks [Mon, 23 Aug 1999 13:13:52 +0000 (13:13 +0000)]
New version using Derek's merged Stream stuff,
disabled helper utils build until I sync with Derek.

24 years agoReplace exit() with gtk_main_quit()
Miguel de Icaza [Mon, 23 Aug 1999 06:19:24 +0000 (06:19 +0000)]
Replace exit() with gtk_main_quit()

1999-08-23  Miguel de Icaza  <miguel@gnu.org>

* bonobo-image-x-pdf.cc: Replace exit() with gtk_main_quit()

24 years agozoom fix.
Michael Meeks [Sun, 22 Aug 1999 23:01:44 +0000 (23:01 +0000)]
zoom fix.

24 years agoFixes to work with latest bonobo.
Michael Meeks [Sun, 22 Aug 1999 22:54:36 +0000 (22:54 +0000)]
Fixes to work with latest bonobo.

24 years agoAdd error checking for factory registration.
Miguel de Icaza [Sun, 22 Aug 1999 21:51:55 +0000 (21:51 +0000)]
Add error checking for factory registration.

1999-08-22  Miguel de Icaza  <miguel@gnu.org>

* bonobo-image-x-pdf.cc (main): Add error checking for factory
registration.

24 years agountested changes for Mig.
Michael Meeks [Sun, 22 Aug 1999 21:20:25 +0000 (21:20 +0000)]
untested changes for Mig.

24 years agoCORBA_exception_init -miguel
Arturo Espinosa [Sun, 22 Aug 1999 20:27:48 +0000 (20:27 +0000)]
CORBA_exception_init -miguel

24 years agoCleaned loads of rubbish from component bits,
Michael Meeks [Sun, 22 Aug 1999 19:14:32 +0000 (19:14 +0000)]
Cleaned loads of rubbish from component bits,
Add files I forget (sorry).

24 years agomore sensible menu merging.
Michael Meeks [Sat, 21 Aug 1999 19:09:32 +0000 (19:09 +0000)]
more sensible menu merging.

24 years agostylisticly nicer bonobo container 'gpdf' pinched from Nat,
Michael Meeks [Sat, 21 Aug 1999 17:15:26 +0000 (17:15 +0000)]
stylisticly nicer bonobo container 'gpdf' pinched from Nat,
Verb support for next / prev. page.

24 years agoFixed vicious bug in stream stuff, should work now.
Michael Meeks [Fri, 20 Aug 1999 21:43:22 +0000 (21:43 +0000)]
Fixed vicious bug in stream stuff, should work now.

24 years agoTotaly re-hash stream architecture ... again :-)
Michael Meeks [Thu, 19 Aug 1999 17:57:59 +0000 (17:57 +0000)]
Totaly re-hash stream architecture ... again :-)
Now we can compile but not run auxiliary utils.

24 years agoembryonic PDF viewer as a Bonobo container...
Michael Meeks [Wed, 18 Aug 1999 18:11:18 +0000 (18:11 +0000)]
embryonic PDF viewer as a Bonobo container...

24 years agouse new bonobo seek type.
Michael Meeks [Mon, 16 Aug 1999 21:46:30 +0000 (21:46 +0000)]
use new bonobo seek type.

24 years agoRemove intermediate Makefile.in's
Michael Meeks [Mon, 16 Aug 1999 12:06:00 +0000 (12:06 +0000)]
Remove intermediate Makefile.in's
Initialise all the view's data fields ( kill fatal crash )
Fix xpdf/Makefile.am to only build the bonobo component.

24 years agofiles I forgot ... doh.
Michael Meeks [Sun, 15 Aug 1999 21:09:14 +0000 (21:09 +0000)]
files I forgot ... doh.

24 years agoBreak everything except bonobo-image-x-pdf :-)
Michael Meeks [Sun, 15 Aug 1999 21:06:36 +0000 (21:06 +0000)]
Break everything except bonobo-image-x-pdf :-)
New cleaner xpdf IO code.
use make bonobo-image-x-pdf in xpdf to compile.

24 years agoActually works ... with a patch to Bonobo :-)
Michael Meeks [Wed, 11 Aug 1999 21:56:54 +0000 (21:56 +0000)]
Actually works ... with a patch to Bonobo :-)

24 years agoCompiles at least :)
Michael Meeks [Wed, 11 Aug 1999 18:20:31 +0000 (18:20 +0000)]
Compiles at least :)

24 years agoAdd more missing files
Arturo Espinosa [Fri, 6 Aug 1999 19:08:32 +0000 (19:08 +0000)]
Add more missing files

24 years agoPainful merge.
Arturo Espinosa [Fri, 6 Aug 1999 00:14:27 +0000 (00:14 +0000)]
Painful merge.

Painful merge.

I merged the latest release into the CVS.

This version supports the regular xpdf or gpdf if the GNOME libraries
are found.

Miguel.

24 years agoPage navigation.
Michael Meeks [Wed, 4 Aug 1999 21:18:20 +0000 (21:18 +0000)]
Page navigation.

24 years agoMore fixes to get a nice compilation setup -mig
Arturo Espinosa [Wed, 4 Aug 1999 01:21:58 +0000 (01:21 +0000)]
More fixes to get a nice compilation setup -mig

24 years agoMakefile fixes
Arturo Espinosa [Wed, 4 Aug 1999 01:17:36 +0000 (01:17 +0000)]
Makefile fixes

24 years agoFix for GNOME detection -mig
Arturo Espinosa [Wed, 4 Aug 1999 01:14:05 +0000 (01:14 +0000)]
Fix for GNOME detection -mig

24 years agoLots of cvsignores
Arturo Espinosa [Wed, 4 Aug 1999 00:50:08 +0000 (00:50 +0000)]
Lots of cvsignores

24 years agoAdded Automake setup -miguel
Arturo Espinosa [Wed, 4 Aug 1999 00:48:23 +0000 (00:48 +0000)]
Added Automake setup -miguel

24 years agoClose / Exit, About box,
Michael Meeks [Tue, 3 Aug 1999 20:15:45 +0000 (20:15 +0000)]
Close / Exit, About box,

Close / Exit,
About box,

24 years agoNow you can see the whole page ( but only page 2 :-)
Michael Meeks [Tue, 3 Aug 1999 16:45:55 +0000 (16:45 +0000)]
Now you can see the whole page ( but only page 2 :-)

24 years agoBegginings of glade GUI,
Michael Meeks [Sun, 1 Aug 1999 21:47:54 +0000 (21:47 +0000)]
Begginings of glade GUI,
more cleans.

24 years agoLocated bug in handling of gdk_region... people expect
Michael Meeks [Fri, 30 Jul 1999 01:19:19 +0000 (01:19 +0000)]
Located bug in handling of gdk_region... people expect
gdk_region_union_with_rect to behave like the X call (?), its rather odd...

24 years agoColours, and cut down bug to clipping regions.
Michael Meeks [Thu, 29 Jul 1999 22:37:06 +0000 (22:37 +0000)]
Colours, and cut down bug to clipping regions.

24 years agoSome cleanups.
Michael Meeks [Thu, 29 Jul 1999 19:07:21 +0000 (19:07 +0000)]
Some cleanups.

24 years agoRenders pdf in one shade of black.
Michael Meeks [Thu, 29 Jul 1999 18:32:12 +0000 (18:32 +0000)]
Renders pdf in one shade of black.

24 years agoMore thrashing, now it prints 'Hello': wow.
Michael Meeks [Thu, 29 Jul 1999 17:57:51 +0000 (17:57 +0000)]
More thrashing, now it prints 'Hello': wow.

24 years agoStill no output - how odd.
Michael Meeks [Wed, 9 Jun 1999 22:46:15 +0000 (22:46 +0000)]
Still no output - how odd.

24 years agoMore bits.
Michael Meeks [Thu, 3 Jun 1999 22:00:55 +0000 (22:00 +0000)]
More bits.

24 years agoFix some amusing bugs.
Michael Meeks [Thu, 3 Jun 1999 19:46:15 +0000 (19:46 +0000)]
Fix some amusing bugs.

24 years agoBrutal hack of rendering for now, needs sensible font support.
Michael Meeks [Sat, 29 May 1999 22:10:37 +0000 (22:10 +0000)]
Brutal hack of rendering for now, needs sensible font support.

24 years agoGOutputDev now compiles... move onto gpdf GUI.
Michael Meeks [Sat, 29 May 1999 12:35:54 +0000 (12:35 +0000)]
GOutputDev now compiles... move onto gpdf GUI.

24 years agoslow progress...
Michael Meeks [Fri, 28 May 1999 22:28:58 +0000 (22:28 +0000)]
slow progress...

24 years agoMore fixups, half way through.
Michael Meeks [Thu, 27 May 1999 22:07:00 +0000 (22:07 +0000)]
More fixups, half way through.

24 years agoPreliminary hacks.
Michael Meeks [Thu, 27 May 1999 17:38:32 +0000 (17:38 +0000)]
Preliminary hacks.

25 years agoInitial work I did on GNOME/PDF viewer -miguel
Arturo Espinosa [Sun, 16 May 1999 14:11:28 +0000 (14:11 +0000)]
Initial work I did on GNOME/PDF viewer -miguel

25 years agoInitial import of Derek's XPDF program. XPDF_0_80
Arturo Espinosa [Sat, 17 Apr 1999 02:59:58 +0000 (02:59 +0000)]
Initial import of Derek's XPDF program.

Initial import of Derek's XPDF program.

25 years agoInitial revision
Arturo Espinosa [Sat, 17 Apr 1999 02:59:58 +0000 (02:59 +0000)]
Initial revision