Mike McCormack
|
4306eaa898
|
Corrected c2man flags. It still crashes anyhow :-/
|
2000-07-23 19:27:00 +00:00 |
Lionel Ulmer
|
1434d875ea
|
Detect broken glext.h headers.
|
2000-07-23 14:23:31 +00:00 |
Mike McCormack
|
0e2d0e076f
|
Added some basic text display and editing capabilities, cursor
positioning, a bit of scrolling and a text file loader.
|
2000-07-23 14:22:47 +00:00 |
Gerard Patel
|
7f392f5e1b
|
Focus handling, visual changes + misc fixes.
|
2000-07-23 14:21:38 +00:00 |
Mike McCormack
|
8fc00076b9
|
Implemented lineGetCountry. (works with HyperTrm.exe)
|
2000-07-23 14:20:58 +00:00 |
Andreas Mohr
|
cf80f0ab11
|
Added InstallHinfSection stub.
|
2000-07-23 14:20:34 +00:00 |
Francois Gouget
|
df96c97979
|
Removed duplicate declaration of AddAccessAllowedAce.
|
2000-07-23 14:19:59 +00:00 |
Aric Stewart
|
9024c107bf
|
Handle the case where the function SetItem is called to select an item
or set its focus.
|
2000-07-23 14:19:42 +00:00 |
Ove Kaaven
|
fddc3e15d8
|
Added a few C++ operators to Direct3D structures, and made some unions
'nameless'.
|
2000-07-23 14:19:19 +00:00 |
Eric Pouech
|
37f5c11118
|
Insured that all parameters of async functions are copied before
returnig from request.
|
2000-07-23 14:17:51 +00:00 |
Ove Kaaven
|
690142dc5b
|
Fix a few typos and such.
|
2000-07-23 13:43:00 +00:00 |
Ove Kaaven
|
3c1f362ca9
|
Added some DirectDraw7-related definitions.
|
2000-07-23 13:42:13 +00:00 |
Marcus Meissner
|
b53bb4197e
|
Make non-existence of (f)lex an error.
|
2000-07-23 13:41:51 +00:00 |
Marcus Meissner
|
bfae5c8382
|
IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
|
2000-07-23 13:39:52 +00:00 |
Ove Kaaven
|
f9e4e4808e
|
Added a few Win32 definitions.
|
2000-07-23 13:38:24 +00:00 |
Ove Kaaven
|
7200dc88e1
|
Reduce scope of "Status" #ifdef hack.
|
2000-07-23 13:38:08 +00:00 |
Ove Kaaven
|
70668d1a69
|
Say that "No handler" messages as fatal.
|
2000-07-23 13:37:53 +00:00 |
Alexandre Julliard
|
81d50b1c8a
|
Fixed SharedDir location.
|
2000-07-23 13:37:35 +00:00 |
Ove Kaaven
|
9b2060afab
|
Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
the ugly Dr7 hack.
|
2000-07-23 13:36:41 +00:00 |
Eric Pouech
|
eef1fb8f41
|
Fixed first seek on MEM mmio files.
|
2000-07-23 13:35:39 +00:00 |
Gerard Patel
|
9239ddd245
|
Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
|
2000-07-23 13:35:14 +00:00 |
John R. Sheets
|
646d2a2aaf
|
Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
|
2000-07-23 13:34:43 +00:00 |
John R. Sheets
|
4d2bd36442
|
Put the URL parameter list in with the URL path if the ExtraInfo
buffer isn't specified.
|
2000-07-23 13:34:21 +00:00 |
Gerard Patel
|
9fe0e634e5
|
Fixed calculation of buffer length after switch of window text to
unicode.
|
2000-07-23 13:33:48 +00:00 |
Ove Kaaven
|
f96df31096
|
Comment out a nonfunctional DOS part of debugger.
|
2000-07-23 13:33:18 +00:00 |
Ove Kaaven
|
6713541db9
|
Added stub for RasHangUpA().
|
2000-07-23 13:32:57 +00:00 |
Ove Kaaven
|
c27b6cf944
|
DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
to documentation.
|
2000-07-23 13:32:21 +00:00 |
Ove Kaaven
|
91ae8cb23c
|
Fixed a few problems.
|
2000-07-23 13:32:04 +00:00 |
David Elliott
|
17b341270a
|
- Changed the temporary buffer for loading resources from 256 to 512
- Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
the function
- Use lstrcpynW instead of lstrcpyW
|
2000-07-23 13:31:41 +00:00 |
Alexandre Julliard
|
230479fba2
|
Release 20000716.
|
2000-07-16 21:10:05 +00:00 |
Alexandre Julliard
|
a46f5ad0c0
|
Changed julliard@lrc.epfl.ch to julliard@winehq.com
|
2000-07-16 21:09:03 +00:00 |
Alexandre Julliard
|
d51ee843c5
|
Added assembly wrapper for calling window procedures.
|
2000-07-16 20:29:44 +00:00 |
Alexandre Julliard
|
a3e0cfc5fb
|
Get full path of argv[0] before we change directories.
Make sure process names are long path names.
Cleaned up initialisation a bit.
|
2000-07-16 18:21:34 +00:00 |
Stephane Lussier
|
56adb25f7d
|
In set_socket_event, the event should be signaled if there's a pending
network event corresponding to the events the application wanted to be
notified.
|
2000-07-16 18:14:01 +00:00 |
Andreas Mohr
|
2caee712a2
|
Spelling fixes.
|
2000-07-16 15:44:22 +00:00 |
Andreas Mohr
|
6f83a5ee8f
|
Doc and trace updates.
|
2000-07-16 15:43:07 +00:00 |
Marcus Meissner
|
dad709122a
|
Transmit current directory settings to newly created processes.
|
2000-07-16 15:42:22 +00:00 |
Peter Ganten
|
33923f296f
|
Added German installation and configuration manual.
|
2000-07-16 15:41:17 +00:00 |
Raul Fernandes
|
9ed48c6af9
|
Added Brazilian keyboard.
|
2000-07-16 15:40:29 +00:00 |
Gerard Patel
|
9788ba6e54
|
Set clipping region to client window before owner-drawn painting.
|
2000-07-16 15:39:37 +00:00 |
Andreas Mohr
|
08412fb64d
|
Added the "SharedDir" registry key.
|
2000-07-16 15:39:05 +00:00 |
Lionel Ulmer
|
a8cc5f543e
|
- fix Direct3D support and a lot of warnings
- add support for DDraw in a window (not optimized yet)
- cleans up OpenGL extensions handling for D3D
|
2000-07-16 14:40:35 +00:00 |
Gerard Patel
|
0e805aa358
|
Background of SS_SIMPLE static control is not filled (unless it has
SS_NOPREFIX too).
|
2000-07-16 14:39:21 +00:00 |
Marcus Meissner
|
c895908824
|
Drop UNIX cwd to / after calculating WINE current directory (to allow
CD unmounts).
|
2000-07-16 14:38:53 +00:00 |
Stephane Lussier
|
96754f5ec6
|
New version of the patch from Francois Jacques with a modification of
my own that makes everybody happy :-)
|
2000-07-15 21:37:33 +00:00 |
Mike McCormack
|
a341a96789
|
Hook serialui dll into existing comm functions.
|
2000-07-15 21:36:31 +00:00 |
Mike McCormack
|
dc2461e804
|
Implemented serialui dll containing CommConfigDialog,
GetDefaultCommConfig and SetDefaultCommConfig.
|
2000-07-15 21:35:55 +00:00 |
Patrik Stridvall
|
6314ad696b
|
Fixed some warnings.
|
2000-07-15 21:33:38 +00:00 |
Patrik Stridvall
|
c5f948c256
|
- Minor API files fixes.
- Minor bug fixes and additions.
|
2000-07-15 21:32:55 +00:00 |
Patrik Stridvall
|
e03fe5a420
|
Fixed some issues found by winapi_check.
|
2000-07-15 21:32:26 +00:00 |