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