- 01d1a6a Cleaned up font encoding handling. Added 'Ignore#' option to the by Alex Korobka · 26 years ago
- 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
- 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
- 2d37e9b Added all clipper&3d stubs. by Peter Hunnisett · 26 years ago
- 7a8431e Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes. by Marcus Meissner · 26 years ago
- 7c77354 Implemented PolylineTo. by Huw D M Davies · 26 years ago
- 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
- 5696a09 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if by Todd Vierling · 26 years ago
- cc4e9cb Added ability to specify X fonts used for Helv and Tms Rmn typefaces by Ian Pilcher · 26 years ago
- 66267bd Save the original video mode before going fullscreen and restore it by Stephen Crowley · 26 years ago
- 7a31ef2 XLFDs should be well-formed (14 hyphens) to match scalable fonts. by Huw D M Davies · 26 years ago
- 5a50273 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to by Huw D M Davies · 26 years ago
- 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
- 7b57b24 Adapted to CreateSystemTimer interface change. by Ulrich Weigand · 26 years ago
- 330612e Fixed a potential crash if a usable video mode is not detected. by Stephen Crowley · 26 years ago
- d22d071 Set window focus in _common_IDirectDraw_SetDisplayMode(). by Robert Riggs · 26 years ago
- e821991 Sanity check on font size. by Huw D M Davies · 26 years ago
- b13f23e Improved the handling of font encodings. by Pablo Saratxaga · 26 years ago
- e9bc26a Tried another kludge for the Xmd.h problem. by Alexandre Julliard · 26 years ago
- 399931a Added fullscreen DGA support. by Stephen Crowley · 26 years ago
- 4a2e102 Create X11 palette on DirectDrawSurface::SetPalette, not before (we by Marcus Meissner · 26 years ago
- 7d5fd8d Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other by Huw D M Davies · 26 years ago
- fc03455 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra by Huw D M Davies · 26 years ago
- 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
- 94632fc Bugfix: -microsoft-symbol encoding was not recognized. by Ulrich Weigand · 26 years ago
- d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
- 581a8ed - added definition of DirectDrawCreateClipper. by Lionel Ulmer · 26 years ago
- 8e06d90 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga. by Stephen Crowley · 26 years ago
- 2d65536 Added stubs for Startpage and EndPage. by Uwe Bonnes · 26 years ago
- 9c68faa Remove X_DC_INFO from DC and make it behave like any other PDEVICE. by Huw D M Davies · 26 years ago
- 3036c98 Don't match against Symbol or Nil fonts. by Eric Warnke · 26 years ago
- 2bd3acf Moved DC_SetupGC functions to graphics/x11drv/graphics.c. by Huw D M Davies · 26 years ago
- 1e360eb Added Win16 implementation for GetRegionData(). by Andreas Mohr · 26 years ago
- fa434ff BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw). by Marcus Meissner · 26 years ago
- 9650864 Takes print spooler functions out of win16drv. by Huw D M Davies · 26 years ago
- 8320d67 Fixed the DGA detection code in ddraw. You don't need root access, by Stephen Crowley · 26 years ago
- 1cd7056 DirectDraw status updated. by Marcus Meissner · 26 years ago
- 16704da Some corrections to the handling of off-screen buffers. by Lionel Ulmer · 26 years ago
- 980992a Should get win16drv AbortProc working. Hopefully. by Huw D M Davies · 26 years ago
- 41d1529 Do not enumerate D3D devices we can't handle anyway. by Marcus Meissner · 26 years ago
- 7d70fe5 Corrected bug in DirectDrawSurface creation and handling for driver by Lionel Ulmer · 26 years ago
- e2ed0c9 Added a stub for StartDocA and EndDoc. by Uwe Bonnes · 26 years ago
- 194cfed Simulate the VGA vertical refresh. by Ove Kaaven · 26 years ago
- 5e14486 Added support of source and destination rectangles in Blit function. by Lionel Ulmer · 26 years ago
- b76462c Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params by Huw D M Davies · 26 years ago
- 904e20f Optimize RoundRect32 to call Rectangle32 if either ellipse dimension is zero. by Huw D M Davies · 26 years ago
- 91d1608 Moved X11 DIB stuff to x11drv. by Huw D M Davies · 26 years ago
- 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
- 8261736 More bitmap fixes. by Huw D M Davies · 26 years ago
- 84dd9fe A couple of small fixes to my bitmap patch. by Huw D M Davies · 26 years ago
- 6fafe9e Implement SEGPTR conversion for STARTDOC in Escape32(). by Huw D M Davies · 26 years ago
- bcad255 Print a message if the PostScript driver can't find a PPD file. by Huw D M Davies · 26 years ago
- 1499a84 Moved VGA-emulating DirectX code from dispdib.c to a separate by Ove Kaaven · 26 years ago
- 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
- 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
- 23e5ab1 Removed no longer necessary commented out code, destroy old window by Marcus Meissner · 26 years ago
- 99f5110 Implemented DisplayDib. by Ove Kaaven · 26 years ago
- 14c99d0 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect, by Huw D M Davies · 26 years ago
- f361dea Compile fix for non XF86-DGA systems. by Patrik Stridvall · 26 years ago
- 9ce99cd Added a bunch of stubs for ddraw suface routines. All stubs for by Peter Hunnisett · 26 years ago
- 27bb362 Do not clip source rectangle even by visible region for bitblts. by Ulrich Weigand · 26 years ago
- d466366 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to by Ulrich Weigand · 26 years ago
- 8077f10 Yet another improvement to the bezier code. by Rein Klazes · 26 years ago
- 15776ef A few fixes. by Marcus Meissner · 26 years ago
- b636bde Fixed a lot of bugs in ddraw.c to make xlib support work. by Peter Schlaile · 26 years ago
- c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
- a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
- 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
- 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
- ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
- f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
- 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
- c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
- a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
- 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
- a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
- 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
- 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
- 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
- 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
- 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
- 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
- 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
- df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329