summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-20viewer: Connect accelerators and add to toplevel windowDan Nicholson1-25/+48
2012-03-20viewer: Add page selector to toolbarDan Nicholson7-5/+887
2012-03-17Drop explicit grab focus on EvViewDan Nicholson2-9/+6
2012-03-16viewer: Add continuous view toggle buttonDan Nicholson1-1/+37
2012-03-14viewer: Add toggle buttons for setting the sizing modeDan Nicholson1-0/+72
2012-03-14test: Add html page testing different modes of renderingDan Nicholson2-1/+27
2012-03-13plugin: Remove redundant debug messageDan Nicholson1-1/+0
2012-03-13viewer: Add toolbar just with page up/down buttons for nowDan Nicholson4-0/+68
2012-03-11Begin EvbpViewer widgetDan Nicholson6-50/+184
2012-03-07Add a test script for launching firefox with the built pluginDan Nicholson3-0/+21
2012-03-06plugin: Initialize only evince prior to NP_InitializeDan Nicholson1-18/+30
2012-03-06config: Rework Mozilla dependencies so we don't link in librariesDan Nicholson3-7/+10
2012-03-06plugin: Drop unused filename memberDan Nicholson1-2/+0
2012-03-06Add 2011 to copyright statementsDan Nicholson5-5/+5
2012-03-05test: Revamp previewer and enable it in the buildDan Nicholson2-38/+106
2012-03-05config: Drop AM_MAINTAINER_MODEDan Nicholson1-1/+0
2012-03-05Add GPLv2+ licenses to the codeDan Nicholson6-0/+434
2012-03-05plugin: Drop unneeded headerDan Nicholson1-1/+0
2012-03-04plugin: Add a couple more debugging messagesDan Nicholson1-1/+5
2012-03-03plugin: Add to and improve logging of errorsDan Nicholson1-18/+43
2012-03-03plugin: Remove superfluous headerDan Nicholson3-21/+14
2012-03-03config.h is requiredDan Nicholson2-10/+0
2012-03-03plugin: Silence debug messages unless EVBP_DEBUG is setDan Nicholson1-0/+15
2012-03-03plugin: Use glib's debugging facilityDan Nicholson4-82/+36
2012-03-03plugin: Don't unref widgetsDan Nicholson1-2/+0
2012-03-03plugin: Greatly simplify pluginDan Nicholson13-1705/+51
2012-03-03Move plugin sources to src directoryDan Nicholson9-4/+4
2012-03-03plugin: Show the plug widget, tooDan Nicholson1-0/+1
2011-02-18plugin: Stream document to local file and pass to previewerDan Nicholson1-0/+15
2011-02-18plugin: Require XEmbed with GTK for embedding previewerDan Nicholson1-0/+37
2011-02-18plugin: Debug function callsDan Nicholson1-0/+42
2011-02-18Add DEBUG logging macroDan Nicholson2-0/+52
2011-02-18plugin: Only initialize backends onceDan Nicholson1-16/+46
2011-02-18plugin: Initialize and destroy previewerDan Nicholson1-1/+23
2011-02-18plugin: Create plugin module using Mozilla NPAPIDan Nicholson5-1/+262
2011-02-18plugin: Generate Mozilla MIME string from evince backend infoDan Nicholson5-1/+131
2011-02-15Enable compiler warning flags and use them by defaultDan Nicholson3-1/+20
2011-02-15Add test app and test pdf fileDan Nicholson6-1/+72
2011-02-15previewer: Drop unused dpi memberDan Nicholson1-1/+0
2011-02-15Convert previewer to GtkVBox classDan Nicholson1-31/+58
2011-02-15Remove model property and move all initialization to _initDan Nicholson2-57/+10
2011-02-15Embed previewer GtkUIManager XML in sourceDan Nicholson4-59/+40
2011-02-15Merge previewer code and rename class to EvPreviewerDan Nicholson5-888/+718
2011-02-15Add autotools support and libevpreviewer.la convenience libraryDan Nicholson5-0/+87
2011-02-15Initial commit of previewer code for pluginDan Nicholson8-0/+1864