Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add fullscreen support from Epiphany.Anders Carlsson2004-12-222-6/+194
| | | | | | | | | | | | 2004-12-22 Anders Carlsson <andersca@gnome.org> * shell/ev-window.c: (update_fullscreen_popup), (screen_size_changed_cb), (destroy_exit_fullscreen_popup), (exit_fullscreen_button_clicked_cb), (fullscreen_popup_size_request_cb), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen), (ev_window_state_event_cb), (ev_window_init): Add fullscreen support from Epiphany.
* fit-width stock icon from gpdf.Mark McLoughlin2004-12-229-1/+132
| | | | | | | | | | | | | | | 2004-12-22 Mark McLoughlin <mark@skynet.ie> * data/ev-stock-zoom-fit-width.png: fit-width stock icon from gpdf. * shell/ev-stock-icons.[ch]: copied from gpdf. * shell/main.c: (main): init stock icons. * shell/ev-window.c: use the fit-width icon. * data/evince-ui.xml: add zooming toolbar items.
* because get_page_size() returns the scaled page size, we need to calculateMark McLoughlin2004-12-222-3/+12
| | | | | | | | | | | 2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/ev-view.c: (ev_view_best_fit), (ev_view_fit_width): because get_page_size() returns the scaled page size, we need to calculate the scale factor relative to the previous scale factor. Should really just add get_real_page_size().
* add zooming.Mark McLoughlin2004-12-225-7/+114
| | | | | | | | | | | | | | | | | | 2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/ev-view.[ch]: (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out), (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width): add zooming. * shell/ev-window.c: (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width): hook it up. * pdf/xpdf/pdf-document.cc: (pdf_document_begin_find), (pdf_document_end_find): make static.
* add prototype.Martin Kretzschmar2004-12-224-1/+116
| | | | | | | | | | | * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype. * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font names to fontconfig patterns. (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig. * pdf/xpdf/pdf-document.cc (pdf_document_load): use setupBaseFontsFc.
* *** empty log message ***Martin Kretzschmar2004-12-222-0/+4
|
* *** empty log message ***Marco Pesenti Gritti2004-12-221-1/+1
|
* Import ggv backend. Not hooked up yet.Marco Pesenti Gritti2004-12-2213-1/+6199
| | | | | | | | | | | | | | | | | | | | 2004-12-22 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.ac: * ps/Makefile.am: * ps/ggvutils.c: * ps/ggvutils.h: * ps/gsdefaults.c: * ps/gsdefaults.h: * ps/gsio.c: * ps/gsio.h: * ps/gtkgs.c: * ps/gtkgs.h: * ps/ps.c: * ps/ps.h: Import ggv backend. Not hooked up yet.
* Removed unused shell/global-params.* (was still there from old evince code)Martin Kretzschmar2004-12-222-72/+0
|
* load files from the command line.Mark McLoughlin2004-12-227-845/+97
| | | | | | | | | | | | | | | | | | | 2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/main.c: (load_files), (main): load files from the command line. 2004-12-22 Mark McLoughlin <mark@skynet.ie> * configure.ac: don't require bonobo. * cut-n-paste/recent-files/*: kill bonobo recent view. * shell/ev-window.c: (ev_window_is_empty): upd. (unable_to_load), (ev_window_open): load backend based on the mime type.
* ignore generated marshalers source.Martin Kretzschmar2004-12-222-0/+4
|
* remove from cvs.Martin Kretzschmar2004-12-225-1052/+228
| | | | | | | | | | * evince.pot: remove from cvs. * de.po: update a little. * POTFILES.in: update. * .cvsignore: add *.mo, *.pot.
* (main): this is not epiphany.Martin Kretzschmar2004-12-222-1/+5
|
* connect to "found" signal (expose_bin_window): draw find highlightsHavoc Pennington2004-12-226-5/+195
| | | | | | | | | | | | | | | 2004-12-22 Havoc Pennington <hp@redhat.com> * shell/ev-view.c (ev_view_set_document): connect to "found" signal (expose_bin_window): draw find highlights * shell/ev-window.c (find_bar_search_changed_cb): implement * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) (pdf_document_end_find): implement this interface * backend/ev-document.c (ev_document_found): add this to emit signal
* Add a few more toolbar items.Owen Taylor2004-12-229-7/+146
| | | | | | | | | | | | | | | | | | Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com> * data/evince-ui.xml: Add a few more toolbar items. * shell/ev-window.c: Hook up page navigation toolbar items. * shell/ev-view.[ch]: add ev_view_set/get_page and a page-changed signal. * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:: Add ev_document_get_page(). * shell/ev-window.c: Sensitize/desensitize navigation actions.
* forgot a fileHavoc Pennington2004-12-221-0/+1
|
* add marshaler-generator thingy. I'm sure there's a better way to do thisHavoc Pennington2004-12-226-0/+98
| | | | | | | | | | | | | | 2004-12-21 Havoc Pennington <hp@redhat.com> * backend/ev-backend-marshal.c, backend/ev-backend-marshalers.list, backend/Makefile.am: add marshaler-generator thingy. I'm sure there's a better way to do this in the modern world. * backend/ev-document.h (struct _EvDocumentIface): add begin_find, end_find methods and "found" signal. * configure.ac: find glib-genmarshal
* Construct an actual sidebar.Jonathan Blandford2004-12-229-2/+432
| | | | | | | | Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar.c: Construct an actual sidebar. * shell/ev-sidebar-bookmarks.[ch]: * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
* Redo size handling.Owen Taylor2004-12-225-62/+167
| | | | | | | | | Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com> * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc: Redo size handling. * shell/ev-view.c: Track the size from the document.
* PDFDoc constructor assumes ownership of the string passed in.Owen Taylor2004-12-223-3/+10
| | | | | | | | | | Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc constructor assumes ownership of the string passed in. * shell/ev-window.c (ev_window_open): Destroy the error dialog once we've displayed it.
* 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
|