include: Assorted spelling fixes.
[wine] / dlls / windowscodecs / bmpencode.c
2012-07-24  Dmitry Timoshkovwindowscodecs: Do not assume that vtable is the first...
2012-07-17  Nicolas Le Camwindowscodecs: Avoid using uninitialized value (LLVM...
2011-07-28  Vincent Povirkwindowscodecs: Implement GetContainerFormat for more...
2011-01-11  Michael Stefaniucwindowscodecs: Use an iface instead of a vtbl pointer...
2011-01-05  Michael Stefaniucwindowscodecs: Use an iface instead of a vtbl pointer...
2011-01-05  Vincent Povirkwindowscodecs: Store an impl pointer instead of an...
2009-10-09  Vincent Povirkwindowscodecs: Support more formats in the BMP encoder.
2009-09-29  Michael Stefaniucwindowscodecs: Remove trailing '\'.
2009-08-25  Vincent Povirkwindowscodecs: Fix rounding in BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement WriteSource for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Commit for BMP frame encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement WritePixels for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetResolution for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetPixelFormat for BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement SetSize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for the BMP frame...
2009-08-12  Vincent Povirkwindowscodecs: Implement CreateNewFrame for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Implement Initialize for BMP encoder.
2009-08-12  Vincent Povirkwindowscodecs: Add stub BMP encoder.