Mike McCormack [Tue, 6 Jul 2004 21:27:34 +0000 (21:27 +0000)]
Create a tooltip on demand in the Listview.
Richard Stonehouse [Tue, 6 Jul 2004 21:03:57 +0000 (21:03 +0000)]
Updated for the new 'dosdevices' directory system.
Ferenc Wagner [Tue, 6 Jul 2004 21:03:22 +0000 (21:03 +0000)]
Suppress some more error message boxes.
Truncate report file if too big.
Ferenc Wagner [Tue, 6 Jul 2004 21:02:51 +0000 (21:02 +0000)]
Avoid segfaults on uninitialized data.
Jon Griffiths [Tue, 6 Jul 2004 21:02:36 +0000 (21:02 +0000)]
Fix a typo in the TabCtrl_SetItem macro.
Aric Stewart [Tue, 6 Jul 2004 21:01:18 +0000 (21:01 +0000)]
First implementation of the Advanced Template Library, with just a few
functions implemented.
Aric Stewart [Tue, 6 Jul 2004 19:42:30 +0000 (19:42 +0000)]
Report NOT_IMPLEMENTED for not implemented token classes.
Mike McCormack [Tue, 6 Jul 2004 19:42:09 +0000 (19:42 +0000)]
Translate ENODEV and ENXIO error codes to NT status codes.
Robert Reif [Tue, 6 Jul 2004 19:41:57 +0000 (19:41 +0000)]
Added some missing **LPLP typedefs.
Emmanuel Maillard [Tue, 6 Jul 2004 19:41:12 +0000 (19:41 +0000)]
Check for -lresolv for Darwin.
Mike McCormack [Tue, 6 Jul 2004 19:27:31 +0000 (19:27 +0000)]
Add Multi Language support IDL and headers.
Robert Reif [Tue, 6 Jul 2004 19:27:00 +0000 (19:27 +0000)]
Fix IDirectSoundBuffer8_Initialize function prototype and use.
Marcus Meissner [Tue, 6 Jul 2004 19:26:28 +0000 (19:26 +0000)]
Generic SKIP_TAG to skip a number of bytes, use it where applicable.
Marcus Meissner [Tue, 6 Jul 2004 19:26:16 +0000 (19:26 +0000)]
Replace lvalue casts of post increments for newer compiler.
Robert Reif [Tue, 6 Jul 2004 19:25:59 +0000 (19:25 +0000)]
Create DirectSound or DirectSound8 depending on riid.
Mike McCormack [Tue, 6 Jul 2004 19:00:46 +0000 (19:00 +0000)]
Allow binary fields with stream names longer than table names.
Aric Stewart [Tue, 6 Jul 2004 19:00:23 +0000 (19:00 +0000)]
Implemented CreateShortcut and PublishProduct.
Mike McCormack [Tue, 6 Jul 2004 18:56:12 +0000 (18:56 +0000)]
Fetch binary streams at the table level.
Aric Stewart [Tue, 6 Jul 2004 18:54:38 +0000 (18:54 +0000)]
MsiGetProperty should return empty strings on error.
Aric Stewart [Tue, 6 Jul 2004 18:53:11 +0000 (18:53 +0000)]
Implemented registering Classes and ProgID.
Aric Stewart [Tue, 6 Jul 2004 18:51:16 +0000 (18:51 +0000)]
Implemented RegisterTypeLibraries.
Aric Stewart [Tue, 6 Jul 2004 18:50:02 +0000 (18:50 +0000)]
Implemented ProcessComponents.
Aric Stewart [Tue, 6 Jul 2004 18:48:15 +0000 (18:48 +0000)]
Send progress and action messages.
Aric Stewart [Tue, 6 Jul 2004 18:47:09 +0000 (18:47 +0000)]
Allow ADDLOCAL to override INSTALLLEVEL, implement LaunchConditions.
Alexandre Julliard [Tue, 6 Jul 2004 18:46:05 +0000 (18:46 +0000)]
Avoid using strlen.
Alexandre Julliard [Tue, 6 Jul 2004 18:45:26 +0000 (18:45 +0000)]
Added tests for div_t and ldiv_t.
Pierre d'Herbemont [Tue, 6 Jul 2004 18:45:02 +0000 (18:45 +0000)]
Define MSVCRT_div_t and MSVCRT_ldiv_t.
Mike McCormack [Tue, 6 Jul 2004 18:44:18 +0000 (18:44 +0000)]
Add trustee functions.
Robert Reif [Tue, 6 Jul 2004 18:43:57 +0000 (18:43 +0000)]
Get certification for VerifyCertification from driver to match
GetCaps.
Change OSS driver to report certified.
Change OSS driver to show message name rather than number in traces.
Marcus Meissner [Tue, 6 Jul 2004 18:43:10 +0000 (18:43 +0000)]
COPY_COLORKEY_FX: Do not use lvalue casts.
Aric Stewart [Tue, 6 Jul 2004 18:42:56 +0000 (18:42 +0000)]
Fix bugs in resolve_folder.
Aric Stewart [Sun, 4 Jul 2004 00:36:58 +0000 (00:36 +0000)]
Activate features and components based on their various conditions.
Aric Stewart [Sun, 4 Jul 2004 00:35:52 +0000 (00:35 +0000)]
Beginnings of costing and organizing into components and features.
Aric Stewart [Sun, 4 Jul 2004 00:33:45 +0000 (00:33 +0000)]
Fix command line processing and folder paths.
Aric Stewart [Sun, 4 Jul 2004 00:32:48 +0000 (00:32 +0000)]
Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTargetPath.
Aric Stewart [Sun, 4 Jul 2004 00:31:17 +0000 (00:31 +0000)]
Use the newly implemented UPDATE code to set properties.
Mike McCormack [Sun, 4 Jul 2004 00:30:02 +0000 (00:30 +0000)]
Implement the UPDATE query.
Mike McCormack [Sun, 4 Jul 2004 00:27:48 +0000 (00:27 +0000)]
Create the WHERE part of a query in one function call.
Aric Stewart [Sun, 4 Jul 2004 00:26:54 +0000 (00:26 +0000)]
Implement SetTargetPath, start the basics for tracking UI level.
Eric Pouech [Sun, 4 Jul 2004 00:25:15 +0000 (00:25 +0000)]
- enhanced 'info share' output
- made use of new dbghelp pure ELF symbol lookup
Mike McCormack [Sun, 4 Jul 2004 00:25:00 +0000 (00:25 +0000)]
Cosmetic fixes.
Mike McCormack [Sun, 4 Jul 2004 00:24:47 +0000 (00:24 +0000)]
Build http requests in a more consistent way.
Fix the size of the request buffer.
Don't try converting the optional information from W to A.
Alexandre Julliard [Sun, 4 Jul 2004 00:24:19 +0000 (00:24 +0000)]
Fixed a warning.
Robert Reif [Sun, 4 Jul 2004 00:13:44 +0000 (00:13 +0000)]
Separated DirectSoundCreate8 into two functions and added a
IDirectSound implementation.
Added proper COM behavior for QueryInterface for IDirectSound and
IDirectSound8.
Fixed a bug in the dsound.h header file for IDirectSound8
CreateSoundBuffer and DuplicateSoundBuffer.
Added new tests for proper COM behavior and enables some commented out
code for tests that work on windows. Added new tests for
IDirectSound8.
Mike McCormack [Sun, 4 Jul 2004 00:11:31 +0000 (00:11 +0000)]
Fix string conversion bugs.
Mike McCormack [Sun, 4 Jul 2004 00:11:07 +0000 (00:11 +0000)]
Fix a buffer overrun in autocomplete.
Eric Pouech [Sun, 4 Jul 2004 00:10:54 +0000 (00:10 +0000)]
- added support for GCC static local variables
- fixed some bugs in SYMOPT_NO_PUBLICS and SYMOPT_PUBLICS_ONLY
handling
- in stabs parsing, just drop any debug info for a module if stabs
parsing fails (instead of assert()'ing)
- symbol lookup now allows lookup in pure ELF modules
- fixed some bugs in symbol enumeration
Mike Hearn [Sun, 4 Jul 2004 00:09:11 +0000 (00:09 +0000)]
Move variant code to its own debug channel.
José Manuel Ferrer Ortiz [Sun, 4 Jul 2004 00:07:57 +0000 (00:07 +0000)]
Added Spanish translation.
Vitaly Lipatov [Sun, 4 Jul 2004 00:07:42 +0000 (00:07 +0000)]
Return proper codepage value in GetCPInfoEx.
Aric Stewart [Sun, 4 Jul 2004 00:07:13 +0000 (00:07 +0000)]
Start implementing Feature and Component level install control.
Mike McCormack [Sun, 4 Jul 2004 00:06:44 +0000 (00:06 +0000)]
Allocate the correct size string in InternetCrackUrl.
Mike McCormack [Sun, 4 Jul 2004 00:06:29 +0000 (00:06 +0000)]
Fix memory allocation problems.
Mike McCormack [Wed, 30 Jun 2004 19:46:25 +0000 (19:46 +0000)]
Fix retrieval of nul records as strings.
Mike McCormack [Wed, 30 Jun 2004 19:46:15 +0000 (19:46 +0000)]
Fix the INSERT query when inserting integers into a table.
Aric Stewart [Wed, 30 Jun 2004 19:38:36 +0000 (19:38 +0000)]
Start implementing MsiOpenPackage.
Mike McCormack [Wed, 30 Jun 2004 18:42:02 +0000 (18:42 +0000)]
Set the storage file's GUID so native MSI recognizes it.
Fix crash when inserting multiple columns that are invalid.
Mike McCormack [Wed, 30 Jun 2004 18:27:41 +0000 (18:27 +0000)]
Hack field types, fix ref counting.
Mike McCormack [Wed, 30 Jun 2004 18:27:23 +0000 (18:27 +0000)]
Fix buffer overflow.
Mike McCormack [Wed, 30 Jun 2004 18:24:33 +0000 (18:24 +0000)]
Fix the UPDATE query.
Aric Stewart [Wed, 30 Jun 2004 18:24:21 +0000 (18:24 +0000)]
Fix field numbering so the CREATE query works for multiple columns.
Aric Stewart [Wed, 30 Jun 2004 18:23:52 +0000 (18:23 +0000)]
Fix the INSERT query.
Mike McCormack [Wed, 30 Jun 2004 18:18:27 +0000 (18:18 +0000)]
Make the SQL insert query work.
Uwe Bonnes [Wed, 30 Jun 2004 18:17:07 +0000 (18:17 +0000)]
HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
Steven Edwards [Wed, 30 Jun 2004 18:16:35 +0000 (18:16 +0000)]
Fixed Extract prototype.
Dmitry Timoshkov [Wed, 30 Jun 2004 18:16:08 +0000 (18:16 +0000)]
Add more MDI message tests.
Dmitry Timoshkov [Wed, 30 Jun 2004 18:15:51 +0000 (18:15 +0000)]
Do not do SetWindowPos(SWP_FRAMECHANGED) in the
DefFrameProc(WM_SETTEXT) handler, DefWindowProc already takes care of
it.
Dmitry Timoshkov [Wed, 30 Jun 2004 18:15:05 +0000 (18:15 +0000)]
Fix control coordinates in German and French versions of open file
dialog.
Remove duplicate control ids in Catalan, Russian and Ukrainian
dialogs.
Bill Medland [Wed, 30 Jun 2004 18:14:32 +0000 (18:14 +0000)]
Set RTLD_GLOBAL when loading the odbc driver manager so that when it
loads its own driver that driver can call back into the manager (as
the Oracle Beta driver does, for example).
Aric Stewart [Wed, 30 Jun 2004 18:14:00 +0000 (18:14 +0000)]
Return an error in CoMarshalInterface if the IUnknown pointer is NULL
and don't crash.
Ge van Geldorp [Wed, 30 Jun 2004 18:13:09 +0000 (18:13 +0000)]
Fix IFileSystemBindData method order.
Dimitrie O. Paun [Wed, 30 Jun 2004 18:12:20 +0000 (18:12 +0000)]
Lookup driver information in registry and system.ini.
Make the code inspect the registry/system.ini at call time, rather
then initialization time.
Code cleanups.
Dimitrie O. Paun [Wed, 30 Jun 2004 18:11:39 +0000 (18:11 +0000)]
Look up driver info in the registry as well as in system.ini.
Dimitrie O. Paun [Wed, 30 Jun 2004 18:11:09 +0000 (18:11 +0000)]
Small documentation cleanup.
Dimitrie O. Paun [Tue, 29 Jun 2004 04:21:08 +0000 (04:21 +0000)]
Look up driver info in the registry as well as in system.ini.
Cleanup handling of driver enumeration and fourCC.
Aric Stewart [Tue, 29 Jun 2004 04:07:22 +0000 (04:07 +0000)]
Implement MsiGetSourcePath.
Implement Binary and Dword data type for registry writing.
Aric Stewart [Tue, 29 Jun 2004 04:04:13 +0000 (04:04 +0000)]
Handle custom actions type 1 and 2.
Mike McCormack [Tue, 29 Jun 2004 03:57:39 +0000 (03:57 +0000)]
Dump database table names on startup.
Alexandre Julliard [Tue, 29 Jun 2004 03:53:25 +0000 (03:53 +0000)]
Added support for window regions in the server.
Mike McCormack [Tue, 29 Jun 2004 03:49:54 +0000 (03:49 +0000)]
Fix refcounting of streams.
Alexandre Julliard [Tue, 29 Jun 2004 03:44:30 +0000 (03:44 +0000)]
Ignore empty rectangles in ExtCreateRegion.
Aric Stewart [Tue, 29 Jun 2004 03:44:01 +0000 (03:44 +0000)]
Implement MsiGetTargetPathA/W.
Mike McCormack [Tue, 29 Jun 2004 03:41:28 +0000 (03:41 +0000)]
Allow reading records containing streams.
Mike McCormack [Mon, 28 Jun 2004 23:57:11 +0000 (23:57 +0000)]
Fixed the way the parser takes input strings.
Alexandre Julliard [Mon, 28 Jun 2004 23:54:22 +0000 (23:54 +0000)]
Use X11DRV_GetRegionData to implement X11DRV_SetWindowRgn instead of
duplicating that functionality.
Filip Navara [Mon, 28 Jun 2004 23:52:51 +0000 (23:52 +0000)]
Set the palette for image list DIBs that has 8 or less bits per
pixel.
Robert Shearman [Mon, 28 Jun 2004 23:52:37 +0000 (23:52 +0000)]
Start of balloon tip support.
Hannu Valtonen [Mon, 28 Jun 2004 23:51:55 +0000 (23:51 +0000)]
Don't display the commandline text (A trace still gives it).
Set a few fonts to avoid using the horrible system font on native
Windows.
Stefan Leichter [Mon, 28 Jun 2004 23:51:35 +0000 (23:51 +0000)]
Fixed tests of GetFileVersionInfoSizeA for win98 / XP.
Mike Hearn [Mon, 28 Jun 2004 23:51:24 +0000 (23:51 +0000)]
Make typelib marshaller safe for systems that don't allow executable
code on the heap, plug a leak of the assembly stub block.
José Manuel Ferrer Ortiz [Mon, 28 Jun 2004 23:51:05 +0000 (23:51 +0000)]
Added some Spanish translations.
Hajime Segawa [Mon, 28 Jun 2004 23:50:22 +0000 (23:50 +0000)]
Added some Japanese translations.
Aric Stewart [Mon, 28 Jun 2004 20:34:35 +0000 (20:34 +0000)]
Start implementing actions.
Ge van Geldorp [Mon, 28 Jun 2004 20:32:53 +0000 (20:32 +0000)]
Match prototypes to Platform SDK.
Mike Hearn [Mon, 28 Jun 2004 20:31:39 +0000 (20:31 +0000)]
Dump function return type in typelib traces, add trace support for
VT_HRESULT.
Mike Hearn [Mon, 28 Jun 2004 20:30:29 +0000 (20:30 +0000)]
Change REFIID to IID* for stack declarations to avoid initializers
being discarded.
Stefan Leichter [Mon, 28 Jun 2004 20:29:54 +0000 (20:29 +0000)]
Skip tests of GetAcceptLanguagesA if a correct call to the function
does not return anything useful.
Stefan Leichter [Mon, 28 Jun 2004 20:29:36 +0000 (20:29 +0000)]
Skip tests without error if psapi.dll could not be loaded.
Uwe Bonnes [Mon, 28 Jun 2004 20:29:22 +0000 (20:29 +0000)]
Change desktop size for _INS5576._MP.
Robert Shearman [Mon, 28 Jun 2004 20:29:00 +0000 (20:29 +0000)]
- Clean up the mask drawing code.
- Improve bitmap not found message.