1. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  2. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  3. 0f2f2b3 Move calling of CBT hooks from WIN_CreateWindowEx() to the driver. by Rein Klazes · 23 years ago
  4. 80a3bb4 Removed LoadOEMResource from USER driver. by Alexandre Julliard · 23 years ago
  5. 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
  6. 2681c02 Add the missing functionality in the tty driver. by Eric Laforest · 23 years ago
  7. c7de340 Removed Get/SetScreenSaveTimeout user driver functions because they by Andriy Palamarchuk · 23 years ago
  8. 03e07b5 Window activation cleanups. by Alexandre Julliard · 23 years ago
  9. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  10. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  11. 32fb580 Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT by Alexandre Julliard · 23 years ago
  12. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  13. 80593bf Removed next and child fields in the window structure and use by Alexandre Julliard · 23 years ago
  14. 556607a Store window parent as an HWND instead of a pointer. by Alexandre Julliard · 23 years ago
  15. 814654e Lay down the infrastructure for gdi font rendering. by Huw D M Davies · 24 years ago
  16. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  17. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  18. 99bb9f9 Added GetDeviceCaps to the DC driver interface. Removed devCaps by Alexandre Julliard · 24 years ago
  19. 3dd63eb Build the DC function table by using GetProcAddress on the graphics by Alexandre Julliard · 24 years ago
  20. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  21. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  22. 0dd55c4 Removed some direct accesses to GDI internal pen/brush/font structures. by Alexandre Julliard · 24 years ago
  23. 6bbc745 Moved the 16-bit pointer to the DIB bits out of the driver-specific by Alexandre Julliard · 24 years ago
  24. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  25. ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
  26. 624f14e Make GetCursorPos call XQueryPointer. by Ove Kaaven · 24 years ago
  27. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  28. ad36303 Use a flag to test if create structure is unicode. by Gerard Patel · 24 years ago
  29. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  30. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  31. e3fe9f2 Moved ScrollWindowEx implementation to the graphics driver. by Alexandre Julliard · 24 years ago
  32. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  33. 3abeae8 Moved window move/resize syscommand handling to the graphics driver. by Alexandre Julliard · 24 years ago
  34. c6a835a Remove Get/SetBeepActive from USER driver and manage it locally inside by Alexandre Julliard · 24 years ago
  35. 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
  36. 27398d4 Implemented Get/SetDeviceGammaRamp. by Ove Kaaven · 24 years ago
  37. 39f5428 Moved GetTextMetrics to unicode. by Huw D M Davies · 24 years ago
  38. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  39. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  40. 0618746 Cleaned up dll startup routines now that we have separate address spaces. by Alexandre Julliard · 24 years ago
  41. eafd59e Need to import user32 even though we don't use symbols from it yet. by Alexandre Julliard · 24 years ago
  42. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  43. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  44. 447ddfd Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com> by Alexandre Julliard · 24 years ago
  45. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  46. ef7a5c1 Fixed a few compilation warnings. by Dimitrie O. Paun · 24 years ago
  47. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  48. a32ddc0 Implemented Get/SetDIBColorTable. by Ove Kaaven · 24 years ago
  49. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  50. 70098f6 Don't link libwine_unicode into all dlls. by Alexandre Julliard · 24 years ago
  51. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  52. d3534c3 Optimized {,p}MoveTo{,Ex}{,16}. by Patrik Stridvall · 24 years ago
  53. 2239abb Allocate DC objects on the process heap, and removed WIN_DC_INFO by Alexandre Julliard · 24 years ago
  54. 8a31634 Replaced ToAscii by ToUnicode in the User driver interface. by Dmitry Timoshkov · 24 years ago
  55. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  56. 007fb24 Added support for non-deletable system brushes and pens created by USER. by Andreas Mohr · 25 years ago
  57. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  58. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  59. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  60. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  61. 646c562 Cleaned up some more USER dependencies. by Alexandre Julliard · 25 years ago
  62. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  63. 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
  64. b34d666 Fixed warning. by Alexandre Julliard · 25 years ago
  65. 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
  66. 906465f Link the TTY driver with the standard libs. by Patrik Stridvall · 25 years ago
  67. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  68. f64c404 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs. by Alexandre Julliard · 25 years ago
  69. 39fc90a Fixed some warnings. by Patrik Stridvall · 25 years ago
  70. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  71. 77d5ebb Link ttydrv and x11drv objects into their respective dll. by Alexandre Julliard · 25 years ago
  72. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  73. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago