summaryrefslogtreecommitdiff
path: root/src/evbp.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Track original URI of file for savingHEADmasterDan Nicholson1-0/+8
2013-02-23evbp: Initialize gtk to avoid g_thread_init warningsDan Nicholson1-4/+2
2013-02-23evbp: Handle destruction appropriatelyDan Nicholson1-1/+5
2013-02-23evbp: Protect against SetWindow after plug has been destroyedDan Nicholson1-4/+8
2013-02-23plug: Begin custom EvbpPlug classDan Nicholson1-1/+2
2013-01-19Only force redrawing when the plugin is in-processDan Nicholson1-1/+2
2013-01-19Track whether the plugin is in- or out-of processDan Nicholson1-0/+8
2013-01-19Set appropriate size request on plug creationDan Nicholson1-0/+2
2013-01-19Move forced redraw out of widget into pluginDan Nicholson1-0/+12
2013-01-19Resize plug window rather than returning after initial SetWindowDan Nicholson1-15/+14
2013-01-19Log plugin and Evince version during initializationDan Nicholson1-0/+3
2013-01-19Add Evince major version to description stringDan Nicholson1-2/+9
2013-01-19Destroy the GtkPlug when the plugin is destroyedDan Nicholson1-0/+4
2013-01-19Keep track of the GtkPlugDan Nicholson1-4/+5
2012-10-30Respond to NPPVpluginWantsAllNetworkStreams query from browserDan Nicholson1-0/+4
2012-06-06Optionally build against gtk3 and evince3Dan Nicholson1-3/+6
2012-05-27Rename mime function to match module betterDan Nicholson1-1/+1
2012-03-17Drop explicit grab focus on EvViewDan Nicholson1-1/+0
2012-03-13plugin: Remove redundant debug messageDan Nicholson1-1/+0
2012-03-13viewer: Add toolbar just with page up/down buttons for nowDan Nicholson1-0/+1
2012-03-11Begin EvbpViewer widgetDan Nicholson1-26/+9
2012-03-06plugin: Initialize only evince prior to NP_InitializeDan Nicholson1-18/+30
2012-03-06plugin: Drop unused filename memberDan Nicholson1-2/+0
2012-03-06Add 2011 to copyright statementsDan Nicholson1-1/+1
2012-03-05Add GPLv2+ licenses to the codeDan Nicholson1-0/+19
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 Nicholson1-1/+13
2012-03-03config.h is requiredDan Nicholson1-7/+0
2012-03-03plugin: Silence debug messages unless EVBP_DEBUG is setDan Nicholson1-0/+15
2012-03-03plugin: Use glib's debugging facilityDan Nicholson1-29/+28
2012-03-03plugin: Don't unref widgetsDan Nicholson1-2/+0
2012-03-03plugin: Greatly simplify pluginDan Nicholson1-11/+34
2012-03-03Move plugin sources to src directoryDan Nicholson1-0/+383