include: Assorted spelling fixes.
[wine] / dlls / gdi32 / dibdrv /
2012-12-11  Alexandre Julliardgdi32: Add a level of pointers to the glyph cache to...
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-07  Francois Gougetgdi32: Make make_rgb_colorref() static.
2012-12-05  Alexandre Julliardgdi32: Support caching glyphs by character code and...
2012-12-03  Alexandre Julliardgdi32: Don't copy unnecessary rows when shrinking in...
2012-12-03  Alexandre Julliardgdi32: Avoid binary ROPs when shrinking in DELETESCANS...
2012-12-03  Alexandre Julliardgdi32: Avoid binary ROPs when stretching in DELETESCANS...
2012-11-30  Alexandre Julliardgdi32: Avoid computing grayscale glyph intensities...
2012-11-30  Alexandre Julliardgdi32: Use the faster memset for vertical gradients.
2012-11-30  Alexandre Julliardgdi32: Make blend_subpixel inline.
2012-11-29  Alexandre Julliardgdi32: Avoid creating a copy of the pattern bits for...
2012-11-29  Alexandre Julliardgdi32: Add faster implementation of the pattern_rects...
2012-11-29  Alexandre Julliardgdi32: Add assembly helpers for filling solid rectangles.
2012-11-29  Alexandre Julliardgdi32: Add faster implementations of the solid_rects...
2012-11-28  Alexandre Julliardgdi32: Add a font glyph cache in the DIB engine.
2012-11-19  Alexandre Julliardgdi32: Fix coordinate mapping of arc limits.
2012-11-07  Alexandre Julliardgdi32: Avoid using the system GL headers.
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-10-30  Huw Daviesgdi32: Implement sub-pixel glyph smoothing.
2012-10-19  Huw Daviesgdi32: Move the string rendering code to a common function.
2012-10-19  Huw Daviesgdi32: Use the helper to draw the glyphs.
2012-10-19  Huw Daviesgdi32: Pass individual x, y co-ords to draw_glyph rathe...
2012-10-19  Huw Daviesgdi32: Pass a dib_info structure to draw_glyph.
2012-10-18  Huw Daviesgdi32: Make get_glyph_bitmap return a dib_info structur...
2012-10-15  Alexandre Julliardgdi32: Always return the full DIB surface in GetImage...
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-10-10  Alexandre Julliardgdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB...
2012-10-10  Alexandre Julliardgdi32: Return the full DIB height in GetImage instead...
2012-10-01  Francois Gougetgdi32: Make dibdrv_wgl{Describe,Set}PixelFormat() static.
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-08-20  Dmitry Timoshkovgdi32: Make sure that pattern info is initialized befor...
2012-07-31  Alexandre Julliardgdi32: Compute the line parameters using the cropped...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-30  Alexandre Julliardgdi32: Clip solid pen regions to the DIB rectangle...
2012-07-30  Alexandre Julliardgdi32: Limit line drawing coordinates to reasonable...
2012-07-30  Alexandre Julliardgdi32: Add a helper function to initialize Bresenham...
2012-07-27  Alexandre Julliardgdi32: Support OpenGL in bitmaps through libOSMesa.
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-06-04  Alexandre Julliardgdi32: Clip output to both the DIB visible rectangle...
2012-06-04  Alexandre Julliardgdi32: Take into account the DIB rectangles when determ...
2012-05-31  Alexandre Julliardgdi32: Don't implement the gamma ramp functions in...
2012-05-30  Alexandre Julliardgdi32: Make sure the bounds are always updated in ExtTe...
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements PutImage...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements GetImage...
2012-05-29  Alexandre Julliardgdi32: Improve support of bitmaps without a color table...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-05-23  Alexandre Julliardgdi32: Don't use the DC colors when drawing a monochrom...
2012-05-23  Alexandre Julliardgdi32: Implement dithering of solid brushes when drawin...
2012-05-23  Alexandre Julliardgdi32: Don't store the default color table in dib_info...
2012-05-23  Alexandre Julliardgdi32: Use the default color table when mapping colors...
2012-05-23  Alexandre Julliardgdi32: Simplify creation of hatch masks and avoid endia...
2012-05-22  Alexandre Julliardgdi32: Add a helper function to allocate the brush...
2012-05-22  Alexandre Julliardgdi32: Pass a rop_mask_bits object to the pattern_rects...
2012-05-22  Alexandre Julliardgdi32: Use a rop_mask_bits object to store the brush...
2012-05-22  Alexandre Julliardgdi32: Add support for dithering pattern brushes when...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-09  Alexandre Julliardgdi32: Pass OpenGL calls through to the display driver...
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-05-01  Alexandre Julliardgdi32: Support drawing to a visible rectangle smaller...
2012-05-01  Alexandre Julliardgdi32: Always pass the actual coordinates to the get_pi...
2012-04-30  Jeff Muizelaargdi32: Improve performance of common case of AlphaBlend.
2012-04-27  Alexandre Julliardgdi32: Store the bounds rectangle as a pointer in the...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-24  Alexandre Julliardgdi32: Fix coordinates for row copies in mirrored verti...
2012-04-23  Alexandre Julliardgdi32: Fix some typos in the 4-bpp shrink_row function.
2012-04-18  Daniel Lehmangdi32: Don't add_join if points are coincident in wide_...
2012-04-16  Alexandre Julliardgdi32: Add bounds tracking to all the DIB engine entry...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-13  Alexandre Julliardgdi32: Avoid redundant computation of the gradient...
2012-04-13  Alexandre Julliardgdi32: Map all the points at once in PolyPolyline,...
2012-04-13  Alexandre Julliardgdi32: Move the pen/brush_region helpers to graphics...
2012-02-24  Alexandre Julliardgdi32: Use 64-bit values when computing ellipses to...
2012-02-22  Alexandre Julliardgdi32: Avoid overflows for invalid coordinates in line...
2012-02-19  Alexandre Julliardgdi32: Paint everything in ExtFloodFill when the DIB...
2012-01-19  Huw Daviesgdi32: The clip region should stop the flooding.
2012-01-18  Huw Daviesgdi32: Implement ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Use separate x and y parameters in the get_pixel...
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-09  Huw Daviesgdi32: Don't create the outline region twice.
2012-01-09  Alexandre Julliardgdi32: Stop forwarding object selection calls to x11drv.
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardgdi32: Add an empty ExtEscape DIB driver entry point.
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
2012-01-06  Alexandre Julliardgdi32: Add a stub for the ExtFloodFill entry point.
2012-01-06  Alexandre Julliardgdi32: Implement Arc, ArcTo, Chord, and Pie, using...
2012-01-06  Alexandre Julliardgdi32: Add a helper function for computing the device...
2012-01-06  Alexandre Julliardgdi32: Implement Ellipse and RoundRect, using line...
2012-01-06  Alexandre Julliardgdi32: Use a better algorithm for CreateRoundRectRgn.
next