Juergen Schmied [Fri, 28 Apr 2000 20:18:15 +0000 (20:18 +0000)]
Fixed: extract the icon by resource id.
Juergen Schmied [Fri, 28 Apr 2000 20:17:14 +0000 (20:17 +0000)]
Small fixes.
Juergen Schmied [Fri, 28 Apr 2000 20:16:40 +0000 (20:16 +0000)]
Fixes.
Use GetModuleHandleA instead of LoadLibrary for dlls imported by
the spec file.
Dmitry Timoshkov [Fri, 28 Apr 2000 20:01:03 +0000 (20:01 +0000)]
Make WineLook=Win95 the default setting.
Lionel Ulmer [Fri, 28 Apr 2000 20:00:43 +0000 (20:00 +0000)]
Added leaving of critical section on all return cases.
Ove Kaaven [Fri, 28 Apr 2000 20:00:20 +0000 (20:00 +0000)]
Removed init_sect. Use Interlocked* functions instead.
Juergen Schmied [Fri, 28 Apr 2000 19:59:48 +0000 (19:59 +0000)]
Small fixes, removed asserts.
Alexandre Julliard [Fri, 28 Apr 2000 14:50:54 +0000 (14:50 +0000)]
Changed imports of winspool to winspool.drv.
Alexandre Julliard [Fri, 28 Apr 2000 14:50:10 +0000 (14:50 +0000)]
Added libkeyboard.so creation.
Martin Fuchs [Fri, 28 Apr 2000 14:46:36 +0000 (14:46 +0000)]
- 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
Chris Morgan [Fri, 28 Apr 2000 14:45:44 +0000 (14:45 +0000)]
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.
Chris Morgan [Fri, 28 Apr 2000 14:44:57 +0000 (14:44 +0000)]
Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
Rein Klazes [Fri, 28 Apr 2000 14:44:33 +0000 (14:44 +0000)]
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.
Ove Kaaven [Fri, 28 Apr 2000 14:44:05 +0000 (14:44 +0000)]
Override fork().
Dimitrie O. Paun [Fri, 28 Apr 2000 14:43:34 +0000 (14:43 +0000)]
Get rid of HEAP_xrealloc.
Patrik Stridvall [Tue, 25 Apr 2000 20:34:22 +0000 (20:34 +0000)]
Compile fix for --without-x.
Patrik Stridvall [Tue, 25 Apr 2000 20:12:55 +0000 (20:12 +0000)]
Added new configuration file option for selecting graphics driver.
Patrik Stridvall [Tue, 25 Apr 2000 19:58:22 +0000 (19:58 +0000)]
Link the TTY driver with the standard libs.
Eric Pouech [Tue, 25 Apr 2000 19:57:27 +0000 (19:57 +0000)]
Fixed winspool(.drv) loading.
Patrik Stridvall [Tue, 25 Apr 2000 19:55:35 +0000 (19:55 +0000)]
Removed X_DISPLAY_MISSING.
Ulrich Weigand [Tue, 25 Apr 2000 19:53:49 +0000 (19:53 +0000)]
Improved CodeView type information loader.
Gerard Patel [Tue, 25 Apr 2000 19:53:04 +0000 (19:53 +0000)]
Don't use the template member unless the corresponding flag is set.
Alexandre Julliard [Mon, 24 Apr 2000 18:05:22 +0000 (18:05 +0000)]
Switched to the X11 license.
Patrik Stridvall [Mon, 24 Apr 2000 18:04:24 +0000 (18:04 +0000)]
Fixed some warnings.
Patrik Stridvall [Mon, 24 Apr 2000 18:03:54 +0000 (18:03 +0000)]
Fixed issues found by winapi_check.
Patrik Stridvall [Mon, 24 Apr 2000 18:02:32 +0000 (18:02 +0000)]
- Updated API files.
- Improved misplaced function checking.
- Fixed minor bugs.
Francois Gouget [Mon, 24 Apr 2000 18:02:02 +0000 (18:02 +0000)]
Include string.h to make winnt.h self-sufficient.
Alexandre Julliard [Mon, 24 Apr 2000 18:01:27 +0000 (18:01 +0000)]
Patrick Yang (Corel)
infoPtr sometimes can be NULL.
Gerard Patel [Mon, 24 Apr 2000 17:35:11 +0000 (17:35 +0000)]
32 bits message processing for color dialog.
Martin Fuchs [Mon, 24 Apr 2000 17:34:42 +0000 (17:34 +0000)]
Fixed toolbar bitmap size handling.
Rein Klazes [Mon, 24 Apr 2000 17:33:49 +0000 (17:33 +0000)]
Correct test for linux 2.2 joystick API, which returned true in every
case.
Dimitrie O. Paun [Mon, 24 Apr 2000 17:33:06 +0000 (17:33 +0000)]
Removed the last xmalloc calls.
Alexandre Julliard [Mon, 24 Apr 2000 17:17:49 +0000 (17:17 +0000)]
Implemented on-demand loading of builtin dlls using dlopen().
Alexandre Julliard [Sun, 23 Apr 2000 20:41:04 +0000 (20:41 +0000)]
Build wineclipsrv as part of the x11drv dll.
Alexandre Julliard [Sun, 23 Apr 2000 20:40:23 +0000 (20:40 +0000)]
Removed a few inter-dll dependencies.
Rein Klazes [Sun, 23 Apr 2000 20:39:09 +0000 (20:39 +0000)]
Make RDW_ValidateParent() modify the update region of all parents, not
just the direct parent.
Uwe Bonnes [Sun, 23 Apr 2000 20:38:49 +0000 (20:38 +0000)]
SNOOP_PrintArg: replaced IsBad* functions by exception handler.
Patrik Stridvall [Sun, 23 Apr 2000 20:02:46 +0000 (20:02 +0000)]
Added --without-curses compile option.
Ove Kaaven [Sun, 23 Apr 2000 20:01:45 +0000 (20:01 +0000)]
Added some more pthread overrides.
Ove Kaaven [Sun, 23 Apr 2000 20:00:19 +0000 (20:00 +0000)]
Fixed debugger registry key location.
Francois Gouget [Sun, 23 Apr 2000 19:59:56 +0000 (19:59 +0000)]
Use DECLARE_HANDLE to declare handles.
Francois Gouget [Sun, 23 Apr 2000 19:59:42 +0000 (19:59 +0000)]
DECLARE_HANDLE should not be undef'ed after use.
Ove Kaaven [Sun, 23 Apr 2000 19:59:11 +0000 (19:59 +0000)]
Fix edit control's WM_GETTEXT behaviour.
Gerard Patel [Sun, 23 Apr 2000 19:58:44 +0000 (19:58 +0000)]
Do not initialize dcb in BuildCommDCB[AndTimeouts].
Dmitry Timoshkov [Sun, 23 Apr 2000 19:58:17 +0000 (19:58 +0000)]
Adapted unimap.pl script and generated by it casemap.h to the Unicode
Standard, Version 3.0.
Gerard Patel [Sun, 23 Apr 2000 19:57:50 +0000 (19:57 +0000)]
Check if dialog is visible before setting the focus.
Dmitry Timoshkov [Sun, 23 Apr 2000 19:57:21 +0000 (19:57 +0000)]
Removed the longstanding hack in response to WM_ACTIVATE message.
Martin Fuchs [Sun, 23 Apr 2000 19:56:47 +0000 (19:56 +0000)]
Fixed GetNumberFormat declaration.
Alexandre Julliard [Sun, 23 Apr 2000 19:56:07 +0000 (19:56 +0000)]
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.
Gerard Patel [Sun, 23 Apr 2000 19:55:26 +0000 (19:55 +0000)]
Stub for InternetGetConnectedState.
Francois Gouget [Sun, 23 Apr 2000 19:54:42 +0000 (19:54 +0000)]
Fixed GetProcessHeap() for the STRICT mode.
Marcus Meissner [Sun, 23 Apr 2000 19:53:46 +0000 (19:53 +0000)]
Also check for empty GUID in DirectDrawCreate.
Alexandre Julliard [Wed, 19 Apr 2000 16:54:02 +0000 (16:54 +0000)]
Added some missing import directives.
Alexandre Julliard [Wed, 19 Apr 2000 16:52:06 +0000 (16:52 +0000)]
Removed winmm from import list.
Alexandre Julliard [Wed, 19 Apr 2000 16:48:45 +0000 (16:48 +0000)]
Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
Alexandre Julliard [Wed, 19 Apr 2000 16:47:20 +0000 (16:47 +0000)]
Fixed resource loading.
John R. Sheets [Wed, 19 Apr 2000 16:46:42 +0000 (16:46 +0000)]
Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
Added dump for MISC section.
Andreas Mohr [Wed, 19 Apr 2000 16:46:07 +0000 (16:46 +0000)]
Added DirectPlay registry keys to winedefault.reg.
Stephane Lussier [Wed, 19 Apr 2000 16:45:30 +0000 (16:45 +0000)]
Mousewheel support.
Alexandre Julliard [Tue, 18 Apr 2000 11:58:24 +0000 (11:58 +0000)]
Moved PE header definitions to winnt.h where they belong.
Stephane Lussier [Tue, 18 Apr 2000 11:56:33 +0000 (11:56 +0000)]
Implemented Mousewheel support.
Rein Klazes [Tue, 18 Apr 2000 11:54:59 +0000 (11:54 +0000)]
Convert service and protocol names to lowercase before calling
getservby{name|port} and getprotoby{name|port}.
Huw D M Davies [Tue, 18 Apr 2000 11:54:29 +0000 (11:54 +0000)]
Fix return value for OffsetRgn if x and y are 0.
Huw D M Davies [Tue, 18 Apr 2000 11:54:12 +0000 (11:54 +0000)]
Implement StrokeAndFillPath.
Call DeleteObject when finished with hrgn in PATH_FillPath.
Huw D M Davies [Tue, 18 Apr 2000 11:53:45 +0000 (11:53 +0000)]
Fixed typo.
Sheri Steeves [Tue, 18 Apr 2000 11:53:23 +0000 (11:53 +0000)]
EMR_SELECTOBJECT records stock objects with their id as the object
handle and the high bit set.
Huw D M Davies [Tue, 18 Apr 2000 11:52:58 +0000 (11:52 +0000)]
Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
Alexandre Julliard [Sun, 16 Apr 2000 20:28:42 +0000 (20:28 +0000)]
Removed permission checks in create_key and delete_key. It seems
Windows doesn't check anything.
Richard Cohen [Sun, 16 Apr 2000 20:27:51 +0000 (20:27 +0000)]
Wrap an exception handler around FindResource.
Uwe Bonnes [Sun, 16 Apr 2000 20:27:35 +0000 (20:27 +0000)]
Corrected WinMain.
Added test case for RegCreateKeyEx showing win95 behaviour.
Alexandre Julliard [Sun, 16 Apr 2000 19:46:35 +0000 (19:46 +0000)]
Implemented 'walk process' and 'walk threads' commands using toolhelp
snapshots.
Alexandre Julliard [Sun, 16 Apr 2000 19:45:05 +0000 (19:45 +0000)]
Implemented thread and (partial) module snapshots, based on the work
of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
Alexandre Julliard [Sun, 16 Apr 2000 17:21:13 +0000 (17:21 +0000)]
Save the registry on server exit without client intervention.
Removed "alt" registry files since we now have symlinks and
WINEPREFIX to replace them.
Stephane Lussier [Sun, 16 Apr 2000 17:07:27 +0000 (17:07 +0000)]
Support switching the keyboard layout with WINE running.
Uwe Bonnes [Sun, 16 Apr 2000 17:06:44 +0000 (17:06 +0000)]
fgets: Don't swallow \n, treat EOF
feof: Crude implementation
signal: Return error
Uwe Bonnes [Sun, 16 Apr 2000 17:05:54 +0000 (17:05 +0000)]
Add missing backslash in the debugger definition.
Rein Klazes [Sun, 16 Apr 2000 17:05:36 +0000 (17:05 +0000)]
SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
adjustment of 2 minutes just in case...
Marcus Meissner [Sun, 16 Apr 2000 17:05:06 +0000 (17:05 +0000)]
DSOUND_MixerNorm: do not compare unrelated pointers.
Alexandre Julliard [Sat, 15 Apr 2000 21:30:33 +0000 (21:30 +0000)]
Rewrote command-line parsing of CreateProcessA to be more compatible.
Alexandre Julliard [Sat, 15 Apr 2000 21:00:55 +0000 (21:00 +0000)]
Improved Winelib apps initialisation code. No longer need to link
winestub.o with Winelib apps.
Patrik Stridvall [Sat, 15 Apr 2000 20:44:21 +0000 (20:44 +0000)]
Fixed some issues reported by winapi_check.
Patrik Stridvall [Sat, 15 Apr 2000 20:39:55 +0000 (20:39 +0000)]
- 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.
Martin Fuchs [Sat, 15 Apr 2000 20:38:11 +0000 (20:38 +0000)]
Implement CCS_NOMOVEY for tool bars.
Ove Kaaven [Sat, 15 Apr 2000 20:37:14 +0000 (20:37 +0000)]
Symlink root's registry to global registry. Minor cleanups.
Owen Wang [Sat, 15 Apr 2000 20:36:43 +0000 (20:36 +0000)]
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
Serge Ivanov [Sat, 15 Apr 2000 20:36:15 +0000 (20:36 +0000)]
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).
Ove Kaaven [Fri, 14 Apr 2000 14:47:02 +0000 (14:47 +0000)]
POSIX threads emulation, tricks glibc into being threadsafe.
Alexandre Julliard [Fri, 14 Apr 2000 14:42:41 +0000 (14:42 +0000)]
Made server launching somewhat cleaner and faster.
Marcus Meissner [Fri, 14 Apr 2000 14:09:50 +0000 (14:09 +0000)]
Detypoed X11DRV_EVENT_SetInputMethod.
Stephane Lussier [Fri, 14 Apr 2000 14:09:20 +0000 (14:09 +0000)]
When dealing with XKB extensions, force the AltGr key mask to use the
group index instead of the modifier.
Huw D M Davies [Fri, 14 Apr 2000 14:08:39 +0000 (14:08 +0000)]
Define __fastcall.
Huw D M Davies [Fri, 14 Apr 2000 14:08:19 +0000 (14:08 +0000)]
Added a few toolbar defines.
Huw D M Davies [Fri, 14 Apr 2000 14:07:51 +0000 (14:07 +0000)]
A few corrections to bounding boxes.
Huw D M Davies [Fri, 14 Apr 2000 14:07:30 +0000 (14:07 +0000)]
Don't close groups of polylines.
Marcus Meissner [Fri, 14 Apr 2000 14:07:13 +0000 (14:07 +0000)]
Do not dereference a ptr we just checked being NULL.
Francois Gouget [Fri, 14 Apr 2000 14:06:49 +0000 (14:06 +0000)]
Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
Ove Kaaven [Fri, 14 Apr 2000 14:05:43 +0000 (14:05 +0000)]
Follow symlinks when saving registry.
Alexandre Julliard [Fri, 14 Apr 2000 13:47:11 +0000 (13:47 +0000)]
Added missing winestub dependency.
Alexandre Julliard [Fri, 14 Apr 2000 13:42:00 +0000 (13:42 +0000)]
Load done event now created by the server.
Eric Pouech [Thu, 13 Apr 2000 19:31:58 +0000 (19:31 +0000)]
Made the winedbg an external and WineLib program.
Centralized output handling (preparation for console usage).
Fixed a few debug information reading options (stabs and sym).
Started a framework to hold debugger's internal variables.