Alexandre Julliard
|
9591466a60
|
Moved the driver-independent part of CreateDIBSection into GDI.
|
2005-04-13 14:45:27 +00:00 |
Jacek Caban
|
da56a9c16e
|
- Added IOleDocumentView interface.
- Added implementation of DoVerb and CreateView.
|
2005-04-13 14:41:19 +00:00 |
James Hawkins
|
2a8f7962ff
|
Pass an empty string instead of NULL to RegDeleteKey to delete hKey.
|
2005-04-13 14:40:58 +00:00 |
Vitaliy Margolen
|
77a07a173b
|
Dump whole NMHEADERA notify structure for TreeViews.
|
2005-04-13 14:40:42 +00:00 |
Vitaliy Margolen
|
b58004d9ae
|
Draw only visible tabs.
|
2005-04-13 14:40:12 +00:00 |
Robert Reif
|
bc3ad87998
|
Fully implement WAVEDEVICEMAPPING property set.
|
2005-04-13 14:39:49 +00:00 |
Huw Davies
|
0e5b772cdc
|
Add a unicode pidl type.
Improve support for PT_YAGUID.
Improve IShellLink debugging.
|
2005-04-13 14:39:27 +00:00 |
Alexandre Julliard
|
66add27b21
|
Store DIB section information directly in the phys bitmap structure
and get rid of the X11DRV_DIBSECTION structure.
Get rid of the unused AuxMod DIB state.
|
2005-04-13 11:23:24 +00:00 |
Marcus Meissner
|
9b626b7bed
|
Use correct movw instead of movl when handling segment registers.
|
2005-04-13 11:17:00 +00:00 |
Juan Lang
|
142254d746
|
Implement PropSys{Alloc|Free}String, and support BSTRs in
PropVariant{Clear|Copy} using them.
|
2005-04-13 11:13:55 +00:00 |
Phil Krylov
|
1e9c200f61
|
Make RTF reader fall back to simple text if a correct RTF header is
not detected. This should fix some installers.
|
2005-04-13 11:11:03 +00:00 |
Steven Edwards
|
ad7f4daf35
|
Register Shell Drag and Drop Helper.
|
2005-04-13 11:07:49 +00:00 |
Andreas Bjerkeholt
|
745ee3a67e
|
Swedish translation.
|
2005-04-13 11:04:49 +00:00 |
Steven Edwards
|
4a26da2142
|
Partially implement CreateProcessAsUser.
|
2005-04-13 11:02:59 +00:00 |
Michael Jung
|
9a4f552f2f
|
Implemented the UnixFolder's IShellFolder2::CompareIDs method.
|
2005-04-13 11:01:10 +00:00 |
Daniel Remenak
|
4d7e99df93
|
Implemented VarIdiv.
|
2005-04-13 10:59:25 +00:00 |
Robert Shearman
|
794dbaa38c
|
- Fix scaling when converting MF -> EMF.
- Tests for conversions (although not for the above bug).
|
2005-04-13 10:57:59 +00:00 |
Huw Davies
|
be428abd3e
|
Better icon handling for some special folders.
Identify and add defines for a bunch of shell icons.
|
2005-04-12 12:00:40 +00:00 |
Alexandre Julliard
|
0e49a5b0b9
|
Store a pointer to the currently selected phys bitmap in the device
structure. Create a phys bitmap for the default stock bitmap too.
|
2005-04-12 11:59:48 +00:00 |
Ivan Leo Puoti
|
3f379d96ae
|
Added typedef for DEVICE_POWER_STATE.
|
2005-04-12 11:58:43 +00:00 |
Michael Jung
|
d1f1d34c2b
|
Implemented enough of IShellFolder2 to make UnixFolder work within the
open/save-dialogs.
|
2005-04-12 11:58:05 +00:00 |
Jacek Caban
|
0c8e5838bb
|
Stub implementation of IOleObject and IOleDocument.
|
2005-04-12 11:57:51 +00:00 |
Alexandre Julliard
|
b16e32a364
|
Store the bitmap handle in the phys bitmap structure, and avoid a few
more GDI_GetObjPtr calls.
|
2005-04-12 10:17:55 +00:00 |
Huw Davies
|
52cf1992ea
|
If ICommDlgBrowser_OnDefaultCommand returns anything other than S_OK
then we should call the default handler.
|
2005-04-12 10:16:35 +00:00 |
Robert Shearman
|
ea84f49393
|
Use ES_AUTOHSCROLL for edit box.
|
2005-04-12 10:16:23 +00:00 |
Daniel Remenak
|
292b61f550
|
Return DISP_E_DIVBYZERO instead of crashing when asked to divide a
variant by zero.
|
2005-04-12 10:15:56 +00:00 |
Juan Lang
|
7376f57c30
|
Use Unicode string result from GetDisplayNameOf if it isn't
representable using ANSI.
|
2005-04-12 10:15:29 +00:00 |
Juan Lang
|
c33d2621eb
|
Log missing environment vars for easier debugging.
|
2005-04-12 10:15:09 +00:00 |
Robert Reif
|
da9c394f67
|
Stub out DRVM_MAPPER_RECONFIGURE support.
|
2005-04-12 10:14:57 +00:00 |
Alexandre Julliard
|
541e5b3751
|
Store the pixmap depth and the DIBSECTION pointer in the phys bitmap
structure. Avoid a few GDI_GetObjPtr calls.
|
2005-04-11 18:54:30 +00:00 |
Alexandre Julliard
|
ec15e3f1fc
|
Add new powrprof.h header.
|
2005-04-11 18:51:17 +00:00 |
Robert Shearman
|
51ae41eb0b
|
Return an error instead of crashing later on a divide by zero
exception when an alignment of 0 is specified.
|
2005-04-11 18:50:58 +00:00 |
Juan Lang
|
c1fe67bc36
|
- add write support to IPropertyStorage, with tests
- misc. cleanups the tests turned up
|
2005-04-11 18:50:45 +00:00 |
Huw Davies
|
ad5ec7837e
|
Add some missing SFGAO_ defines and fix SFGAO_GHOSTED.
|
2005-04-11 18:50:15 +00:00 |
Huw Davies
|
8dabf51d39
|
Directory items should have the SFGOA_FILESYSANCESTOR attribute.
Add a test for this and cleanup the shlfolder test a bit.
|
2005-04-11 18:50:01 +00:00 |
Vincent Béron
|
81bda71e9a
|
Don't reference c:\windows directly.
|
2005-04-11 18:49:40 +00:00 |
Juan Lang
|
2771218783
|
Register control\class\{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR}.
|
2005-04-11 18:49:28 +00:00 |
Benjamin Cutler
|
ee59cad92d
|
Added function/enum/structs for power management API.
|
2005-04-11 18:49:10 +00:00 |
Jacek Caban
|
93eb433ec2
|
Stub implementation od IPersist, IPersistMoniker, IPersistFile,
IMonikerProp.
|
2005-04-11 16:11:52 +00:00 |
Mike McCormack
|
d6fdac2676
|
Calculate the size of the next mailslot message correctly.
|
2005-04-11 16:11:32 +00:00 |
Jason Edmeades
|
2f30d307df
|
Ensure A->W version of InternetCrackURL passes correct length values,
and associated tests.
|
2005-04-11 16:10:50 +00:00 |
Steven Edwards
|
98efef18d4
|
Avoid using ver.h in favor of winver.h.
|
2005-04-11 16:10:33 +00:00 |
Ferenc Wagner
|
bda2fe5eb6
|
Use the same maximum length for tags given on the command line and
tags entered in the GUI.
|
2005-04-11 16:10:01 +00:00 |
Juan Lang
|
50794ce787
|
Add traces, add unit tests for IPropertyStorage, and fix the problems
they caught.
|
2005-04-11 14:30:24 +00:00 |
Juan Lang
|
6d83105054
|
- set size required correctly for all supported options
- tidy up a few lines of indenting in INET_QueryOptionHelper
- implement querying INTERNET_OPTION_PROXY
|
2005-04-11 14:26:18 +00:00 |
Matthew Mastracci
|
11959ba310
|
Correctly lock and unlock surface for a single-surface Blt() and
BltFast() call.
|
2005-04-11 14:26:00 +00:00 |
Hans Leidekker
|
4ead2b4cb7
|
Implement GetNamedSecurityInfo.
|
2005-04-11 14:25:41 +00:00 |
Rein Klazes
|
bf559d544b
|
Fix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero x-offset
(argument left) is specified.
|
2005-04-11 14:25:26 +00:00 |
Tom Wickline
|
e4a3c2e4ee
|
Sync to the latest opengl specs.
|
2005-04-11 14:24:27 +00:00 |
Hannu Valtonen
|
06d9713f3d
|
Added mousewheel support.
|
2005-04-11 14:22:21 +00:00 |