1. eca1074 gdiplus: Make sure that 1bpp bitmap images get loaded in native format. by Dmitry Timoshkov · 13 years ago
  2. 198fb25 gdiplus: Fix memory leak in GdipImageRotateFlip. by Vincent Povirk · 13 years ago
  3. 577740f gdiplus: Fix GdipImageRotateFlip for images from streams. by Vincent Povirk · 13 years ago
  4. 5662163 gdiplus: Add parameter checks to GdipSetPropertyItem, print item contents in the trace. by Dmitry Timoshkov · 13 years ago
  5. 3c9805d gdiplus: Implement GdipGetAllPropertyItems. by Dmitry Timoshkov · 13 years ago
  6. 430355e gdiplus: Implement GdipGetPropertySize. by Dmitry Timoshkov · 13 years ago
  7. 91cf72f gdiplus: Add GdipSaveAdd stub. by Dmitry Timoshkov · 13 years ago
  8. 670445b gdiplus: Implement GdipGetPropertyItem. by Dmitry Timoshkov · 13 years ago
  9. 9d953c5 gdiplus: Implement GdipGetPropertyItemSize. by Dmitry Timoshkov · 13 years ago
  10. 174b74b gdiplus: Increase refcount of the source stream when loading a bitmap instead of cloning it. by Dmitry Timoshkov · 13 years ago
  11. d079b66 gdiplus: Avoid casting IWICBitmapFrameDecode to IWICBitmapSource. by Dmitry Timoshkov · 13 years ago
  12. fb6b27d gdiplus: Implement GdipGetPropertyIdList. by Dmitry Timoshkov · 13 years ago
  13. b9132b6 gdiplus: Implement GdipGetPropertyCount. by Dmitry Timoshkov · 13 years ago
  14. b72d236 gdiplus: When loading a bitmap frame save its IWICMetadataReader interface. by Dmitry Timoshkov · 13 years ago
  15. 450e09c gdiplus: Make some data const. by Dmitry Timoshkov · 13 years ago
  16. 755c19f gdiplus: Implement GdipImageSelectActiveFrame. by Dmitry Timoshkov · 13 years ago
  17. 9e12bc0 gdiplus: Create a copy of the source stream when loading an image. by Dmitry Timoshkov · 13 years ago
  18. 8b1bbd4 gdiplus: Add active frame parameter to the WIC decoder interface. by Dmitry Timoshkov · 13 years ago
  19. 527cae4 gdiplus: Remove a redundant cast. by Dmitry Timoshkov · 13 years ago
  20. b5ef70c gdiplus: Check for NULL image in GdipImageRotateFlip. by Vincent Povirk · 13 years ago
  21. eeee536 gdiplus: Implement GdipImageGetFrameCount. by Dmitry Timoshkov · 13 years ago
  22. 007d642 gdiplus: Save total and current frame in the image structure. by Dmitry Timoshkov · 13 years ago
  23. 039c853 gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case. by Alexandre Julliard · 13 years ago
  24. 57e4912 gdiplus: Add support for JPEG encoding. by Vincent Povirk · 13 years ago
  25. 93a0897 gdiplus: Support bitmap creation from 16-bit ddb's. by Vincent Povirk · 13 years ago
  26. 2540049 gdiplus: Implement GdipCreateBitmapFromHBITMAP for 16-bit dibs. by Vincent Povirk · 13 years ago
  27. 8435e40 gdiplus: Return zero properties in stubbed GdipGetPropertyCount. by Louis Lenders · 13 years ago
  28. 203d29d gdiplus: Fix pointer math for the 64-bit tests. by Vincent Povirk · 13 years ago
  29. 5f94653 gdiplus: Include an alpha channel in HBITMAPs created from Bitmaps. by Vincent Povirk · 13 years ago
  30. b5a33da dlls: Assorted spelling fixes. by Frédéric Delanoy · 14 years ago
  31. 698fddf gdiplus: Properly clean up the new metafile data. by Vincent Povirk · 14 years ago
  32. d436e51 gdiplus: Add basic metafile recording support. by Vincent Povirk · 14 years ago
  33. 4892adb gdiplus: Mark image_format_dimensions as static. by Marcus Meissner · 14 years ago
  34. 1544640 gdiplus: Add support for encoding TIFF images. by Vincent Povirk · 14 years ago
  35. a7444e8 gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP. by Vincent Povirk · 14 years ago
  36. b3c333e gdiplus: Use signed types in convert_pixels to avoid problems on 64-bit. by Alexandre Julliard · 14 years ago
  37. 21d6fc9 gdiplus: Implement ImageLockModeUserInputBuf. by Vincent Povirk · 14 years ago
  38. 546b1a5 gdiplus: Copy only the area requested when (un)locking bitmaps. by Vincent Povirk · 14 years ago
  39. 9497e93 gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only. by Vincent Povirk · 14 years ago
  40. 58eb96c gdiplus: Copy the bits on bitmap unlock if the write flag is set. by Vincent Povirk · 14 years ago
  41. ee3c179 gdiplus: Support for indexed formats in GdipBitmapSetPixel. by Martin Petricek · 14 years ago
  42. 32bbb0b gdiplus: Correctly store the given stride in created bitmaps. by Vincent Povirk · 14 years ago
  43. c8a48f2 gdiplus: Don't create a DIB section for non-alpha or reference bitmaps. by Vincent Povirk · 14 years ago
  44. 9326fc1 gdiplus: Don't try to free invalid or already-freed images. by Vincent Povirk · 14 years ago
  45. 77a5b63 gdiplus: Set flags and dpi when images are loaded. by Vincent Povirk · 15 years ago
  46. 3745961 gdiplus: Add a stub for GdipConvertToEmfPlusToFile. by Austin English · 15 years ago
  47. 517059f gdiplus: Set bitmap has alpha flag based on format. by Vincent Povirk · 15 years ago
  48. 9a6eabf gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats. by Vincent Povirk · 15 years ago
  49. 85a5710 gdiplus: Don't require an HDC for the convert_unit function. by Vincent Povirk · 15 years ago
  50. 3847c2d gdiplus: Stub GdipGetMetafileHeaderFromStream. by Vincent Povirk · 15 years ago
  51. 688eb06 gdiplus: Stub GdipGetMetafileHeaderFromFile. by Vincent Povirk · 15 years ago
  52. 2223900 gdiplus: Stub GdipGetMetafileHeaderFromEmf. by Vincent Povirk · 15 years ago
  53. 6ea90c3 gdiplus: Add a few additional traces to gdiplus image functions. by Andrew Nguyen · 15 years ago
  54. 63fa691 gdiplus: Stub GdipGetEncoderParameterListSize. by Vincent Povirk · 15 years ago
  55. 7dfc674 gdiplus: Implement GdipGetImageThumbnail. by Vincent Povirk · 15 years ago
  56. d2a0188 gdiplus: Quiet the GdipImageForceValidation fixme. by Vincent Povirk · 15 years ago
  57. 2dbc398 gdiplus: Implement GdipCreateHICONFromBitmap. by Vincent Povirk · 15 years ago
  58. 3813878 gdiplus: Handle more cases in GdipCreateBitmapFromGdiDib. by Vincent Povirk · 15 years ago
  59. 800e9ff gdiplus: Add test for GdipCreateBitmapFromGdiDib. by Vincent Povirk · 15 years ago
  60. f2e3d99 gdiplus: Implement GdipImageRotateFlip. by Vincent Povirk · 15 years ago
  61. af7b8ef gdiplus: Store a reference to the image in image graphics contexts. by Vincent Povirk · 15 years ago
  62. 818ff38 gdiplus: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  63. d24a421 gdiplus: Add support for decoding TIFF images. by Vincent Povirk · 15 years ago
  64. 738059b gdiplus: Support decoders with multiple signatures. by Vincent Povirk · 15 years ago
  65. 818420a gdiplus: Basic implementation of GdipImageGetFrameCount with updated tests. by Justin Chevrier · 15 years ago
  66. c1c555e gdiplus: Zero the MetafileHeader structure in GetMetafileHeader. by Vincent Povirk · 15 years ago
  67. 0ecd8da gdiplus: Create a full BITMAPINFO to prevent clobbering memory with palette data. by Alasdair Sinclair · 15 years ago
  68. ab124aa gdiplus: Stub GdipGetImageItemData. by Vincent Povirk · 15 years ago
  69. f62560f gdiplus: Free the attached HBITMAP when destroying Bitmap objects. by Vincent Povirk · 15 years ago
  70. 318ba28 gdiplus: Don't use gdi32 to do pixel format conversion. by Vincent Povirk · 15 years ago
  71. 4d53a4c gdiplus: Implement GetPixel for indexed color bitmaps. by Vincent Povirk · 15 years ago
  72. 8be3e5c gdiplus: Always trace pixel formats in hex. by Vincent Povirk · 15 years ago
  73. 7afd960 gdiplus: Reset the lock count when unlocking a bitmap in write mode. by Vincent Povirk · 15 years ago
  74. 495c42b gdiplus: Add traces to unimplemented functions in image.c. by Vincent Povirk · 15 years ago
  75. d694679 gdiplus: Add trace to GdipBitmapUnlockBits. by Vincent Povirk · 15 years ago
  76. 6bb300f gdiplus: Implement GdipBitmapSetResolution. by Vincent Povirk · 15 years ago
  77. 1aea88c gdiplus: Implement GdipGetImage*Resolution. by Vincent Povirk · 15 years ago
  78. d87b1d4 gdiplus: Implement GdipImageGetFrameDimensionsList. by Vincent Povirk · 15 years ago
  79. 7d62e1f gdiplus: Remove fixme from GdipImageGetFrameDimensionsCount. by Vincent Povirk · 15 years ago
  80. f8ca372 gdiplus: Add trace for values of new graphics and image objects. by Vincent Povirk · 15 years ago
  81. 25dcd43 gdiplus: Support reading image data from device-dependent bitmaps. by Vincent Povirk · 15 years ago
  82. 3424dac gdiplus: Explicitly copy the bits from dib sections to new bitmaps. by Vincent Povirk · 15 years ago
  83. 6c04027 gdiplus: Initialize the palettes of new indexed bitmaps. by Vincent Povirk · 15 years ago
  84. 9615dd8 gdiplus: Implement GdipGetImagePalette. by Vincent Povirk · 15 years ago
  85. 59f45f2 gdiplus: Implement GdipGetImagePaletteSize. by Vincent Povirk · 15 years ago
  86. 39dc81c gdiplus: Implement GdipSetImagePalette. by Vincent Povirk · 15 years ago
  87. 8b154a5 gdiplus: Fix cleanup after errors in GdipCloneImage. by Vincent Povirk · 15 years ago
  88. bf04d3f gdiplus: Implement GdipCloneBitmapArea. by Vincent Povirk · 15 years ago
  89. 125c564 gdiplus: Avoid deleting non-existent object. by Kirill K. Smirnov · 15 years ago
  90. cab5043 gdiplus: Enable encoding of PNG images. by Vincent Povirk · 16 years ago
  91. 809f721 gdiplus: Implement GdipBitmapSetPixel. by Vincent Povirk · 16 years ago
  92. 41140a9 gdiplus: Implement GdipBitmapGetPixel. by Vincent Povirk · 16 years ago
  93. e70e124 gdiplus: do not memcpy over NULL ptrs (Coverity). by Marcus Meissner · 16 years ago
  94. 0595fc5 gdiplus: Implement GdipGetImageRawFormat. by Vincent Povirk · 16 years ago
  95. 0313f88 gdiplus: Disable alpha channel support for BMP images. by Vincent Povirk · 16 years ago
  96. 91e0ee2 gdiplus: Use WIC to decode PNG files. by Vincent Povirk · 16 years ago
  97. 947e39d gdiplus: Use WIC to decode BMP files. by Vincent Povirk · 16 years ago
  98. 6c2d85c gdiplus: Use WIC to decode GIF files. by Vincent Povirk · 16 years ago
  99. faad683 gdiplus: Use WIC to decode JPEG files. by Vincent Povirk · 16 years ago
  100. e4a3ad8 gdiplus: Use WIC to encode images. by Vincent Povirk · 16 years ago