Jacek Caban
c396cdcc0a
- Added doWinMain stub
...
- Fixed htmlhelp.h
2004-10-08 20:49:09 +00:00
Vincent Béron
3875307d0c
Remove #ifdef HAVE_SYS_TYPES_H.
2004-10-08 20:48:44 +00:00
Alexandre Julliard
06e35a776b
Removed wrong memset calls.
2004-10-07 19:14:21 +00:00
Alexandre Julliard
6c6f71c8a9
Fixed MD4Final/MD5Final entries (spotted by Vincent Béron).
2004-10-07 19:13:33 +00:00
Hans Leidekker
081b25071a
Implement color profile handles.
...
Implement OpenColorProfile{A,W} and CloseColorProfile.
Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
Implement UninstallColorProfile{A,W}.
Dynamically load liblcms.
Add tests.
2004-10-07 19:12:41 +00:00
Francois Gouget
493d60fe0f
Add function prototypes.
...
Modify function calls so the prototypes are checked.
2004-10-07 18:53:56 +00:00
Jeremy White
f9d6fa9ef4
Need to include sys/time.h.
2004-10-07 17:36:17 +00:00
Martin Fuchs
9bfcbefd13
- remove unused IDS_FILE_MOVE_ERROR
...
- use SetWindowFont() instead of SendMessage(WM_SETFONT)
- remove unused comment
- use GET_X_LPARAM() instead of GET_X_LPARAM()
- remove old _ROS_ preprocessor statements
2004-10-07 17:35:23 +00:00
Jon Griffiths
ecd78d780e
Constify some statics and make them smaller.
2004-10-07 17:35:08 +00:00
Jon Griffiths
ce0fbb5b28
ImageList_Merge should not fail if indices are bad.
...
Add tests for this case, a visible test mode and fix DrawIndirect test
under some native comctl32.dll's.
2004-10-07 17:34:56 +00:00
Jon Griffiths
0fa33cad49
Draw +/- correctly for large icon sizes.
2004-10-07 17:34:31 +00:00
Jon Griffiths
fc1f31a92e
Add missing ODS_ constants, tagname.
2004-10-07 17:34:16 +00:00
Jon Griffiths
5ae461aa69
Vectors need all 32 bits to handle _really_ large apps.
2004-10-07 17:33:43 +00:00
Francois Gouget
c4c271f1e4
The generated patch was missing a line of the diff.
...
genpatch was also depending on the new files being listed first by
'cvs diff' (which is the case but I'm not sure there is any hard
guarantee).
Use 'perl -w' for more checking, fix the resulting 'undefined value'
warnings. In many cases we don't just want $options{xxx} to exist, we
want it to be defined.
Restrict the scope of variables and remove unneeded variables.
2004-10-07 17:33:29 +00:00
Martin Fuchs
d1dceca69f
Fix "move file" implementation, in detail:
...
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
2004-10-07 04:25:29 +00:00
Alexandre Julliard
efb8be7e82
Added a fallback implementation of futimes.
2004-10-07 04:25:05 +00:00
Jason Edmeades
ac490fabac
Add a IWineD3DDevice object type (empty for now), and create one when
...
an IDirect3DDevice object is created.
2004-10-07 04:22:21 +00:00
Francois Gouget
370f220744
Don't import parse_comma_list() unless necessary.
...
winapi_check_options.pm: Fix typo in the parse_comma_list()
reference.
2004-10-07 04:20:41 +00:00
Vincent Béron
4f78e2ed4f
Use the proper #include file delimiter in advpack.
2004-10-07 04:20:24 +00:00
Martin Fuchs
e5d414ea38
Immediately refresh child windows after changing the font.
2004-10-07 04:20:04 +00:00
Alexandre Julliard
3a3307d4b2
Force all the tools to be rebuilt before make depend, otherwise make
...
will try to do that from the include directory.
2004-10-07 03:12:44 +00:00
Alexandre Julliard
998863bf63
Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
...
by Jeremy White).
2004-10-07 03:09:37 +00:00
Francois Gouget
486d020c1b
Don't define COBJMACROS in objbase.h.
...
Update the Wine sources accordingly.
2004-10-07 03:06:48 +00:00
Francois Gouget
00033eab75
Fix an 'uninitialized value' warning.
2004-10-07 02:59:59 +00:00
Francois Gouget
0f313d0d5d
Fix the VarI4FromI2 API documentation.
2004-10-07 02:59:45 +00:00
Francois Gouget
75be67c6c0
Conformance tests must not include wine/debug.h.
2004-10-07 02:59:11 +00:00
Martin Fuchs
016ac8877b
Fix sigsegv when double clicking directory entries.
2004-10-07 02:58:57 +00:00
Alexandre Julliard
68604dbae7
Allow defined types to be used as function names.
2004-10-06 18:54:20 +00:00
Hans Leidekker
b6aa6210cd
Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
...
Add tests for these functions.
2004-10-06 18:53:29 +00:00
Dmitry Timoshkov
ec3e946268
Make message spy thread safe.
2004-10-06 18:53:06 +00:00
Rein Klazes
fd19a1f9e8
- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
...
SO_SNDTIMEO by adding data conversion from Unix to windows.
- Added a test for this.
2004-10-06 18:52:51 +00:00
Martin Fuchs
1b2dd4ba35
- remove trailing semicolons from constant definitions
...
- add some comments
- make time_to_filetime() a static function
2004-10-06 18:52:30 +00:00
Martin Fuchs
c35c48b983
Fix generation of config.h.
2004-10-06 18:52:15 +00:00
Dmitry Timoshkov
39453f5121
Add prototypes for GetWindowLongPtr/SetWindowLongPtr.
2004-10-06 18:52:01 +00:00
Dmitry Timoshkov
0c48fbc624
Skip interthread message test under win9x, it causes a crash there.
2004-10-06 18:51:27 +00:00
Jason Edmeades
b519893e41
Move the GetDeviceCaps into the wined3d library and call from d3d9.
2004-10-06 00:05:29 +00:00
Steven Edwards
1e23cb7d33
Remove useless FIXME in comment.
2004-10-06 00:05:07 +00:00
Martin Fuchs
c7e467486f
Fix msvcmaker imports.
2004-10-06 00:04:54 +00:00
Rolf Kalbermatter
18514ca547
Fix bug found by Piotr Caban, where our function tried to delete a
...
directory eventhough the user canceled the operation.
2004-10-06 00:04:39 +00:00
Dmitry Timoshkov
b0c45123e5
Add a test case for accelerators, make the test pass on Wine.
2004-10-05 23:45:35 +00:00
Dmitry Timoshkov
7c7693f8d0
Added a test case for inter-thread DispatchMessage.
2004-10-05 22:35:00 +00:00
Alexandre Julliard
8e68b54787
Prevent DispatchMessage from dispatching a message to a different
...
thread (reported by Dmitry Timoshkov).
2004-10-05 22:33:22 +00:00
Marcus Meissner
2f4b33c904
Make sure PostScript floats are printed with LC_NUMERIC="C".
2004-10-05 22:31:14 +00:00
Jon Griffiths
7a9e800566
Draw background of the empty selected item in empty lists.
...
Don't draw a focus rect if we dont have the focus.
Don't select items on key up/down in multi-select lists.
Handle LBS_NOSEL correctly, fix remaining todo_wine tests.
2004-10-05 22:31:00 +00:00
Huw Davies
f3a56591ec
Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
...
UrlUnescape.
2004-10-05 18:31:58 +00:00
Huw Davies
10aac6c013
Rewrite UrlCreateFromPath.
2004-10-05 18:31:41 +00:00
Martin Fuchs
895129eec2
Don't use ".previous" for Cygwin build.
2004-10-05 18:31:21 +00:00
Francois Gouget
67aa858a31
Assorted spelling fixes.
2004-10-05 18:15:29 +00:00
Francois Gouget
d8c96b08f3
Identify comm.drv as a 16bit dll.
2004-10-05 18:14:02 +00:00
Francois Gouget
a8d2ba9d40
Replace some IUnknown_QueryInterface() calls with the specific call
...
for the object being used.
2004-10-05 18:10:21 +00:00