Marcus Meissner
|
f63e5b646a
|
Remove errno.h from files that do not need it.
|
2003-01-23 22:51:04 +00:00 |
Alexandre Julliard
|
f8aa3b506c
|
Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
|
2003-01-23 21:32:35 +00:00 |
Dimitrie O. Paun
|
4a883a55f6
|
Collapse the -hHrs options into the -O option.
Generate .res files by default.
|
2003-01-09 00:03:53 +00:00 |
Alexandre Julliard
|
dbf8b78acd
|
Added .spec.def files.
|
2002-12-12 22:04:04 +00:00 |
Alexandre Julliard
|
2a93f8505c
|
Pass the -J option to wrc to avoid including installed headers.
|
2002-12-11 01:34:51 +00:00 |
Alexandre Julliard
|
9169729b0b
|
Merged font.h and path.h into gdi.h. Moved x11font.h to
dlls/x11drv. Removed a number of unnecessary #includes.
|
2002-12-03 19:18:41 +00:00 |
Alexandre Julliard
|
547cdc2b02
|
Made gdi compile with -DSTRICT.
|
2002-11-22 22:16:53 +00:00 |
Alexandre Julliard
|
6c428e5c07
|
Fixed a number of -DSTRICT issues.
|
2002-11-22 21:58:03 +00:00 |
Michael Stefaniuc
|
28a632a830
|
Some -DSTRICT fixes.
|
2002-11-21 21:50:04 +00:00 |
Steve Lustbader
|
361b9e8763
|
Stub for SetDCBrushColor.
|
2002-11-21 03:56:29 +00:00 |
Alexandre Julliard
|
a9135e8333
|
Removed support for 'rsrc' spec file statement.
|
2002-11-18 23:16:09 +00:00 |
Huw Davies
|
bc71031240
|
Proper handling of SetTextCharacterExtra.
|
2002-11-15 01:02:16 +00:00 |
Huw Davies
|
0446f54694
|
We need to compare the world transforms (at least the 4 scaling
elements) when we accept a font from the cache.
Get the correct values for the underscore size and position.
Added a missing closedir().
|
2002-11-13 23:54:50 +00:00 |
Patrik Stridvall
|
9398d9c129
|
Updated the generated tests.
|
2002-11-12 01:13:10 +00:00 |
Patrik Stridvall
|
74476416b0
|
Updated the generated tests.
|
2002-11-06 21:59:15 +00:00 |
Alexandre Julliard
|
1e1313d54c
|
Made the dll entry point default to DllMain and removed most of the
'init' spec file declarations.
|
2002-11-04 23:53:41 +00:00 |
Patrik Stridvall
|
ba9dc78e39
|
Fixed mismatches between the Wine headers and the Microsoft headers.
|
2002-11-04 22:43:24 +00:00 |
Patrik Stridvall
|
df7ffb8017
|
Updated the generated tests.
|
2002-11-04 22:40:40 +00:00 |
Patrik Stridvall
|
7d226139e9
|
Updated the generated tests.
|
2002-10-29 21:24:09 +00:00 |
Patrik Stridvall
|
ab974c310c
|
Updated the generated tests.
|
2002-10-23 18:45:15 +00:00 |
Alexandre Julliard
|
23bb3715f7
|
Added support for building certain dlls with -DSTRICT.
Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.
|
2002-10-18 23:46:28 +00:00 |
Alexandre Julliard
|
fdd6db2384
|
Moved EnumObjects16, LineDDA16 and associated glue code to gdi16.c.
|
2002-10-18 23:33:41 +00:00 |
Alexandre Julliard
|
9a8de13d77
|
Split out some 16-bit GDI code.
|
2002-10-18 04:06:47 +00:00 |
Alexandre Julliard
|
15b9ed9f61
|
Converted PlayMetaFileRecord and related functions to 32-bit.
|
2002-10-18 03:33:37 +00:00 |
Alexandre Julliard
|
0ca051e555
|
Fixed wownt32.h to make it usable from inside Wine, and use it to
avoid some duplication of the handle conversion macros.
|
2002-10-17 16:43:42 +00:00 |
Patrik Stridvall
|
ebf582cd48
|
Updated the generated tests.
|
2002-10-15 01:53:45 +00:00 |
Alexandre Julliard
|
3b059b2a3e
|
Moved CreateBrushIndirect16 and CreateDIBPatternBrush16 to gdi16.c.
|
2002-10-03 19:48:59 +00:00 |
Patrik Stridvall
|
928ecb4891
|
Added some more autogenerated tests.
|
2002-10-02 19:58:27 +00:00 |
Alexandre Julliard
|
c728efc3c9
|
Added --disable-win16 configure option.
|
2002-10-02 02:34:09 +00:00 |
Patrik Stridvall
|
b5bb32c09a
|
Fixed some issues found by winapi_check.
|
2002-09-24 18:29:39 +00:00 |
Patrik Stridvall
|
1a4db3e72a
|
Cleaned up the code so it would be easier to parse with the new C
parser.
|
2002-09-23 20:45:57 +00:00 |
Alexandre Julliard
|
16a303b376
|
Replaced 'heap' .spec statement by a command line option.
Updated winebuild manpage.
|
2002-09-12 22:51:20 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Patrik Stridvall
|
a62a26ced0
|
Fixed some issues found by winapi_check.
|
2002-09-09 19:26:55 +00:00 |
Michael Stefaniuc
|
025c0b716b
|
Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
the conversion of HWND to a void*.
|
2002-09-06 19:41:17 +00:00 |
Alexandre Julliard
|
cea2e825b2
|
Link all remaining dlls except kernel32 as separated dlls, by
temporarily exporting the few functions that are not properly
separated yet.
|
2002-09-06 18:51:31 +00:00 |
Patrik Stridvall
|
51e6c0ccb1
|
MSVC compatibility fixes.
|
2002-08-31 19:04:14 +00:00 |
Alexandre Julliard
|
a0b32d7c1b
|
Added internal 32-bit versions of GDISelectPalette and
GDIRealizePalette.
|
2002-08-29 01:55:16 +00:00 |
Patrik Stridvall
|
9aab47ed24
|
MSVC compatibility fixes.
|
2002-08-28 23:42:34 +00:00 |
Alexandre Julliard
|
aface53759
|
Fixed a number of dll separation issues.
|
2002-08-28 22:35:23 +00:00 |
Huw D M Davies
|
e161c12e5b
|
BitBlt and StretchBlt generate META_DIBSTRETCHBLT records.
|
2002-08-28 00:55:52 +00:00 |
François Gouget
|
330098fa54
|
Detect the FreeType version and adapt the sfnt offset accordingly.
|
2002-08-17 18:34:34 +00:00 |
Huw D M Davies
|
3d10c1fc6e
|
Mapping mode functions should change dc settings when dc is an enhmf.
|
2002-08-17 18:32:12 +00:00 |
Dmitry Timoshkov
|
8f05f90fb2
|
Do not leave uninitialized pointer.
|
2002-08-17 01:38:48 +00:00 |
Huw D M Davies
|
908a2abe10
|
Implement simple ExtTextOut for enhmfdrv.
|
2002-08-17 01:36:55 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Mike McCormack
|
368fab1432
|
Set cbBits in the EMRCREATEDIBPATTERNBRUSHPT structure when writing an
EMF record.
|
2002-08-17 00:26:57 +00:00 |
Huw D M Davies
|
0fc0ef2570
|
Fix for metafile ExtTextOut that only includes the rectangle if either
ETO_CLIPPED or ETO_OPAQUE is set.
|
2002-08-17 00:25:44 +00:00 |
Huw D M Davies
|
7318acaaca
|
Implemented a few device caps.
|
2002-08-17 00:25:05 +00:00 |
Huw D M Davies
|
bd0a567a2d
|
Fix for sign of font height in non MM_TEXT mode.
Fix GGO_NATIVE again.
|
2002-08-17 00:23:42 +00:00 |