Alex Villacís Lasso
|
7bfc29028a
|
Initialize [orig|himetric][Width|Height] for PICTYPE_ICON case.
|
2005-03-30 10:21:30 +00:00 |
Alex Villacís Lasso
|
2612f61fff
|
Fix failure to notice the use of a GIF palette index greater or equal
to 128 for transparency.
|
2005-03-29 18:57:15 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Maxime Bellengé
|
901bdbf2d1
|
Implements OleLoadPicturePath.
|
2005-03-04 12:30:26 +00:00 |
Jon Griffiths
|
eb5bf7dd38
|
Documentation spelling fixes.
|
2005-02-25 14:07:56 +00:00 |
Jon Griffiths
|
743fb99a9f
|
Use variant macros instead of accessing the union directly.
|
2005-02-22 14:54:01 +00:00 |
Vincent Béron
|
06d7cae4d7
|
Add a stub for OleLoadPicturePath().
|
2005-02-21 18:36:06 +00:00 |
Marcus Meissner
|
a34c23498f
|
Check for overflows with ClrUsed.
|
2005-02-14 11:08:22 +00:00 |
James Hawkins
|
ba92d2924a
|
- Use Interlocked* instead of ++/-- in AddRef/Release.
- Use only stored result of Interlocked* in AddRef/Release.
- Expand TRACEs to display the ref count.
|
2005-01-14 16:02:20 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Walt Ogburn
|
e5013299e0
|
In OlePictureImpl_Load, always use DIB_RGB_COLORS because no indexed
palette has been defined.
|
2004-11-09 20:02:25 +00:00 |
Vincent Béron
|
4eeae1adb3
|
Fix some types problems.
|
2004-10-18 22:39:21 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alex Villacís Lasso
|
2d02afbc09
|
Partial implementation for OLEPictureImpl_Save.
|
2004-09-22 04:04:03 +00:00 |
Hans Leidekker
|
719a789792
|
Fix signed/unsigned comparison warnings.
|
2004-09-22 02:46:38 +00:00 |
James Hawkins
|
364822739f
|
Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
|
2004-09-21 00:25:03 +00:00 |
Alex Villacís Lasso
|
6df12bb338
|
Add de-interleaving for GIF images.
|
2004-09-16 19:07:42 +00:00 |
Marcus Meissner
|
00cf13a6e1
|
Autodetect libgif so extension and try to load it.
|
2004-09-14 19:27:58 +00:00 |
Alexandre Julliard
|
241a4c34b1
|
Get rid of the non-standard ICOM_THIS macro.
|
2004-09-09 21:03:58 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alex Villacís Lasso
|
e9b0ea1554
|
Add detection of graphic file header in picture load, treat it as
no-header case.
|
2004-08-18 20:53:09 +00:00 |
Alex Villacís Lasso
|
d44027e206
|
Apply HIMETRIC transformation on icons, just like bitmaps.
|
2004-08-18 00:26:44 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |
Huw Davies
|
e82dfab20f
|
dlopen libungif and libjpeg.
|
2004-08-04 19:10:26 +00:00 |
Maxime Bellengé
|
426b02362b
|
Correctly create the byte array of gif images to match what
CreateDIBitmap expects.
|
2004-05-10 19:56:34 +00:00 |
Maxime Bellengé
|
90bcfdca87
|
- Fix palette creation.
- Fix upside down Gif.
- Add support for transparent Gif.
|
2004-05-04 02:53:48 +00:00 |
Kirill Smelkov
|
7b94c7e094
|
OLEPictureImpl_Load: fix for headerless pictures.
|
2004-02-03 00:09:41 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
81c31701d2
|
Avoid including wine/obj_*.h files directly from C files.
Removed no longer used obj_serviceprovider.h.
|
2003-09-03 00:16:28 +00:00 |
Alexandre Julliard
|
2385079814
|
Warning fix.
|
2003-08-28 21:52:20 +00:00 |
Robert Reif
|
d316a045da
|
Fixed Warblade image loading.
|
2003-08-18 19:53:23 +00:00 |
Patrik Stridvall
|
ba78aac406
|
Fixed some issues found by winapi_check.
|
2003-08-08 21:07:23 +00:00 |
Maxime Bellengé
|
3270641c60
|
- Fix scanline size in OLEPictureImpl_Load for jpeg
- Convert from RGB to BGR according to BITMAPINFOHEADER
documentation.
|
2003-05-08 17:35:12 +00:00 |
Marcus Meissner
|
728bedcfc6
|
Added GIF decompressor support to OLE Automation IPictures.
|
2003-01-09 06:04:33 +00:00 |
Dan Kegel
|
0fd521fee3
|
Change RECT to use LONG to match win32 standard headers and fix format
strings to use %ld for RECT elements.
|
2003-01-08 21:09:25 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Marcus Meissner
|
1c421d779d
|
Support DllGetClassObject of CLSID_StdPicture.
PICTYPE_NONE has width/height 0.
|
2003-01-02 17:54:57 +00:00 |
Marcus Meissner
|
09a49d4a17
|
Implemented OleLoadPictureEx.
|
2002-11-11 19:54:22 +00:00 |
Michael Stefaniuc
|
9faec8a877
|
Compile the oleaut32 dll with -DSTRICT.
|
2002-10-25 03:12:50 +00:00 |
Alexandre Julliard
|
dd0bdbe44e
|
Removed the __uint* types from basetsd.h since they don't exist under
Windows. Fixed a few other issues with type definitions.
|
2002-09-12 17:29:12 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Michael Stefaniuc
|
5c55df649b
|
Converted HENHMETAFILE and HMETAFILE to a void*.
|
2002-07-29 00:14:59 +00:00 |
Patrik Stridvall
|
a3868218d0
|
Fixed some issues found by winapi_check.
|
2002-07-19 00:30:16 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Ove Kaaven
|
d418682da7
|
Fix a UINT16 redefinition problem.
|
2001-10-14 16:07:23 +00:00 |
Francois Gouget
|
9947b68c3e
|
Add the decVal field to VARIANT.
Fix the VARIANT C layout, i.e. the union/struct names/nesting.
Encapsulate all accesses to VARIANT types with the V_VT and V_UNION
macros.
|
2001-08-21 17:03:10 +00:00 |
Marcus Meissner
|
f158f541dd
|
Use GetDC(0) instead of CreateCompatibleDC(0).
|
2001-08-20 18:00:10 +00:00 |