summaryrefslogtreecommitdiff
path: root/poppler/Page.cc
AgeCommit message (Expand)AuthorFilesLines
2023-10-14Update (C)Albert Astals Cid1-1/+1
2023-10-08cairo: write document logical structure if output is pdfAdrian Johnson1-0/+9
2023-03-26Fix leak when calling addAnnot on malformed filesAlbert Astals Cid1-3/+10
2023-03-24Update (C)Albert Astals Cid1-1/+1
2023-03-24Page::removeAnnot: Reorder code to fix memory leakAlbert Astals Cid1-1/+3
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-13/+4
2022-04-01Link: Just return the std::vector instead of two gettersAlbert Astals Cid1-2/+2
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-17/+33
2022-02-10Use the "superior" C++17 std::scoped_lockAlbert Astals Cid1-2/+2
2021-11-22XRef::addIndirectObject: Change param from const * to const &Albert Astals Cid1-3/+3
2021-10-30Make getLinks return a unique_ptrAlbert Astals Cid1-9/+5
2021-03-14refactor Page::getFormWidgets() to use unique_ptrNelson Benítez León1-3/+3
2020-11-01Fix comment as pointed out by NelsonAlbert Astals Cid1-1/+1
2020-10-29More work on rendering of standalone Annot WidgetsAlbert Astals Cid1-1/+3
2020-07-03Run clang-formatAlbert Astals Cid1-687/+657
2020-06-03Update (C)Albert Astals Cid1-0/+1
2020-06-02add a dummy GfxState to Page::loadThumb for proper color space handlingPhilipp Knechtges1-13/+14
2020-04-23pdfsig: Show also signatures that aren't attached to any pageAlbert Astals Cid1-0/+1
2020-04-08Fix crash in destruction of standalone formsAlbert Astals Cid1-2/+2
2020-04-07Update (C) of last commitAlbert Astals Cid1-0/+1
2020-04-05support 'de facto' tooltip featureNelson Benítez León1-1/+47
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander1-4/+4
2019-12-08Update (C)Albert Astals Cid1-1/+1
2019-12-06Align signature of Array::copy with Dict::copy as a preparation for implicit ...Adam Reichold1-6/+4
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-2/+2
2019-03-29Use the existing Ref operator==Albert Astals Cid1-2/+2
2019-03-24Rework AnnotPopup parent handling codeAlbert Astals Cid1-1/+1
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-12/+12
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-1/+1
2019-02-10Object: Add constructor that takes a const RefAlbert Astals Cid1-6/+6
2018-12-06Replace Guchar by unsigned charOliver Sander1-1/+1
2018-11-16Save Object::copy on Page constructionAlbert Astals Cid1-8/+8
2018-11-16Two Object::copy calls lessAlbert Astals Cid1-3/+3
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-37/+37
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-24More constAlbert Astals Cid1-2/+2
2018-09-23Don't cast nullptrAlbert Astals Cid1-2/+2
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-5/+2
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-7/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-5/+5
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-3/+3
2017-05-12Make Dict incRef/decRef privateAlbert Astals Cid1-9/+8
2017-05-09New Object APIAlbert Astals Cid1-124/+68
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-2/+2
2016-06-01Fix memory leak when failing to parse thumbs or actionsAlbert Astals Cid1-1/+3
2015-05-14Add missing (C)Albert Astals Cid1-1/+2
2015-04-18annots: Add popup annots without a markup annot associated to the list of annotsCarlos Garcia Campos1-1/+5
2015-04-18annots: Fixed adding annotation of Subtype Popup to pdf pagePhilipp Reinkemeier1-1/+10