summaryrefslogtreecommitdiff
path: root/qt5/src/poppler-page.cc
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Update (C) of previous commitsAlbert Astals Cid1-0/+1
2021-06-16Remove ENABLE_SPLASH and HAVE_SPLASH (always true)Hubert Figuiere1-8/+4
2021-04-25find, glib: Enhance find to support multi-line matchingNelson Benítez León1-10/+29
2021-03-21qt: Fix memory leak when QImage constructor "fails"Albert Astals Cid1-2/+6
2021-03-14refactor Page::getFormWidgets() to use unique_ptrNelson Benítez León1-4/+2
2020-12-01Move HAVE_SPLASH to poppler-config.hAlbert Astals Cid1-0/+1
2020-10-29clang: Warn about weak-vtablesAlbert Astals Cid1-0/+7
2020-10-20Rename ArthurOutputDev to QPainterOutputDevOliver Sander1-17/+17
2020-07-03Run clang-formatAlbert Astals Cid1-672/+566
2020-06-03Update (C)Albert Astals Cid1-0/+1
2020-06-02cleanup displayprofile initializationPhilipp Knechtges1-0/+8
2020-05-18Add support for ResetForm actionMarek Kasik1-0/+4
2020-04-10[arthur] Fix font hintingOliver Sander1-0/+19
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander1-3/+3
2020-02-26Use a vector of unique_ptr for LinkAction::nextActionListOliver Sander1-2/+2
2020-02-23Use a std::string value in LinkURIOliver Sander1-1/+1
2020-02-23Use a std::string value in LinkNamedOliver Sander1-13/+13
2020-02-23Use a std::string value in LinkJavaScriptOliver Sander1-1/+1
2020-01-28qt5: fix search for "complex" charactersAlbert Astals Cid1-5/+2
2020-01-04Deep-copy the LinkOCGAction objectOliver Sander1-1/+1
2020-01-03Make LinkAction::nextActions return a const referenceOliver Sander1-9/+5
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-2/+2
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid1-1/+1
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-8/+2
2019-07-17qt5: Page::textList: Fix leak when aborting extractionAlbert Astals Cid1-0/+1
2019-07-03QString::null is deprecated, use QString()Albert Astals Cid1-1/+1
2019-06-21qt5: rename variable to fix shadow warningAlbert Astals Cid1-3/+3
2019-03-28Use the newly introduced Ref::INVALID()Albert Astals Cid1-5/+3
2019-03-21Update (C) from last commitAlbert Astals Cid1-1/+1
2019-03-21Remove GooList completelyOliver Sander1-1/+1
2019-03-21Remove method GooList::getOliver Sander1-1/+1
2019-03-21Make GooList a template typeOliver Sander1-1/+1
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-12-09Update (C)Albert Astals Cid1-0/+1
2018-12-09add new 'IgnoreDiacritics' option to ::findText()Nelson Benítez León1-8/+10
2018-12-06Replace Guchar by unsigned charOliver Sander1-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-42/+42
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-15Make Page::renderToImage with Arthur more thread safeTobias Deiminger1-1/+2
2018-09-24More constAlbert Astals Cid1-2/+1
2018-09-22qt5: Add Page::index()Albert Astals Cid1-0/+4
2018-04-16Add support for Next actions following an actionAndre Heinecke1-0/+14
2018-04-16Add support for hide actionAndre Heinecke1-0/+11
2018-04-07Implement Type3 font support for ArthurOutputDevOliver Sander1-2/+2
2018-04-05Add some more constAlbert Astals Cid1-1/+1
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-12/+12
2018-02-01Qt5: Add cancellation support to renderToImage and textListAlbert Astals Cid1-60/+88
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-18/+18