Juergen Schmied
c17ddc868e
Fixes.
...
Use GetModuleHandleA instead of LoadLibrary for dlls imported by
the spec file.
2000-04-28 20:16:40 +00:00
Dmitry Timoshkov
3853f0f0d4
Make WineLook=Win95 the default setting.
2000-04-28 20:01:03 +00:00
Lionel Ulmer
48393a762e
Added leaving of critical section on all return cases.
2000-04-28 20:00:43 +00:00
Ove Kaaven
1f9b4b0a8f
Removed init_sect. Use Interlocked* functions instead.
2000-04-28 20:00:20 +00:00
Juergen Schmied
6889c68680
Small fixes, removed asserts.
2000-04-28 19:59:48 +00:00
Alexandre Julliard
edd77b933b
Changed imports of winspool to winspool.drv.
2000-04-28 14:50:54 +00:00
Alexandre Julliard
a7ca190ac7
Added libkeyboard.so creation.
2000-04-28 14:50:10 +00:00
Martin Fuchs
33bdf53d9d
- Return modified rectangle after layouting header control
...
- Output text in header control when no other Flag specified
- Delay bounding rectangle calculation for header control items
2000-04-28 14:46:36 +00:00
Chris Morgan
980afc9a3d
Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
...
Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
look/behave almost exactly the same as native windows.
2000-04-28 14:45:44 +00:00
Chris Morgan
3f13c7a951
Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
...
SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
2000-04-28 14:44:57 +00:00
Rein Klazes
0a54d5a39f
Implement mark and space parity generation. Accept one-and- a-half
...
stopbits: the most common uarts will generate this automatically when
there are 5 databits.
2000-04-28 14:44:33 +00:00
Ove Kaaven
1abdb6f74d
Override fork().
2000-04-28 14:44:05 +00:00
Dimitrie O. Paun
7827254cf2
Get rid of HEAP_xrealloc.
2000-04-28 14:43:34 +00:00
Patrik Stridvall
2941a2126c
Compile fix for --without-x.
2000-04-25 20:34:22 +00:00
Patrik Stridvall
a4ecb41e49
Added new configuration file option for selecting graphics driver.
2000-04-25 20:12:55 +00:00
Patrik Stridvall
906465f5a7
Link the TTY driver with the standard libs.
2000-04-25 19:58:22 +00:00
Eric Pouech
44af98cb36
Fixed winspool(.drv) loading.
2000-04-25 19:57:27 +00:00
Patrik Stridvall
3d511617f4
Removed X_DISPLAY_MISSING.
2000-04-25 19:55:35 +00:00
Ulrich Weigand
164bac9292
Improved CodeView type information loader.
2000-04-25 19:53:49 +00:00
Gerard Patel
cc6d2f90bc
Don't use the template member unless the corresponding flag is set.
2000-04-25 19:53:04 +00:00
Alexandre Julliard
fd40e89fe9
Switched to the X11 license.
2000-04-24 18:05:22 +00:00
Patrik Stridvall
e29dbc5814
Fixed some warnings.
2000-04-24 18:04:24 +00:00
Patrik Stridvall
55ef9a5a68
Fixed issues found by winapi_check.
2000-04-24 18:03:54 +00:00
Patrik Stridvall
14bb7f1478
- Updated API files.
...
- Improved misplaced function checking.
- Fixed minor bugs.
2000-04-24 18:02:32 +00:00
Francois Gouget
b42ed5425b
Include string.h to make winnt.h self-sufficient.
2000-04-24 18:02:02 +00:00
Alexandre Julliard
5f4c9a0023
Patrick Yang (Corel)
...
infoPtr sometimes can be NULL.
2000-04-24 18:01:27 +00:00
Gerard Patel
7324295be8
32 bits message processing for color dialog.
2000-04-24 17:35:11 +00:00
Martin Fuchs
c37a639e33
Fixed toolbar bitmap size handling.
2000-04-24 17:34:42 +00:00
Rein Klazes
87d224ac39
Correct test for linux 2.2 joystick API, which returned true in every
...
case.
2000-04-24 17:33:49 +00:00
Dimitrie O. Paun
cb18dbf9ce
Removed the last xmalloc calls.
2000-04-24 17:33:06 +00:00
Alexandre Julliard
e1e75371d9
Implemented on-demand loading of builtin dlls using dlopen().
2000-04-24 17:17:49 +00:00
Alexandre Julliard
59b0d7b202
Build wineclipsrv as part of the x11drv dll.
2000-04-23 20:41:04 +00:00
Alexandre Julliard
a0d9ffdaa1
Removed a few inter-dll dependencies.
2000-04-23 20:40:23 +00:00
Rein Klazes
8a0808fa92
Make RDW_ValidateParent() modify the update region of all parents, not
...
just the direct parent.
2000-04-23 20:39:09 +00:00
Uwe Bonnes
69277bba89
SNOOP_PrintArg: replaced IsBad* functions by exception handler.
2000-04-23 20:38:49 +00:00
Patrik Stridvall
5e5ad53109
Added --without-curses compile option.
2000-04-23 20:02:46 +00:00
Ove Kaaven
166209a725
Added some more pthread overrides.
2000-04-23 20:01:45 +00:00
Ove Kaaven
e8b74bfdda
Fixed debugger registry key location.
2000-04-23 20:00:19 +00:00
Francois Gouget
c0adb215d9
Use DECLARE_HANDLE to declare handles.
2000-04-23 19:59:56 +00:00
Francois Gouget
6aadd966c0
DECLARE_HANDLE should not be undef'ed after use.
2000-04-23 19:59:42 +00:00
Ove Kaaven
b4018e7a57
Fix edit control's WM_GETTEXT behaviour.
2000-04-23 19:59:11 +00:00
Gerard Patel
a7adda8280
Do not initialize dcb in BuildCommDCB[AndTimeouts].
2000-04-23 19:58:44 +00:00
Dmitry Timoshkov
fca70fe032
Adapted unimap.pl script and generated by it casemap.h to the Unicode
...
Standard, Version 3.0.
2000-04-23 19:58:17 +00:00
Gerard Patel
2b37da6792
Check if dialog is visible before setting the focus.
2000-04-23 19:57:50 +00:00
Dmitry Timoshkov
268a36e872
Removed the longstanding hack in response to WM_ACTIVATE message.
2000-04-23 19:57:21 +00:00
Martin Fuchs
fcf9f24451
Fixed GetNumberFormat declaration.
2000-04-23 19:56:47 +00:00
Alexandre Julliard
491bc7c751
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
of the button changes. Stops flickering in toolbars caused by
excessive redrawing.
2000-04-23 19:56:07 +00:00
Gerard Patel
9d3845c565
Stub for InternetGetConnectedState.
2000-04-23 19:55:26 +00:00
Francois Gouget
32ef5a184b
Fixed GetProcessHeap() for the STRICT mode.
2000-04-23 19:54:42 +00:00
Marcus Meissner
dfee49e3ed
Also check for empty GUID in DirectDrawCreate.
2000-04-23 19:53:46 +00:00