summaryrefslogtreecommitdiff
path: root/glib/demo/outline.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-03Run clang-formatAlbert Astals Cid1-3/+3
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \; If you reached this file doing a git blame, please see README.contributors (instructions added 2 commits in the future to this one)
2008-10-28[glib] Add DISABLE_SINGLE_INCLUDES flags and fix glib-demoCarlos Garcia Campos1-1/+1
2007-11-05Fix FSF addressAlbert Astals Cid1-1/+1
2007-08-262007-08-26 Carlos Garcia Campos <carlosgc@gnome.org>Carlos Garcia Campos1-0/+31
* configure.ac: * glib/Makefile.am: * glib/demo/Makefile.am: * glib/demo/fonts.[ch]: * glib/demo/info.[ch]: * glib/demo/links.[ch]: * glib/demo/main.c: * glib/demo/outline.[ch]: * glib/demo/page.[ch]: * glib/demo/render.[ch]: * glib/demo/utils.[ch]: Add poppler glib demo tool.