Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hook things up a bit, it works! (sort of)Owen Taylor2004-12-227-147/+288
| | | | | | | | | | | | | Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com> * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up a bit, it works! (sort of) * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc: Move to .cc since we need to use C++ in the implementation. * shell/dummy.cc: Add a CC file to force evince to be linked as a C++ program.x
* Start of content-area widget.Owen Taylor2004-12-227-5/+510
| | | | | | | | | | | | Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com> * shell/ev-view.[ch]: Start of content-area widget. * shell/ev-window.c: Create a EvView, update it as we change documents. * shell/Makefile.am shell/ev-marshal.list: Add generated marshalers.
* move shell.Jonathan Blandford2004-12-222-1/+5
| | | | | | Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com> * Makefile.am (SUBDIRS): move shell.
* Switch from .a to libtool convenience libraries.Owen Taylor2004-12-2212-48/+287
| | | | | | | | | | | | | | | | Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com> * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from .a to libtool convenience libraries. * shell/ev-window.c (ev_window_open): Hard code loading a PDF document. * backend/ev-document.h: Add a boolean return to load(), fix GError * to GError **. * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub object for a PDF backend EvDocument.
* Remove .cvsignore in empty dirOwen Taylor2004-12-221-2/+0
|
* New directory with the beginning of a .dvi backend.Søren Sandmann2004-12-2132-0/+2979
| | | | | | Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com> * dvi/*: New directory with the beginning of a .dvi backend.
* change buttons to previous/next instead of back/forwardHavoc Pennington2004-12-212-3/+36
| | | | | | | 2004-12-21 Havoc Pennington <hp@redhat.com> * shell/eggfindbar.c (egg_find_bar_init): change buttons to previous/next instead of back/forward
* Fix a couple of problems so it compile.Owen Taylor2004-12-213-1/+7
| | | | | | | Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com> * backend/ev-document.[ch]: Fix a couple of problems so it compile.
* Move viewer directory to backend/ directory, rename EvViewer toOwen Taylor2004-12-219-119/+205
| | | | | | | Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com> * viewer/* backend/* configure.ac Makefile.am: Move viewer directory to backend/ directory, rename EvViewer to EvDocument.
* hook up the find bar widget; now we just need a document to find things inHavoc Pennington2004-12-215-2/+827
| | | | | | | | | 2004-12-21 Havoc Pennington <hp@redhat.com> * shell/ev-window.c: hook up the find bar widget; now we just need a document to find things in * shell/eggfindbar.c: a find bar widget
* forgot theseJonathan Blandford2004-12-212-0/+135
|
* initial sidebar boilerplate.Jonathan Blandford2004-12-213-12/+29
| | | | | | Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
* Import of xpdf code from gpdf.Owen Taylor2004-12-2137-241/+773
| | | | | | | | | | | | | | | | | | | Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com> * pdf/**: Import of xpdf code from gpdf. * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: Fix FreeType includes. * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\ pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}: Include xpdfconfig.h
* dispose can be called multiple times.Jonathan Blandford2004-12-212-1/+9
| | | | | | | Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com> * shell/ev-window.c (ev_window_dispose): dispose can be called multiple times.
* set title to Document Viewer rather than EvinceHavoc Pennington2004-12-213-2/+235
| | | | | | | | | | | 2004-12-21 Havoc Pennington <hp@redhat.com> * shell/ev-window.c (ev_window_init): set title to Document Viewer rather than Evince * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu items; really they should be synced with the strings, etc. from current gpdf, but just getting the boring typing out of the way
* Actually show the window...Marco Pesenti Gritti2004-12-215-8/+17
| | | | | | | | | | | 2004-12-21 Marco Pesenti Gritti <marco@gnome.org> * po/POTFILES.in: * shell/ev-application.c: (window_destroy_cb): * shell/ev-window.c: * shell/main.c: (main): Actually show the window...
* add cvsignoresMarco Pesenti Gritti2004-12-216-0/+16
|
* *** empty log message ***Marco Pesenti Gritti2004-12-216-34/+43
|
* Import sourcesMarco Pesenti Gritti2004-12-210-0/+0
|
* Initial revisionMarco Pesenti Gritti2004-12-2141-0/+16518
|
* port from GPdfHIGDialog to GtkMessageDialog.Martin Kretzschmar2004-12-205-248/+0
| | | | | | | | | | | | * xpdf/gpdf-control.cc (gpdf_control_private_error_dialog): (gpdf_control_private_warn_dialog, gpdf_control_private_info_dialog) (overwrite_existing_file, save_error_dialog): port from GPdfHIGDialog to GtkMessageDialog. * xpdf/Makefile.am (libgpdf_a_SOURCES): remove gpdf-hig-dialog.[ch] * xpdf/gpdf-hig-dialog.c, xpdf/gpdf-hig-dialog.h, xpdf/eog-hig-dialog.c, xpdf/eog-hig-dialog.h: remove, no longer needed with gtk 2.5
* Fix for a number of integer overflow bugs discovered by Chris Evans.Dan Williams2004-11-052-49/+125
| | | | | | | | 2004-11-05 Dan Williams <dcbw@redhat.com> * xpdf/Catalog.cc, xpdf/XRef.cc: Fix for a number of integer overflow bugs discovered by Chris Evans. CAN-2004-0888, Bug #156729, Red Hat Bug #137420.
* check gnome_vfs_foo return values. Fixes crashes with gnome-vfs' httpMark McLoughlin2004-09-211-16/+20
| | | | | | | | 2004-09-20 Mark McLoughlin <mark@skynet.ie> * xpdf/GnomeVFSStream.cc (reset, fillBuf): check gnome_vfs_foo return values. Fixes crashes with gnome-vfs' http method. Bug #153159, #151364, Red Hat Bug #132469, half of Debian Bug #268873.
* sssshhhMartin Kretzschmar2004-08-281-0/+1
|
* file tool-control.c was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-130-0/+0
|
* file tool-control.h was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-130-0/+0
|
* file tool-select.png was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-130-0/+0
|
* file hand-closed.png was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* file hand-open.png was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* file cursor-hand-closed.png was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* file cursor-hand-closed.xpm was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* file cursor-hand-open.png was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* file cursor-hand-open.xpm was initially added on branch gpdf-modes.Rémi Cohen-Scali2004-06-120-0/+0
|
* drop support for building xpdf, pdfto*.Martin Kretzschmar2004-06-061-83/+0
| | | | | | | * xpdf/Makefile.am: drop support for building xpdf, pdfto*. * configure.in: simplify more. Drop --enable-no-text-select and --enable-multithreaded options. Bug #111404.
* cvs remove. Remainings of the Xpdf non-automake build system.Martin Kretzschmar2004-06-032-0/+0
|
* added.Martin Kretzschmar2004-05-176-168/+76
| | | | | | * fofi/Makefile.am, splash/Makefile.am: added. * Makefile.am: add fofi and splash subdirs.
* Imported Xpdf 3.00 and fixed build.Martin Kretzschmar2004-05-1757-12715/+1814
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ANNOUNCE: * CHANGES: * Makefile.am: * README: * aconf-win32.h: * configure.in: * dj_make.bat: * doc/pdffonts.1: * doc/pdffonts.cat: * doc/pdffonts.hlp: * doc/pdfimages.1: * doc/pdfimages.cat: * doc/pdfimages.hlp: * doc/pdfinfo.1: * doc/pdfinfo.cat: * doc/pdfinfo.hlp: * doc/pdftopbm.1: * doc/pdftopbm.cat: * doc/pdftopbm.hlp: * doc/pdftops.1: * doc/pdftops.cat: * doc/pdftops.hlp: * doc/pdftotext.1: * doc/pdftotext.cat: * doc/pdftotext.hlp: * doc/xpdf.1: * doc/xpdf.cat: * doc/xpdf.hlp: * doc/xpdfrc.5: * doc/xpdfrc.cat: * doc/xpdfrc.hlp: * fofi/Makefile.in: * goo/GHash.cc: * goo/GHash.h: * ms_make.bat: * splash/Makefile.in: * xpdf/DisplayFontTable.h: * xpdf/ErrorCodes.h: * xpdf/FTFont.cc: * xpdf/FTFont.h: * xpdf/FontFile.cc: * xpdf/FontFile.h: * xpdf/Function.h: * xpdf/GPOutputDev.cc: * xpdf/Gfx.cc: * xpdf/Gfx.h: * xpdf/GfxFont.cc: * xpdf/GfxFont.h: * xpdf/GfxState.cc: * xpdf/GfxState.h: * xpdf/GlobalParams.cc: * xpdf/GlobalParams.h: * xpdf/Makefile.am: * xpdf/Object.cc: * xpdf/Object.h: * xpdf/Outline.cc: * xpdf/OutputDev.cc: * xpdf/OutputDev.h: * xpdf/PBMOutputDev.cc: * xpdf/PBMOutputDev.h: * xpdf/PDFDoc.cc: * xpdf/PDFDoc.h: * xpdf/PSOutputDev.cc: * xpdf/PSOutputDev.h: * xpdf/Page.cc: * xpdf/Page.h: * xpdf/Parser.cc: * xpdf/SFont.cc: * xpdf/SFont.h: * xpdf/Stream.cc: * xpdf/Stream.h: * xpdf/T1Font.cc: * xpdf/T1Font.h: * xpdf/TTFont.cc: * xpdf/TTFont.h: * xpdf/TextOutputDev.cc: * xpdf/TextOutputDev.h: * xpdf/XOutputDev.cc: * xpdf/XOutputDev.h: * xpdf/XPixmapOutputDev.cc: * xpdf/XPixmapOutputDev.h: * xpdf/XRef.cc: * xpdf/XRef.h: * xpdf/config.h: * xpdf/gpdf-control.cc: * xpdf/pdffonts.cc: * xpdf/pdfimages.cc: * xpdf/pdfinfo.cc: * xpdf/pdftopbm.cc: * xpdf/pdftops.cc: * xpdf/pdftotext.cc: * xpdf/tests/Makefile.am: * xpdf/vms_make.com: * xpdf/xpdf.cc: Imported Xpdf 3.00 and fixed build.
* Import of Xpdf 3.00Martin Kretzschmar2004-05-179-490/+168
|
* Initial revisionMartin Kretzschmar2004-05-1767-0/+17836
|
* Imported Xpdf 2.03 and fixed build.Martin Kretzschmar2004-05-1656-3454/+7819
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ANNOUNCE: * CHANGES: * README: * aconf2.h: * configure.in: * dj_make.bat: * doc/pdffonts.1: * doc/pdffonts.cat: * doc/pdffonts.hlp: * doc/pdfimages.1: * doc/pdfimages.cat: * doc/pdfimages.hlp: * doc/pdfinfo.1: * doc/pdfinfo.cat: * doc/pdfinfo.hlp: * doc/pdftopbm.1: * doc/pdftopbm.cat: * doc/pdftopbm.hlp: * doc/pdftops.1: * doc/pdftops.cat: * doc/pdftops.hlp: * doc/pdftotext.1: * doc/pdftotext.cat: * doc/pdftotext.hlp: * doc/xpdf.1: * doc/xpdf.cat: * doc/xpdf.hlp: * doc/xpdfrc.5: * doc/xpdfrc.cat: * doc/xpdfrc.hlp: * goo/gfile.cc: * ms_make.bat: * vms_make.com: * xpdf/Annot.cc: * xpdf/Array.cc: * xpdf/BuiltinFontTables.cc: * xpdf/CMap.cc: * xpdf/CMap.h: * xpdf/Catalog.cc: * xpdf/CharCodeToUnicode.cc: * xpdf/CharCodeToUnicode.h: * xpdf/Decrypt.cc: * xpdf/Dict.cc: * xpdf/ErrorCodes.h: * xpdf/FTFont.cc: * xpdf/FTFont.h: * xpdf/FontFile.cc: * xpdf/FontFile.h: * xpdf/Function.cc: * xpdf/Gfx.cc: * xpdf/Gfx.h: * xpdf/GfxFont.cc: * xpdf/GfxFont.h: * xpdf/GfxState.cc: * xpdf/GfxState.h: * xpdf/GlobalParams.cc: * xpdf/GlobalParams.h: * xpdf/JBIG2Stream.cc: * xpdf/Link.cc: * xpdf/Link.h: * xpdf/Makefile.am: * xpdf/OutputDev.h: * xpdf/PDFDoc.cc: * xpdf/PDFDoc.h: * xpdf/PSOutputDev.cc: * xpdf/PSOutputDev.h: * xpdf/Page.cc: * xpdf/Page.h: * xpdf/Parser.cc: * xpdf/Stream.cc: * xpdf/Stream.h: * xpdf/TTFont.cc: * xpdf/TTFont.h: * xpdf/TextOutputDev.cc: * xpdf/TextOutputDev.h: * xpdf/UnicodeMap.cc: * xpdf/UnicodeMap.h: * xpdf/UnicodeTypeTable.cc: * xpdf/UnicodeTypeTable.h: * xpdf/XOutputDev.cc: * xpdf/XOutputDev.h: * xpdf/XPDFApp.cc: * xpdf/XPDFCore.cc: * xpdf/XPDFCore.h: * xpdf/XPDFViewer.cc: * xpdf/XPDFViewer.h: * xpdf/XRef.cc: * xpdf/about-text.h: * xpdf/config.h: * xpdf/gpdf-control.cc: * xpdf/gpdf-link-canvas-item.cc: * xpdf/gpdf-links-canvas-layer.cc: * xpdf/pdffonts.cc: * xpdf/pdfimages.cc: * xpdf/pdfinfo.cc: * xpdf/pdftopbm.cc: * xpdf/pdftops.cc: * xpdf/pdftotext.cc: * xpdf/tests/test-links.cc: * xpdf/vms_make.com: * xpdf/xpdf.cc: Imported Xpdf 2.03 and fixed build.
* Import of Xpdf 2.03Martin Kretzschmar2004-05-168-196/+393
|
* Initial revisionMartin Kretzschmar2004-05-162-0/+317
|
* :Thumb): Added a flag for keeping Thumb data validity and the method toRemi Cohen-Scali2004-05-092-1/+7
| | | | | | | | 2004-05-09 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.h: * xpdf/Thumb.cc (Thumb::Thumb): Added a flag for keeping Thumb data validity and the method to access it.
* :ThumbColorMap): unused now, remove.Martin Kretzschmar2004-05-082-225/+31
| | | | | | * xpdf/Thumb.cc (ThumbColorMap::ThumbColorMap): unused now, remove. * xpdf/Thumb.h: ditto.
* (lookup): log to stderr because that's not buffered etc.Martin Kretzschmar2004-05-081-6/+6
|
* :ThumbColorMap): Changed field init order to match decl and to avoidRemi Cohen-Scali2004-01-201-13/+4
| | | | | | | | | | 2004-01-20 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.cc (ThumbColorMap::ThumbColorMap): Changed field init order to match decl and to avoid warning. Removed several unused vars. (Thumb::Thumb): Removed unused vars. (Thumb::getPixbufData): Removed unused vars.
* :coalesce): Init a var to avoid warning.Remi Cohen-Scali2004-01-201-1/+1
| | | | | | | 2004-01-20 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/TextOutputDev.cc (TextPage::coalesce): Init a var to avoid warning.
* Changed the way WARN_CFLAFS & WARN_CXXFLAGS were passed to compiler. NowRemi Cohen-Scali2004-01-201-1/+0
| | | | | | | | | | | 2004-01-20 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Makefile.am (INCLUDES): * shell/Makefile.am (INCLUDES): * lib/ggv-sidebar/Makefile.am (INCLUDES): * configure.in: Changed the way WARN_CFLAFS & WARN_CXXFLAGS were passed to compiler. Now use CFLAGS/CXXFLAGS in configure instead of INCLUDES in some Makefiles.
* Changed value according to USE_ANNOTS_VIEW cond in order to includeRemi Cohen-Scali2004-01-161-1/+28
| | | | | | | | 2004-01-16 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Makefile.am (EXTRA_DIST): Changed value according to USE_ANNOTS_VIEW cond in order to include annotations view icons in dist tarball (when annots-view disabled).
* fixes for USE_ANNOTS_VIEW conditional.Martin Kretzschmar2004-01-131-2/+4
|