summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-15Fewer goostring pointersSune Vuorela18-100/+75
2025-01-15More unique pointers and vectorsSune Vuorela6-43/+20
2025-01-15Simplify utf8toutf16 functionsSune Vuorela5-69/+30
2025-01-15remove guiDataSune Vuorela13-35/+27
2025-01-13utils/po: Create temporary .pot.new file in build dirIsmael Asensio1-5/+5
2025-01-08avoid _render_type3_glyph() stopping subsequent renderingNelson Benítez León3-12/+25
2025-01-08Update (C)Albert Astals Cid54-37/+54
2025-01-08use unique_ptr for most owned GooStringsSune Vuorela36-284/+206
2025-01-08Make it compile with clang 15Albert Astals Cid1-0/+3
2025-01-08CI: Also compile with clang 15 in UbuntuAlbert Astals Cid1-1/+5
2025-01-08CI: Remove unneeded pathAlbert Astals Cid1-1/+1
2025-01-08Fonts: cidMap is a vectorSune Vuorela22-383/+243
2025-01-05Update (C)Albert Astals Cid18-8/+18
2025-01-05Detect malformed Streams in Annot AppearancesNelson Benítez León18-77/+145
2025-01-02poppler 25.01.0poppler-25.01.0Albert Astals Cid6-7/+32
2025-01-02Welcome 2025Albert Astals Cid1-1/+1
2025-01-02Update (C)Albert Astals Cid2-2/+2
2025-01-02Make it compile with clang 15Albert Astals Cid1-0/+3
2025-01-02Add missing std::moveAlbert Astals Cid1-1/+1
2024-12-29glib: rename border_width to just width for annotsPablo Correa Gómez1-7/+7
2024-12-29glib: mark transfer of poppler_page_get_selected_regionPablo Correa Gómez1-2/+3
2024-12-24Splash::gouraudTriangleShadedFill: Check for overflow in some operationsAlbert Astals Cid1-2/+30
2024-12-21Update (C)Albert Astals Cid4-0/+4
2024-12-20TextOutputDev: memory cleanupsSune Vuorela6-134/+74
2024-12-20Update (C)Albert Astals Cid2-0/+2
2024-12-20NameToCharCode: remove custom hashmapSune Vuorela2-107/+15
2024-12-20Form: remove grealloc in favor of a vectorSune Vuorela2-16/+5
2024-12-20Update (C)Albert Astals Cid4-0/+4
2024-12-18qt: Fix QDateTime TimeSpec deprecationsStefan Brüns4-12/+16
2024-12-18qt: Use std::string instead of plain C string for QString initializationStefan Brüns2-2/+2
2024-12-18Update (C)Albert Astals Cid1-1/+1
2024-12-17JBIG2Bitmap::combine: Fix crash on malformed filesAlbert Astals Cid1-6/+9
2024-12-16Update (C)Albert Astals Cid2-1/+2
2024-12-16Remove QT_VERSION_CHECK that are always trueAlbert Astals Cid1-10/+0
2024-12-16Remove #if GTK_CHECK_VERSION that are now always trueAlbert Astals Cid14-93/+0
2024-12-16Remove #if GLIB_CHECK_VERSION(2, 68, 0) since we require 2.72Albert Astals Cid1-4/+0
2024-12-16Remove runtime check for lcms > 2.10Albert Astals Cid1-12/+1
2024-12-16Remove if LCMS_VERSION >= 2070Albert Astals Cid1-4/+0
2024-12-16Remove "REMOVE-ME-IN-THE-FUTURE"Albert Astals Cid1-11/+0
2024-12-16Somehow missed increasing these deps when updating to Ubuntu 22.04 as min baseAlbert Astals Cid1-2/+2
2024-12-16cpp: Remove rect parameter from image::copy, it was never implementedAlbert Astals Cid2-15/+7
2024-12-15Memory cleanup in form.Sune Vuorela4-145/+89
2024-12-14Enable clang-tidy modernize-use-equals-defaultAlbert Astals Cid105-294/+253
2024-12-14Update (C)Albert Astals Cid2-0/+2
2024-12-14Simplify memory management in UnicodeMapSune Vuorela3-174/+89
2024-12-13Add unit test for another case in cidfontswidthsbuilderSune Vuorela1-2/+17
2024-12-12Replace word insertion sort with merge sortStefan Brüns2-71/+119
2024-12-12Enable modernize-use-rangesAlbert Astals Cid11-16/+25
2024-12-12CI: Enable bugprone-inc-dec-in-conditionsAlbert Astals Cid2-4/+6
2024-12-12CI: Fedora 41 for clazyAlbert Astals Cid9-27/+27