- 06 Mar, 2006 40 commits
-
-
Alexandre Julliard authored
Call setsid() in the new process to create a new Unix process group when CREATE_NEW_PROCESS_GROUP, CREATE_NEW_CONSOLE, or DETACHED_PROCESS are specified.
-
Alexandre Julliard authored
the desktop window.
-
Alexandre Julliard authored
If a thread is owning the desktop window, when all other users of the desktop have exited, signal the owner to close the desktop (with a 1 second delay).
-
Alexandre Julliard authored
Allows to remove the name of an object while keeping around the object itself.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
Don't call glCompressedTexImage2DARB if we haven't got allocatedMemory (yet). Fix a small typo.
-
Robert Shearman authored
- Rewrite InternetCreateUrlW to respect the lengths passed in via the URL_COMPONENTS structure and fall back to a strlenW call when a length is zero. - Expand the number of protocols supported when determining whether the port number should be added. - Fix a test by passing in the correct length of scheme.
-
Robert Shearman authored
Don't continue to connect to a secure server without SSL support since it won't work. Return an error back to the application instead.
-
Robert Shearman authored
Fix an InternetCreateUrl test so that it correctly sets the scheme length and add tests which show the behaviour when the lengths are set to zero and when the https scheme is used.
-
Victor Pelt authored
-
Alexandre Julliard authored
patch by Dmitry Timoshkov).
-
Francois Gouget authored
Most native advpack dlls in circulation don't have RegInstallA. So mshtml and urlmon should do a GetProcAddress() on 'RegInstall' instead.
-
Mike McCormack authored
-
Mike McCormack authored
-
Jacek Caban authored
-
Jacek Caban authored
- Added IHTMLElementCollection implementation. - Added get_all implementation.
-
Alexandre Julliard authored
This avoids searching the same directories twice, once to count the files and then once for real.
-
Alexandre Julliard authored
We don't need the rest of the WIN32_FIND_DATA structure.
-
Alexandre Julliard authored
-
Aric Stewart authored
In ShFileOperation when generating a file list with * wildcards, for example for deletion, do not include the dot directories (. and ..) in the list, because that cause the operation to spiral out of control.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Remove computing of parent and owner handles on the client side.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike McCormack authored
-
Michael Jung authored
-
Vitaliy Margolen authored
-
Eric Pouech authored
- added type for array index - correctly parsing array index type in stabs, Dwarf2 and MSC formats - fixed SyGetTypeInfo accordingly
-
Eric Pouech authored
-
Eric Pouech authored
-
Stefan Dösinger authored
-
Jason Green authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-