Commit Graph

3309 Commits

Author SHA1 Message Date
Niels Kristian Bech Jensen
1d5bc469cc Removed extra #include statements. 1999-11-21 02:14:36 +00:00
Alexandre Julliard
86a755343b Fixed MoveFileExA behavior when target file does not exist. 1999-11-21 02:11:48 +00:00
Gustavo Junior Alves
0107f35a1b Added Portuguese language support. 1999-11-21 02:10:31 +00:00
Alexandre Julliard
0bb2e5ab01 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Implemented current day circling.  Fixed many bugs in the month
calender control including control spacing and alignment.  Fixed
defines monthcal.h.  Optimized control drawing and removed many
extranious redraws.  Improved control behavior.  Fixed inconsistent
formatting in both .c and .h files.
1999-11-21 02:04:09 +00:00
Andreas Mohr
87bff28c18 Flush current profile before using a newly opened one. 1999-11-21 02:03:03 +00:00
Ulrich Weigand
3ee1c03efb Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly. 1999-11-21 02:02:20 +00:00
Huw D M Davies
cdf191a205 Stub for GetFontData16. 1999-11-21 02:01:41 +00:00
Andreas Mohr
399e41fc2e Added some ordinals and GetDriverResourceID(). 1999-11-21 02:01:07 +00:00
Alexandre Julliard
42666eeab6 Portability fixes. 1999-11-21 01:10:16 +00:00
Alexandre Julliard
31670003bc Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag. 1999-11-21 01:06:29 +00:00
Peter Hunnisett
6661bcc972 Fixed compile error. 1999-11-21 01:01:42 +00:00
Peter Schlaile
096aba2ed1 Implemented StartServiceCtrlDispatcherA according to DispatcherW. 1999-11-21 01:01:04 +00:00
Alexandre Julliard
5076e1dbff Make sure we clean dlls/ too. 1999-11-21 00:59:23 +00:00
Michael McCormack
75a841324e Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
of QueryServiceStatus.
1999-11-21 00:58:14 +00:00
Eric Pouech
7e6e92cbef Added missing ';'. 1999-11-21 00:53:59 +00:00
Eric Pouech
3a95198c97 Error reporting fix. 1999-11-21 00:53:44 +00:00
Andreas Mohr
a706ff5e0a Changed default relay line number from 100 to 200. 1999-11-21 00:53:12 +00:00
Eric Pouech
d183e4ac8c Added undocumented feature to InsertButtonA.
Added dropdown button support.
1999-11-21 00:52:26 +00:00
Eric Pouech
331931a8ae Fixed play back of uncompressed AVI file.
Fixed exiting conditions.
1999-11-21 00:51:54 +00:00
Eric Pouech
be62502611 Fixed a crash in IDirectDrawSurface:BltFast. 1999-11-21 00:51:29 +00:00
Eric Pouech
31a1933aa5 Fixed forwarding and handling messages directed to the mappers. 1999-11-21 00:51:05 +00:00
Ulrich Weigand
61206bd8a0 Simplified hInstance creation/handling.
Fixes problems with self-loaders creating DGROUP themselves.
1999-11-21 00:50:30 +00:00
Huw D M Davies
f64e0d7e37 Add stubs for Get/SetLayout(). 1999-11-21 00:49:50 +00:00
Jim Aston
f06c8789e3 Added stub for StgSetTimes. 1999-11-21 00:49:20 +00:00
Andreas Mohr
a05b43fdf3 SHFind_InitMenuPopup is supposed to return a pointer. 1999-11-21 00:48:33 +00:00
Ulrich Weigand
ca6e3361d0 u_int[16|32]_t might not be defined. 1999-11-21 00:48:06 +00:00
Alex Priem
07be70b456 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
set to LPSTR_TEXTCALLBACK.
- ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
1999-11-21 00:47:43 +00:00
Alexandre Julliard
d73cc4c48a Release 991114. 1999-11-15 01:40:17 +00:00
Alexandre Julliard
453f7315cd Fixed allocation rounding for MEM_RESERVE. 1999-11-15 00:46:30 +00:00
Eric Pouech
bf2b765810 Fixed hash function. 1999-11-15 00:07:30 +00:00
Eric Pouech
9aa8960f7e The adwInfo[0] field was no longer used on mmioOpen (may contain file
handle).
1999-11-14 23:59:01 +00:00
Eric Pouech
76cc171f4b Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
FreePropVariantArray.
1999-11-14 23:56:11 +00:00
Eric Pouech
5f6080ee05 Removed suicide code when playback thread's father dies. 1999-11-14 23:53:41 +00:00
Juergen Schmied
46e8fff46d - the colums in the shellview are now created depending on the
attributes of the folder object shown
- get all attributes from the shellfolder instead directly from the idlist
- header fields localized (only engl. and german till now)
- small fixes
1999-11-14 21:33:23 +00:00
Juergen Schmied
1679f2c250 - corrected control positions
- use the icons from comctl32 for the buttons
1999-11-14 21:29:24 +00:00
Ulrich Weigand
6ca85a5e80 Bugfix: relay/snoop debugging was broken by last patch ... 1999-11-14 21:28:57 +00:00
Alexandre Julliard
578c10090b Moved ptrace support to ptrace.c. Tried to improve portability. 1999-11-14 21:23:21 +00:00
Alexandre Julliard
3b832225f1 Bug fixes. 1999-11-14 21:02:04 +00:00
Ulrich Weigand
1ca11f51b3 Fixed some unresolved externals on non-Intel archs. 1999-11-14 19:45:05 +00:00
Rein Klazes
43a98a6b4d Added missing WINAPI attribute to two forward declarations. 1999-11-14 19:44:43 +00:00
Francois Gouget
85e1f22e26 Removed leftover #undefs. 1999-11-14 19:44:25 +00:00
Uwe Bonnes
c697cc3d59 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen. 1999-11-14 19:44:02 +00:00
Marcus Meissner
1077d0cd1c Work around glibc bug, that does not handle latin-1 umlauts. 1999-11-14 19:43:05 +00:00
Ulrich Weigand
eb94c7d2c4 Adapted to new register function handling. 1999-11-13 23:54:04 +00:00
Ulrich Weigand
9b233bdb8a Modified Win32 register function handling. 1999-11-13 23:51:13 +00:00
Francois Gouget
ae5e93e365 Use BSD headers for ICMP portability. 1999-11-13 23:02:06 +00:00
Juergen Schmied
111f0e35a4 - inserted markers for the bin2res tool
- reformated hexdump in shres.rc
1999-11-13 22:38:24 +00:00
Juergen Schmied
04f7fe7de3 New tool to convert the binary resources in *.rc files (hexdumps) from
and to a binary.
1999-11-13 22:32:21 +00:00
Patrik Stridvall
b9010214d2 Added better missing function emulation. 1999-11-13 22:23:35 +00:00
Ulrich Weigand
b3ec4b91af Made debugger compile and marginally work on non-Intel archs. 1999-11-13 20:58:45 +00:00