summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Track original URI of file for savingHEADmasterDan Nicholson3-22/+32
2013-02-23mime: Use G_N_ELEMENTS instead of separate variableDan Nicholson1-2/+1
2013-02-23Avoid Gtk[HV]Box warnings on gtk3Dan Nicholson1-0/+4
2013-02-23evbp: Initialize gtk to avoid g_thread_init warningsDan Nicholson1-4/+2
2013-02-23plug: Destroy child to avoid bugs in removing plug from socketDan Nicholson1-0/+15
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 Nicholson4-1/+114
2013-02-12Add a print button to the toolbarDan Nicholson1-0/+57
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-19mime: Add a bunch more types from newer evinceDan Nicholson1-1/+13
2013-01-19mime: Workaround ABI breakage in newer evinceDan Nicholson1-0/+5
2013-01-19mime: Use g_list_free_full instead of separate loopDan Nicholson1-2/+1
2013-01-19ev-page-action-widget: Use g_signal_connect instead of g_signal_connect_objectCarlos Garcia Campos1-4/+4
2013-01-19Set appropriate size request on plug creationDan Nicholson1-0/+2
2013-01-19Move forced redraw out of widget into pluginDan Nicholson2-6/+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-31Resize the EvbpViewer widget according to its parent containerJames Collier1-0/+6
2012-10-30Respond to NPPVpluginWantsAllNetworkStreams query from browserDan Nicholson1-0/+4
2012-08-21Limit exported symbols to just those needed for NPAPIDan Nicholson2-1/+9
2012-08-18Allow plugin installation directories to be specifiedDan Nicholson1-4/+2
2012-08-08Allow building both gtk2 and gtk3 versions of pluginDan Nicholson1-9/+25
2012-06-06Optionally build against gtk3 and evince3Dan Nicholson1-3/+6
2012-06-06Change library name to libevince-pluginDan Nicholson1-4/+4
2012-05-27Add EvbpViewer convenience library to use in testsDan Nicholson1-5/+9
2012-05-27Add suffix to default save filename from mime rulesDan Nicholson3-6/+15
2012-05-27Rename mime function to match module betterDan Nicholson3-3/+3
2012-05-26Add a Open in Evince toolbar buttonDan Nicholson1-0/+41
2012-05-26Add a Save Copy toolbar buttonDan Nicholson1-0/+83
2012-03-20viewer: Add accelerator to focus page selectorDan Nicholson2-0/+44
2012-03-20viewer: Connect accelerators and add to toplevel windowDan Nicholson1-25/+48
2012-03-20viewer: Add page selector to toolbarDan Nicholson6-3/+882
2012-03-17Drop explicit grab focus on EvViewDan Nicholson1-1/+0
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-13plugin: Remove redundant debug messageDan Nicholson1-1/+0
2012-03-13viewer: Add toolbar just with page up/down buttons for nowDan Nicholson3-0/+67
2012-03-11Begin EvbpViewer widgetDan Nicholson4-27/+170
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 Nicholson1-2/+2
2012-03-06plugin: Drop unused filename memberDan Nicholson1-2/+0
2012-03-06Add 2011 to copyright statementsDan Nicholson3-3/+3
2012-03-05Add GPLv2+ licenses to the codeDan Nicholson3-0/+57
2012-03-05plugin: Drop unneeded headerDan Nicholson1-1/+0
2012-03-04plugin: Add a couple more debugging messagesDan Nicholson1-1/+5