François Gouget
ef14b8a9e6
Added CreateWindowStation.
2000-12-19 04:52:17 +00:00
François Gouget
da4fd92316
Removed the 'extern "C" { ... }' statement. It is not supposed to be
...
there.
2000-12-19 04:51:43 +00:00
François Gouget
640ec8e635
Moved a misplaced 'extern "C" { ... }' statement.
2000-12-19 04:51:10 +00:00
François Gouget
5051020e9f
Added better support for Unicode:
...
Added support for 16-bit wchar_t
Added support for rewriting 4-byte Unicode literals to 16bit Unicode
2000-12-19 04:50:49 +00:00
Ulrich Weigand
975914003b
Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
2000-12-19 03:38:53 +00:00
Gerard Patel
9ea31be4ff
Stub for DllDebugObjectRPCHook.
2000-12-19 03:38:05 +00:00
Gerard Patel
53d198cc00
Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
...
ITypeInfo_fnGetContainingTypeLib.
2000-12-19 03:37:44 +00:00
Gerard Patel
565ba5899c
Do not send a WM_NOTIFYFORMAT to a non-existent owner.
2000-12-19 03:37:02 +00:00
Alexandre Julliard
1ab243bac1
Merged the get_read_fd and get_write_fd requests.
2000-12-19 02:12:45 +00:00
Marcus Meissner
d88dbb4a10
Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
2000-12-19 02:10:26 +00:00
François Gouget
89c476f9d6
_str{dec,inc}: Cast the parameters to the proper type first
...
Added definitions for _tfinddata*
2000-12-19 02:10:07 +00:00
François Gouget
42b3ee74be
Moved some of the STDMETHOD/STDAPI to winnt.h.
...
Moved the EXTERN_C macro to winnt.h.
Added a '#ifndef __WINE__' around the remaining macros.
2000-12-19 02:09:52 +00:00
François Gouget
174664a251
Removed some of the SECURITY_xxx types.
2000-12-19 02:09:23 +00:00
François Gouget
c3cd6b55ca
Added SetUserObjectSecurity.
2000-12-19 02:09:05 +00:00
Guy L. Albertelli
69f4a90a46
Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
2000-12-19 02:08:35 +00:00
Hidenori Takeshima
a257b96dd3
Implemented keyboard layout and context - far from complete.
2000-12-18 03:51:16 +00:00
Morten Welinder
a2d11df25b
(strcasecmp): Conform to ANSI specs for toupper.
...
(strncasecmp): Ditto. Also do not use side-effects in macro args.
(wine_openpty): Plug descriptor leak. Always set errno on failure.
(wine_anon_mmap): Fix comment location.
2000-12-18 03:50:15 +00:00
Morten Welinder
87093f5386
(parse_options): Allow GNU-like option arguments like
...
"--desktop=800x600". (Not perfect -- we don't allow shorthands.)
2000-12-18 03:49:49 +00:00
Patrik Stridvall
35d288bca1
Solaris fixes.
2000-12-18 03:13:52 +00:00
Guy L. Albertelli
943ba3f1bc
- Implement drag for vertical rebars (drag up and down).
...
- Better algorithims for inserting new bands - matches native version
closer.
- Make drawing of rebar attempt to match native pixel by pixel (note
this does not fix the embedded controls in each band - they still are
as good or bad as before.)
- Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
_DELETINGBAND, _DELETEDBAND).
2000-12-18 03:13:19 +00:00
Guy L. Albertelli
762ed03a3e
Pass WM_COMMAND and WM_NOTIFY to parent as received.
2000-12-18 03:12:31 +00:00
Gerard Patel
08e7086189
Change the current directory as the user browses the directory tree.
2000-12-18 03:12:06 +00:00
David Elliott
2a53800d56
Changed typo va_list to valist.
2000-12-18 03:11:32 +00:00
Gerard Patel
6e8519b128
Allow for the dialog font size to be set directly in pixels.
2000-12-18 03:11:10 +00:00
Gerard Patel
cc3e0c5d90
WM_GETMINMAXINFO track min size should be used in SetWindowPos also
...
for 32 bits apps.
2000-12-18 03:10:42 +00:00
Marcus Meissner
ab7fc4a0c6
Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
2000-12-18 03:10:19 +00:00
Patrik Stridvall
00b86a9b04
Fixed some issues found by winapi_check.
2000-12-16 21:55:05 +00:00
Patrik Stridvall
fa29de7c6c
- Minor API file update.
...
- Turned on --documentation-arguments by default.
2000-12-16 21:54:49 +00:00
Jon Griffiths
88e2453716
- Fix _fullpath & splitpath, winapi_check fixes
...
- Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
_wtoi & _wtol (fwd),scanf,_timezone_dll
2000-12-16 21:53:56 +00:00
Alexandre Julliard
ce1398e384
Avoid a couple of dependencies on input.c internal variables.
2000-12-16 20:37:16 +00:00
Alexandre Julliard
b583ed33de
Fixed infinite loop in CRTDLL__fcloseall.
2000-12-16 20:19:11 +00:00
Hidenori Takeshima
85722666a9
Implemented some APIs and IME class - far from complete.
2000-12-16 20:18:07 +00:00
Marcus Meissner
34c9f9fb39
Check for NULL before doing IsEqualGUID().
2000-12-16 20:17:22 +00:00
Eric Pouech
aaa78f9cda
Fixed loading of 16 bit MCI drivers (for command tables).
...
Fixed alias handling in mciSendString.
2000-12-16 20:17:04 +00:00
Andreas Mohr
de0f6dd5fe
- don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
...
- corrected VcpClose .spec
2000-12-16 20:16:33 +00:00
Alexandre Julliard
66fed8cb2d
Allocate entry points dynamically to allow for a larger number of
...
ordinals.
2000-12-15 23:04:40 +00:00
Hidenori Takeshima
473fd0b0f7
Implemented some DDK APIs - far from complete.
2000-12-15 23:00:00 +00:00
Francois Gouget
847c874025
Create a symbolic link to ole/libuuid.a.
2000-12-15 22:59:16 +00:00
Francois Gouget
73995e2e4c
Always link with uuid.
2000-12-15 22:58:55 +00:00
Ulrich Czekalla
7c55bc0cd6
Only capture mouse when an item is selected.
2000-12-15 22:58:25 +00:00
François Gouget
7d6467649f
Moved some macros like NULL, FALSE to winnt.h
...
Moved the anonymous struct/unions to winnt.h
Moved calling convention macros to winnt.h
Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
Moved HANDLE and DECLARE_HANDLE to winnt.h
Moved structure packing macros to winnt.h
2000-12-15 21:31:03 +00:00
François Gouget
ecae926945
Needs to include windef.h.
2000-12-15 21:30:35 +00:00
François Gouget
997b42c243
Added OleIsCurrentClipboard and OleSetClipboard.
2000-12-15 21:29:59 +00:00
François Gouget
9a8c2e26b1
Fixed the prototype of GetClassFile.
2000-12-15 21:29:41 +00:00
Gerard Patel
ef456af6e5
Don't return last active popup if it is pointing to a deleted window.
2000-12-15 21:29:13 +00:00
Andreas Mohr
1f192c15bb
Improved usage message.
2000-12-15 21:28:47 +00:00
Alexandre Julliard
0b6a79c961
Converted enum_key_value request to the new request mechanism.
2000-12-15 20:57:00 +00:00
Huw D M Davies
ebb3a68cbc
Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
2000-12-15 20:55:39 +00:00
Aric Stewart
844625cbc5
Fixed some difficulties with the font on vertical tabs. Also plugged a
...
resource leak.
2000-12-15 20:55:20 +00:00
Ulrich Czekalla
361eebb1ba
Mark width as valid when we send HDN_ENDTRACKA.
2000-12-15 20:54:41 +00:00