1. dff30ac Now the conversion in the blt functions round up the result. by Pascal Lessard · 26 years ago
  2. af0cff5 When flipping backbuffer -> frontbuffer, first exchange surfaces, then by Marcus Meissner · 26 years ago
  3. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  4. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  5. 0e38aa7 Various ANSI C compability fixes. by Patrik Stridvall · 26 years ago
  6. 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
  7. 79e94a7 PSDRV_WriteArc shouldn't write a newpath. by Huw D M Davies · 26 years ago
  8. 63ff31e Added a call to the newpath operator immediately before the arc operator. by Luc Tourangeau · 26 years ago
  9. 0f184bf Added more paper sizes and bin names to PPD parser. by Huw D M Davies · 26 years ago
  10. 8156150 {Start|End}{Doc|Page} go through DCfuncs. by Huw D M Davies · 26 years ago
  11. 1613e79 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API. by Huw D M Davies · 26 years ago
  12. b0dd717 Implemented ExtEscape. by Huw D M Davies · 26 years ago
  13. 28896ee For large font sizes call XLoadQueryFont with a 100 pixel high font by Huw D M Davies · 26 years ago
  14. d016b0a Implement handling of 32 bit AbortProc. by Huw D M Davies · 26 years ago
  15. 91547cb Fix stupid `rubbish at end of %%Title' bug. by Huw D M Davies · 26 years ago
  16. bb14056 EnumJobs stub. by Huw D M Davies · 26 years ago
  17. 2bce6fe - Added a new option 'noxshm' - Added a 16bpp -> 32 bpp conversion function by Lionel Ulmer · 26 years ago
  18. effc55e - implementation of SetDeviceClipping - coordinate system origin fix by Luc Tourangeau · 26 years ago
  19. 4884396 Introduced a [psdrv] section in wine.conf with a ppdfile value by Thuy Nguyen · 26 years ago
  20. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  21. 2637ebc Fixed DirectDrawSurface::Flip, do not change flags, exchange the low by Marcus Meissner · 26 years ago
  22. 450270b Implemented GetPrinterA and GetPrinterDriverA. by Huw D M Davies · 26 years ago
  23. e28224f Added patterned brushes (level 2 PostScript only). by Huw D M Davies · 26 years ago
  24. 56c0bb8 Fixed crash due to invalid GDI_Obj. by Juergen Schmied · 26 years ago
  25. 2d0bb2a Started on an implementation of Win64 for use on 64 bit platforms. by Patrik Stridvall · 26 years ago
  26. d96e1f1 Moved code to the X11 driver. by Patrik Stridvall · 26 years ago
  27. f48db82 Implemented chains of surfaces. This allows an unlimited number by Marcus Meissner · 26 years ago
  28. 42ab9a5 Converted to the new debug interface. by Eric Pouech · 26 years ago
  29. 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  30. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  31. a319df3 Implemented the underline and strikeout text attributes for the Wine by Thuy Nguyen · 26 years ago
  32. f26c89e Standard dialog boxes resources and OLE strings are now in cp1251 encoding by Alexander Kanavin · 26 years ago
  33. 2e4c905 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps(). by Eric Pouech · 26 years ago
  34. 7ac5754 Added missing GDI heap unlock. Moved to new debug interface. by Eric Pouech · 26 years ago
  35. 1eeed68 Moved signal handling to exception.c, generate exceptions on signals. by Alexandre Julliard · 26 years ago
  36. 63ec7da X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32 by Uwe Bonnes · 26 years ago
  37. e1f81a6 Added generic pixel converter for 8->24. by Marcus Meissner · 26 years ago
  38. 8c72660 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps() by Marcus Meissner · 26 years ago
  39. 83d4560 PSDRV_StretchDIBits should use logical co-ords. by Huw D M Davies · 26 years ago
  40. 86b686f From CreateCompatibleDC, pass the device name associated with the by Noel Borthwick · 26 years ago
  41. 4ebd9d8 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots, by Marcus Meissner · 26 years ago
  42. 0f44fb3 Fixed a bug which causes the PolyBezier to not be updated on redraw by Joshua Thielen · 26 years ago
  43. 34d6c9f - better debug output for surface creation by Lionel Ulmer · 26 years ago
  44. 0ed4258 Corrected warning. by Lionel Ulmer · 26 years ago
  45. 258bb10 Changed printf into TRACE. by Eric Pouech · 26 years ago
  46. 37b2006 - added some more debug output by Lionel Ulmer · 26 years ago
  47. d1bb7f7 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB by Pavel Roskin · 26 years ago
  48. 7894c22 Should compare to X11 constant "None" since a colormap is an X by Kevin Holbrook · 26 years ago
  49. d0cbe85 Add a few more 32->16 Escape conversions. by Huw D M Davies · 26 years ago
  50. 2305f3c Microsoft com vtable compatibility workaround for g++. Basically adds by Paul Quinn · 26 years ago
  51. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  52. 66f2aac Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not by Marcus Meissner · 26 years ago
  53. d7c565f Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE), by Marcus Meissner · 26 years ago
  54. 3899c02 Check if in depth-conversion mode before returning an error message by Lionel Ulmer · 26 years ago
  55. ad72585 Replaced all the Mesa specific code by GLX code. Should work now on by Lionel Ulmer · 26 years ago
  56. 911e190 Fixed a couple of memcpy errors. by Huw D M Davies · 26 years ago
  57. 79641da Small fix to help native win95 PrintDlg on the way. by Huw D M Davies · 26 years ago
  58. a59cc65 Fixed palette handling for true/high-color X11. by Pavel Roskin · 26 years ago
  59. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  60. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  61. a9f55c4 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs by Huw D M Davies · 26 years ago
  62. 1d4af58 Small update to the PostScript encoding vector. by Huw D M Davies · 26 years ago
  63. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  64. 3a24f3f Started implementing Enhanced MetaFile driver. by Huw D M Davies · 26 years ago
  65. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  66. f62b487 Use $HOME instead of getpwuid for user's home directory. by Alexandre Julliard · 26 years ago
  67. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  68. d096d77 SetMapMode should not reset the window and viewport origins to 0. by Karl Lessard · 26 years ago
  69. bc49a36 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  70. 7603dea General tidy up of the MetaFile driver - make sure that everything by Huw D M Davies · 26 years ago
  71. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  72. 3458987 Added prototypes (stubs) for GDI32.100-104. by Ulrich Weigand · 26 years ago
  73. 56166a6 Implemented recording of StretchDIBits and SetDIBitsToDevice and by Huw D M Davies · 26 years ago
  74. 0b52ada Fixed typo. by Patrik Stridvall · 26 years ago
  75. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  76. dc7c1b8 Fixed a few bugs (typos from cut & paste & invalid heap block freeing). by Eric Pouech · 26 years ago
  77. 608629b Fixes for upside-down DIBs. by Huw D M Davies · 26 years ago
  78. 251ed43 Changed 'GetDisplayMode' to return the mode previously set by by Lionel Ulmer · 26 years ago
  79. 8d4f850 - Removed all floating point math. by Brian Gerst · 26 years ago
  80. 0a99752 A few patches to help Wine to compile on OS/2. by Robert Pouliot · 26 years ago
  81. b94e433 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as by Huw D M Davies · 26 years ago
  82. 6f01462 Fixed ugly disabled controls and black background in Write and Lotus Notes. by Pavel Roskin · 26 years ago
  83. 0d211d1 Limit lastChar to 0xff in PSDRV_GetCharWidth. by Huw D M Davies · 26 years ago
  84. 183f884 Optimized code for SetImageBits_X, making bitmap creation faster. by Karl Lessard · 26 years ago
  85. bce5f88 Added missing *IsDark entries into PALETTE_Driver instance initialisation. by Richard Mortimer · 26 years ago
  86. 81c7544 - clean-up of texture 'loading' by Lionel Ulmer · 26 years ago
  87. 4ddedb8 Added DllClassFactory to DirectDraw. by Lionel Ulmer · 26 years ago
  88. 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
  89. 31ce102 Implement the EnumAttachedSurface method. by Lionel Ulmer · 26 years ago
  90. e59f20d Fixed OpenGL devices implementation. by Lionel Ulmer · 26 years ago
  91. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  92. e8ceac9 Fixed QueryInterface functions for IDirect3D 1 and 2. by Lionel Ulmer · 26 years ago
  93. 05c0c8e Changed some debug messages from one channel to another, to clean up a by Dimitrie O. Paun · 26 years ago
  94. 2e23da4 Added initialisation of the pixmap_depth field in Xlib_DirectDrawCreate. by Lionel Ulmer · 26 years ago
  95. 610b001 More Escapes for the PostScript driver. by Huw D M Davies · 26 years ago
  96. 022d372 Adapted to the interface/implementation separation. by Francois Gouget · 26 years ago
  97. 9e2f4af Updated to include all the implementation aspects that were previously by Francois Gouget · 26 years ago
  98. f44e3e9 Removed direct access to the virtual table by Francois Gouget · 26 years ago
  99. e42ee26 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding. by Huw D M Davies · 26 years ago
  100. be02d40 Changed stdlib.h to string.h. by David Luyer · 26 years ago