Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.00 KB | None | 0 0
  1. aruiz@watchover:~/src/gdk-trim$ git diff --stat 5c89add148f79f5db64f0846adfeaae55fe55948..
  2. AUTHORS | 68 +-
  3. COPYING | 482 +++
  4. Makefile.am | 50 +-
  5. Makefile.decl | 82 +
  6. NEWS | 175 +
  7. autogen.sh | 32 +
  8. build/Makefile.am | 6 +
  9. build/win32/Makefile.am | 7 +
  10. build/win32/vs10/Makefile.am | 17 +
  11. build/win32/vs10/README.txt | 102 +
  12. build/win32/vs10/gdk-pixbuf-csource.vcxproj | 181 +
  13. .../win32/vs10/gdk-pixbuf-csource.vcxproj.filters | 14 +
  14. build/win32/vs10/gdk-pixbuf-query-loaders.vcxproj | 177 +
  15. .../vs10/gdk-pixbuf-query-loaders.vcxproj.filters | 14 +
  16. build/win32/vs10/gdk-pixbuf.props | 173 +
  17. build/win32/vs10/gdk-pixbuf.sln | 92 +
  18. build/win32/vs10/gdk-pixbuf.vcxproj.filtersin | 57 +
  19. build/win32/vs10/gdk-pixbuf.vcxprojin | 477 +++
  20. build/win32/vs10/install.vcxproj | 113 +
  21. build/win32/vs9/Makefile.am | 13 +
  22. build/win32/vs9/README.txt | 102 +
  23. build/win32/vs9/gdk-pixbuf-csource.vcproj | 170 +
  24. build/win32/vs9/gdk-pixbuf-query-loaders.vcproj | 169 +
  25. build/win32/vs9/gdk-pixbuf.sln | 103 +
  26. build/win32/vs9/gdk-pixbuf.vcprojin | 484 +++
  27. build/win32/vs9/gdk-pixbuf.vsprops | 143 +
  28. build/win32/vs9/install.vcproj | 83 +
  29. config.h.win32.in | 154 +
  30. configure.ac | 1049 ++++++
  31. contrib/Makefile.am | 8 +
  32. contrib/gdk-pixbuf-xlib/Makefile.am | 42 +
  33. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in | 11 +
  34. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c | 1353 +++++++
  35. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-private.h | 30 +
  36. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c | 410 +++
  37. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c | 77 +
  38. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h | 87 +
  39. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c | 3736 ++++++++++++++++++++
  40. contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h | 211 ++
  41. docs/Makefile.am | 5 +
  42. docs/reference/Makefile.am | 7 +
  43. docs/reference/gdk-pixbuf/Makefile.am | 119 +
  44. docs/reference/gdk-pixbuf/apple-red-1a.png | Bin 0 -> 29895 bytes
  45. docs/reference/gdk-pixbuf/apple-red-2c.png | Bin 0 -> 19103 bytes
  46. docs/reference/gdk-pixbuf/composite.dia | Bin 0 -> 2351 bytes
  47. docs/reference/gdk-pixbuf/composite.png | Bin 0 -> 106599 bytes
  48. docs/reference/gdk-pixbuf/gdk-pixbuf-csource.xml | 177 +
  49. .../gdk-pixbuf/gdk-pixbuf-from-drawables.xml | 29 +
  50. .../gdk-pixbuf/gdk-pixbuf-query-loaders.xml | 74 +
  51. docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.xml | 32 +
  52. docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 307 ++
  53. docs/reference/gdk-pixbuf/gdk-pixbuf.types | 7 +
  54. docs/reference/gdk-pixbuf/gdk-pixbuf.xml | 186 +
  55. docs/reference/gdk-pixbuf/gnome-gmush-1.png | Bin 0 -> 23814 bytes
  56. docs/reference/gdk-pixbuf/version.xml.in | 1 +
  57. gdk-pixbuf-2.0-uninstalled.pc.in | 11 +
  58. gdk-pixbuf-2.0.pc.in | 18 +
  59. gdk-pixbuf.doap | 25 +
  60. gdk-pixbuf/Makefile.am | 785 ++++
  61. gdk-pixbuf/abicheck.sh | 5 +
  62. gdk-pixbuf/gdiplus.def | 59 +
  63. gdk-pixbuf/gdk-pixbuf-animation.c | 744 ++++
  64. gdk-pixbuf/gdk-pixbuf-animation.h | 191 +
  65. gdk-pixbuf/gdk-pixbuf-core.h | 462 +++
  66. gdk-pixbuf/gdk-pixbuf-csource.1 | 91 +
  67. gdk-pixbuf/gdk-pixbuf-csource.c | 301 ++
  68. gdk-pixbuf/gdk-pixbuf-data.c | 79 +
  69. gdk-pixbuf/gdk-pixbuf-enum-types.c.template | 35 +
  70. gdk-pixbuf/gdk-pixbuf-enum-types.h.template | 28 +
  71. gdk-pixbuf/gdk-pixbuf-features.h.in | 118 +
  72. gdk-pixbuf/gdk-pixbuf-i18n.h | 39 +
  73. gdk-pixbuf/gdk-pixbuf-io.c | 3073 ++++++++++++++++
  74. gdk-pixbuf/gdk-pixbuf-io.h | 346 ++
  75. gdk-pixbuf/gdk-pixbuf-loader.c | 848 +++++
  76. gdk-pixbuf/gdk-pixbuf-loader.h | 107 +
  77. gdk-pixbuf/gdk-pixbuf-marshal.list | 28 +
  78. gdk-pixbuf/gdk-pixbuf-private.h | 106 +
  79. gdk-pixbuf/gdk-pixbuf-scale.c | 532 +++
  80. gdk-pixbuf/gdk-pixbuf-scaled-anim.c | 282 ++
  81. gdk-pixbuf/gdk-pixbuf-scaled-anim.h | 47 +
  82. gdk-pixbuf/gdk-pixbuf-simple-anim.c | 548 +++
  83. gdk-pixbuf/gdk-pixbuf-simple-anim.h | 66 +
  84. gdk-pixbuf/gdk-pixbuf-transform.h | 160 +
  85. gdk-pixbuf/gdk-pixbuf-util.c | 387 ++
  86. gdk-pixbuf/gdk-pixbuf-xform.c | 104 +
  87. gdk-pixbuf/gdk-pixbuf.c | 846 +++++
  88. gdk-pixbuf/gdk-pixbuf.h | 45 +
  89. gdk-pixbuf/gdk-pixbuf.symbols | 222 ++
  90. gdk-pixbuf/gdk-pixdata.c | 912 +++++
  91. gdk-pixbuf/gdk-pixdata.h | 170 +
  92. gdk-pixbuf/gdk_pixbuf.rc.in | 30 +
  93. gdk-pixbuf/gen-color-table.pl | 74 +
  94. gdk-pixbuf/io-ani-animation.c | 346 ++
  95. gdk-pixbuf/io-ani-animation.h | 113 +
  96. gdk-pixbuf/io-ani.c | 720 ++++
  97. gdk-pixbuf/io-bmp.c | 1428 ++++++++
  98. gdk-pixbuf/io-gdip-animation.c | 383 ++
  99. gdk-pixbuf/io-gdip-animation.h | 117 +
  100. gdk-pixbuf/io-gdip-bmp.c | 87 +
  101. gdk-pixbuf/io-gdip-emf.c | 64 +
  102. gdk-pixbuf/io-gdip-gif.c | 85 +
  103. gdk-pixbuf/io-gdip-ico.c | 64 +
  104. gdk-pixbuf/io-gdip-jpeg.c | 141 +
  105. gdk-pixbuf/io-gdip-native.h | 255 ++
  106. gdk-pixbuf/io-gdip-png.c | 138 +
  107. gdk-pixbuf/io-gdip-propertytags.h | 228 ++
  108. gdk-pixbuf/io-gdip-tiff.c | 87 +
  109. gdk-pixbuf/io-gdip-utils.c | 944 +++++
  110. gdk-pixbuf/io-gdip-utils.h | 52 +
  111. gdk-pixbuf/io-gdip-wmf.c | 63 +
  112. gdk-pixbuf/io-gif-animation.c | 603 ++++
  113. gdk-pixbuf/io-gif-animation.h | 175 +
  114. gdk-pixbuf/io-gif.c | 1697 +++++++++
  115. gdk-pixbuf/io-icns.c | 404 +++
  116. gdk-pixbuf/io-ico.c | 1253 +++++++
  117. gdk-pixbuf/io-jasper.c | 312 ++
  118. gdk-pixbuf/io-jpeg.c | 1314 +++++++
  119. gdk-pixbuf/io-pcx.c | 760 ++++
  120. gdk-pixbuf/io-png.c | 1116 ++++++
  121. gdk-pixbuf/io-pnm.c | 1084 ++++++
  122. gdk-pixbuf/io-qtif.c | 607 ++++
  123. gdk-pixbuf/io-ras.c | 550 +++
  124. gdk-pixbuf/io-tga.c | 1012 ++++++
  125. gdk-pixbuf/io-tiff.c | 874 +++++
  126. gdk-pixbuf/io-wbmp.c | 379 ++
  127. gdk-pixbuf/io-xbm.c | 498 +++
  128. gdk-pixbuf/io-xpm.c | 822 +++++
  129. gdk-pixbuf/make-inline-pixbuf.c | 230 ++
  130. gdk-pixbuf/makefile.msc | 197 +
  131. gdk-pixbuf/pixops/DETAILS | 355 ++
  132. gdk-pixbuf/pixops/Makefile.am | 34 +
  133. gdk-pixbuf/pixops/README | 163 +
  134. gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S | 241 ++
  135. .../pixops/composite_line_color_22_4a4_mmx.S | 253 ++
  136. gdk-pixbuf/pixops/have_mmx.S | 76 +
  137. gdk-pixbuf/pixops/makefile.msc | 65 +
  138. gdk-pixbuf/pixops/pixbuf-transform-math.ltx | 112 +
  139. gdk-pixbuf/pixops/pixops-internal.h | 25 +
  140. gdk-pixbuf/pixops/pixops.c | 2560 ++++++++++++++
  141. gdk-pixbuf/pixops/pixops.h | 120 +
  142. gdk-pixbuf/pixops/scale_line_22_33_mmx.S | 206 ++
  143. gdk-pixbuf/pixops/timescale.c | 267 ++
  144. gdk-pixbuf/queryloaders.c | 389 ++
  145. gdk-pixbuf/test-gdk-pixbuf.c | 241 ++
  146. gdk-pixbuf/xpm-color-table.h | 1521 ++++++++
  147. git.mk | 187 +
  148. m4/.gitignore | 3 +
  149. m4/introspection.m4 | 94 +
  150. po/.gitignore | 5 +
  151. po/LINGUAS | 107 +
  152. po/Makevars | 58 +
  153. po/Makevars.template | 41 +
  154. po/POTFILES.in | 32 +
  155. po/POTFILES.skip | 3 +
  156. po/af.po | 927 +++++
  157. po/ang.po | 937 +++++
  158. po/ar.po | 918 +++++
  159. po/as.po | 921 +++++
  160. po/ast.po | 948 +++++
  161. po/az.po | 975 +++++
  162. po/be.po | 952 +++++
  163. po/be@latin.po | 935 +++++
  164. po/bg.po | 965 +++++
  165. po/bn.po | 923 +++++
  166. po/bn_IN.po | 936 +++++
  167. po/boldquot.sed | 10 +
  168. po/br.po | 903 +++++
  169. po/bs.po | 979 +++++
  170. po/ca.po | 968 +++++
  171. po/ca@valencia.po | 965 +++++
  172. po/crh.po | 1075 ++++++
  173. po/cs.po | 944 +++++
  174. po/cy.po | 943 +++++
  175. po/da.po | 955 +++++
  176. po/de.po | 965 +++++
  177. po/dz.po | 949 +++++
  178. po/el.po | 965 +++++
  179. po/en@boldquot.header | 25 +
  180. po/en@quot.header | 22 +
  181. po/en@shaw.po | 919 +++++
  182. po/en_CA.po | 933 +++++
  183. po/en_GB.po | 938 +++++
  184. po/eo.po | 927 +++++
  185. po/es.po | 962 +++++
  186. po/et.po | 719 ++++
  187. po/eu.po | 933 +++++
  188. po/fa.po | 944 +++++
  189. po/fi.po | 925 +++++
  190. po/fr.po | 966 +++++
  191. po/ga.po | 927 +++++
  192. po/gl.po | 964 +++++
  193. po/gu.po | 950 +++++
  194. po/he.po | 924 +++++
  195. po/hi.po | 921 +++++
  196. po/hr.po | 962 +++++
  197. po/hu.po | 941 +++++
  198. po/hy.po | 936 +++++
  199. po/ia.po | 913 +++++
  200. po/id.po | 948 +++++
  201. po/insert-header.sin | 23 +
  202. po/io.po | 915 +++++
  203. po/is.po | 969 +++++
  204. po/it.po | 956 +++++
  205. po/ja.po | 929 +++++
  206. po/ka.po | 928 +++++
  207. po/kn.po | 932 +++++
  208. po/ko.po | 921 +++++
  209. po/ku.po | 930 +++++
  210. po/li.po | 991 ++++++
  211. po/lt.po | 944 +++++
  212. po/lv.po | 939 +++++
  213. po/mai.po | 919 +++++
  214. po/mi.po | 950 +++++
  215. po/mk.po | 956 +++++
  216. po/ml.po | 923 +++++
  217. po/mn.po | 1145 ++++++
  218. po/mr.po | 917 +++++
  219. po/ms.po | 963 +++++
  220. po/my.po | 914 +++++
  221. po/nb.po | 933 +++++
  222. po/nds.po | 901 +++++
  223. po/ne.po | 938 +++++
  224. po/nl.po | 982 +++++
  225. po/nn.po | 936 +++++
  226. po/nso.po | 995 ++++++
  227. po/oc.po | 919 +++++
  228. po/or.po | 934 +++++
  229. po/pa.po | 920 +++++
  230. po/pl.po | 949 +++++
  231. po/ps.po | 900 +++++
  232. po/pt.po | 942 +++++
  233. po/pt_BR.po | 961 +++++
  234. po/quot.sed | 6 +
  235. po/remove-potcdate.sin | 19 +
  236. po/ro.po | 951 +++++
  237. po/ru.po | 955 +++++
  238. po/si.po | 927 +++++
  239. po/sk.po | 928 +++++
  240. po/sl.po | 952 +++++
  241. po/sq.po | 944 +++++
  242. po/sr.po | 951 +++++
  243. po/sr@ije.po | 1001 ++++++
  244. po/sr@latin.po | 954 +++++
  245. po/sv.po | 948 +++++
  246. po/ta.po | 932 +++++
  247. po/te.po | 922 +++++
  248. po/th.po | 918 +++++
  249. po/tk.po | 917 +++++
  250. po/tr.po | 1061 ++++++
  251. po/tt.po | 910 +++++
  252. po/ug.po | 908 +++++
  253. po/uk.po | 937 +++++
  254. po/uz.po | 904 +++++
  255. po/uz@cyrillic.po | 903 +++++
  256. po/vi.po | 923 +++++
  257. po/wa.po | 956 +++++
  258. po/xh.po | 976 +++++
  259. po/yi.po | 981 +++++
  260. po/zh_CN.po | 918 +++++
  261. po/zh_HK.po | 916 +++++
  262. po/zh_TW.po | 916 +++++
  263. tests/Makefile.am | 30 +
  264. tests/pixbuf-lowmem.c | 249 ++
  265. tests/pixbuf-random.c | 170 +
  266. tests/pixbuf-randomly-modified.c | 159 +
  267. tests/pixbuf-read.c | 87 +
  268. tests/pixbuf-threads.c | 118 +
  269. 267 files changed, 146034 insertions(+), 26 deletions(-)
  270. aruiz@watchover:~/src/gdk-trim$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement