Allow configuration of output devices to use and change standard
[wine] / dlls / user /
2004-03-26  Dmitry TimoshkovAdd a procedure for logging WM_PARENTNOTIFY messages.
2004-03-26  Dmitry TimoshkovMake DestroyWindow() not mess with a window focus,...
2004-03-26  Dmitry TimoshkovAdd 'hook' flag for messages. Add a test for CBT hook...
2004-03-25  Dmitry TimoshkovAdd 'optional' flag for messages, make the test run...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Dmitry TimoshkovAdd a test case which confirms that SetMenu implementat...
2004-03-19  Alexandre JulliardGet rid of the registry lookups, rely entirely on the...
2004-03-19  Justin ChevrierImplemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET...
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-03-09  Bobby BinghamStub EnumDesktopsW for now.
2004-03-05  Robert ShearmanStub for RegisterDeviceNotificationW.
2004-03-04  Justin ChevrierMove implementation of SysParametersInfo from Ascii...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-20  Dmitry TimoshkovFirst step in using faster approach for A<->W message...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-17  Huw DaviesSetMenu should always call SetWindowPos whether the...
2004-02-12  Bill MedlandAdded the automatic tabbing in IsDialogMessage.
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-06  Dmitry TimoshkovAdd a test case and a fix for the window styles state...
2004-01-28  Alexandre JulliardlpCreateParams should be a SEGPTR in 16-bit code.
2004-01-27  Alexandre JulliardProperly translate the message result for WM_GETTEXT...
2004-01-27  Dmitry TimoshkovMSDN is wrong: WM_NCACTIVATE takes the same lParam...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Yoshiro TakenoIn Windows, the leading byte for multibyte characters...
2004-01-26  Uwe BonnesSmall fix for the WPR_SIGNED case (count the sign).
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-20  Dmitry TimoshkovMerge the MDI and common window creation code. Change...
2004-01-18  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Francois GougetThe MSVC headers won't give a name to the nameless...
2004-01-16  Francois GougetWe need to set _WIN32_WINNT to 0x501 to get CS_DROPSHAD...
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-09  Ferenc WagnerPin down LoadStringA behaviour on different buffer...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Steven EdwardsSplit up the Win16/32 MDI support a bit.
2004-01-02  Ivan Leo Murray... Completed Italian language support.
2004-01-02  Chris MorganMake the debug mark printing unconditional instead...
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
2003-12-31  Rein KlazesIsdialogMessage16 must not process messages that are...
2003-12-30  Dmitry TimoshkovAdd MDI child creation tests.
2003-12-30  Vik KumarFixed MS UI Gothic font names.
2003-12-13  Ge van GeldorpPass dtp parameter on from DrawTextExA to DrawTextExW.
2003-12-12  Alexandre JulliardMake Char{Lower,Upper}A call Char{Lower,Upper}BuffA.
2003-12-12  Vik KumarFont changes from MS P Gothic to MS UI Gothic.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded tests for class style and instance handling.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Andreas RosenbergPoint size in DLG_TEMPLATE may be negative.
2003-12-08  Kevin KoltzauImplemented GetTitleBarInfo.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-26  Steven EdwardsPorting fixes.
2003-11-26  Jeff MillerMask off bit 0x80 in the accelerator table entry field...
2003-11-26  Dmitry TimoshkovMake Alt+[national key] menu shortcuts work.
2003-11-26  Alexandre JulliardFixed declarations of BroadcastSystemMessage and Transl...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-20  Ivan Leo Murray... Added/updated Italian resources.
2003-11-18  Dmitry TimoshkovMake national (hot)keys work in menus. Make menu code...
2003-11-18  Martin Fuchs- Move shell window into the background.
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-10-31  Alexandre JulliardUse a timeout when sending broadcast messages.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Rein KlazesTest WM_KEY* and WM_SYSKEY* messages generated by vario...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-24  Dmitry TimoshkovMore tests for window creation parameters.
2003-10-15  Dmitry TimoshkovFix an obvious typo in call_hook_AtoW.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Alexandre JulliardUse the standard DllMain entry point.
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-06  Vincent BéronChange resources from last language file used to LANG_N...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
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-10-02  Dimitrie O. PaunMove the message sequences documented in documentation...
2003-10-02  Dimitrie O. PaunRemoved obsolete TODO file.
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-27  Alexandre JulliardRenamed comm.dll, display.dll, keyboard.dll and mouse...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Mike McCormackAlways initialize send_message_info.flags.
2003-09-15  Eric Pouech- Implemented IsHungAppWindow.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Mike McCormackStub implementation of FlashWindowEx.
2003-08-07  Richard CohenSystemParametersInfo returning a value for Wallpaper...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-24  Steven EdwardsMove comm16.c to the 16-bit sources.
2003-07-18  Mike McCormackwvsnprint accepts %p too (on win2k).
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-07-08  Alexandre JulliardLookup COM/LPT devices in the registry when they are...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
next