1. d8a9244 Added function table to GDI objects for better encapsulation. by Alexandre Julliard · 23 years ago
  2. 5cab46e Cleaned up some inter-dll dependencies in palette management. by Alexandre Julliard · 23 years ago
  3. dec2cee Removed some direct accesses to the DC structure. by Alexandre Julliard · 23 years ago
  4. db31709 Fixed compile without curses. by Alexandre Julliard · 23 years ago
  5. e21c15e Changed the GDI driver interface to pass an opaque PHYSDEV pointer by Alexandre Julliard · 23 years ago
  6. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  7. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  8. 32fb580 Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT by Alexandre Julliard · 23 years ago
  9. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  10. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  11. ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
  12. 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
  13. 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
  14. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  15. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  16. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  17. 447ddfd Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com> by Alexandre Julliard · 24 years ago
  18. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  19. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  20. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago[Renamed (78%) from include/ttydrv.h]
  21. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  22. 646c562 Cleaned up some more USER dependencies. by Alexandre Julliard · 25 years ago
  23. 5b6879c - implementation of SetWindowsRgn and GetWindowRgn by Francois Jacques · 25 years ago
  24. 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
  25. 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
  26. f64c404 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs. by Alexandre Julliard · 25 years ago
  27. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  28. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  29. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  30. ce829bd Better thread safety for WarpPointer hack. by James Abbatiello · 25 years ago
  31. c553924 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. by Huw D M Davies · 25 years ago
  32. b8e94b6 Move Bezier code out of x11drv into commmon GDI code; if any driver by Huw D M Davies · 25 years ago
  33. cf84434 Improved the TTY driver. by Patrik Stridvall · 25 years ago
  34. f0f8da5 Fixes several bugs in gdi path handling. by Huw D M Davies · 25 years ago
  35. c9713e5 - removed keyboard auto-repeat when DInput acquires it by Lionel Ulmer · 25 years ago
  36. 4d715fd Improved the stubs. by Patrik Stridvall · 25 years ago
  37. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  38. 2970067 - Implement interprocess clipboard communication. by Noel Borthwick · 26 years ago
  39. 203780e Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback by Ulrich Weigand · 26 years ago
  40. d96e1f1 Moved code to the X11 driver. by Patrik Stridvall · 26 years ago
  41. 153334e Removed DummyMotionNotify EVENT driver routine. by Ulrich Weigand · 26 years ago
  42. 5c982c9 Adapted to EVENT_ driver changes. by Ulrich Weigand · 26 years ago
  43. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  44. 9d14a00 Removed #include "wine/winuser16.h" and use "struct tag????" instead. by Michael Veksler · 26 years ago
  45. 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
  46. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  47. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
  48. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  49. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  50. b50272b Fix problem where you need mouse activity to unlock some 16 bits by Stephane Lussier · 26 years ago
  51. b36c6fb Corrected prototypes func() ->func(void). by Juergen Schmied · 26 years ago
  52. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  53. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  54. f638aef Added the new TTY driver. by Patrik Stridvall · 26 years ago