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
Alexandre Julliard
84eb8334da
Added some missing import directives.
2000-04-19 16:54:02 +00:00
Alexandre Julliard
ae7ae694b3
Removed winmm from import list.
2000-04-19 16:52:06 +00:00
Alexandre Julliard
59d99130c5
Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
2000-04-19 16:48:45 +00:00
Alexandre Julliard
bc4b88ffcd
Fixed resource loading.
2000-04-19 16:47:20 +00:00
John R. Sheets
b741cc0f52
Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
...
Added dump for MISC section.
2000-04-19 16:46:42 +00:00
Andreas Mohr
3676c17646
Added DirectPlay registry keys to winedefault.reg.
2000-04-19 16:46:07 +00:00
Stephane Lussier
30316dd5f6
Mousewheel support.
2000-04-19 16:45:30 +00:00
Alexandre Julliard
180a088beb
Moved PE header definitions to winnt.h where they belong.
2000-04-18 11:58:24 +00:00
Stephane Lussier
4bdf4af11e
Implemented Mousewheel support.
2000-04-18 11:56:33 +00:00
Rein Klazes
e9b2f3c0f4
Convert service and protocol names to lowercase before calling
...
getservby{name|port} and getprotoby{name|port}.
2000-04-18 11:54:59 +00:00
Huw D M Davies
f46e1d8a51
Fix return value for OffsetRgn if x and y are 0.
2000-04-18 11:54:29 +00:00
Huw D M Davies
a3d3ff8d34
Implement StrokeAndFillPath.
...
Call DeleteObject when finished with hrgn in PATH_FillPath.
2000-04-18 11:54:12 +00:00
Huw D M Davies
008c388af3
Fixed typo.
2000-04-18 11:53:45 +00:00
Sheri Steeves
118ce5dec1
EMR_SELECTOBJECT records stock objects with their id as the object
...
handle and the high bit set.
2000-04-18 11:53:23 +00:00
Huw D M Davies
c9315fe820
Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
2000-04-18 11:52:58 +00:00
Alexandre Julliard
27d31a5d43
Removed permission checks in create_key and delete_key. It seems
...
Windows doesn't check anything.
2000-04-16 20:28:42 +00:00
Richard Cohen
c775e1ec7f
Wrap an exception handler around FindResource.
2000-04-16 20:27:51 +00:00
Uwe Bonnes
72e1be10ea
Corrected WinMain.
...
Added test case for RegCreateKeyEx showing win95 behaviour.
2000-04-16 20:27:35 +00:00
Alexandre Julliard
a6795414d1
Implemented 'walk process' and 'walk threads' commands using toolhelp
...
snapshots.
2000-04-16 19:46:35 +00:00
Alexandre Julliard
07d8446918
Implemented thread and (partial) module snapshots, based on the work
...
of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
2000-04-16 19:45:05 +00:00
Alexandre Julliard
c970904c2c
Save the registry on server exit without client intervention.
...
Removed "alt" registry files since we now have symlinks and
WINEPREFIX to replace them.
2000-04-16 17:21:13 +00:00
Stephane Lussier
fa8b7281cd
Support switching the keyboard layout with WINE running.
2000-04-16 17:07:27 +00:00
Uwe Bonnes
11dee2b151
fgets: Don't swallow \n, treat EOF
...
feof: Crude implementation
signal: Return error
2000-04-16 17:06:44 +00:00
Uwe Bonnes
fbca8fe56a
Add missing backslash in the debugger definition.
2000-04-16 17:05:54 +00:00
Rein Klazes
14e5252185
SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
...
adjustment of 2 minutes just in case...
2000-04-16 17:05:36 +00:00
Marcus Meissner
b2dd2c5cee
DSOUND_MixerNorm: do not compare unrelated pointers.
2000-04-16 17:05:06 +00:00
Alexandre Julliard
8e8f0f52f7
Rewrote command-line parsing of CreateProcessA to be more compatible.
2000-04-15 21:30:33 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Patrik Stridvall
f0deb8a17e
Fixed some issues reported by winapi_check.
2000-04-15 20:44:21 +00:00
Patrik Stridvall
1932d402ec
- API files update.
...
- Add new options --all and --none that enable/disables all check
respectively.
- Fixed and improved stub statistics.
- Fixed bug that prevented checking of the first function in the .spec files.
- Partial implementation of a more advanced misplaced function checking.
- Minor fixes.
2000-04-15 20:39:55 +00:00
Martin Fuchs
1d20af694c
Implement CCS_NOMOVEY for tool bars.
2000-04-15 20:38:11 +00:00
Ove Kaaven
b5d37ec72c
Symlink root's registry to global registry. Minor cleanups.
2000-04-15 20:37:14 +00:00
Owen Wang
7b080ec258
Added further implementation of WINAPI EnumDateFormats() to support
...
three more locales: German(standard), French(standard) and French
(canadian). All date formats follow conventions from Windows NT 4.0
2000-04-15 20:36:43 +00:00
Serge Ivanov
1db182f20b
Added proper handling TVIS_OVERLAYMASK flag and allows to display
...
overlay images. Fixed off by one error with listitem in
TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
2000-04-15 20:36:15 +00:00
Ove Kaaven
f19f07d5f3
POSIX threads emulation, tricks glibc into being threadsafe.
2000-04-14 14:47:02 +00:00