Dustin Navea
629895b7f9
Fix for $libdir check.
2002-05-14 23:19:28 +00:00
Alexandre Julliard
c3e06df941
Portability fixes.
2002-05-14 23:18:23 +00:00
John K. Hohm
34909c206c
Added comcat.dll with factory and manager but E_NOTIMPL work methods.
2002-05-14 21:50:56 +00:00
Eric Pouech
e53cd36e63
Removed Trace macro and replaced it by Wine debug channel facility.
...
Made the font lookup at startup more robust and now save registry at
startup time if a new font is chosen (as spotted by Sylvain Petreolle).
Fixed an update bug spotted by Jason Edmeades.
2002-05-14 21:45:13 +00:00
Vincent Béron
736e81c67a
Better implementation of GetCalendarInfo{A,W}, not perfect.
2002-05-14 21:44:07 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
ec329ab3b4
Updated make_dlls script for new import scheme.
2002-05-14 20:42:52 +00:00
Sander van Leeuwen
d919c27a97
- Center property sheet page during creation (padding)
...
(some applications rely on this behaviour when resizing the page)
- Mask away WS_THICKFRAME page style
- Page navigation by resource id (by unknown author)
2002-05-14 18:38:07 +00:00
Alexandre Julliard
9bb05fc48e
Specify the complete source file list for a dll inside the main
...
makefile and get rid of the subdirectories makefiles.
2002-05-14 18:36:54 +00:00
Alexandre Julliard
011c08db44
No longer used.
2002-05-14 04:02:31 +00:00
Aric Stewart
697a8e44f7
Improved NLS file for codepage 932 (SJIS).
2002-05-14 03:59:32 +00:00
Aric Stewart
5679be34d9
Do not invalidate the rect while drawing.
...
Implemented GetSubItemRect and a quick change to notifications sent
for OwnerData items.
2002-05-14 03:58:46 +00:00
Robert Coeyman
38fc50d202
Added the rest of the register manipulation code to int 10. It only
...
handles the setting of the 16-color palette registers and overscan.
2002-05-14 03:57:26 +00:00
Guy L. Albertelli
ec67a95525
- Change traces to trace full window handle and improve some traces.
...
- Send WM_NOTIFY to parent not to self.
- Implement PGS_AUTOSCROLL via MOUSEMOVE and Timer routines.
2002-05-14 03:50:53 +00:00
Guy L. Albertelli
f8acf0c440
Support PGN_SCROLL notify and return either the button heigth or width.
2002-05-14 03:50:23 +00:00
Guy L. Albertelli
501d951123
Fix memory dump where length is not a multiple of 4.
2002-05-14 03:49:26 +00:00
Guy L. Albertelli
7f9baba139
Fixed issues with Unicode conversion. Certain strings were not
...
converted, but then processed as converted.
2002-05-14 03:48:48 +00:00
Sylvain Petreolle
efbe9c53ee
- Converted Winhelp for use of NLS
...
- Minor bugfix
- Disable support of Va.rc for now (rumantsch swiss)
2002-05-14 03:48:10 +00:00
Alexandre Julliard
fc01b729f6
Added some support for cross-compilation using mingw32.
2002-05-12 03:16:39 +00:00
Eric Pouech
b93f1114de
Better behavior of PlaySound (error handling, synchronization).
...
Removed some unnecessary tests about windows handles.
2002-05-12 03:10:26 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Eric Pouech
8be2e3d489
Let MCI drivers support the session instance loading mechanism (NULL
...
lParam2 in MCI_OPEN).
2002-05-11 23:02:55 +00:00
John K. Hohm
0ef65382b3
Fixed typos; added standard CATID_'s.
2002-05-11 23:01:40 +00:00
Jukka Heinonen
cfa6f09d1c
When using MapSL, 32-bit addresses are no longer truncated into 16-bit
...
addresses.
2002-05-11 23:01:12 +00:00
Jukka Heinonen
e929a20e6b
RawModeSwitch can now be used to return DPMI application back to
...
protected mode.
2002-05-11 23:00:45 +00:00
Christian Costa
4a0a2ee00e
Avoid deadlock in VGA_DoSetMode.
2002-05-11 23:00:17 +00:00
Andreas Mohr
470a3f93eb
Make PROFILE_GetString account for default value in all cases.
2002-05-11 22:59:41 +00:00
Eric Pouech
7f9cc2e4dc
Allowed options to be put between mode keyword and main argument.
2002-05-11 22:58:57 +00:00
Eric Pouech
9dafca8ee0
Moved session instance loading to winmm.
2002-05-11 22:58:23 +00:00
Eric Pouech
0143542c3a
Created an ACM IMA ADPCM codec.
2002-05-11 22:57:40 +00:00
Eric Pouech
dfbb04df23
Fixed bug in acmFormatTagEnumW.
2002-05-11 22:56:13 +00:00
Eric Pouech
bf98cf8404
Created session instance for installable drivers.
...
Now properly freeing library upon driver exit.
2002-05-11 22:55:29 +00:00
Eric Pouech
218faf39a2
Fixed FlushInstructionCache prototype.
2002-05-11 22:54:46 +00:00
Eric Pouech
47205b823e
Fixed missing wineconsole notification of title modification.
2002-05-11 22:53:56 +00:00
Joris Beugnies
ff60a9a27b
Make defines configurable at run-time.
2002-05-11 22:53:00 +00:00
David Hammerton
5d01936771
Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during
...
the SetDIBits and GetDIBits functions, before actually accessing the X
Pixmap.
2002-05-11 22:51:34 +00:00
Alexandre Julliard
f85d8da425
Release 20020509.
2002-05-10 03:14:24 +00:00
Alexandre Julliard
2481581938
Build an explicit argument structure for mmap instead of relying on
...
the stack layout.
2002-05-10 01:46:15 +00:00
Steven Edwards
0a8e15abfb
Detect snprintf && _snprintf, use _snprintf on stupid platforms
...
(windows).
2002-05-10 01:33:40 +00:00
Alexandre Julliard
8dc3a51329
Removed extra return statement.
2002-05-10 01:10:04 +00:00
Alexandre Julliard
ea69f8eeb4
Added some #ifdefs HAVE_X11_XLIB_H where appropriate.
2002-05-10 01:08:56 +00:00
Alexandre Julliard
8877c6695b
Fixed some winehq.com URLs.
2002-05-09 20:37:26 +00:00
Juergen Schmied
5ec1b0d121
Corrected RtlConvertSidToUnicodeString, stub for VerSetConditionMask.
2002-05-09 20:30:52 +00:00
Jakob Eriksson
e8449e6028
Added some more tests.
2002-05-09 20:29:15 +00:00
John K. Hohm
b06116e24f
Added definitions for the Component Categories Manager.
2002-05-09 19:49:14 +00:00
Juergen Schmied
c74a791a0d
Added some tests.
2002-05-09 19:48:07 +00:00
Juergen Schmied
68b6f56b32
Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetPathA/W.
2002-05-09 19:43:44 +00:00
Juergen Schmied
7919d5a178
Moving the pidl debug functions to a separate file and made them self
...
contained. This prevents useless trace messages generated from the
debug functions themselves.
2002-05-09 19:42:07 +00:00
Juergen Schmied
76a9fa12f7
Types and partial implementation for NtQueryVolumeInformationFile.
2002-05-09 19:40:30 +00:00
Juergen Schmied
a44e0b0fbd
Make use of access mask MAXIMUM_ALLOWED possible.
2002-05-09 19:39:10 +00:00