2004-12-06 |
Dmitry Timoshkov | Perform host name initialization if computer name can...
|
commit | commitdiff | tree |
2004-12-01 |
Dmitry Timoshkov | Always create a suspended thread in CreateThread and...
|
commit | commitdiff | tree |
2004-11-30 |
Dmitry Timoshkov | - Pass infoPtr around in month calendar control.
|
commit | commitdiff | tree |
2004-11-30 |
Dmitry Timoshkov | Gather all DrawText flags together, convert them to...
|
commit | commitdiff | tree |
2004-11-30 |
Dmitry Timoshkov | DrawTextEx should allocate text buffer on stack for...
|
commit | commitdiff | tree |
2004-11-28 |
Dmitry Timoshkov | Add a test for ReadFile/WriteFile fault handling, make...
|
commit | commitdiff | tree |
2004-11-24 |
Dmitry Timoshkov | Avoid some direct accesses to DC internals from metafile...
|
commit | commitdiff | tree |
2004-11-24 |
Dmitry Timoshkov | Remove useless calls to IsBadReadPtr from ReadFile...
|
commit | commitdiff | tree |
2004-11-21 |
Dmitry Timoshkov | Call CompareStringA with LOCALE_USE_CP_ACP flag set...
|
commit | commitdiff | tree |
2004-11-09 |
Dmitry Timoshkov | - do not move updown control and buddy if an alignment...
|
commit | commitdiff | tree |
2004-11-08 |
Dmitry Timoshkov | Dimensions of month calendar control should not depend...
|
commit | commitdiff | tree |
2004-11-04 |
Dmitry Timoshkov | Add unix locale to code page mapping for ISO-8859-16.
|
commit | commitdiff | tree |
2004-11-01 |
Dmitry Timoshkov | Convert NativeFont control to unicode, use hbrBackground...
|
commit | commitdiff | tree |
2004-11-01 |
Dmitry Timoshkov | Add simple implementation of advpack.DoInfInstall.
|
commit | commitdiff | tree |
2004-11-01 |
Dmitry Timoshkov | Do not retrieve infoPtr twice in ToolbarWindowProc...
|
commit | commitdiff | tree |
2004-10-29 |
Dmitry Timoshkov | Clean up user32/input.c test, remove the wrong assumption...
|
commit | commitdiff | tree |
2004-10-27 |
Dmitry Timoshkov | Take into account window visibility when searching...
|
commit | commitdiff | tree |
2004-10-27 |
Dmitry Timoshkov | Flush pending messages before testing painting message...
|
commit | commitdiff | tree |
2004-10-27 |
Dmitry Timoshkov | Add proper prototypes for GetClassLongPtrA/W for _WIN64...
|
commit | commitdiff | tree |
2004-10-26 |
Dmitry Timoshkov | Make button return exactly the same dialog codes as...
|
commit | commitdiff | tree |
2004-10-25 |
Dmitry Timoshkov | - Remove bogus use of nStatCounter and hOleAut32 in...
|
commit | commitdiff | tree |
2004-10-19 |
Dmitry Timoshkov | Make TranslateAcceleratorA handle national characters.
|
commit | commitdiff | tree |
2004-10-18 |
Dmitry Timoshkov | Protect USER32 against early graphics driver unloading.
|
commit | commitdiff | tree |
2004-10-11 |
Dmitry Timoshkov | - WM_MDISETMENU handler should update new frame menu...
|
commit | commitdiff | tree |
2004-10-08 |
Dmitry Timoshkov | Properly handle the case when last MDI child is being...
|
commit | commitdiff | tree |
2004-10-08 |
Dmitry Timoshkov | Disable remaining piece of the code which auto assigns...
|
commit | commitdiff | tree |
2004-10-06 |
Dmitry Timoshkov | Make message spy thread safe.
|
commit | commitdiff | tree |
2004-10-06 |
Dmitry Timoshkov | Add prototypes for GetWindowLongPtr/SetWindowLongPtr.
|
commit | commitdiff | tree |
2004-10-06 |
Dmitry Timoshkov | Skip interthread message test under win9x, it causes...
|
commit | commitdiff | tree |
2004-10-05 |
Dmitry Timoshkov | Add a test case for accelerators, make the test pass...
|
commit | commitdiff | tree |
2004-10-05 |
Dmitry Timoshkov | Added a test case for inter-thread DispatchMessage.
|
commit | commitdiff | tree |
2004-10-05 |
Dmitry Timoshkov | If there no MDI child to activate set hwndActiveChild...
|
commit | commitdiff | tree |
2004-10-05 |
Dmitry Timoshkov | Make advapi32/crypt.c test pass under win2k SP4, do...
|
commit | commitdiff | tree |
2004-10-04 |
Dmitry Timoshkov | If an animation is already playing do not restart it.
|
commit | commitdiff | tree |
2004-10-04 |
Dmitry Timoshkov | Add more message conversion tests, make the tests pass...
|
commit | commitdiff | tree |
2004-10-04 |
Dmitry Timoshkov | Add iccvid.dll to an initial Wine configuration.
|
commit | commitdiff | tree |
2004-10-04 |
Dmitry Timoshkov | Avoid a crash in advapi32/test_sha_ctx.c test if required...
|
commit | commitdiff | tree |
2004-10-04 |
Dmitry Timoshkov | Do not use GlobalFree for a memory returned by LoadResource.
|
commit | commitdiff | tree |
2004-09-29 |
Dmitry Timoshkov | Ignore FocusOut event if there is no event window.
|
commit | commitdiff | tree |
2004-09-28 |
Dmitry Timoshkov | Add cyrillic glyphs to wine_sans_serif at 20 ppem.
|
commit | commitdiff | tree |
2004-09-23 |
Dmitry Timoshkov | - Skip shell window test on Win9x and restore its functional...
|
commit | commitdiff | tree |
2004-09-22 |
Dmitry Timoshkov | Make mlang return the same code page descriptions as...
|
commit | commitdiff | tree |
2004-09-21 |
Dmitry Timoshkov | Fix WM_MDIREFRESHMENU for the case when separator is...
|
commit | commitdiff | tree |
2004-09-21 |
Dmitry Timoshkov | Make message flow for MDI creation/activation/destruction...
|
commit | commitdiff | tree |
2004-09-20 |
Dmitry Timoshkov | Make menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
|
commit | commitdiff | tree |
2004-09-16 |
Dmitry Timoshkov | Add a test case for WM_KEY* to WM_SYSKEY* message conversion.
|
commit | commitdiff | tree |
2004-09-16 |
Dmitry Timoshkov | Accept WM_SYSCHAR message for processsing in TranslateAccele...
|
commit | commitdiff | tree |
2004-09-15 |
Dmitry Timoshkov | Remove a stray 'else' left by a previous patch.
|
commit | commitdiff | tree |
2004-09-13 |
Dmitry Timoshkov | Add support for HCBT_SYSCOMMAND hook, add logging for...
|
commit | commitdiff | tree |
2004-09-13 |
Dmitry Timoshkov | Add a bunch of new MDI tests.
|
commit | commitdiff | tree |
2004-09-13 |
Dmitry Timoshkov | When DC mapping changes reselect current pen to update...
|
commit | commitdiff | tree |
2004-09-13 |
Dmitry Timoshkov | Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
|
commit | commitdiff | tree |
2004-09-07 |
Dmitry Timoshkov | Reset BUTTON_HASFOCUS state in WM_KILLFOCUS handler...
|
commit | commitdiff | tree |
2004-09-06 |
Dmitry Timoshkov | Move MulDiv prototype from wingdi.h to winbase.h where...
|
commit | commitdiff | tree |
2004-09-02 |
Dmitry Timoshkov | Added a test showing how GDI scales bitmap font metrics.
|
commit | commitdiff | tree |
2004-09-01 |
Dmitry Timoshkov | Add cyrillic glyphs to Wine System.
|
commit | commitdiff | tree |
2004-08-31 |
Dmitry Timoshkov | Set last error values compatible with Win9x implementation
|
commit | commitdiff | tree |
2004-08-30 |
Dmitry Timoshkov | Add cyrillic glyphs to Wine Courier at 13 pixel size.
|
commit | commitdiff | tree |
2004-08-26 |
Dmitry Timoshkov | Button should do ReleaseCapture() on WM_KILLFOCUS if...
|
commit | commitdiff | tree |
2004-08-26 |
Dmitry Timoshkov | Button should send BM_SETSTATE message after it has...
|
commit | commitdiff | tree |
2004-08-26 |
Dmitry Timoshkov | Fix msg test failures when run under win2k.
|
commit | commitdiff | tree |
2004-08-26 |
Dmitry Timoshkov | Try to avoid loading 16-bit DLLs into memory for accessing...
|
commit | commitdiff | tree |
2004-08-25 |
Dmitry Timoshkov | Fix an obvious typo leading to a crash.
|
commit | commitdiff | tree |
2004-08-24 |
Dmitry Timoshkov | Add cyrillic glyphs to wine_sans_serif at 13 and 16...
|
commit | commitdiff | tree |
2004-08-23 |
Dmitry Timoshkov | Enumerate all available scripts in IMultiLanguage2_EnumScrip...
|
commit | commitdiff | tree |
2004-08-23 |
Dmitry Timoshkov | GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo...
|
commit | commitdiff | tree |
2004-08-22 |
Dmitry Timoshkov | Y coordinate of the "magic" static control should be...
|
commit | commitdiff | tree |
2004-08-16 |
Dmitry Timoshkov | - Use "MS Shell Dlg" in the Open File dialog templates...
|
commit | commitdiff | tree |
2004-08-16 |
Dmitry Timoshkov | Implement IMultiLanguage2_GetCharsetInfo, add a test...
|
commit | commitdiff | tree |
2004-08-11 |
Dmitry Timoshkov | - add stubbed support for IEnumScript interface
|
commit | commitdiff | tree |
2004-08-09 |
Dmitry Timoshkov | Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with...
|
commit | commitdiff | tree |
2004-08-09 |
Dmitry Timoshkov | module->addr_sorttab may be NULL due to a hack in
|
commit | commitdiff | tree |
2004-08-06 |
Dmitry Timoshkov | Implement ConvertINetMultiByteToUnicode, ConvertINetUnicodeT...
|
commit | commitdiff | tree |
2004-08-04 |
Dmitry Timoshkov | Added CLSID and IIDs for mlang.
|
commit | commitdiff | tree |
2004-08-02 |
Dmitry Timoshkov | Create toolbar with a not zero default size, it allows...
|
commit | commitdiff | tree |
2004-07-14 |
Dmitry Timoshkov | Uncomment implemented in Wine msvidc32 (MSVC/CRAM)...
|
commit | commitdiff | tree |
2004-07-14 |
Dmitry Timoshkov | Make it possible to open read-only AVI files for a...
|
commit | commitdiff | tree |
2004-07-09 |
Dmitry Timoshkov | Add a test case for scroll APIs, fix a few bugs spotted...
|
commit | commitdiff | tree |
2004-07-08 |
Dmitry Timoshkov | Add WS_HSCROLL style to the notepad's edit control.
|
commit | commitdiff | tree |
2004-07-07 |
Dmitry Timoshkov | Initialize also ACP, OEMCP and MACCP in registry on...
|
commit | commitdiff | tree |
2004-06-30 |
Dmitry Timoshkov | Add more MDI message tests.
|
commit | commitdiff | tree |
2004-06-30 |
Dmitry Timoshkov | Do not do SetWindowPos(SWP_FRAMECHANGED) in the
|
commit | commitdiff | tree |
2004-06-30 |
Dmitry Timoshkov | Fix control coordinates in German and French versions...
|
commit | commitdiff | tree |
2004-06-25 |
Dmitry Timoshkov | Add a test case for clipboard functionality and fix...
|
commit | commitdiff | tree |
2004-06-23 |
Dmitry Timoshkov | Add a prototype for MDI message tests.
|
commit | commitdiff | tree |
2004-06-23 |
Dmitry Timoshkov | Make sure that both deactivated and activated MDI children...
|
commit | commitdiff | tree |
2004-06-23 |
Dmitry Timoshkov | WM_WINDOWPOSCHANGED should always contain a final window...
|
commit | commitdiff | tree |
2004-06-18 |
Dmitry Timoshkov | ShowWindow shouldn't fix SWP_ flags, it's the job of...
|
commit | commitdiff | tree |
2004-06-18 |
Dmitry Timoshkov | Add tests for child activation by ShowWindow/SetWindowPos.
|
commit | commitdiff | tree |
2004-06-18 |
Dmitry Timoshkov | Do not allow creation of not aligned EMF records by...
|
commit | commitdiff | tree |
2004-06-18 |
Dmitry Timoshkov | Use better dimensions for MDI system menu buttons to...
|
commit | commitdiff | tree |
2004-06-17 |
Dmitry Timoshkov | Make user/tests/win.c tests pass under Windows98.
|
commit | commitdiff | tree |
2004-06-15 |
Dmitry Timoshkov | Add a test for client/nonclient window dimensions calculation.
|
commit | commitdiff | tree |
2004-06-15 |
Dmitry Timoshkov | Fix warnings introduced by my last patch.
|
commit | commitdiff | tree |
2004-06-15 |
Dmitry Timoshkov | - Fix erroneous use of LOCALE_SDATE in the place of...
|
commit | commitdiff | tree |
2004-06-15 |
Dmitry Timoshkov | Restore default "open" functionality of ShellExecute.
|
commit | commitdiff | tree |
2004-06-14 |
Dmitry Timoshkov | Ignore DdeClientTransaction error in ShellExecute.
|
commit | commitdiff | tree |
2004-06-14 |
Dmitry Timoshkov | Do nothing in ShowWindow(SW_SHOW) if a window is already...
|
commit | commitdiff | tree |
2004-06-14 |
Dmitry Timoshkov | Added 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE...
|
commit | commitdiff | tree |
2004-06-14 |
Dmitry Timoshkov | Add support for quoting "file://%1" like format strings.
|
commit | commitdiff | tree |