projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msvcrt: Added basic _popen tests.
[wine]
/
dlls
/
oleaut32
/
olepicture.c
2012-11-26
Dmitry Timoshkov
oleaut32: Add support for saving an empty picture.
blob
|
commitdiff
|
raw
2012-06-01
Dmitry Timoshkov
oleaut32: Always write header to stream when saving...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Dmitry Timoshkov
oleaut32: Simplify bitmap saving code.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Dmitry Timoshkov
oleaut32: Explicitly initialize idReserved field in...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Dmitry Timoshkov
oleaut32: Recognize icon and cursor in the being loaded...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-17
Dmitry Timoshkov
oleaut32: OLEPictureImpl_Save should load bitmap data...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-17
Dmitry Timoshkov
oleaut32: OleCreatePictureIndirect should set loadtime_...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-17
Dmitry Timoshkov
oleaut32: Move OLEPicture implementation into its own...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-07
Daniel Jelinski
oleaut32: Added support for loading cursors in OLEPicture.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-16
Alexandre Julliard
oleaut32: Fix IPicture::SelectPicture to not try to...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Austin English
oleaut32/tests: Fix a couple of todo_wine's.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Michael Stefaniuc
oleaut32: Use ifaces instead of vtbl pointers in OLEPic...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-05
Michael Stefaniuc
oleaut32: Use an iface instead of a vtbl pointer in...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-24
Alexandre Julliard
oleaut32: Convert dll registration to the new IRegistra...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Nikolay Sivov
oleaut32/olepicture: Remove out pointer check in OleCre...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Nikolay Sivov
oleaut32/olepicture: Fix a typo in height conversion.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Nikolay Sivov
oleaut32/olepicture: No need to check interface pointer...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Nikolay Sivov
oleaut32/olepicture: Fix assumptions about S_OK value.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Nikolay Sivov
oleaut32/olepicture: Properly round while performing...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Andrew Nguyen
oleaut32: Implicitly initialize COM in OleLoadPicturePath.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Andrew Nguyen
oleaut32: Convert file URLs to DOS paths for special...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-20
Andrew Nguyen
oleaut32: Improve parameter validation in OleLoadPictur...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-03
Gerald Pfeifer
oleaut32: Remove variable iLengthScanLineColor which...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-29
Mikhail Maroukhine
ole: Fix compiler warnings with flag -Wcast-qual.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Wilfried Pasquazzo
oleaut32: Respect size of icons when drawing with IPict...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-02
Vincent Povirk
oleaut32: Use WIC to decode PNG images.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Vincent Povirk
oleaut32: Use WIC to decode JPEG images.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Vincent Povirk
oleaut32: Avoid copying the data when loading an image...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Vincent Povirk
oleaut32: Use WIC to decode gif files.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-01
Alexandre Julliard
oleaut32: Properly release cache DCs instead of trying...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Austin English
oleaut32: Fix a compiler warning for libjpeg includes.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-01
Alexandre Julliard
oleaut32: Don't use 16-bit headers.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Michael Stefaniuc
oleaut32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Erich Hoover
oleaut32: Fix OLEPicture rendering vector metafiles...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Alexandre Julliard
oleaut32: Fix handle cast warnings on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-07
Nikolay Sivov
oleaut32: Check pointer in IPicture::get_Type.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-07
Nikolay Sivov
oleaut32: Check pointer in IPicture::get_Handle.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Nikolay Sivov
oleaut32: Check pointer in IPicture_get_Attributes.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Nikolay Sivov
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Nikolay Sivov
oleaut32: Added PICTYPE_NONE and PICTYPE_UNINITIALIZED...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Michael Stefaniuc
oleaut32: Do not cast NULL.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Kirill K. Smirnov
oleaut32: Remove superfluous return statement.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Kirill K. Smirnov
oleaut32: Return correct error code.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Kirill K. Smirnov
oleaut32: Print error messages as ERR.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Kirill K. Smirnov
oleaut32: Add tests for metafiles, make them pass under...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Lei Zhang
oleaut32: Check return values in several functions.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Andrew Talbot
oleaut32: Remove unneeded address-of operators from...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-03
Alexandre Julliard
oleaut32: Include the system jpeg and png headers befor...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Austin English
oleaut32: Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Andrew Talbot
oleaut32: Assign to structs instead of using memcpy.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-07
Nathan Beckmann
oleaut32: Replace bitmap integer constants with symboli...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Rob Shearman
oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Andrew Talbot
oleaut32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Rob Shearman
oleaut32: Implement OLEPictureImpl_GetIDsOfNames.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Mikolaj Zalewski
oleaut32: olepicture: When drawing metafiles set the...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Mikolaj Zalewski
oleaut32: olepicture: Support loading Aldus Placable...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-09
Evan Stade
oleaut32: Handle transparency data when loading PNG...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-06
Evan Stade
oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Francois Gouget
oleaut32: Fix a signed/unsigned mismatch.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-02
Evan Stade
oleaut32: Slight correction to EMF rendering.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Evan Stade
oleaut32: Recognize EMF header when loading picture.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Evan Stade
oleaut32: Save load time format of pictures.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Evan Stade
oleaut32: Added support for decoding some PNG files.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Make the libjpeg soname check depend on...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Alexandre Julliard
configure: Export the shared library extension instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Huw Davies
oleaut32: Fixes for the PICTYPE_UNINITIALIZED case.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-29
Dmitry Timoshkov
oleaut32: Add support for loading and drawing metafiles.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
Alex Villacís Lasso
oleaut32: olepicture - Support multiple redundant heade...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-13
Hans Leidekker
oleaut32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Francois Gouget
Add missing '\n's to Wine traces.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Mike McCormack
oleaut32: Include minimal ungif source to remove depend...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Mike McCormack
oleaut32: Put the HeapFree back in the right place.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Mike McCormack
oleaut32: Calculate icon data if the picture is dirty...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Mike McCormack
oleaut32: Print an IID in the trace, not just a pointer...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Mike McCormack
oleaut32: Don't complain when PICTDESC->cbSizeofstruct...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Robert Shearman
oleaut32: Implement GetTypeInfoCount and GetTypeInfo...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Robert Shearman
oleaut32: Implement setting of the hPal property in...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Robert Shearman
oleaut32: Implement getting of all properties in IPictu...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Robert Shearman
oleaut32: Add validation for parameters in IPictureDisp...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Robert Shearman
configure: Add a check for the DGifOpen function in...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Robert Shearman
oleaut32: Implement GetClassID for the OLE picture...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-07
Robert Shearman
oleaut32: Add a typedef for "boolean".
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
oleaut32: Add IPersist to QueryInterface.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Robert Shearman
oleaut32: Replace memcmp with IsEqualIID macro.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Francois Gouget
oleaut32: Reorder a few functions to avoid forward...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Robert Shearman
oleaut: Split OLEPictureImpl_Load.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-14
Robert Shearman
oleaut32: Free connection point on destruction of the...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-14
Robert Shearman
oleaut32: Fix flag comparison in Picture Invoke.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Robert Shearman
Return the correct error code from IConnectionPointCont...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Robert Shearman
oleaut: Partially implement Invoke on the standard...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Francois Gouget
Assorted spelling and case fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Marcus Meissner
Added support of loading of IPicture data from non...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Michael Stefaniuc
Implement IPicture::get_hPal for PICTYPE_BITMAP.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-27
Alexandre Julliard
Replace the ICOM_THIS_From macros by inline functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-20
Alexandre Julliard
Get rid of cursoricon.h.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Alex Villacís Lasso
Fix GIF palette allocation, by relying on ColorCount...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-11
Mike McCormack
Interlocked LONG* gcc warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Marcus Meissner
Added testcases for OLE Picture handling.
blob
|
commitdiff
|
raw
|
diff to current
next