Swap portrait/landscape icon when button clicked.
[wine] / dlls / user /
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-04-18  Alexandre JulliardNo need to preallocate DCEs since they are allocated...
2001-04-16  Eric PouechFix some crash on bad parameter conditions.
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-04-09  Rein KlazesWhen calling CreateMutex() handle the case when the...
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-20  Eric KohlAdded stubs for GetWindowsModuleFileName[A/W].
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-01-28  Eric PouechAdded a few missing exports.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-25  Alexandre JulliardGot rid of WPRINTF_ExtractVAPtr.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-20  Ulrich CzekallaPrevent buffer overflow in TEXT_NextLineW.
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-15  Alexandre JulliardUpdated debug channels.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-09  Dmitry TimoshkovAdded unicode window proc for the listbox control.
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-02  Marcus Meissner16bit user GetProp/SetProp get strings or atoms, so...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-21  Patrik StridvallFixed some issues found by winapi_check.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-12  Dimitrie O. PaunFixed indentation problems resulting from automatic...
2000-12-11  Gerard PatelImplemented DrawTextW as Unicode and DrawTextA as call...
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-05  Aric StewartAdded Chinese resources.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-11-27  Alexandre JulliardAdded entry for PrivateExtractIconsA.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Alexandre JulliardFixed typos.
2000-11-25  Ove KaavenImplemented Win16 behaviour of DDL_DRIVES in DlgDirList.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Alexandre JulliardRemoved .s files.
2000-11-06  Alexandre JulliardAdded missing dependency for 16-bit resource files.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-01  Patrik StridvallFixed issue found by winapi_check.
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-28  Matthew ClarkeDon't assume we are building in the source tree, but...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
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-10-23  Alexandre JulliardMoved all USER resources to new dlls/user/resources...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-22  Marcus MeissnerAdded two checks for out of range pointer accesses.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-15  Rein KlazesLoadStringA inserts terminating null in the buffer...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-10-12  Francois GougetFix the parameter types and comments of the DDElParam...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-22  Susan FarleyAdded support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and...
2000-09-16  Alexandre JulliardMoved Select/RealizePalette implementation to USER...
2000-08-26  Andreas MohrDon't make DDEML mutexes global any more.
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Marcus MeissnerFixed CharNextW.
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-08-03  Marcus MeissnerGetPropA/W have string args.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
next