Commit Graph

16378 Commits

Author SHA1 Message Date
Mike McCormack
f6492dc5ca Create the WHERE part of a query in one function call. 2004-07-04 00:27:48 +00:00
Aric Stewart
ed7c4bc84c Implement SetTargetPath, start the basics for tracking UI level. 2004-07-04 00:26:54 +00:00
Eric Pouech
10e8ed071a - enhanced 'info share' output
- made use of new dbghelp pure ELF symbol lookup
2004-07-04 00:25:15 +00:00
Mike McCormack
6e2bca34cf Cosmetic fixes. 2004-07-04 00:25:00 +00:00
Mike McCormack
a496906336 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.
2004-07-04 00:24:47 +00:00
Alexandre Julliard
c2eb6200b2 Fixed a warning. 2004-07-04 00:24:19 +00:00
Robert Reif
31f817b6f9 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.
2004-07-04 00:13:44 +00:00
Mike McCormack
87bacf46ae Fix string conversion bugs. 2004-07-04 00:11:31 +00:00
Mike McCormack
75d8be030a Fix a buffer overrun in autocomplete. 2004-07-04 00:11:07 +00:00
Eric Pouech
40f09314e4 - 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
2004-07-04 00:10:54 +00:00
Mike Hearn
f349cbb72b Move variant code to its own debug channel. 2004-07-04 00:09:11 +00:00
José Manuel Ferrer Ortiz
73648536b6 Added Spanish translation. 2004-07-04 00:07:57 +00:00
Vitaly Lipatov
f11ea29268 Return proper codepage value in GetCPInfoEx. 2004-07-04 00:07:42 +00:00
Aric Stewart
36eee236ea Start implementing Feature and Component level install control. 2004-07-04 00:07:13 +00:00
Mike McCormack
1510cfc474 Allocate the correct size string in InternetCrackUrl. 2004-07-04 00:06:44 +00:00
Mike McCormack
cef19de855 Fix memory allocation problems. 2004-07-04 00:06:29 +00:00
Mike McCormack
d3239926c2 Fix retrieval of nul records as strings. 2004-06-30 19:46:25 +00:00
Mike McCormack
99c2b9a994 Fix the INSERT query when inserting integers into a table. 2004-06-30 19:46:15 +00:00
Aric Stewart
eb0e0df908 Start implementing MsiOpenPackage. 2004-06-30 19:38:36 +00:00
Mike McCormack
de8674ec6f Set the storage file's GUID so native MSI recognizes it.
Fix crash when inserting multiple columns that are invalid.
2004-06-30 18:42:02 +00:00
Mike McCormack
16abc780e6 Hack field types, fix ref counting. 2004-06-30 18:27:41 +00:00
Mike McCormack
b26087c30e Fix buffer overflow. 2004-06-30 18:27:23 +00:00
Mike McCormack
abd259fd12 Fix the UPDATE query. 2004-06-30 18:24:33 +00:00
Aric Stewart
c95a6aa6de Fix field numbering so the CREATE query works for multiple columns. 2004-06-30 18:24:21 +00:00
Aric Stewart
9cb2787a95 Fix the INSERT query. 2004-06-30 18:23:52 +00:00
Mike McCormack
ab519f2a2c Make the SQL insert query work. 2004-06-30 18:18:27 +00:00
Uwe Bonnes
0e42073cd7 HeapAlloc for WSTR must allocate len* sizeof(WCHARS). 2004-06-30 18:17:07 +00:00
Steven Edwards
4679e78432 Fixed Extract prototype. 2004-06-30 18:16:35 +00:00
Dmitry Timoshkov
81fa85cdb8 Add more MDI message tests. 2004-06-30 18:16:08 +00:00
Dmitry Timoshkov
2c71c539a5 Do not do SetWindowPos(SWP_FRAMECHANGED) in the
DefFrameProc(WM_SETTEXT) handler, DefWindowProc already takes care of
it.
2004-06-30 18:15:51 +00:00
Dmitry Timoshkov
5972c7389f Fix control coordinates in German and French versions of open file
dialog.
Remove duplicate control ids in Catalan, Russian and Ukrainian
dialogs.
2004-06-30 18:15:05 +00:00
Bill Medland
c01b206550 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).
2004-06-30 18:14:32 +00:00
Aric Stewart
665c4880f7 Return an error in CoMarshalInterface if the IUnknown pointer is NULL
and don't crash.
2004-06-30 18:14:00 +00:00
Ge van Geldorp
1b2a819075 Fix IFileSystemBindData method order. 2004-06-30 18:13:09 +00:00
Dimitrie O. Paun
0415030f51 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.
2004-06-30 18:12:20 +00:00
Dimitrie O. Paun
225cd5949a Look up driver info in the registry as well as in system.ini. 2004-06-30 18:11:39 +00:00
Dimitrie O. Paun
02fdba36e1 Small documentation cleanup. 2004-06-30 18:11:09 +00:00
Dimitrie O. Paun
ed78e4f3a7 Look up driver info in the registry as well as in system.ini.
Cleanup handling of driver enumeration and fourCC.
2004-06-29 04:21:08 +00:00
Aric Stewart
6e160f14dd Implement MsiGetSourcePath.
Implement Binary and Dword data type for registry writing.
2004-06-29 04:07:22 +00:00
Aric Stewart
c75201f4a2 Handle custom actions type 1 and 2. 2004-06-29 04:04:13 +00:00
Mike McCormack
6fb0cee5d9 Dump database table names on startup. 2004-06-29 03:57:39 +00:00
Alexandre Julliard
618a7e5813 Added support for window regions in the server. 2004-06-29 03:53:25 +00:00
Mike McCormack
7e168ee798 Fix refcounting of streams. 2004-06-29 03:49:54 +00:00
Alexandre Julliard
8ac61c5a1e Ignore empty rectangles in ExtCreateRegion. 2004-06-29 03:44:30 +00:00
Aric Stewart
e95136b7e3 Implement MsiGetTargetPathA/W. 2004-06-29 03:44:01 +00:00
Mike McCormack
0eecfdef67 Allow reading records containing streams. 2004-06-29 03:41:28 +00:00
Mike McCormack
8079d2ae33 Fixed the way the parser takes input strings. 2004-06-28 23:57:11 +00:00
Alexandre Julliard
e59ec7cd94 Use X11DRV_GetRegionData to implement X11DRV_SetWindowRgn instead of
duplicating that functionality.
2004-06-28 23:54:22 +00:00
Filip Navara
2d63dae1d9 Set the palette for image list DIBs that has 8 or less bits per
pixel.
2004-06-28 23:52:51 +00:00
Robert Shearman
41716ce9c1 Start of balloon tip support. 2004-06-28 23:52:37 +00:00