Ove Kaaven
db1f948afb
Don't disable keyboard autorepeat, since autorepeat is now detectable.
2001-01-28 23:43:20 +00:00
Marcus Meissner
15a525973b
- Siedler3 appears to have rather limited buffers for device/description
...
strings and crashes with those long strings. Shortened those strings.
- Also driver needs to be "display" for display devices (some other
programs rely on that info I seem to remember).
- Fixed DSurface::GetSurfaceDesc to not just blindly copy a
DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
2001-01-28 23:15:17 +00:00
Alexandre Julliard
e81843bb61
Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel State <gav@transgaming.com>
...
Implemented circular buffering for the dinput mouse device.
Mapped the mouse warp on the center of the cooperative window, which
should make windowed games work better in managed mode.
2001-01-28 23:14:25 +00:00
Huw D M Davies
d4b933e7d2
Take into account unprintable margins in psdrv.
2001-01-28 23:13:45 +00:00
Alexandre Julliard
71891e1fd6
Authors: Huw D M Davies <hdavies@codeweavers.com>, Dmitry Timoshkov <dmitry@codeweavers.com>
...
psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
bin.
2001-01-28 23:13:25 +00:00
Dmitry Timoshkov
e1f6dc0dbd
Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
2001-01-28 23:12:52 +00:00
Josh DuBois
62e823c6b1
Fixed typo.
2001-01-28 23:12:19 +00:00
Eric Pouech
5d1892358b
Fixed some mci string parsing issues.
...
Added more mappings 32ATo16.
2001-01-28 23:11:27 +00:00
Eric Pouech
2251fbc3c4
Simplified memory allocation for asynchronous MCI message handling.
2001-01-28 23:10:52 +00:00
Eric Pouech
15a3d774b0
Delay importing user32 (only used for configuration).
2001-01-28 23:10:22 +00:00
Eric Pouech
052b3f1612
Fixed a few oddities.
2001-01-28 23:09:55 +00:00
Eric Pouech
0639d603cc
Added a bit more of flags handling in drawdib functions.
2001-01-28 23:09:38 +00:00
Chris Morgan
1b77327515
Put a '\n' at the end of the FIXME to prevent very odd and difficult
...
to debug crashes due to overflowing of the debug info's output buffer.
2001-01-28 23:09:11 +00:00
Jon Griffiths
0395a4fba4
Improve name demangling, add 'demangle symbol' option.
2001-01-28 23:08:52 +00:00
Jeremy White
0350d2fd62
Remove the keyword 'function', as requested by Robert Luberda.
2001-01-26 21:01:32 +00:00
Martin Pilka
ac0b814444
Fixed typo which caused the WritetoHomeRegistryFiles option to be
...
ignored.
2001-01-26 21:00:48 +00:00
Guy L. Albertelli
a249595957
- Rewrite WM_CREATE to match native (allocating own Edit control, etc).
...
- Implement additional WNDPROCs for the Combo and Edit controls to
handle different functions.
- Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
2001-01-26 21:00:10 +00:00
Guy L. Albertelli
4782b0e57f
- When painting the text, if the control is OWNERDRAWN the issue the
...
WM_DRAWITEM message.
- Set the focused status at the end of the end of the Setfocus routine.
- Flip the order of updating the list box and issuing the WM_NOTIFY
for CBN_EDITUPDATE to match native.
2001-01-26 20:59:51 +00:00
Alexandre Julliard
e939eae00b
Made exception_event_request non-blocking, and added
...
get_exception_status to retrieve the exception result returned by the
debugger.
2001-01-26 20:45:41 +00:00
James Juran
f4d5fefb0a
Add <string.h> to files that needed it.
2001-01-26 20:43:40 +00:00
Andreas Mohr
c9cf70d448
Some more cleanups.
2001-01-26 20:40:50 +00:00
Ove Kaaven
36d3aa3d10
Check that the linux 2.4 event interface is available before creating
...
a dinput device based on it.
2001-01-26 20:39:07 +00:00
Huw D M Davies
8a65170c37
Handle the lpDx array properly.
2001-01-26 20:38:11 +00:00
Martin Pilka
d1e3245b6b
Fixed SW_RESTORE handling.
2001-01-26 20:37:48 +00:00
Dmitry Timoshkov
40fddf7c1b
Do not notify parent of the Edit control on WM_SETTEXT when Edit is
...
part of the ComboBox.
2001-01-26 20:37:18 +00:00
Guy L. Albertelli
8673f91b9e
- make hidden bands have valid (0 width) child window areas
...
- when hiding a band, don't show the window, hide it.
2001-01-26 20:36:53 +00:00
Alexandre Julliard
e9936d96e1
Changed wait_process and wait_debug_event requests to never block;
...
waiting is always done through WaitForSingleObject().
2001-01-26 00:22:26 +00:00
Andreas Mohr
819bff4d33
Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
2001-01-26 00:20:05 +00:00
Dmitry Timoshkov
06e735d2ec
Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
...
API calls.
2001-01-26 00:19:33 +00:00
Alexandre Julliard
4d77fc44bc
Got rid of WPRINTF_ExtractVAPtr.
2001-01-25 22:24:26 +00:00
Patrik Stridvall
d5f824b482
Fixed some issues found by winapi_check.
2001-01-25 22:23:08 +00:00
Patrik Stridvall
ad00529bd8
Minor bugfixes.
2001-01-25 22:22:37 +00:00
Patrik Stridvall
0c61028734
Documentation ordinal fixes.
2001-01-25 22:22:21 +00:00
Alexandre Julliard
306fc9c475
Fixed typo in HKEY_USERS/.Default creation.
2001-01-25 21:48:24 +00:00
Gerard Patel
09d64c83cf
Don't send notifications for the initial display of the first tab of
...
the control.
2001-01-25 21:48:01 +00:00
Gerard Patel
2f47f3d0c0
Added a few messages and notifications.
2001-01-25 21:47:12 +00:00
Eric Kohl
0711df6217
Disabled setting of viewport origin from an EMF.
2001-01-25 21:46:52 +00:00
Susan Farley
8cc20f8f7e
Always restore the bit_gravity to BGForget after using BGNorthwest to
...
copy bits during SetWindowPos.
2001-01-25 21:46:26 +00:00
John R. Sheets
69f4045b52
Added the necessary registry entries for the Mozilla ActiveX control.
2001-01-25 21:45:44 +00:00
Andreas Mohr
4f565d6d6c
Only set window text for WM_NCCREATE in DefWindowProc*() in case
...
lpszName is a string (i.e. check HIWORD).
2001-01-24 19:57:04 +00:00
Alexandre Julliard
803dbb6f00
Removed non-standard OBM_RADIOCHECK bitmap.
2001-01-24 19:48:39 +00:00
Alexandre Julliard
c1d35ccd9b
Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
...
and menu check marks.
2001-01-24 19:47:57 +00:00
Eric Kohl
d40ef6bfe4
Several fixes for playing enhanced metafiles in a given rectangle.
2001-01-24 19:38:38 +00:00
Eric Kohl
08936ff97a
Partial implementation of world transform support.
2001-01-24 19:38:11 +00:00
Andreas Mohr
c9ec884645
Documentation updates.
2001-01-24 19:37:13 +00:00
John R. Sheets
1828e59352
- Split Winelib User Guide into smaller files for easier maintenance
...
and better integration with make_winehq.
- Add some Winelib docs from Jon Griffiths.
- Fix a <sect2> problem in running.sgml.
2001-01-24 19:36:24 +00:00
Dmitry Timoshkov
9c446a13cd
Protect read-only edit control from modification.
2001-01-22 19:28:27 +00:00
Jon Griffiths
2b77ea0441
Implemented __dllonexit.
2001-01-22 19:28:07 +00:00
Gerard Patel
c0ca077f0b
Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
...
LISTVIEW_UpdateSize.
2001-01-22 19:27:43 +00:00
Gerard Patel
151023d15a
Display the config file location in the incorrect config file error
...
message.
2001-01-22 19:27:06 +00:00