Fix signed/unsigned comparison warnings.
[wine] / dlls / ttydrv /
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-02-13  Alexandre JulliardGet rid of a few 16-bit exports in gdi32.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2003-11-26  Dmitry TimoshkovFix .spec file parameters for CreateDC driver API.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-11-11  Gerald PfeiferFix format specifiers for HDCs.
2003-11-09  Gerald PfeiferFix format specifiers for HWNDs.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-27  Alexandre JulliardMake sure all 16-bit system drivers are loaded for...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-04-19  Alexandre JulliardDon't bother sending WM_NCCREATE to the desktop window...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Marcus MeissnerOnly include curses headers if we are using curses...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
2002-03-29  Alexandre JulliardFixed compile without curses.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-13  Eric LaforestAdd the missing functionality in the tty driver.
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-22  Alexandre JulliardRemoved some direct accesses to GDI internal pen/brush...
2001-07-22  Alexandre JulliardMoved the 16-bit pointer to the DIB bits out of the...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-03-20  Ove KaavenImplemented Get/SetDeviceGammaRamp.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-07  Alexandre JulliardNeed to import user32 even though we don't use symbols...
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-29  Dimitrie O. PaunFixed a few compilation warnings.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
next