Marcus Meissner
91aaca8686
Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
1999-04-19 16:21:29 +00:00
Marcus Meissner
b3bd754892
Native toolhelp will not work (missing GLOBALMASTERHANDLE).
1999-04-19 16:20:21 +00:00
Marcus Meissner
9e15318425
Updated.
1999-04-19 16:19:25 +00:00
Gerard Patel
3e60edfb04
Test for static was reversed.
1999-04-19 16:18:38 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Alexandre Julliard
3c9cf42d00
Removed extra call to TASK_StartTask.
1999-04-18 14:44:26 +00:00
Alexandre Julliard
2487ccea81
Removed check for union semun; cleaned up a bit.
1999-04-18 14:43:16 +00:00
Alexandre Julliard
1ae869c9a3
Added env ptr to new_process request
1999-04-18 14:41:41 +00:00
Juergen Schmied
7851394159
- use fonts/fontsizes given by SystemParametersInfo
...
- drawing/alignment fixes, win98 style for menubar
- ownerdrawn menus are working now for the first time
- complete constants magic items
- use right owner for popupmenus
- new: Get/SetMenuInfo
- implemented: Get/SetMenuContextHelpId
- more flags for Get/SetMenuItemInfo
1999-04-18 14:40:32 +00:00
Robert W Hall
9132a78b27
Make DOSFS_MatchLong match a search string ending in '*.' to a zero
...
extension file name, allowing Mathcad to run.
1999-04-18 14:38:17 +00:00
Eric Pouech
85aac70064
Fixed memory freeing.
1999-04-18 13:31:34 +00:00
Alexandre Julliard
57e231bdaa
Renamed cmdlgr.h to cmdlgtst.h.
1999-04-18 13:25:58 +00:00
Alexandre Julliard
79762059eb
Added timeout to critical section waiting.
1999-04-18 13:23:36 +00:00
Ulrich Weigand
a44f9f8e1b
Merged Linux/FreeBSD reentrant errno handler, added Solaris.
...
Preliminary support for Solaris low-level threads (LWPs) added.
1999-04-18 13:20:43 +00:00
Ulrich Weigand
715a55e75f
Reentrant libc check for Solaris added.
...
Fixed reentrant X11 check for FreeBSD and Solaris.
Added check for Solaris low-level thread routines.
1999-04-18 13:19:56 +00:00
Alexandre Julliard
db000ee3e8
Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
...
Stultiens).
1999-04-18 13:18:42 +00:00
Ove Kaaven
2043ba0675
Automatic install script, which automatically configures and compiles
...
wine and regapi, runs tools/wineconf to generate a configuration file
if one does not already exist, and uses regapi to install the default
registry.
1999-04-18 13:16:29 +00:00
Eric Pouech
3be8e3b7ff
Properly handling cases like calling SetWindowPos while processing
...
WM_NCCREATE.
1999-04-18 13:13:40 +00:00
Eric Pouech
dc7c1b87d4
Fixed a few bugs (typos from cut & paste & invalid heap block
...
freeing).
1999-04-18 13:12:02 +00:00
Eric Pouech
b3c7f84563
Bug fix in GetLen.
1999-04-18 12:16:22 +00:00
Bertho Stultiens
c1d1cfe976
Reorganization of the loader to correctly load and free libraries and
...
implementation of load order to load different types of libraries.
1999-04-18 12:14:06 +00:00
Bertho Stultiens
2594720195
Updated commandline changes of -dll option and wine.conf entries.
1999-04-18 12:11:29 +00:00
Bertho Stultiens
1bbc5de0be
Updated the example with the new configuration entries.
1999-04-18 12:10:42 +00:00
Bertho Stultiens
acf7da869f
Bugfix: free loaded library not before exit.
1999-04-18 12:10:07 +00:00
Bertho Stultiens
cebb2f1157
New files to support load order and partial stubs for elfdlls.
1999-04-18 12:09:21 +00:00
Huw D M Davies
608629bc13
Fixes for upside-down DIBs.
1999-04-18 12:07:00 +00:00
Lionel Ulmer
251ed43b98
Changed 'GetDisplayMode' to return the mode previously set by
...
'SetDisplayMode' (and not the current monitor mode).
1999-04-18 12:03:02 +00:00
Luc Tourangeau
c4a01c3cc7
-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
...
TCM_SETITEMSIZE and TCM_DELETEITEM.
1999-04-18 09:35:42 +00:00
Pavel Roskin
5b14b535c8
LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
...
returns 0, it is interpreted as if it were 256.
1999-04-18 09:34:51 +00:00
Kevin Holbrook
a8f8bef098
Fix ambiguous else warning.
1999-04-18 09:33:20 +00:00
Juergen Schmied
4ab79f9619
Loading color values from the registry fixed.
1999-04-18 09:32:38 +00:00
Brian Gerst
8d4f85071d
- Removed all floating point math.
...
- Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
- Implemented source and dest color-keying for 8, 16, and 32 bit color.
- Implemented some trivial raster operations.
- Minimized inner loops for maximum speed.
- Use memcpy whenever possible.
1999-04-18 09:31:50 +00:00
Eric Pouech
b1ec5bcae2
Reduced fragment size.
...
Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
Fixed buffer underrun recovery.
Fixed bug in wodReset()/wodClose().
1999-04-18 09:30:54 +00:00
Michael Veksler
d785aa646f
Simplify propertyNameCmp() and fix a warning in the way by removing
...
CRTDLL__wcsupr() calls.
1999-04-18 09:30:07 +00:00
Keith Matthews
364c12413d
DdeNameService: expansion of stub to trap unused instanceids at start of run.
...
DdeGetLastError: catch 'not initialized' situation and return correct response.
DdeFreeStringHandle: complete test for error set by previous call of
something and ignore it, also release handle table mutex on normal exit.
DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
handle table mutex on normal exit.
1999-04-18 09:29:00 +00:00
Uwe Bonnes
67183eb9e1
Don't announce the WNetDirectoryNotify capability WNetGetConnection.
...
Change the return value for local files.
1999-04-18 09:27:07 +00:00
Michael Veksler
c48f04f09f
Add "win.h" to fix implicit function declaration warnings.
1999-04-18 09:26:29 +00:00
Marcus Meissner
69289f6d46
Only declare console "driver" once, use external refs elsewhere.
1999-04-18 09:25:27 +00:00
Luc Tourangeau
891479963e
When the vertical scrollbar is removed, the background was not
...
properly repainted.
1999-04-18 09:23:56 +00:00
Marcus Meissner
d8a8b00ae0
Disable AC bit on receiving alignment exceptions.
1999-04-18 09:22:12 +00:00
Juergen Schmied
459e0b829e
SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
1999-04-18 09:21:38 +00:00
Noel Borthwick
a0d03ef1fc
While handling the WM_DELETEWINDOW client message check if a window
...
has been disabled and if so prevent an SC_CLOSE message from being
sent.
1999-04-18 09:21:01 +00:00
Noel Borthwick
b0ebeeb0d1
Make access to the DCE list thread safe by ensuring we have acquired
...
the Windows lock before using it.
1999-04-18 09:19:55 +00:00
Alexandre Julliard
16f857194f
Changed for renamed files
1999-04-16 15:19:14 +00:00
Michael Veksler
58abac376f
Fixed warnings.
1999-04-16 09:41:22 +00:00
Pablo Saratxaga
002106ac22
Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
...
-> Pt; to conform to standard names for those languages).
1999-04-16 09:06:58 +00:00
Marcus Meissner
a7f5cb5b0e
Add -fno-builtin when compiling with gcc in relay32/ subdir.
1999-04-16 08:47:41 +00:00
Andreas Mohr
dca5e56b90
- Implemented proper ("real", compressed) Win16 entry tables.
...
- Fixed MyAlloc (AKA NE_AllocateSegment).
- Implemented PatchCodeHandle16.
1999-04-16 08:17:17 +00:00
Robert Pouliot
0a9975242a
A few patches to help Wine to compile on OS/2.
1999-04-16 06:55:26 +00:00
Huw D M Davies
b94e43303a
Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
...
global memory handles). Fixed disk-based MetaFiles. Better
separation between MetaFile playback and the metafiledrv.
1999-04-15 16:46:51 +00:00