Vincent Béron
8b6d8dbdf3
Protect libxml/parser.h with proper autoconf definition.
2005-08-15 09:43:53 +00:00
Vincent Béron
f1d66c008d
Correct typo in format string.
2005-08-15 09:43:45 +00:00
Ge van Geldorp
3ebeb2377f
index is 1-based at this point, index == line->nb_fields is the last
...
field and is valid.
2005-08-15 09:43:28 +00:00
Gerald Pfeifer
074d9e4caf
set_last_error() is only used on Linux.
2005-08-15 09:43:09 +00:00
Hans Leidekker
02b372a708
Implement ldap_modify* functions.
2005-08-15 09:43:00 +00:00
Vitaliy Margolen
131d3f1f90
Add entry for int 2 handler.
2005-08-15 09:42:36 +00:00
Alexandre Julliard
640bf7c6e8
Authors: Michael Jung <mjung@iss.tu-darmstadt.de>, Ge van Geldorp <gvg@reactos.com>
...
- Prepend Desktop folder path for files/directories stored in the
filesystem Desktop folder when GetDisplayNameOf is called with the
SHGDN_FORPARSING flags.
- Add testcases.
2005-08-15 09:41:58 +00:00
Jacek Caban
76cc9f2207
Activate window in IOleDocumwnrView::Show.
2005-08-15 09:41:30 +00:00
Jacek Caban
256fb405bf
Fix protocol test on winxp.
2005-08-15 09:41:08 +00:00
Saulius Krasuckas
7be2cd973c
XP returns E_INVALIDARG on failure.
2005-08-15 09:40:45 +00:00
James Hawkins
33eb060b94
- Paint spacing around the tab control.
...
- Use COLOR_MENU to standardize the colors of the viewer.
2005-08-15 09:40:24 +00:00
Mike McCormack
7585895633
Fix gcc 4.0 builtin function warnings.
2005-08-15 09:40:06 +00:00
Frank Richter
8ff3c7e623
Better computations to have uniformly sized parts scaled in both
...
directions.
2005-08-15 09:34:21 +00:00
Frank Richter
65f10442a7
Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
...
native does: just clear WS_EX_STATICEDGE when themed and reduce the
area the actual bar is painted in to the progress bar theme part
content rect.
2005-08-15 09:34:02 +00:00
Frank Richter
5e82e0cb63
Invalidate DCEs when a window region is set.
2005-08-15 09:33:39 +00:00
Alexandre Julliard
03c3b4e7e0
Converted the process heap list to a standard list.
2005-08-12 18:25:16 +00:00
Alexandre Julliard
8328c61a01
Added stubs for pSetupGet/SetGlobalFlags.
2005-08-12 18:23:06 +00:00
Francois Gouget
bcd56fe0e5
Assorted spelling fixes.
2005-08-12 18:22:06 +00:00
Alexandre Julliard
c50597c94d
Converted the heap free lists to standard lists.
2005-08-12 16:05:46 +00:00
Alexandre Julliard
b480a3c544
Removed a redundant and possibly wrong warning.
2005-08-12 16:02:42 +00:00
Alexandre Julliard
646f17f249
Implemented DelayLoadFailureHook and use it in the winebuild-generated
...
delay load code.
2005-08-12 16:00:42 +00:00
Frank Richter
b49c12a91e
Determining the superclass for a window subclassed for theming doesn't
...
work - e.g. Delphi buttons have the classname "TButton" for which no
superclass will be found. Instead, use initial subclass window procs
that have the subclass hardcoded and store it for the "real" subclass
window proc.
2005-08-12 15:52:56 +00:00
Hans Leidekker
d9ed7161ea
Implement LDAP_OPT_API_FEATURE_INFO and LDAP_OPT_API_INFO.
2005-08-12 15:52:13 +00:00
Jacek Caban
234d76f024
- Added IOleObject::Close implementation.
...
- OLEIVERB_INPLACEACTIVATE is the same as OLEIVERB_UIACTIVATE.
2005-08-12 15:51:55 +00:00
Huw Davies
bc94cbb50c
Implement SHLoadRegUIStringW.
2005-08-12 15:51:44 +00:00
Richard Cohen
3ca45f8e89
Blame ExpandEnvironmentStringsA for the failing NT4 test.
2005-08-12 15:51:22 +00:00
Frank Richter
0f94e03b40
Enhance uxtheme to store the themed system metrics in the registry and
...
also backup the old metrics. That way, themed system colors are set
even uxtheme was not loaded and initialized yet, and when a theme is
deactivated, the colors prior to the activation are restored as well.
Also, not having to set the system colors in uxtheme startup works
around weird problems where SetSystemColors() ended up being called
from inside window creation and this seemingly led to some creation
message being sent twice.
2005-08-12 15:51:13 +00:00
Alexandre Julliard
d4441f2817
Add the 16-bit system directory if any to the module search path.
2005-08-12 11:29:43 +00:00
Mike McCormack
cab04351d7
Add some msxml3 tests.
2005-08-12 11:25:05 +00:00
Alexandre Julliard
8c375c7fd4
Don't map data beyond the virtual size of a section.
2005-08-12 11:21:45 +00:00
Mike McCormack
8e5c32acbd
Partial implementation of DllRegisterServer.
2005-08-12 11:20:26 +00:00
Alex Villacís Lasso
4d4cd39da8
Remove crackling in DirectSound/ALSA playback with full hardware
...
acceleration.
2005-08-12 11:17:54 +00:00
Frank Richter
251502b281
Add initial theming support for trackbars.
2005-08-12 11:17:26 +00:00
Frank Richter
464f562a3a
Add theming for toolbar control.
2005-08-12 11:17:14 +00:00
Mike McCormack
c29892b88f
Fix some gcc 4.0 warnings.
2005-08-12 10:35:46 +00:00
Mike McCormack
70adb8f565
Add a configure test for xmlReadMemory.
2005-08-12 10:35:17 +00:00
Saulius Krasuckas
56171eea2d
Don't import MSVCRTD.DLL and don't fail when it could not be loaded.
2005-08-12 10:33:50 +00:00
Saulius Krasuckas
68d4ca1f6a
Win98 returns HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) on failure.
2005-08-12 10:33:37 +00:00
Jacek Caban
4a4e381066
Added RNIGetCompatibleVersion implementation.
2005-08-12 10:33:13 +00:00
Michael Jung
37418c6d3c
Check the GetPidlFromDataObject's doSelected parameter before calling
...
a method on it.
2005-08-12 10:33:06 +00:00
Michael Jung
e4d2ef4559
Use wine_get_dos_file_name instead of GetFullPathName.
2005-08-12 10:32:47 +00:00
Jacek Caban
cdf02acdca
Use nsIWebBrowserStream to load html.
2005-08-11 18:36:48 +00:00
Alexandre Julliard
5f226e55cb
Make 16-bit task properly inherit the current directory of their
...
parent (based on a patch by Richard Cohen).
2005-08-11 18:36:36 +00:00
Huw Davies
554357ec62
Implement SHLoadIndirectString.
2005-08-11 18:35:15 +00:00
Frank Richter
b5940f7283
Fix text color for "button" style tabs when theming is enabled.
2005-08-11 18:35:00 +00:00
Frank Richter
cec8b6b014
Add theming for status bar control.
2005-08-11 18:34:45 +00:00
Frank Richter
a95e3e2923
Add theming for the progress control.
2005-08-11 18:34:35 +00:00
Mike McCormack
b744372231
Turn off gcc 4.0's builtin wchar inlines.
2005-08-11 17:12:18 +00:00
Kai Blin
6970dbc7cf
Added more secur32.dll tests and fixed missing constants in
...
winerror.h.
2005-08-11 17:08:06 +00:00
Hans Leidekker
54ebec64d2
Implement ldap_delete* functions.
...
Add missing spec file entries.
2005-08-11 17:07:12 +00:00
Frank Richter
59970a7c04
Fix a crash on startup when /proc/ide does not exist.
2005-08-11 17:05:47 +00:00
Frank Richter
36258675ad
Add theming for the rebar control.
2005-08-11 17:05:18 +00:00
Frank Richter
25464ceef5
Add theming for the monthcal control.
2005-08-11 17:05:00 +00:00
Jacek Caban
af35ffa10f
Added support for aggregation in about protocol.
2005-08-11 17:04:45 +00:00
Francois Gouget
df6ed2f4e8
Fix the return value of SHELL_Argify() so it once again returns true
...
if a '%1' or equivalent placeholder was found. This fixes
ShellExecuteEx(lpFile="foo.txt", lpClass="txtfile").
2005-08-11 17:04:31 +00:00
Francois Gouget
1b4e18fee7
Define WIN32_NO_STATUS so we don't get 'duplicate macro' errors when
...
compiling with the PSDK and MSVC.
Add some types that are not defined by the PSDK.
2005-08-11 17:04:07 +00:00
Alexandre Julliard
e859359211
Added a wine_get_dos_file_name function in kernel32 as a wrapper
...
around the new wine_unix_to_nt_file_name.
2005-08-11 11:07:17 +00:00
Vincent Béron
a2e0b21562
Implement LZDone in lzexpand, as the 32 bit one moved to kernel.
2005-08-11 10:58:35 +00:00
Mike McCormack
cb52019ea0
Increment the document's refcount when creating the root element.
2005-08-11 10:58:11 +00:00
Mike McCormack
77392f2d77
Implement IXMLDOMElement::get_tagName.
2005-08-11 10:57:58 +00:00
Mike McCormack
b814be9814
Fix gcc 4.0 warnings.
2005-08-11 10:57:47 +00:00
Oliver Stieber
2e851544dd
Allow the palette to be set and retrieved.
2005-08-11 10:57:20 +00:00
Alexandre Julliard
5617b716e7
Added a wine_unix_to_nt_file_name function to do proper pathname
...
conversions instead of relying on GetFullPathName hacks.
2005-08-11 10:41:26 +00:00
Alexandre Julliard
caf18a640e
Set remove to TRUE in accept_hardware_message for messages that should
...
go to a different thread. Simplify the code a bit.
2005-08-11 10:36:03 +00:00
Steven Edwards
c8857c0786
Correct definition of SFGAO_STORAGEANCESTOR.
2005-08-11 10:33:21 +00:00
Mike McCormack
ed748a305e
Implement IXMLDOMDocument::loadXML.
2005-08-11 10:32:36 +00:00
Steven Edwards
7af0f0a180
Remove redundant include.
2005-08-11 10:32:22 +00:00
Oliver Stieber
313b01073c
Track the state of softwareVertexProcessing.
2005-08-11 10:31:40 +00:00
Oliver Stieber
12a4bda618
Correct the starting values of MIN, MAX and MIP filter, they now match
...
the initial values in opengl.
2005-08-11 10:31:04 +00:00
Phil Krylov
f78ce2f41b
Fixed a bug in EM_STREAMOUT RichEdit message handler which truncated
...
some streamed text.
2005-08-11 10:30:41 +00:00
Jacek Caban
d8bf6e8aa4
Move includes of interfaces to mshtml_private.h.
2005-08-11 10:30:30 +00:00
Francois Gouget
efe2bbd0ec
Fix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKEY. They are not
...
disjoint flags.
2005-08-11 10:29:44 +00:00
Francois Gouget
46940ac99e
Remove unneeded wine/library.h include.
...
Use lstrlenW() instead of the Wine-specific strlenW(). This also lets
us get rid of the wine/unicode.h include.
Define the InitializeObjectAttributes() macro if not using Wine's
winternl.h header.
2005-08-11 10:29:03 +00:00
Alexandre Julliard
d05532e2d6
Directly use the PEB version fields in GetVersion.
2005-08-10 15:02:28 +00:00
Huw Davies
1c088a43f7
Partial implementation of DeleteMenuWrap.
2005-08-10 15:01:07 +00:00
Francois Gouget
56dac9118e
Define DCX_USESTYLE if it is not defined already. Fixes the
...
compilation with the PSDK.
2005-08-10 15:00:44 +00:00
Francois Gouget
023bd5358a
Define RTL_HANDLE and RTL_HANDLE_TABLE if not using Wine's winternl.h
...
header. Fixes the compilation with the PSDK.
2005-08-10 15:00:32 +00:00
Alexandre Julliard
4fd5bf40a2
Implemented RtlGetNtProductType.
2005-08-10 14:48:45 +00:00
Francois Gouget
1de5d3cc7f
Correct more mismatches between spec files and comments about export
...
number.
2005-08-10 14:45:58 +00:00
Francois Gouget
840f594896
Add trailing '\n's to trace() call.
2005-08-10 14:42:48 +00:00
Francois Gouget
38339b0a96
The PSDK does not define a TreeView_InsertItemA() macro so use
...
TreeView_InsertItem() instead.
2005-08-10 14:42:32 +00:00
Francois Gouget
d7b13bcd86
Unicodify wineesd.
...
Fixes WIDM_GETDEVCAPS and WODM_GETDEVCAPS.
Call Unicode functions instead of their Ansi equivalent when possible.
2005-08-10 14:42:23 +00:00
Hans Leidekker
91f9c01c3c
Implement ldap_add* functions.
2005-08-10 14:41:53 +00:00
Alexandre Julliard
915aebb852
Moved the version initialization to ntdll.
...
Properly set the version fields in the PEB.
Removed some no longer used structures.
2005-08-10 13:12:27 +00:00
Francois Gouget
0de0d11357
Change some Dll* functions so they are exported by name like on
...
Windows.
Update the documentation accordingly.
2005-08-10 13:02:43 +00:00
Jonathan Ernst
d78fa96e0f
French localization for wldap32.
2005-08-10 13:00:51 +00:00
Francois Gouget
5a47bc246a
Update the documentation to reflect the fact that the LZ* functions
...
are implemented in kernel32.dll now.
2005-08-10 13:00:38 +00:00
Hans Leidekker
009485b4b8
Add helpers for converting (arrays of) LDAPMod structures into
...
different encodings.
2005-08-10 13:00:21 +00:00
Huw Davies
6b1670c7cb
Implement IUnknown_EnumObjects.
2005-08-10 13:00:05 +00:00
Richard Cohen
8cbf08b5d5
- Fix regression in GetPrivateProfileString16 for key=NULL.
...
- Check return values in Profile tests.
2005-08-10 12:59:38 +00:00
Alexandre Julliard
628939d567
Use the proper WOW functions everywhere instead of the K32WOW variant.
2005-08-10 10:59:19 +00:00
Vitaliy Margolen
0df36de530
Make use of now full and correct HKLM\HARDWARE\DEVICES\Scsi.
2005-08-10 10:52:22 +00:00
Vitaliy Margolen
6ce9a791ff
Use /proc filesystem to create HKLM\HARDWARE\DEVICEMAP\Scsi entries.
2005-08-10 10:52:10 +00:00
Alexandre Julliard
1f90b5cff0
Make sure we don't call the graphics driver after process detach.
2005-08-10 09:56:23 +00:00
Mike McCormack
65293d8edf
Create a node object and use it to hold libxml2 pointers.
2005-08-10 09:54:22 +00:00
Jacek Caban
2255e6fedb
Init nsWebBrowser window while creating nscontainer.
2005-08-10 09:54:02 +00:00
Vincent Béron
21e3ba8cd1
Correct mismatches between spec files and comments about export
...
number.
2005-08-10 09:53:47 +00:00
Vincent Béron
56da0c33fb
Use #include "foo.h" for including Windows headers in dlls/, use
...
#include <bar.h> for including Windows headers in include/.
2005-08-10 09:51:40 +00:00
Troy Rollo
b1d96713ed
Browse to the directory if a directory name is typed into the edit box
...
of a file dialog and the confirmation button (or Enter key) is hit.
Return any file name in the edit box if OFN_NOVALIDATE is set and
OFN_FILEMUSTEXIST is not, even if that file name includes a path name
or is the name of a folder.
2005-08-10 09:50:29 +00:00
Vincent Béron
bea21461ec
Use HAVE_LDAP_H when checking if ldap.h is available.
2005-08-10 09:49:11 +00:00