Huw Davies
344090f7bc
Add an implementation of AddJob and a partial one of ScheduleJob.
2005-07-06 15:44:15 +00:00
Michael Jung
6d6ec608d8
Implemented UnixFolder's ISFHelper::DeleteItems interface.
2005-07-06 15:43:51 +00:00
Phil Krylov
5067e0fc2a
Fixed EM_LINEINDEX handler and added EM_LINEFROMCHAR handler.
2005-07-06 11:12:10 +00:00
Mike McCormack
30ddf73954
Don't crash when cancelling out of a modeless dialog.
2005-07-06 11:11:26 +00:00
Felix Nawothnig
cbe914c472
Clear buffer before querying the registry in SYSPARAMS_Load.
2005-07-06 11:11:17 +00:00
Alexandre Julliard
6b6d937c89
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung <mjung@iss.tu-darmstadt.de>
...
Implemented UnixFolder's ISFHelper::AddFolder.
2005-07-06 11:11:00 +00:00
James Hawkins
fb46998825
Branch the LSA functions from security.c to lsa.c.
2005-07-06 10:37:50 +00:00
Mike McCormack
c787b146e1
-Wpointer-sign fixes for gcc 4.0.
2005-07-06 10:36:28 +00:00
Mike McCormack
16466af791
gcc 4.0 -Wpointer-sign fixes.
2005-07-06 10:33:30 +00:00
Mike McCormack
53a3d04d1a
Fix gcc 4.0 -Wpointer-sign warnings.
2005-07-06 10:33:10 +00:00
Phil Krylov
e467a5309b
Implemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
...
EM_FINDTEXTW, EM_FINDTEXTEX, and EM_FINDTEXTEXW messages.
2005-07-06 10:32:59 +00:00
Frank Richter
6212477ea4
Every window needs to receive WM_THEMECHANGED (esp. controls), so also
...
send it to child windows.
2005-07-06 10:32:30 +00:00
Felix Nawothnig
627acaf6f7
Move DPA and DSA functions out of comctl32undoc.c as they are
...
documented by now.
2005-07-06 10:32:18 +00:00
Aric Stewart
b7dc53d462
Add source.c to start handling the various MsiSourceList apis used in
...
v3 of MSI, and now internally.
Update files.c to use the MsiSourceList apis to make sure our
SourceList keys in the registry are included and correct.
2005-07-05 21:00:06 +00:00
Detlef Riekenberg
b6b4787e95
Printer_LoadIconsW: implemented minimal version.
2005-07-05 20:59:35 +00:00
Phil Krylov
e6cee96df8
Fixed an off-by-one error in EM_GETLINECOUNT handler.
2005-07-05 20:56:14 +00:00
Phil Krylov
69a27f457a
Fixed another couple of EM_STREAMOUT bugs.
2005-07-05 20:56:07 +00:00
Alexandre Julliard
d201828370
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung <mjung@iss.tu-darmstadt.de>
...
ISFHelper interface support for UnixFolder (currently only stubs).
2005-07-05 20:55:43 +00:00
Mike McCormack
a195890bb9
Set the initial focus on the control specified by Control_First in the
...
Dialog table.
2005-07-05 16:18:46 +00:00
Phil Krylov
d291f3cd77
Removed junk from UTF-8 RTF output.
2005-07-05 16:18:33 +00:00
Alexandre Julliard
9fef38488a
Authors: Michael Lin <mlin@corvu.com.au>, Michael Jung <mjung@iss.tu-darmstadt.de>
...
Implemented UnixFolder's IShellFolder::SetNameOf.
2005-07-05 16:18:00 +00:00
Oliver Stieber
b9786d5c7c
Strip out stateblocks from d3d9 and relay all stateblock calls to
...
wined3d.
2005-07-05 16:17:31 +00:00
Mike McCormack
723ee0a3bc
gcc 4.0 -Wpointer-sign fixes.
2005-07-05 14:26:54 +00:00
Mike McCormack
60f8543362
gcc 4.0 -Wpointer-sign fixes.
2005-07-05 14:11:04 +00:00
Eric Pouech
879a8f3a2c
Fixed erroneous file flag in _popen.
2005-07-05 14:07:00 +00:00
Jacek Caban
1a182a7629
Register protocols.
2005-07-05 14:06:43 +00:00
Felix Nawothnig
db6a238f28
Replace stubs for information classes in NtQueryVirtualMemory and
...
NtQueryInformationProcess by more descriptive messages.
2005-07-05 14:05:58 +00:00
Frank Richter
4d4c0a2da9
UXTHEME_LoadImage(): Set default image count to 1 to avoid division by
...
zero in case image count property is not given. Properly support 0
state IDs.
2005-07-05 14:05:35 +00:00
Oliver Stieber
abb11f30cd
Implemented stateblocks in wined3d.
2005-07-05 14:05:18 +00:00
Vitaliy Margolen
d30f1fd738
Fix some failing tests.
2005-07-05 14:04:25 +00:00
Alexandre Julliard
2b33634018
Intercept functions for 16-bit relay debugging by patching the
...
CALLFROM16 table instead of having the wine_call_from_16 functions
call out the relay functions explicitly.
2005-07-05 12:52:07 +00:00
Stefan Huehner
2440dcfe88
Fix -Wmissing-declarations warnings.
2005-07-05 12:49:14 +00:00
Detlef Riekenberg
8761a1d5df
LoadImageW: Fix type of TRACE parameter.
2005-07-05 12:40:25 +00:00
Alexandre Julliard
e56d9deac4
Added vararg argument type so that the relay code can distinguish from
...
a normal cdecl function.
Don't rely on the relay thunk preserving the stack pointer.
2005-07-05 11:50:40 +00:00
Paul Vriens
1943208eec
Added some tests for other information classes.
...
Correct comment for test 0x3.
2005-07-05 11:46:53 +00:00
Paul Vriens
d5820a0422
Improved stubs to show the correct behavior.
2005-07-05 11:46:37 +00:00
Mike McCormack
713ca17b23
Fix some gcc 4.0 warnings.
2005-07-05 11:46:09 +00:00
Frank Richter
420d7a82da
Opening some theme class data now also increases the reference count
...
of the theme file, so as long as theme class data is still opened
somewhere, the theme file won't get freed. Otherwise, it could happen
that invalid class data was used, which could lead to problems.
2005-07-05 11:45:57 +00:00
Frank Richter
204f32eae2
Changed the default transparent color in case none was explicitly
...
specified from the upper left pixel color to magenta. Empirically
gives better results.
2005-07-05 11:45:41 +00:00
Frank Richter
b25fa587a7
Add support for drawing menus in "flat" style.
2005-07-05 11:45:28 +00:00
Stefan Huehner
17ed5537e7
Fix some more -Wmissing-declarations warnings.
2005-07-05 11:05:50 +00:00
Mike McCormack
c7fdb4565a
Fix gcc 4.0 -Wpointer-sign warnings.
2005-07-05 11:02:54 +00:00
Mike McCormack
89424ce848
-Wpointer-sign fixes for gcc 4.0.
2005-07-05 11:02:37 +00:00
Robert Shearman
27407fad35
Document active object and variant functions.
2005-07-05 11:02:19 +00:00
Felix Nawothnig
7a4b579b11
Fix DPA tests on Win95.
2005-07-05 11:01:29 +00:00
Huw Davies
651fa65f77
Add English neutral version of IDS_COLOR_GRAY.
2005-07-05 11:00:47 +00:00
Huw Davies
df9c4341ec
Add one more level of indirection to the printer handle array to allow
...
more information than just the name to be stored.
Wrap accesses to the printer handle array in a critsec.
2005-07-05 11:00:09 +00:00
Dmitry Timoshkov
ea632a581a
Add a test case for IsWindowUnicode.
2005-07-05 10:59:46 +00:00
Marcelo Duarte
af80bbe701
Update shell32 resources for Portuguese.
2005-07-05 10:59:11 +00:00
Oliver Stieber
d760208a5a
Make sure that the OpenGL visual created for a window has a stencil
...
buffer.
2005-07-05 10:58:41 +00:00
Michael Jung
8130a6eb44
Return correct attributes in ParseDisplayName.
2005-07-05 10:58:11 +00:00
Mike McCormack
a2479eca44
Fix gcc 4.0 warnings.
2005-07-05 10:57:47 +00:00
Frank Richter
c81d46d77f
Let property sheets update the cached system colors upon receiving
...
WM_SYSCOLORCHANGE.
2005-07-05 10:57:37 +00:00
Frank Richter
72d6a98469
Write WCHAR strings to registry with correct size.
2005-07-05 10:57:17 +00:00
Hans Leidekker
eea3109770
Fix color directory handling.
2005-07-05 10:56:52 +00:00
Thomas Weidenmueller
e1d2852def
IsThemeDialogTextureEnabled should have one parameter to match the
...
prototype in the official headers.
2005-07-05 10:56:27 +00:00
Frank Richter
66033f6b37
Add support for SPI_[SG]ETFLATMENU in SystemParametersInfo (although
...
without saving of the setting).
2005-07-05 10:55:44 +00:00
Frank Richter
796f941bee
Enable/disable "flat menus" based on the setting from the active
...
theme.
2005-07-05 10:55:22 +00:00
Mike McCormack
058e38af72
Fix -Wpointer-sign warnings.
2005-07-03 12:05:03 +00:00
Mike McCormack
e28c014a84
-Wpointer-sign fixes.
2005-07-03 12:03:35 +00:00
Felix Nawothnig
126af8653e
Rewrote the DPA testsuite.
2005-07-03 12:02:09 +00:00
Alexandre Julliard
1a0f2863db
Moved all 16-bit relay code to the text section.
...
Changed a few symbol names for better consistency.
2005-07-03 11:28:44 +00:00
Alexandre Julliard
2e1f8fc8dd
Some fixes for the Darwin build.
2005-07-03 11:24:54 +00:00
Vitaliy Margolen
ade3dd2828
Change messages about config file to registry.
2005-07-03 11:23:48 +00:00
Mike McCormack
b8fc783be2
Avoid warnings in generated tests by casting sizeof(x) to an int.
2005-07-03 11:23:30 +00:00
Jacek Caban
4aa1607a64
Added stub implementation of IServiceProvider.
2005-07-03 11:22:23 +00:00
Marcus Meissner
1e3dda640c
Make check fails in dlls/ddraw/tests/d3d, because a heap allocate is
...
fed to wrong size. (sizeof(BOOLEAN) is 1 , but ative_lights is a DWORD
array).
2005-07-03 11:21:32 +00:00
Lionel Ulmer
a167fe2854
Add some resolutions to what Desktop mode supports.
2005-07-03 11:20:56 +00:00
Jacek Caban
608bdc6025
Fix handling of pmkContext in CreateURLMoniker.
2005-07-03 11:20:28 +00:00
Marcus Meissner
222d74ae27
char pointer must be 11 byte to fit 10 characters + \0.
2005-07-03 11:19:29 +00:00
Felix Nawothnig
694f789956
Added unit tests for RegGetValue.
2005-07-03 11:19:03 +00:00
Vitaliy Margolen
b2e74c3047
Load all dll sections no matter what attributes say.
2005-07-02 10:50:42 +00:00
Jacek Caban
132bc714fb
Better module locking.
2005-07-02 10:49:56 +00:00
Marcus Meissner
c64432cebe
Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
...
imports.
Call OleInitialize() on AVIFileInit.
2005-07-02 10:49:39 +00:00
Jacek Caban
7016ea79d9
- Added more definitions.
...
- Fixed RunHTMLApplication declaration.
2005-07-02 10:48:37 +00:00
Andreas Mohr
b284869039
HCONV and HCONVLIST are 32bit handles.
2005-07-01 19:17:50 +00:00
Oliver Stieber
111445b944
Check for a null surface returned from CreateSurface.
...
Relay GetCreationParameters call to wined3d.
2005-07-01 19:15:42 +00:00
Phil Krylov
0f6c0394bf
Fixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
...
detection to configure and defining SENSEBUFLEN as kSenseDefaultSize
(which is corresponding IOKit enum value).
2005-07-01 19:15:26 +00:00
Alexandre Julliard
71914125ce
Moved most of the implementation of CALL32_CBClient(Ex) to the C
...
code.
2005-07-01 16:24:32 +00:00
Alexandre Julliard
c7dbffca96
Set the class resource name to the name of the main binary (suggested
...
by Rasterman).
2005-07-01 16:16:00 +00:00
Alexandre Julliard
47286920b6
Improve a bit the assembly generated for import thunks.
2005-07-01 15:49:39 +00:00
Juan Lang
623e272c06
- implement encoding/decoding of cert extensions
...
- remove some unnecessary parameters to internal functions
- tests for cert extensions
2005-07-01 15:40:45 +00:00
Stefan Huehner
4b53c3aa18
Make some function static.
2005-07-01 15:40:24 +00:00
Frank Richter
db56189f24
Have the theme INI file parsed upon theme activation and not just when
...
the first theme data is requested; that way, the themed system colors
are set correctly from the start, and not just after some theme data
was requested.
2005-07-01 15:39:14 +00:00
Robert Shearman
ccb0a03d1f
GetDlgItemText should always try to NULL terminate the string.
2005-07-01 15:38:39 +00:00
Alexandre Julliard
2d652bb758
Use proper symbols instead of magic number 23 for HTML resource type.
2005-06-30 21:01:03 +00:00
Alexandre Julliard
9c80ef3d85
Added missing LGPL header.
2005-06-30 20:49:27 +00:00
Robert Shearman
d5714dfc50
Implement ShellDDEInit.
2005-06-30 20:45:57 +00:00
Aric Stewart
c9802931c1
Keep track of what sequence we are in and register unique
...
actions. This allows us to make sure actions and custom actions
flagged to run only once, actually run only once.
Also clean up some of the numeric constants in custom.c using the
defined values from msidefs.h.
2005-06-30 20:45:43 +00:00
Francois Gouget
02c25a8981
Assorted spelling fixes.
2005-06-30 18:19:33 +00:00
Alexandre Julliard
a2b2456b99
Revert SPI_SETMOUSEBUTTONSWAP changes.
2005-06-30 18:14:14 +00:00
Jacek Caban
8fefccd67f
Added res protocol test.
2005-06-30 18:11:57 +00:00
Dmitry Timoshkov
72c88764e5
Fix a typo in ReuseDDElParam: GlobalLock supposed to be GlobalUnlock.
2005-06-30 18:11:37 +00:00
Vitaliy Margolen
4f403edd03
Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
2005-06-30 18:11:19 +00:00
Huw Davies
d8302668dc
Forward StartDocPrinterA to StartDocPrinterW.
...
Improve trace in the unicode version.
2005-06-30 18:10:59 +00:00
Jacek Caban
a64a6f9470
Fix blank.htm resources.
2005-06-30 18:10:32 +00:00
Phil Krylov
eb1c6657f7
Implemented EM_GETLINECOUNT RichEdit message.
2005-06-30 18:10:22 +00:00
Francois Gouget
2b03aa6a6d
Test the behavior of CreateDirectory() when it has one or two trailing
...
dots or spaces.
Tweak the previous CreateDirectory() tests so we get more information
in case of a failure.
2005-06-30 18:08:44 +00:00
Michael Jung
7110f82795
Register unixfs at desktop level in DllRegisterServer.
2005-06-30 11:00:03 +00:00
Michael Jung
c0995c2c93
Fix two more corner cases in UNIXFS_get_unix_path and UNIXFS_path_to_pidl.
2005-06-30 10:59:51 +00:00
Mike McCormack
832450920d
Move to the next mask edit field when the current one becomes full.
2005-06-30 10:59:40 +00:00
Saulius Krasuckas
5678f65c07
Prepare for adding new tests.
...
- Put OleInitialize and OleUninitialize in the main block.
- Move test_BindToObject before test_EnumObjects_and_CompareIDs.
2005-06-30 10:23:14 +00:00
Jacek Caban
8a46c8edc9
Implemented res protocol.
2005-06-30 10:21:58 +00:00
Mike McCormack
f7cf32eb4d
Make the tab order in msi dialogs right.
2005-06-30 10:20:40 +00:00
Gerald Pfeifer
643dc21738
Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and
...
CDROM_ScsiPassThrough().
2005-06-30 10:19:26 +00:00
Robert Shearman
5cee3988bf
Add stubs for some InternetSetOption options.
2005-06-30 10:13:50 +00:00
Robert Shearman
545aefa18f
Rename OLEAUT32_Dll* Functions to Dll*.
2005-06-29 20:16:41 +00:00
Robert Shearman
cbc3af8ca5
- Conversions between variants types of the same size should ignore
...
overflows.
- Tests for this behaviour.
2005-06-29 20:15:32 +00:00
Robert Shearman
fb42af123b
Add a generic TYPEDESC VT to VARIANT VT mapper so we can use the
...
standard Variant* routines. Use this new function to properly copy &
de-reference the return value.
2005-06-29 20:15:00 +00:00
James Hawkins
9f96664dc4
- Fix calculation of generic pointers.
...
- Minor cleanups.
2005-06-29 20:14:16 +00:00
Vitaliy Margolen
645bb9f66b
Sync comments with configuration location changes.
2005-06-29 20:14:03 +00:00
Alexandre Julliard
8ba32b3f9b
Delay OpenGL and GDI initialization until they are needed.
2005-06-29 19:28:06 +00:00
Alexandre Julliard
34a9ab04b2
Get rid of the old config conversion code.
2005-06-29 19:22:02 +00:00
Aric Stewart
aa2e3a4f8a
Implementation for EM_GETTEXTEX.
2005-06-29 19:21:34 +00:00
Aric Stewart
8de16029f8
Handle installs off multiple volumes and properly pull the prompt
...
string from the error table.
2005-06-29 19:19:09 +00:00
Mike Hearn
92a32db23e
Fix GCC4 warning.
2005-06-29 19:18:54 +00:00
Huw Davies
fe311461a7
Cope with the index in a import table entry being a typeinfo index
...
rather than a guid offset.
2005-06-29 19:18:25 +00:00
Gerold Jens Wucherpfennig
ff25db08a5
Support for big-endian systems.
2005-06-29 11:19:47 +00:00
Michael Jung
9393580ab5
If the unixfs is rooted at the Desktop folder, forward
...
ParseDisplayName calls to it instead of to MyComputer.
2005-06-29 11:17:33 +00:00
Vitaliy Margolen
eed690f973
ILFree is not available on all versions.
2005-06-29 11:00:59 +00:00
Dmitry Timoshkov
cb7de15ebe
A workaround for missing struct request_sense on FreeBSD.
2005-06-29 11:00:44 +00:00
Juan Lang
d494c3ab21
- fix decoding of long-form data lengths
...
- use exception handling in decoding
- tests for these changes
2005-06-29 11:00:31 +00:00
Alexandre Julliard
92fec7b67a
Keep track of the windows and hooks used by a thread to properly
...
refuse to change the thread desktop when it's in use.
2005-06-28 19:37:52 +00:00
Mike McCormack
52736b4743
Fix declarations.
2005-06-28 19:19:07 +00:00
Alexandre Julliard
dd919162e3
Fixed HKLM/HKCU mixup for the external fonts key.
2005-06-28 19:15:17 +00:00
Aric Stewart
f1b52aef96
Relocate the msi file to prevent cd locking, corrected to properly not
...
try to relocated #nnnn handles as files.
2005-06-28 19:14:30 +00:00
Michael Jung
679702880e
Don't expand MyComputer in the file dialogs without user interaction,
...
if unixfs is rooted at desktop.
2005-06-28 19:14:03 +00:00
Phil Krylov
44bc9f7a0b
Fixed a comment about EM_STREAMIN.
2005-06-28 19:12:32 +00:00
Alexandre Julliard
f22e31b9e6
Moved spooler configuration to HKCU\Software\Wine\Printing\Spooler.
2005-06-28 13:55:02 +00:00
Huw Davies
a2c58e238f
Add comments describing the first DWORD in an import table entry.
2005-06-28 13:52:23 +00:00
Alexandre Julliard
ccd5cdad18
Mark as todo a couple of tests that currently fail.
2005-06-28 13:52:01 +00:00
Phil Krylov
b1f61804d7
Implemented EM_GETTEXTLENGTHEX RichEdit message.
2005-06-28 13:51:32 +00:00
Alexandre Julliard
68db49f233
Moved ppd file configuration to HKCU\Software\Wine\Printing\PPD Files.
2005-06-28 13:51:14 +00:00
James Hawkins
b3738d3b12
Forward RtlAddAccess* to add_access_ace.
2005-06-28 10:54:29 +00:00
Michael Stefaniuc
8e81d45732
- VarCmp: handle comparision of VT_EMPTY with an integer
...
- small comment fix
2005-06-28 10:54:07 +00:00
Jacek Caban
d01a3920b0
Added stub implementation of IOleInPlaceObjectWindowless.
2005-06-28 10:53:42 +00:00
Alexandre Julliard
da4a35fdb0
Get rid of the WaveMapper and MidiMapper options, the defaults should
...
be good enough in all cases.
2005-06-27 19:51:41 +00:00
Uwe Bonnes
76dc856590
Added test cases. However most added tests need a loopback plug and
...
need to be enabled in the code.
2005-06-27 19:49:07 +00:00
Robert Shearman
1731df4ca0
Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
2005-06-27 19:48:35 +00:00
Juan Lang
4e99be5baa
- use exception handling in encoding
...
- consolidate integer encoders
2005-06-27 19:48:24 +00:00
Jacek Caban
e0813371af
Added blank.htm.
2005-06-27 19:48:04 +00:00
Felix Nawothnig
771d98c0a4
Rewrote the psapi test suite.
2005-06-27 19:47:48 +00:00
Alexandre Julliard
7894c1e879
Moved AFM dirs configuration to a single AFMPath key under
...
HKCU\Software\Wine\Fonts.
2005-06-27 18:50:14 +00:00
Alexandre Julliard
ab3d0794ae
Moved port configuration to HKCU\Software\Wine\VDM\ppdev.
2005-06-27 18:48:24 +00:00
Alexandre Julliard
cc7d74fdc7
Moved I/O port configuration to HKCU\Software\Wine\VDM\Ports.
2005-06-27 18:47:53 +00:00
Aric Stewart
b152076d3b
Fix the BrowseForFolder dialog so that when it does the callbacks it
...
uses the correct message instead of always sending BEFM_INITIALIZED.
2005-06-27 18:46:47 +00:00
Michael Jung
ad6bac918c
Precisely compute the necessary pidl length in UNIXFS_path_to_pidl.
2005-06-27 18:46:36 +00:00
Mike McCormack
6b68532ccf
Repaint the area behind the "transparent" text control when it
...
changes.
2005-06-27 18:46:22 +00:00
Dmitry Timoshkov
ea64a36a44
Add a check for sg_io_hdr_t and (not tested) check for scsireq_t
...
presence.
2005-06-27 12:07:49 +00:00
Jacek Caban
1040952ef2
Export DllMain as native does.
2005-06-27 12:04:09 +00:00
Eric Pouech
0d2ea2a91c
Implemented OpenThread on top of NtOpenThread.
2005-06-27 12:03:56 +00:00
Jacek Caban
51bb3f6079
Added tests.
2005-06-27 11:19:49 +00:00
Eric Pouech
6d68a03d4f
Implemented OpenProcess on top of NtOpenProcess.
2005-06-27 11:12:11 +00:00
Vitaly Lipatov
06ce892008
Changes stub to FIXME for GetGlobalFontLinkObject.
2005-06-27 11:10:16 +00:00
Felix Nawothnig
85e942f951
Report a todo and skip DIB tests when they fail at a non-truecolor
...
screen depth.
2005-06-27 11:09:52 +00:00
Stefan Huehner
ffe53258aa
Fix some -Wstrict-prototypes warnings.
2005-06-27 09:57:28 +00:00
Eric Pouech
a1deba5ab4
- OpenConsole: try to open the Unix console if we fail with wineserver
...
- kernel32: simplifying code for opening a console handle
- msvcrt: now correctly initializing the handles to the Windows
console
2005-06-27 09:54:09 +00:00
Eric Pouech
809edabfbe
Const correctness fixes.
2005-06-27 09:53:46 +00:00
Jacek Caban
945671c6db
Added stub implementation of about and res protocols.
2005-06-27 09:50:56 +00:00
Mike McCormack
9484e56b35
Declare and fix function prototypes.
2005-06-27 09:49:48 +00:00
Jacek Caban
6cb97534dc
Fix test on NT 4.
2005-06-27 09:49:26 +00:00
Eric Pouech
2510658d8b
Now generating argument-less functions as (void) instead of ().
2005-06-27 09:46:35 +00:00
Eric Pouech
1f7a8d6a5e
Fixed window size computation for non child windows.
2005-06-27 09:45:26 +00:00
Jacek Caban
a352cc8a6b
Fix typo in comment about Wine registry key.
2005-06-27 09:43:12 +00:00
Jacek Caban
7371c3c5ea
Better notify macro
2005-06-27 09:42:40 +00:00
Juan Lang
94bd145865
- implement encode and decode of BasicConstraints2, sequence of any
...
- fix encoding of integer value 0
- more tests
2005-06-27 09:42:15 +00:00
Saulius Krasuckas
c48c3abd92
Additional test cases for IShellFolder_BindToObject.
2005-06-27 09:41:48 +00:00
Hans Leidekker
26138619b3
Fix some -Wmissing-declarations warnings.
...
"errno" is not a good choice for a parameter name.
2005-06-25 18:34:32 +00:00
Alexandre Julliard
f51496a232
Remove some i386 ifdefs for 16-bit entry points since they are no
...
longer used by default on other platforms anyway.
2005-06-25 18:34:00 +00:00
Andreas Mohr
0aa05e2ca0
Fix some 16-bit return values.
2005-06-25 18:32:36 +00:00
Michael Jung
114975d937
Fix a lurking infinite loop in SHGetPathFromIDList.
2005-06-25 18:32:17 +00:00
Michael Kaufmann
41a9757654
- Remove the old margins from the format rectangle before adding the
...
new margins.
- Adjust the format rectangle and repaint the control after the
margins have been set.
- New tests.
2005-06-25 18:32:07 +00:00
Mike McCormack
91b398c3aa
- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
...
- add RTL_ to one more CRITICAL_SECTION_DEBUG
2005-06-25 18:31:29 +00:00
Mike McCormack
6c45b62679
- NtWaitForSingleObject doesn't return WAIT_FAILED.
...
- Use STATUS_WAIT_0 not WAIT_OBJECT_0.
2005-06-25 18:31:19 +00:00
Mike McCormack
51c583f9a9
Use NT status codes for exceptions.
2005-06-25 18:31:00 +00:00
Jacek Caban
74a1d3d02e
Changed message about Mozilla ActiveX Control.
2005-06-25 18:30:49 +00:00
Mike McCormack
6b636e3e7b
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-25 18:00:57 +00:00
Jacek Caban
a13064019a
Implemented Dll[Un]RegisterServer.
2005-06-25 17:58:35 +00:00
Paul Rupe
45f1b06b94
Make ungetc(EOF) a no-op.
2005-06-25 17:58:19 +00:00
Felix Nawothnig
b5aa931fb9
Don't dump content of output buffers.
2005-06-25 17:56:56 +00:00
Michael Jung
526377c511
Use the CallForAttributes registry value, instead of promoting the
...
root folder's SFGAO_FILESYSTEM flag to the registry.
2005-06-25 17:56:13 +00:00
Michael Jung
11cadc368a
Support for shellfolder's CallForAttributes registry value.
2005-06-25 17:55:53 +00:00
Robert Shearman
389f9d55d9
- Document how the native lays out the internal components of
...
buttons.
- Fix control to follow these rules.
- Don't redraw disabled buttons.
- Padding is never less that GetSystemMetrics(SM_{CX,CY}EDGE).
- Change default iListGap value to 4 to match native.
2005-06-25 17:55:40 +00:00
Robert Shearman
eb9960f15b
Fix a regression in IE where the Favourites menu didn't appear
...
correctly because the height and width were swapped in the pager
control.
2005-06-25 17:55:15 +00:00
James Hawkins
bf7596fd0c
Implement RtlAddAuditAccessAce.
2005-06-24 12:20:15 +00:00
Gerold Jens Wucherpfennig
4e1ec201ef
Some FCI work.
2005-06-24 12:16:37 +00:00
Aric Stewart
25f1e75d43
Perform ExecuteAction at UILevel 2.
2005-06-24 12:14:52 +00:00
Aric Stewart
b9c6b85779
Redo how we extract files from a cabinet in order to dramatically
...
improve performance, especially if picking and choosing files out of
the cabinet.
2005-06-24 12:14:35 +00:00
Aric Stewart
9adacf6a72
Rework CreateShortcuts to use MSI_IterateRecords.
2005-06-24 11:58:21 +00:00
Alexandre Julliard
b9a3f8fabf
RtlGetFullPathName_U should remove the trailing dot on directory
...
names.
2005-06-24 11:55:28 +00:00
James Hawkins
0ea0f5fffd
- Define FSCTL_PIPE_IMPERSONATE.
...
- Implement ImpersonateNamedPipeClient.
2005-06-24 11:54:15 +00:00
Oliver Stieber
18857f1170
Add support for samplers.
...
Switch from using d3d9 constants to wined3d constants so that there's
no recursive dependencies.
2005-06-24 11:53:07 +00:00
Aric Stewart
0713f098ec
Properly handle -1 as a registry key root.
2005-06-24 11:51:29 +00:00
Paul Vriens
9a9f4cdab5
Correct the entries for [Nt|Zw]OpenSymbolicLinkObject.
2005-06-24 11:38:41 +00:00
Mike McCormack
2250fce60f
Implement transparency in the text control.
2005-06-24 11:34:43 +00:00
Mike McCormack
261a8b5e9a
Add prototype and fix RtlpNtCreateKey.
2005-06-24 11:34:31 +00:00
Michael Jung
bb562118c0
Added tests for ShellFolder's CallForAttributes value.
2005-06-24 11:33:35 +00:00
Michael Kaufmann
07763aade5
Paint the background with the correct color if WS_BORDER.
2005-06-24 11:33:23 +00:00
Aric Stewart
854bfc4b0f
Rework SelfRegModules to use MSI_IterateRecords.
2005-06-24 11:33:02 +00:00
Vitaly Lipatov
815dea38ab
- Add some descriptions for PageSetupDlg functions.
...
- Implement user paint hook support and PSD_ENABLEPAGEPAINTHOOK
checking.
2005-06-23 16:45:39 +00:00