Displaying 4 results from an estimated 4 matches for "drawstate".
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...-defines.h"
+/* #include "sys-defines.h" */
/* PAUL MURRELL
extern.h renamed g_extern.h
@@ -209,7 +209,7 @@
/* if current font is Hershey, first try to match each ligature
pattern (no ligatures supported in non-Hershey fonts) */
- if (1) // _plotter->drawstate->font_type == F_HERSHEY)
+ if (1) /* _plotter->drawstate->font_type == F_HERSHEY) */
{
int i;
bool matched = false;
@@ -235,7 +235,7 @@
if (c != (unsigned char)'\\') /* ordinary char, may pass through */
{
/* if current font is an ISO-Latin-1 Hershey fon...
2013 Jun 21
0
Wine release 1.6-rc3
...to IWICImagingFactory_CreateBitmapFromHBITMAP.
user32: Check the correct id for the close button when setting the font.
user32: Make the default non-client metrics scalable with the resolution.
user32: Center the icon in the caption bar.
user32: Use the current DC layout in DrawState when drawing to an intermediate bitmap.
winefile: Avoid abbreviations in column names.
Use the official Microsoft definitions for Gaelic languages.
make_unicode: Cache files under their full path name to avoid conflicts.
gdi32: Improve font name localization by not requiring...
2009 Oct 09
0
Wine release 1.1.31
...Commit for the PNG frame encoder.
windowscodecs: Implement Commit for the PNG encoder.
windowscodecs: Add test for PNG encoder.
gdiplus: Enable encoding of PNG images.
Vladimir Pankratov (1):
jscript: Update Russian translation.
Wilfried Pasquazzo (2):
user32/tests: DrawState: New test case for correct drawing of icons.
user32: DrawState always uses real icon size for drawing.
Wim Lewis (2):
winex11: Font metric cache file cleanups.
winex11: Fix font metric cache filename generation.
--
Alexandre Julliard
julliard at winehq.org
2007 Jan 25
0
Wine release 0.9.30
...kipped.
wineconsole: Make some data const.
wineconsole: Use CP_UNIXCP to translate strings to the system encoding.
wineconsole: Fix a typo in the help message about correct backend names.
gdi32: Print status of the hinting support in the debug log.
user32: Add a simple DrawState test, make it pass under Wine.
wined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the window.
winex11.drv: Fix the typos in the fullscreen state debug trace.
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
user32: Simplify som...