Framework for the doppler effect.
[wine] / dlls / ttydrv /
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.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-16  Andreas MohrAdded support for non-deletable system brushes and...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardFixed warning.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-04-25  Patrik StridvallLink the TTY driver with the standard libs.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
next