summaryrefslogtreecommitdiff
path: root/glib/poppler-action.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-30/+60
2021-03-26glib: Use stock glib macro to define boxed typeChristian Persch1-2/+2
2020-07-03Run clang-formatAlbert Astals Cid1-567/+521
2020-06-08glib: Add ability to reset formsMarek Kasik1-0/+34
2020-03-26Simplify LinkRenditionAlbert Astals Cid1-1/+1
2020-03-14Replace dynamic_cast by static_cast where we already perform the type checks ...Adam Reichold1-9/+9
2020-02-23Use a std::string value in LinkURIOliver Sander1-3/+1
2020-02-23Use a std::string value in LinkNamedOliver Sander1-3/+1
2020-02-23Use a std::string value in LinkMovieOliver Sander1-6/+3
2020-02-23Use a std::string value in LinkJavaScriptOliver Sander1-5/+4
2019-12-15LinkOCGState: Make stateList a std::vector of objectsOliver Sander1-4/+4
2019-12-15LinkOCGState: Replace std::vector* by std::vectorOliver Sander1-1/+1
2019-12-15StateList: Replace std::vector<Ref*> by std::vector<Ref>Oliver Sander1-3/+3
2019-12-15LinkOCGState: Replace std::vector* by std::vectorOliver Sander1-2/+2
2019-12-03Add some more constAlbert Astals Cid1-2/+2
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-4/+2
2019-11-28glib: Fix poppler_action_layer_copy function cast warningJason Crain1-1/+2
2019-11-28glib: Use g_list_free_fullJason Crain1-4/+2
2019-03-29Use the existing Ref operator==Albert Astals Cid1-2/+2
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-2/+2
2019-03-21Replace 'auto' by actual typesOliver Sander1-1/+1
2019-03-21Remove method GooList::getOliver Sander1-2/+2
2019-03-21Make GooList a template typeOliver Sander1-1/+1
2019-03-21Remove method GooList::getLengthOliver Sander1-3/+2
2019-02-10Add an XRef::fetch variant that takes a const RefAlbert Astals Cid1-1/+1
2019-01-07glib: Fix named destinationsChristian Persch1-1/+4
2018-11-15Annot: Remove some inc/defRef by Object movingAlbert Astals Cid1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-5/+5
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-3/+3
2018-04-06Add some more constAlbert Astals Cid1-25/+25
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+1
2018-04-05Add some more constAlbert Astals Cid1-7/+7
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-27/+27
2017-09-16Fix missing-declarations warningsAlbert Astals Cid1-0/+1
2017-05-12Make Stream incRef/decRef privateAlbert Astals Cid1-1/+1
2017-05-09New Object APIAlbert Astals Cid1-16/+11
2016-11-21glib: Use g_slice_new0 for PopplerActionLayerJason Crain1-1/+1
2011-09-04xpdf303: Create annots with a doc instead of xref + catalogCarlos Garcia Campos1-1/+1
2011-03-30glib: add JavaScript actionsJosé Aliste1-0/+24
2010-11-10Linearization improvementsHib Eris1-2/+2
2010-09-12[glib] Fix a crash when building layer actionsCarlos Garcia Campos1-6/+9
2010-06-30[glib] docs: do not use gtk-doc templatesCarlos Garcia Campos1-0/+6
2010-06-15[glib] Use g_slice for actions and destinationsCarlos Garcia Campos1-12/+9
2010-03-18[glib] Move find_annot_movie_for_action() from page to actionCarlos Garcia Campos1-11/+82
2010-03-18[glib] Add support for OCG State actionsCarlos Garcia Campos1-0/+125
2010-03-15[glib] Add support for rendition actionsCarlos Garcia Campos1-0/+22
2010-03-15[glib] Add support for movie actionsCarlos Garcia Campos1-5/+30
2009-06-09[glib] Fix a crash when a destination points to an invalid pageCarlos Garcia Campos1-8/+13
2009-02-21[glib] Make sure filename is valid utf-8 for remote destsCarlos Garcia Campos1-2/+1
2009-02-21[glib] Add a macro to define boxed typesCarlos Garcia Campos1-24/+2