Dmitry Timoshkov
|
eb893bdea3
|
gdi: Add support for creating extended pens.
|
2006-01-30 18:17:07 +01:00 |
Dmitry Timoshkov
|
62d3ab9bd0
|
Add a test for GetCurrentObject, make it pass under Wine.
|
2005-10-26 10:10:23 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Alexandre Julliard
|
8a985c59da
|
Removed the Tweak.Fonts configuration hack.
|
2005-06-14 11:53:39 +00:00 |
Alexandre Julliard
|
2e4bca9db5
|
Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
|
2005-06-13 18:56:00 +00:00 |
Dimi Paun
|
b69e7a19d5
|
Move remaining GDI objects to the large heap.
|
2005-05-27 19:28:23 +00:00 |
Dimi Paun
|
2a109307c3
|
Turn a GDI object into a system object via an explicit Wine extension
rather then through magical pokes in memory.
|
2005-05-25 09:55:55 +00:00 |
David Hemmo
|
e0883970f8
|
GDI_ReleaseObj was not called with the right parameter.
|
2005-05-20 18:59:46 +00:00 |
Dimi Paun
|
ca30176cd7
|
Remove the LOCAL_*() functions from GDI.
|
2005-05-18 09:50:43 +00:00 |
Dimi Paun
|
03776ec91a
|
Use standard TRACE macro.
|
2005-05-17 14:33:55 +00:00 |
Dimi Paun
|
e510a29159
|
Make LOCAL_*() just wrappers around Local*16() functions.
|
2005-05-14 12:18:15 +00:00 |
Richard Cohen
|
062c18dd24
|
Dither solid colours on monochrome bitmaps.
|
2005-04-20 12:52:46 +00:00 |
Alexandre Julliard
|
5e6461b6e7
|
Explicitly store the stack of saved DCs in the DC structure instead of
using the 16-bit hNext field in the object header.
|
2005-03-25 20:58:29 +00:00 |
Alexandre Julliard
|
98eacd5426
|
Allocate fonts and regions from the large heap too.
|
2005-03-10 11:20:51 +00:00 |
Vitaly Lipatov
|
5e4ac6bc1b
|
Spelling fixes.
|
2005-01-05 17:12:07 +00:00 |
Jon Griffiths
|
7c1ad31f47
|
Set the miter limit in the DC state.
Only SetLastError() in object functions where native does.
Test the error comditions of the gdiobj functions.
Minor documentation updates.
|
2004-11-23 12:19:24 +00:00 |
Jon Griffiths
|
d73e081c83
|
Use a (seemingly xp default) width of 7 for system fonts.
|
2004-09-24 01:10:44 +00:00 |
Hans Leidekker
|
fe442b21f7
|
Fix signed/unsigned comparison warnings.
|
2004-09-08 01:23:57 +00:00 |
Huw Davies
|
97ebf8f5a3
|
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.
|
2004-08-25 17:31:17 +00:00 |
Alexandre Julliard
|
ebc6a2d9b6
|
Moved all files from the objects/ directory to dlls/gdi.
Merged text.c into font.c and dcvalues.c into dc.c.
|
2004-07-21 04:07:28 +00:00 |