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