2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-03 |
Alexandre Julliard | Merged font.h and path.h into gdi.h. Moved x11font... |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-13 |
Marcus Meissner | Only include curses headers if we are using curses... |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the ttydrv dll with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-09-06 |
Alexandre Julliard | Link all remaining dlls except kernel32 as separated... |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-10 |
Alexandre Julliard | Moved DC origin into device-specific structure. |
tree | commitdiff |
2002-06-02 |
Alexandre Julliard | Better separation of the palette functions. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Alexandre Julliard | Added function table to GDI objects for better encapsul... |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Removed dependencies on the internals of the region... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed some unnecessary imports. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Cleaned up some inter-dll dependencies in palette manag... |
tree | commitdiff |
2002-05-02 |
Alexandre Julliard | Removed some direct accesses to the DC structure. |
tree | commitdiff |
2002-04-03 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Fixed compile without curses. |
tree | commitdiff |
2002-03-28 |
Alexandre Julliard | Changed the GDI driver interface to pass an opaque... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-09 |
Rein Klazes | Move calling of CBT hooks from WIN_CreateWindowEx(... |
tree | commitdiff |
2002-01-04 |
Alexandre Julliard | Removed LoadOEMResource from USER driver. |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Link to the curses library only for the dlls that need it. |
tree | commitdiff |
2001-12-13 |
Eric Laforest | Add the missing functionality in the tty driver. |
tree | commitdiff |
2001-11-30 |
Andriy Palamarchuk | Removed Get/SetScreenSaveTimeout user driver functions... |
tree | commitdiff |
2001-11-06 |
Alexandre Julliard | Window activation cleanups. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-22 |
Alexandre Julliard | Store in the server all the window information accessib... |
tree | commitdiff |
2001-10-18 |
Alexandre Julliard | Changed X11 mouse driver to use SendInput, and removed... |
tree | commitdiff |
2001-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
tree | commitdiff |
2001-10-11 |
Alexandre Julliard | Removed next and child fields in the window structure... |
tree | commitdiff |
2001-10-10 |
Alexandre Julliard | Store window parent as an HWND instead of a pointer. |
tree | commitdiff |
2001-09-12 |
Huw D M Davies | Lay down the infrastructure for gdi font rendering. |
tree | commitdiff |
2001-08-28 |
Alexandre Julliard | Added global management of user handles in the server. |
tree | commitdiff |
2001-08-18 |
Alexandre Julliard | Removed a number of direct accesses to the window struc... |
tree | commitdiff |
2001-07-28 |
Alexandre Julliard | Added GetDeviceCaps to the DC driver interface. Removed... |
tree | commitdiff |
2001-07-27 |
Alexandre Julliard | Build the DC function table by using GetProcAddress... |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Removed some direct accesses to GDI internal pen/brush... |
tree | commitdiff |
2001-07-22 |
Alexandre Julliard | Moved the 16-bit pointer to the DIB bits out of the... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-29 |
Alexandre Julliard | Moved ForceWindowRaise to the USER driver and removed... |
tree | commitdiff |
2001-06-21 |
Ove Kaaven | Make GetCursorPos call XQueryPointer. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-06 |
Gerard Patel | Use a flag to test if create structure is unicode. |
tree | commitdiff |
2001-06-04 |
Alexandre Julliard | Create an X window for every window, including children. |
tree | commitdiff |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
tree | commitdiff |
2001-05-10 |
Alexandre Julliard | Moved ScrollWindowEx implementation to the graphics... |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-09 |
Alexandre Julliard | Moved window move/resize syscommand handling to the... |
tree | commitdiff |
2001-05-05 |
Alexandre Julliard | Remove Get/SetBeepActive from USER driver and manage... |
tree | commitdiff |
2001-04-24 |
Alexandre Julliard | Moved most of the implementation of SetWindowPos and... |
tree | commitdiff |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp. |
tree | commitdiff |
2001-03-16 |
Huw D M Davies | Moved GetTextMetrics to unicode. |
tree | commitdiff |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
tree | commitdiff |
2001-01-07 |
Alexandre Julliard | Need to import user32 even though we don't use symbols... |
tree | commitdiff |
2000-12-10 |
Alexandre Julliard | Moved most builtin controls structures into their respe... |
tree | commitdiff |
2000-12-07 |
Alexandre Julliard | Removed dependencies on the internals of the CLASS... |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Authors: Ove Kaaven <ovek@transgaming.com>, Andrew... |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-29 |
Dimitrie O. Paun | Fixed a few compilation warnings. |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable. |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
tree | commitdiff |
2000-11-10 |
Alexandre Julliard | Don't link libwine_unicode into all dlls. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-11-05 |
Patrik Stridvall | Optimized {,p}MoveTo{,Ex}{,16}. |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Allocate DC objects on the process heap, and removed... |
tree | commitdiff |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface. |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
tree | commitdiff |
2000-08-04 |
Alexandre Julliard | Removed a few dependencies on GDI internals from USER... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Fixed warning. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Moved kernel initialization to kernel_main.c |
tree | commitdiff |
2000-04-25 |
Patrik Stridvall | Link the TTY driver with the standard libs. |
tree | commitdiff |
2000-04-09 |
Alexandre Julliard | Improved support for Makefiles that need to recurse... |
tree | commitdiff |
2000-03-30 |
Alexandre Julliard | Fixed ttydrv compile when using curses. Cleaned up... |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Store monitor size and depth in the generic structure. |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Link ttydrv and x11drv objects into their respective... |
tree | commitdiff |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
tree | commitdiff |
next |