1. 17d1e9e Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  2. 9ce8382 Set and retrieve the window icon that is drawn under managed mode by Susan Farley · 25 years ago
  3. bedf40b Added support for OpenGL. by Lionel Ulmer · 25 years ago
  4. 8b9f338 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added by Ove Kaaven · 25 years ago
  5. 3d51161 Removed X_DISPLAY_MISSING. by Patrik Stridvall · 25 years ago
  6. 35870f9 Detypoed X11DRV_EVENT_SetInputMethod. by Marcus Meissner · 25 years ago
  7. a08e2cf Merged DDBitmap and physBitmap into the generic bitmap structure by Alexandre Julliard · 25 years ago
  8. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  9. 9383eb9 A few simplifications and optimizations in the x11 driver. by Alexandre Julliard · 25 years ago
  10. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  11. 07e4213 Added GetDCOrgEx in graphics device interface and removed X11 code from dc.c. by Alexandre Julliard · 25 years ago
  12. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  13. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  14. ce829bd Better thread safety for WarpPointer hack. by James Abbatiello · 25 years ago
  15. b030d20 Supercharged XShm implementation for DirectDraw. by Ove Kaaven · 25 years ago
  16. c553924 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. by Huw D M Davies · 25 years ago
  17. b8e94b6 Move Bezier code out of x11drv into commmon GDI code; if any driver by Huw D M Davies · 25 years ago
  18. 3ba4be4 - added support of DGA-2.0 events - fixed the leaving of DGA-2.0 mode by Lionel Ulmer · 25 years ago
  19. 1dc551c Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 25 years ago
  20. f0f8da5 Fixes several bugs in gdi path handling. by Huw D M Davies · 25 years ago
  21. c9713e5 - removed keyboard auto-repeat when DInput acquires it by Lionel Ulmer · 25 years ago
  22. 7da242d DirectX-XShm now waits for the X server to finish the previous frame by Ove Kaaven · 25 years ago
  23. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  24. d05b7be - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine by Noel Borthwick · 26 years ago
  25. dee464c Fixed GetDIBits problems. by Karl Lessard · 26 years ago
  26. 4187579 Ian Ward Dan Langlois Speed up conversion between XImages and DIBSections. by Karl Lessard · 26 years ago
  27. 2970067 - Implement interprocess clipboard communication. by Noel Borthwick · 26 years ago
  28. 203780e Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback by Ulrich Weigand · 26 years ago
  29. d96e1f1 Moved code to the X11 driver. by Patrik Stridvall · 26 years ago
  30. 153334e Removed DummyMotionNotify EVENT driver routine. by Ulrich Weigand · 26 years ago
  31. 7581f85 Moved X input event handling out of EVENT_WaitNetEvent and into by Ulrich Weigand · 26 years ago
  32. 6f01462 Fixed ugly disabled controls and black background in Write and Lotus Notes. by Pavel Roskin · 26 years ago
  33. 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
  34. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  35. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
  36. e94e354 Removed winuser16.h from x11drv.h. by Veksler Michael · 26 years ago
  37. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  38. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  39. b50272b Fix problem where you need mouse activity to unlock some 16 bits by Stephane Lussier · 26 years ago
  40. b36c6fb Corrected prototypes func() ->func(void). by Juergen Schmied · 26 years ago
  41. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  42. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  43. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  44. e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago
  45. d6a91b7 Move OEM resources to the x11drv. by Huw D M Davies · 26 years ago
  46. 9c68faa Remove X_DC_INFO from DC and make it behave like any other PDEVICE. by Huw D M Davies · 26 years ago
  47. 2bd3acf Moved DC_SetupGC functions to graphics/x11drv/graphics.c. by Huw D M Davies · 26 years ago
  48. 91d1608 Moved X11 DIB stuff to x11drv. by Huw D M Davies · 26 years ago
  49. 241c730 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the by François Gouget · 26 years ago
  50. 87f87bf Added pBitmapBits and pCreateBitmap to the GDI function table and by Huw D M Davies · 26 years ago
  51. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  52. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  53. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  54. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  55. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  56. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  57. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  58. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  59. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  60. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  61. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  62. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  63. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  64. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  65. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  66. 530ee84 Release 961023 by Alexandre Julliard · 28 years ago wine-961023
  67. 0e270f4 Release 960824 by Alexandre Julliard · 29 years ago wine-960824