summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2022-09-06qt: Also take into account flagNoView when getting/setting the visible statusAlbert Astals Cid1-1/+9
2022-09-01poppler 22.09.0poppler-22.09.0Albert Astals Cid1-1/+1
2022-08-19CI: remove workarounds for cmake 3.24.0Albert Astals Cid1-24/+0
2022-08-08Use std::vector to store dash patternsOliver Sander2-14/+11
2022-08-09Workaround cmake 3.24.0 warning-y codeAlbert Astals Cid1-0/+24
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-1/+4
2022-08-0122.08.0poppler-22.08.0Albert Astals Cid1-1/+1
2022-07-04poppler 22.07.0poppler-22.07.0Albert Astals Cid1-1/+1
2022-06-01poppler 22.06.0poppler-22.06.0Albert Astals Cid1-1/+1
2022-06-01Update (C)Albert Astals Cid1-1/+1
2022-05-31Make FT support UTF-8 filenames on windowsAdrian Johnson1-1/+2
2022-05-25Make gcc a bit happierAlbert Astals Cid1-1/+2
2022-05-17Forms: Fix crash in forms with their own DRAlbert Astals Cid1-1/+1
2022-05-03poppler 22.05.0poppler-22.05.0Albert Astals Cid1-1/+1
2022-04-26fix multiline find_text() bug in two column docsNelson Benítez León1-0/+22
2022-04-26fix bug in multiline find_text()Nelson Benítez León1-0/+5
2022-04-15Update (C)Albert Astals Cid1-0/+1
2022-04-14qt: Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence`Alexander Sulfrian1-2/+3
2022-04-14Fix crash in very badly damaged documents when adding a freetext annotationAlbert Astals Cid1-8/+10
2022-04-07FoFiOutputFunc: Use size_t instead of intAlbert Astals Cid1-2/+2
2022-04-06Annotations: Make sure we embed fonts for the FreeText annotsAlbert Astals Cid1-22/+46
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-8/+2
2022-04-01Poppler 22.04.0poppler-22.04.0Albert Astals Cid1-1/+1
2022-03-31CI: make the libcpp build use C++23Albert Astals Cid1-2/+2
2022-03-30Fix regression caused by a6b2442e37cc00534bcdca7c83366a0fa0501157Albert Astals Cid1-9/+9
2022-03-30Make GooString::format[v] return an unique_ptrAlbert Astals Cid2-16/+15
2022-03-26We don't need to force STATIC on MSVC anymoreAlbert Astals Cid2-9/+0
2022-03-24Unify 2 enums and a set of defines into an enumAlbert Astals Cid2-5/+5
2022-03-18Store font data in a std::vector<unsigned char>Oliver Sander1-14/+11
2022-03-18Pass around font memory buffers as unsigned charOliver Sander1-3/+3
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid27-390/+708
2022-03-10Update (C) of previous commitAlbert Astals Cid1-1/+1
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander1-15/+15
2022-03-08Annot::getRect: Return a const & instead of a pointerAlbert Astals Cid1-4/+4
2022-03-03qt: Add qWarnings for non supported scenariosAlbert Astals Cid1-0/+2
2022-03-03qt: Handle SaveAs named actionAlbert Astals Cid3-4/+11
2022-03-02qt: Add a few "don't do anything if you're setting the same value we already ...Albert Astals Cid1-0/+6
2022-03-02qt: Annotations, don't change the text color when changing the fontAlbert Astals Cid2-4/+3
2022-03-02AnnotMarkup::setLabel: Take a unique_ptrAlbert Astals Cid1-3/+1
2022-03-02Annot::setContents: Take a unique_ptrAlbert Astals Cid1-3/+1
2022-03-01poppler 22.03.0poppler-22.03.0Albert Astals Cid1-1/+1
2022-02-22qt: Store QFont as an optionalAlbert Astals Cid1-5/+13
2022-02-22qt: Remove unneeded unique_ptr constructorAlbert Astals Cid1-2/+2
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid4-25/+17
2022-02-16Use Freetype::FreetypeKai Pastor1-1/+1
2022-02-15Make PDFDoc constructor take the filename as unique_ptrAlbert Astals Cid2-6/+3
2022-02-15Change PDFDoc::save from pointer to referenceAlbert Astals Cid1-8/+8
2022-02-15Make Movie::copy return an unique_ptrAlbert Astals Cid1-3/+3
2022-02-10Make Catalog::embeddedFile return an unique_ptrAlbert Astals Cid4-23/+14
2022-02-08qt: Change typedefs to usingAlbert Astals Cid1-4/+4