user32: Added stub for UpdateLayeredWindow.
[wine] / dlls / user / Makefile.in
2005-12-19  Aric Stewartuser: Make the edit control IME aware and implement...
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-06-09  Alexandre JulliardMoved dde files to the main directory and got rid of...
2005-06-09  Alexandre JulliardMoved monitor functions to dlls/user/misc.c and finally...
2005-06-09  Alexandre JulliardMoved windows/driver.c to dlls/user/driver16.c.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-05-25  Alexandre JulliardMoved functions from windows/user.c to more appropriate...
2005-05-25  Alexandre JulliardMoved the syscolor functions to dlls/user/sysparams.c.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-25  Alexandre JulliardMoved the ScrollWindow and ScrollDC functions to dlls...
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...
2005-03-29  Alexandre JulliardMoved rectangle functions to uitools.c and removed...
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-10  Alexandre JulliardMerge the rest of the messaging code into dlls/user...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...
2004-12-08  Alexandre JulliardMoved palette functions to user_main.c and removed
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-09-01  Alexandre JulliardMoved keyboard.c to dlls/user/kbd16.c.
2004-09-01  Alexandre JulliardMoved some window painting functions to uitools.c.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...
2004-08-30  Alexandre JulliardRemoved struct32.[ch].
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Alexandre JulliardUse the standard DllMain entry point.
2003-10-04  Dimitrie O. PaunMerge all binary resources for user32 in one file.
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
2003-09-27  Alexandre JulliardRenamed comm.dll, display.dll, keyboard.dll and mouse...
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-07-24  Steven EdwardsMove comm16.c to the 16-bit sources.
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-23  Alexandre JulliardMoved network.c to 16-bit sources.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-08-28  Patrik StridvallImplement wrapper calls for the 16 bit GlobalAtom*...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
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-04-24  Bill MedlandFirst regression test for wsprintf.
2002-04-21  Mike McCormackAdded a simple test set for window classes.
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-27  Andriy PalamarchukAdded SystemParametersInfo unit test.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2001-12-17  Alexandre JulliardChanged 16-bit USER Enum* functions to not use thunks...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-06  Alexandre JulliardAdded missing dependency for 16-bit resource files.
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-28  Matthew ClarkeDon't assume we are building in the source tree, but...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-13  Bertho Stultiens- Bugfix: Corrected "off by one" error in the linenumbe...
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-05-14  Dimitrie O. PaunMoved DDEML into dlls/user.
2000-04-28  Alexandre JulliardAdded libkeyboard.so creation.
next