Files
wxWidgets/interface/wx
Vadim Zeitlin 20e6714a67 Add wxBitmap::NewFromPNGData() for creating bitmaps from PNG data.
This simple function can be used to create a wxBitmap from the raw image data
in PNG format. It is just a thin wrapper around wxImage load functions under
almost all platforms but has two advantages:

1. It can be implemented natively for some platforms (currently only OS X).
2. It can be used in a single expression as it doesn't require creating a
   temporary wxMemoryInputStream and this will be required by wxBITMAP_PNG()
   macro that will be added soon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-09-13 17:15:00 +00:00
..
2012-08-14 05:55:15 +00:00
2012-05-22 00:17:03 +00:00
2011-10-04 07:45:08 +00:00
2012-07-19 06:46:44 +00:00
2012-06-20 17:10:23 +00:00
2012-06-30 23:41:15 +00:00
2012-06-18 02:14:07 +00:00
2012-01-15 14:46:41 +00:00
2012-06-20 17:10:23 +00:00
2011-04-03 20:31:32 +00:00
2012-03-31 04:39:48 +00:00
2012-06-05 21:26:42 +00:00
2012-07-19 06:46:44 +00:00
2012-08-14 05:11:59 +00:00
2012-07-19 06:46:44 +00:00
2011-10-04 07:45:08 +00:00
2012-04-10 03:27:22 +00:00
2011-04-03 20:31:32 +00:00
2012-07-24 20:45:30 +00:00
2012-07-14 21:36:25 +00:00
2011-03-22 14:17:38 +00:00
2012-09-09 00:44:03 +00:00
2012-05-22 00:17:03 +00:00
2012-03-31 04:39:53 +00:00
2011-03-22 14:17:38 +00:00
2011-12-10 11:42:49 +00:00
2011-01-08 06:57:23 +00:00
2012-06-20 17:10:23 +00:00
2012-05-30 03:13:27 +00:00
2012-02-27 23:51:05 +00:00
2011-10-14 01:37:19 +00:00
2012-07-10 05:12:05 +00:00
2012-04-07 04:18:28 +00:00
2011-03-22 14:17:38 +00:00
2012-03-17 02:55:30 +00:00
2012-05-30 03:13:27 +00:00
2012-06-20 17:10:23 +00:00
2012-02-22 13:41:07 +00:00
2012-05-18 19:54:25 +00:00
2010-10-30 23:51:18 +00:00
2012-07-11 04:23:52 +00:00
2012-06-20 17:10:23 +00:00
2012-06-30 23:41:15 +00:00
2012-01-15 14:46:41 +00:00
2012-05-19 06:21:25 +00:00
2012-08-10 04:57:35 +00:00
2012-03-31 04:39:43 +00:00
2011-04-03 20:31:32 +00:00
2012-06-26 02:01:09 +00:00
2012-06-28 06:55:54 +00:00
2011-10-18 21:57:02 +00:00
2012-05-30 03:13:27 +00:00
2012-08-14 05:11:59 +00:00
2011-03-22 14:17:38 +00:00
2012-05-17 02:47:34 +00:00
2012-05-24 23:26:27 +00:00
2011-03-02 10:28:20 +00:00
2012-04-16 13:53:45 +00:00
2012-01-15 14:46:41 +00:00
2012-06-07 04:42:57 +00:00
2012-06-20 17:10:23 +00:00
2012-01-15 01:05:28 +00:00
2012-07-12 20:50:31 +00:00
2012-06-20 17:10:23 +00:00
2012-06-07 04:43:09 +00:00
2012-08-14 05:11:59 +00:00
2011-03-22 14:17:38 +00:00
2012-06-08 05:11:21 +00:00