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 |
Hannu Valtonen
|
9b386b7347
|
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.
|
2004-06-28 23:51:55 +00:00 |
Stefan Leichter
|
ec596c06e9
|
Fixed tests of GetFileVersionInfoSizeA for win98 / XP.
|
2004-06-28 23:51:35 +00:00 |
Mike Hearn
|
3186bd2300
|
Make typelib marshaller safe for systems that don't allow executable
code on the heap, plug a leak of the assembly stub block.
|
2004-06-28 23:51:24 +00:00 |
José Manuel Ferrer Ortiz
|
27a7a7a69a
|
Added some Spanish translations.
|
2004-06-28 23:51:05 +00:00 |
Hajime Segawa
|
76e280b401
|
Added some Japanese translations.
|
2004-06-28 23:50:22 +00:00 |
Aric Stewart
|
401bd3f772
|
Start implementing actions.
|
2004-06-28 20:34:35 +00:00 |
Ge van Geldorp
|
c390bb2aea
|
Match prototypes to Platform SDK.
|
2004-06-28 20:32:53 +00:00 |
Mike Hearn
|
163eb22bff
|
Dump function return type in typelib traces, add trace support for
VT_HRESULT.
|
2004-06-28 20:31:39 +00:00 |
Mike Hearn
|
e1d7def952
|
Change REFIID to IID* for stack declarations to avoid initializers
being discarded.
|
2004-06-28 20:30:29 +00:00 |
Stefan Leichter
|
8d34b14f0b
|
Skip tests of GetAcceptLanguagesA if a correct call to the function
does not return anything useful.
|
2004-06-28 20:29:54 +00:00 |
Stefan Leichter
|
204ec74044
|
Skip tests without error if psapi.dll could not be loaded.
|
2004-06-28 20:29:36 +00:00 |
Uwe Bonnes
|
60acd897b4
|
Change desktop size for _INS5576._MP.
|
2004-06-28 20:29:22 +00:00 |
Robert Shearman
|
5c5a0608e5
|
- Clean up the mask drawing code.
- Improve bitmap not found message.
|
2004-06-28 20:29:00 +00:00 |
Dimitrie O. Paun
|
f3b681a2ad
|
Fix the function names in some of the comments.
|
2004-06-28 20:28:38 +00:00 |
Mike McCormack
|
2113bd43f1
|
Define AT_SYSINFO_* if it's missing.
|
2004-06-28 20:28:05 +00:00 |
Jon Griffiths
|
024dc2f572
|
Correct struct tag name for UDACCEL.
Add missing TCITEMHEADER and old names TC_ITEMHEADER/TC_ITEM.
|
2004-06-28 20:27:33 +00:00 |