2005-11-14 |
Peter Beutner | When creating DIBs with a color depth <= 8, always... |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-08 |
Vincent Béron | Correct some allocated buffer lengths while converting... |
tree | commitdiff |
2005-11-07 |
Dmitry Timoshkov | First draft of ExtTextOut on an open path. |
tree | commitdiff |
2005-11-05 |
Markus Amsler | Improve c2man Documented-Total count. |
tree | commitdiff |
2005-10-31 |
Huw Davies | Implement playback of EMR_ALPHABLEND. |
tree | commitdiff |
2005-10-31 |
Huw Davies | Only select a bitmap font as a last resort if we can... |
tree | commitdiff |
2005-10-31 |
Alexandre Julliard | Default to an empty driver instead of dying if the... |
tree | commitdiff |
2005-10-31 |
Huw Davies | Fix handling of relative state indices in RestoreDC. |
tree | commitdiff |
2005-10-29 |
Robert Shearman | Print an error if a DC is created with a bad device. |
tree | commitdiff |
2005-10-28 |
Huw Davies | xform can be NULL when setting the identity. |
tree | commitdiff |
2005-10-27 |
Phil Krylov | Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi... |
tree | commitdiff |
2005-10-26 |
Dmitry Timoshkov | Add a test for GetCurrentObject, make it pass under... |
tree | commitdiff |
2005-10-26 |
Saulius Krasuckas | Link to {G|S}etRelAbs() during runtime as Win9x OSes... |
tree | commitdiff |
2005-10-19 |
Dmitry Timoshkov | Add a test for SetMetaFileBitsEx, make it pass under... |
tree | commitdiff |
2005-10-18 |
Dmitry Timoshkov | Add a test for CopyMetaFile, make it pass under Wine. |
tree | commitdiff |
2005-10-12 |
Huw Davies | Initialize a bunch of dc values to their default before... |
tree | commitdiff |
2005-10-11 |
Dmitry Timoshkov | Add a safety check for number of control points in... |
tree | commitdiff |
2005-10-11 |
Huw Davies | If the meta/clip intersection (Rao) region doesn't... |
tree | commitdiff |
2005-10-10 |
Huw Davies | GetRandomRgn only returns the SYSRGN in screen coordinates. |
tree | commitdiff |
2005-10-06 |
Huw Davies | Add a Wine specific flag to GetRasterizeCaps that repor... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-28 |
Dmitry Timoshkov | Draw underline and strikeout for ExtTextOut on an open... |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | We are no longer generating .spec.c files. |
tree | commitdiff |
2005-09-21 |
Alexandre Julliard | Generate 16-bit spec files as assembly code too. |
tree | commitdiff |
2005-09-21 |
Huw Davies | Release the dc before drawing the underline and strikeo... |
tree | commitdiff |
2005-09-19 |
Huw Davies | Fix a problem with handling ETO_GLPYH_INDEX. Spotted... |
tree | commitdiff |
2005-09-16 |
Huw Davies | Order the bitmap font list by the ansi codepage bit... |
tree | commitdiff |
2005-09-15 |
Huw Davies | Remember to remove a child font from the child font... |
tree | commitdiff |
2005-09-14 |
Huw Davies | Only add Tahoma to the System font's link list if we... |
tree | commitdiff |
2005-09-14 |
Dmitry Timoshkov | Perform automatic bitmap font configuration based on... |
tree | commitdiff |
2005-09-14 |
Huw Davies | Cope with OpenFontFile failing. |
tree | commitdiff |
2005-09-13 |
Alexandre Julliard | Remove the 'L' suffix on a number of constants to avoid... |
tree | commitdiff |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | LOGBRUSH.lbHatch must be a ULONG_PTR since it can conta... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some traces to use the right printf format and... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use Get/SetWindowLongPtr instead of Get/SetWindowLong... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-09-08 |
Huw Davies | Fix return value of ExtTextOut in the case when count... |
tree | commitdiff |
2005-09-08 |
Huw Davies | Have ExtTextOut call into the font linking mechanism. |
tree | commitdiff |
2005-09-07 |
Huw Davies | Implement FontIsLinked. |
tree | commitdiff |
2005-09-07 |
Huw Davies | get_glyph_index should return the nonexistent glyph... |
tree | commitdiff |
2005-09-07 |
Huw Davies | Add infrastructure for font linking. WineEngGetLinkedHF... |
tree | commitdiff |
2005-09-06 |
Marcus Meissner | Added DRAWPATTERNRECT Escape() 16<->32 mapper and stub... |
tree | commitdiff |
2005-09-06 |
Huw Davies | Store the selected ppem in the GdiFont. |
tree | commitdiff |
2005-09-06 |
Huw Davies | Build a list of font links read in from the registry. |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-23 |
Huw Davies | Move a bunch of common code from the drivers into gdi. |
tree | commitdiff |
2005-08-22 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-22 |
Glenn Wurster | Start to add some tests for basic palette operations. |
tree | commitdiff |
2005-08-19 |
Felix Nawothnig | Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and... |
tree | commitdiff |
2005-08-19 |
Huw Davies | Simplify ExtTextOut a bit. Should be a nop. |
tree | commitdiff |
2005-08-19 |
Huw Davies | Cope better with mixed charset fonts. |
tree | commitdiff |
2005-08-15 |
Huw Davies | A previous signed-ness fix broke display of non-ansi... |
tree | commitdiff |
2005-08-15 |
Vikram Kumar | Added stub for EnableEUDC. |
tree | commitdiff |
2005-08-10 |
Alexandre Julliard | Use the proper WOW functions everywhere instead of... |
tree | commitdiff |
2005-08-08 |
Michael Kaufmann | Fix for BI_BITFIELDS: The color masks are at the same... |
tree | commitdiff |
2005-08-08 |
Mike McCormack | Warning fixes for gcc 4.0. |
tree | commitdiff |
2005-08-08 |
Dmitry Timoshkov | Add a test showing that Windows doesn't tie GDI objects... |
tree | commitdiff |
2005-08-01 |
Alexandre Julliard | Added commented out stubs for a bunch of new functions. |
tree | commitdiff |
2005-07-18 |
Huw Davies | Test to show that the height returned by GetTextExtentP... |
tree | commitdiff |
2005-07-18 |
Robert Shearman | Implement and test GdiGetCharDimensions. |
tree | commitdiff |
2005-07-15 |
Felix Nawothnig | Fix the EnumEnhMetaFile tests. |
tree | commitdiff |
2005-07-14 |
Juan Lang | Release DC in error condition on StretchDIBits. |
tree | commitdiff |
2005-07-11 |
Alexandre Julliard | Make GetKerningPairs an alias for GetKerningPairsA. |
tree | commitdiff |
2005-07-05 |
Stefan Huehner | Fix -Wmissing-declarations warnings. |
tree | commitdiff |
2005-07-05 |
Mike McCormack | -Wpointer-sign fixes for gcc 4.0. |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Fixed HKLM/HKCU mixup for the external fonts key. |
tree | commitdiff |
2005-06-28 |
Alexandre Julliard | Moved spooler configuration to HKCU\Software\Wine\Print... |
tree | commitdiff |
2005-06-27 |
Felix Nawothnig | Report a todo and skip DIB tests when they fail at... |
tree | commitdiff |
2005-06-22 |
Felix Nawothnig | - Use smaller numbers as coordinates for mapping tests... |
tree | commitdiff |
2005-06-21 |
Stefan Huehner | Fix some more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Alexandre Julliard | Moved a few registry keys from HKLM\Software\Wine to |
tree | commitdiff |
2005-06-20 |
Stefan Huehner | Fix more -Wstrict-prototypes warnings. |
tree | commitdiff |
2005-06-20 |
Lauri Tulmin | - add some tests for {Get|Set}Pixel |
tree | commitdiff |
2005-06-17 |
Michael Kaufmann | Initialize more structure members, including biSizeImag... |
tree | commitdiff |
2005-06-14 |
Alexandre Julliard | Moved all font config parameters to HKCU\Software\Wine... |
tree | commitdiff |
2005-06-14 |
Alexandre Julliard | Removed the Tweak.Fonts configuration hack. |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
tree | commitdiff |
2005-06-01 |
Alexandre Julliard | Always load 16-bit gdi.exe at init time. |
tree | commitdiff |
2005-05-27 |
Dimi Paun | Move remaining GDI objects to the large heap. |
tree | commitdiff |
2005-05-25 |
Dimi Paun | Turn a GDI object into a system object via an explicit... |
tree | commitdiff |
2005-05-20 |
David Hemmo | GDI_ReleaseObj was not called with the right parameter. |
tree | commitdiff |
2005-05-20 |
Richard Cohen | Fix gdiobj test on NT4, remove asserts. |
tree | commitdiff |
2005-05-18 |
Dimi Paun | Remove the LOCAL_*() functions from GDI. |
tree | commitdiff |
2005-05-17 |
Dimi Paun | Use standard TRACE macro. |
tree | commitdiff |
2005-05-16 |
Felix Nawothnig | Keep width for cosmetic pens, don't use LPtoDP() for... |
tree | commitdiff |
2005-05-14 |
Felix Nawothnig | Convert pen width to DP in StrokePath(). |
tree | commitdiff |
2005-05-14 |
Dimi Paun | Make LOCAL_*() just wrappers around Local*16() functions. |
tree | commitdiff |
2005-05-14 |
Felix Nawothnig | Draw each figure as a single primitive in StrokePath(). |
tree | commitdiff |
2005-05-11 |
Mike McCormack | Check that GetObject is successful. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-06 |
Alexandre Julliard | Renamed ttydrv and x11drv to winetty.drv and winex11... |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-05-05 |
Rein Klazes | In MaskBlt delete correct bitmap. |
tree | commitdiff |
2005-04-25 |
Maxime Bellengé | Prevent CreateDCA from crashing if a bad lpInitData... |
tree | commitdiff |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
tree | commitdiff |
next |