summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Revert the last commit. I waffle here.HEADmasterGlenn Rice1-1/+1
2012-12-28Don't autogen the ChangeLog. That doesn't work well with git archive.Glenn Rice1-1/+1
2012-12-25Make methods that modify underlying c objects non const.Glenn Rice11-26/+26
2012-12-25Make comparison operators private and undeclared to avoid invalidGlenn Rice7-0/+168
2012-12-25Convert 'operator bool' methods to 'operator const void*' operators toGlenn Rice8-30/+86
2012-12-24g_type_init is deprecated in newer version of glib so check for that.Glenn Rice4-2/+4
2012-12-23Remove links and references to gtkmm. Change them to use poppler links.Glenn Rice5-9/+8
2012-12-23Disable long-long warnings when compiling with warnings enabled.Glenn Rice1-1/+1
2012-12-23Autogenerate ChangeLog from git log on 'make dist'Glenn Rice1-1/+1
2012-12-23Include generated files removed from versions control in .gitignoreGlenn Rice1-0/+7
2012-12-23Remove generated files from version control.Glenn Rice5-863/+0
2012-12-18Bump version number for release to match upstream poppler release.0.21.1Glenn Rice2-2/+5
2012-12-18Update Doxyfile from mm-common.Glenn Rice1-7/+5
2012-12-18Add rendering of found text to the find demo.Glenn Rice2-11/+171
2012-12-18Return the result of the parent class on_key_press_event handler toGlenn Rice1-1/+1
2012-12-18Oops. Forgot to remove commented segment.Glenn Rice1-26/+0
2012-12-18Update the annots demo to be able to toggle flags.Glenn Rice2-3/+85
2012-12-17Use the new_from_gio_file method to construct the document.Glenn Rice1-1/+1
2012-12-17Add a remove annots button.Glenn Rice2-4/+24
2012-12-17Fix a static header copy/paste issue.Glenn Rice1-1/+1
2012-12-17Add methods corresponding to new poppler-glib methods added sinceGlenn Rice11-21/+368
2012-11-27Add existing code.0.20.1Glenn Rice134-0/+18840