Initialize a bunch of dc values to their default before enumerating an
[wine] / dlls / user /
2005-10-11  Stefan LeichterMake user test loadable on NT4.
2005-10-08  Alexandre JulliardIn DIALOG_FixChildrenOnChangeFocus make sure the button...
2005-10-03  Vitaliy MargolenUse GetSystemMetrics instead of hardcoding drag width...
2005-10-03  Marcus MeissnerReleaseCapture should return TRUE.
2005-10-03  Stefan LeichterAdded stub for UnregisterDeviceNotification.
2005-09-29  Jason EdmeadesAlways return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWi...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Dmitry TimoshkovExplicitly ignore WM_GETICON message in the message...
2005-09-28  Dmitry TimoshkovMake DrawMenuBar and SetMenu tests pass under Wine.
2005-09-28  Huw DaviesEnumDisplayDevices and GetMonitorInfo should return...
2005-09-26  Alexandre JulliardAdded a test to confirm the behavior of GetRandomRgn.
2005-09-26  Alexander N. SørnesAdded Norwegian translations.
2005-09-26  Francois GougetReplace the 'if (!cond) ; else code' construct with...
2005-09-26  Dmitry TimoshkovCalling DdeUninitialize hangs DDE test on XP SP1, so...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-25  Kimmo MyllyvirtaUpdate Finnish resources.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-20  Alexandre JulliardAdded a magic number to the WDML_CONV structure to...
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-18  Kimmo MyllyvirtaIf HKCU\Software\Wine does not yet exist, create it...
2005-09-17  Robert ShearmanGetDesktopWindow can now potentially create a thread...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-12  Alexandre JulliardMake the non-client message handling functions return...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Alexandre JulliardAvoid truncating the item data to 32 bits in LB_SETITEM...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-09-12  Alexandre JulliardUse Get/SetClassLongPtr to access the module handle.
2005-09-12  Alexandre JulliardThe item user data has to be a ULONG_PTR.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Francois GougetIf given the EWX_FORCE flag, ExitWindowsEx() should...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Alexandre JulliardDon't fallback to LoadMenu16 when the window is created...
2005-09-07  Alexandre JulliardOnly access 16-bit stack if really necessary.
2005-09-06  Michael Kaufmann- Fix text placement.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-27  Jason EdmeadesListbox delete string handling should validate the...
2005-08-25  Vitaly Lipatov- remove return: now break loop if can't change state...
2005-08-22  Mike McCormackFix magic item handling and warnings.
2005-08-22  Mike McCormackFix gcc 4.0 warnings.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Jacek CabanFix RegisterWindowMessage declaration and improve debug...
2005-08-19  Frank RichterFix wrong structure size check in GetScrollBarInfo().
2005-08-19  Mike McCormackMake sure a cursor is always returned if one exists.
2005-08-18  Mike McCormackFix uninitialized variable warnings emitted by gcc...
2005-08-16  Frank RichterChange CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
2005-08-15  Vincent BéronChange some TRACEing formats to make more sense.
2005-08-11  Alexandre JulliardSet remove to TRUE in accept_hardware_message for messa...
2005-08-10  Francois GougetDefine DCX_USESTYLE if it is not defined already. Fixes the
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Alexandre JulliardMake sure we don't call the graphics driver after proce...
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-08-08  Francois GougetCreateWindow(parent=NULL, ctlid!=0) should fail.
2005-08-08  Francois GougetThe listbox test shows that the control id must be...
2005-08-03  Alexandre JulliardCall the USER driver directly to check for X events...
2005-08-02  Lauri TulminAdd tests for repainting windows with CS_PARENTDC class...
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-07-29  Dmitry Timoshkov- Add an ownerdrawn listbox test, which confirms that...
2005-07-26  Phil KrylovTranslate the whole wparam to/from Unicode.
2005-07-25  Dmitry TimoshkovTake into account CS_NOCLOSE window class style and...
2005-07-22  Alexandre JulliardStore the SysIP property using a string to avoid troubl...
2005-07-22  Alexandre JulliardFixed get_window_properties to correctly specify the...
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-19  Alexandre JulliardSave the scope window for mouse events before overwriti...
2005-07-19  Alexandre JulliardInitialize the various menu global variables on demand...
2005-07-18  Robert ShearmanReplace calls to DIALOG_GetCharSize with code to do...
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-18  Alexandre JulliardLoad system metrics on demand instead of initializing...
2005-07-18  Felix NawothnigAdd stub for SetLayeredWindowAttributes.
2005-07-18  Paul VriensDon't run tests on platforms that don't support WindowS...
2005-07-15  Alexandre JulliardAdded a bunch of utility functions to factor out a...
2005-07-15  Frank RichterAdd support for drawing gradient captions.
2005-07-12  Mike McCormackClean up CURSORICON_Load.
2005-07-12  Mike McCormackRemove CURSORICON_SimulateLoadingFromResourceW.
2005-07-12  Mike McCormackModify CURSORICON_FindBestIcon/Cursor to use enumerator...
2005-07-12  Robert ShearmanCall SetLastError on errors.
2005-07-12  Robert Shearman- Support right-aligned text in TabbedTextOut.
2005-07-12  Robert Shearman- Implement LB_SETLOCALE.
2005-07-11  Robert ShearmanThe units passed into LB_SETTABSTOPS are dialog units...
2005-07-11  Mike McCormackReplace CURSORICON_CreateFromResource by CreateIconFrom...
2005-07-11  Mike McCormackRemove unused function args.
2005-07-10  Felix NawothnigFix a typo.
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-08  Dmitry TimoshkovAdd DDE transaction test, make it pass under Wine.
2005-07-08  Frank RichterAlways zero destination buffer in SYSPARAMS_LoadRaw...
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-07  Frank RichterAdd support for proper saving of the "FLATMENU" and...
2005-07-07  Frank RichterWine has now a Marlett font, hence the window buttons...
2005-07-07  Alexandre JulliardDelay creation of the internal pos atom until needed.
next