]> sourceware.org Git - newlib-cygwin.git/commit
2010-07-08 Markus Koenig <basilo@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Thu, 8 Jul 2010 23:14:54 +0000 (23:14 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Thu, 8 Jul 2010 23:14:54 +0000 (23:14 +0000)
commitcc077128d30dd6c488d8c420606ecd36ea18b3de
treea68981b5a407265adfd34d6541a5472648a89877
parent975a85f42c985b87533fd7cbfcdfe65ca243a94e
2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>

        * include/gdiplus.h: New file.
        * include/gdiplus/gdiplus.h: New file.
        * include/gdiplus/gdiplusbase.h: New file.
        * include/gdiplus/gdiplusbrush.h: New file.
        * include/gdiplus/gdipluscolor.h: New file.
        * include/gdiplus/gdipluscolormatrix.h: New file.
        * include/gdiplus/gdipluseffects.h: New file.
        * include/gdiplus/gdiplusenums.h: New file.
        * include/gdiplus/gdiplusflat.h: New file.
        * include/gdiplus/gdiplusgpstubs.h: New file.
        * include/gdiplus/gdiplusgraphics.h: New file.
        * include/gdiplus/gdiplusheaders.h: New file.
        * include/gdiplus/gdiplusimageattributes.h: New file.
        * include/gdiplus/gdiplusimagecodec.h: New file.
        * include/gdiplus/gdiplusimaging.h: New file.
        * include/gdiplus/gdiplusimpl.h: New file.
        * include/gdiplus/gdiplusinit.h: New file.
        * include/gdiplus/gdipluslinecaps.h: New file.
        * include/gdiplus/gdiplusmatrix.h: New file.
        * include/gdiplus/gdiplusmem.h: New file.
        * include/gdiplus/gdiplusmetafile.h: New file.
        * include/gdiplus/gdiplusmetaheader.h: New file.
        * include/gdiplus/gdipluspath.h: New file.
        * include/gdiplus/gdipluspen.h: New file.
        * include/gdiplus/gdipluspixelformats.h: New file.
        * include/gdiplus/gdiplusstringformat.h: New file.
        * include/gdiplus/gdiplustypes.h: New file.
        * lib/gdiplus.c: New file containing GDI+ variable definitions
        and GUIDs.
        * lib/gdiplus.def: New file.
        * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
        add gdiplus.c to SOURCES.
        * lib/test.c: Include gdiplus.h.
32 files changed:
winsup/w32api/ChangeLog
winsup/w32api/include/gdiplus.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplus.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusbase.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusbrush.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluscolor.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluscolormatrix.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluseffects.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusenums.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusflat.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusgpstubs.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusgraphics.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusheaders.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusimageattributes.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusimagecodec.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusimaging.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusimpl.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusinit.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluslinecaps.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusmatrix.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusmem.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusmetafile.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusmetaheader.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluspath.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluspen.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdipluspixelformats.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplusstringformat.h [new file with mode: 0755]
winsup/w32api/include/gdiplus/gdiplustypes.h [new file with mode: 0755]
winsup/w32api/lib/Makefile.in
winsup/w32api/lib/gdiplus.c [new file with mode: 0755]
winsup/w32api/lib/gdiplus.def [new file with mode: 0755]
winsup/w32api/lib/test.c
This page took 0.031212 seconds and 5 git commands to generate.