- 03 Dec, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 29 Nov, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 09 Nov, 2019 2 commits
-
-
Oliver Sander authored
Now that globalParams is a unique_ptr, there is no need for these gotos anymore.
-
Oliver Sander authored
-
- 07 Nov, 2019 5 commits
-
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
... and create it on the stack rather than on the heap. Makes the code more readable.
-
Oliver Sander authored
It is used only once, and removing it allows me to move variable declarations around more freely.
-
- 23 Oct, 2019 1 commit
-
-
Oliver Sander authored
... rather than a pointer to a std::vector. Given that a std::vector is little more than a pointer and some size information, there is no need to create std::vector objects on the heap. Returning them by value is just as fast (the vector content is not copied), and makes the code more readable, too.
-
- 21 Mar, 2019 5 commits
-
-
Albert Astals Cid authored
-
Oliver Sander authored
-
Oliver Sander authored
Use operator[] instead. This is another move towards discarding GooList in favor of std::vector.
-
Oliver Sander authored
One more step towards getting rid of it completely.
-
Oliver Sander authored
Use method 'size' (from std::vector) instead.
-
- 11 Nov, 2018 1 commit
-
-
Oliver Sander authored
This is the name used by std::string.
-
- 23 Oct, 2018 1 commit
-
-
Oliver Sander authored
These are just non-standard names for bool, true, false, respectively. Getting rid of these names saves on layer of mental redirection, and enables proper syntax highlighting in editors.
-
- 29 Aug, 2018 3 commits
-
-
Albert Astals Cid authored
-
Adam Reichold authored
Remove DEBUG_MEM from Object since this uses RAII now and hence cannot leak. (The existing tracking also is not thread-safe and hence unreliable.)
-
Adam Reichold authored
Remove generic heap debugging from gmem since external tools and compiler instrumentation achieve the same effect.
-
- 09 Jan, 2018 1 commit
-
-
Albert Astals Cid authored
-
- 08 Jan, 2018 1 commit
-
-
Albert Astals Cid authored
Also add two enum values in the qt5 frontend to representate no flags Also mark glib/gtk/cairo system includes so that gcc doesn't report the issues in those headers
-
- 03 Dec, 2017 1 commit
-
-
Albert Astals Cid authored
-
- 15 Nov, 2017 1 commit
-
-
Adrian Johnson authored
The Win32Console should be used in programs that require unicode support for command line arguments and stdio ouput on windows. On windows it gets the command line arguments from GetCommandLineW and converts to UTF-8, and redefines the stdio output functions to convert UTF-8 to calls to WriteConsoleW. On other platforms this class is a no-op.
-
- 26 Nov, 2013 1 commit
-
-
suzuki toshiya authored
-
- 03 Mar, 2012 1 commit
-
-
Adrian Johnson authored
Bug 46888
-
- 01 Mar, 2012 1 commit
-
-
Albert Astals Cid authored
-
- 07 Jan, 2012 1 commit
-
-
Adrian Johnson authored
Bug 44416
-
- 30 Aug, 2011 1 commit
-
-
Albert Astals Cid authored
-
- 12 Dec, 2010 1 commit
-
-
Albert Astals Cid authored
Bug 32149
-
- 28 Nov, 2010 1 commit
-
-
Albert Astals Cid authored
No idea why we didn't do this before, duplicate code is evil and now pdffonts doesn't crash on pdf from bug 20486
-
- 10 Nov, 2010 1 commit
-
-
Hib Eris authored
Read http://lists.freedesktop.org/archives/poppler/2010-November/006642.html for the detailed patch description
-
- 05 Apr, 2010 2 commits
-
-
Albert Astals Cid authored
-
Hib Eris authored
-
- 01 Sep, 2008 1 commit
-
-
Albert Astals Cid authored
Still missing to answer Marco Pesenti Gritti Catalog.cc Outline.cc Outline.h Kjartan Maraas HtmlOutputDev.cc Timothy Lee ImageOutputDev.h ImageOutputDev.cc Carl Worth CairoOutputDev.cc Ed Catmur GfxFont.cc GlobalParams.cc TextOutputDev.cc TextOutputDev.h UnicodeTypeTable.cc UnicodeTypeTable.h
-
- 24 Aug, 2008 1 commit
-
-
Albert Astals Cid authored
Add more correct copyright statements on fofi, goo, poppler and util directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
-
- 01 Aug, 2008 1 commit
-
-
Albert Astals Cid authored
Did not modify PSOutputDev.cc output as PS is too fragile
-
- 29 Apr, 2008 1 commit
-
-
Albert Astals Cid authored
Gives me binaries 2KB smaller (in total) in release build
-
- 25 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
Testing more than welcome
-
- 24 Feb, 2007 1 commit
-
-
Albert Astals Cid authored
* configure.ac: * glib/poppler-document.cc: * poppler/GlobalParams.cc: * poppler/GlobalParams.h: * poppler/PSOutputDev.cc: * qt/poppler-document.cc: * qt4/src/poppler-document.cc: * qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: * test/gtk-splash-test.cc: * test/pdf-inspector.cc: * utils/pdffonts.cc: * utils/pdfimages.cc: * utils/pdfinfo.cc: * utils/pdftohtml.cc: * utils/pdftoppm.cc: * utils/pdftops.cc: * utils/pdftotext.cc: Remove dependency on xpdfrc file and cleanup GlobalParams accordingly
-