2004-01-20 |
Dmitry Timoshkov | Merge the MDI and common window creation code. Change...
|
commit | commitdiff | tree |
2004-01-09 |
Dmitry Timoshkov | Fix an IE crash and make the "Create Folder" functionality in
|
commit | commitdiff | tree |
2004-01-06 |
Dmitry Timoshkov | Register window class on mciavi driver loading, and...
|
commit | commitdiff | tree |
2004-01-06 |
Dmitry Timoshkov | Return correct resource id for time format strings.
|
commit | commitdiff | tree |
2004-01-05 |
Dmitry Timoshkov | Accept all standard DIB compressions in the mciavi...
|
commit | commitdiff | tree |
2004-01-05 |
Dmitry Timoshkov | Decode stream number from AVI frame data and assign...
|
commit | commitdiff | tree |
2004-01-02 |
Dmitry Timoshkov | Remove a stray LeaveCriticalSection().
|
commit | commitdiff | tree |
2004-01-02 |
Dmitry Timoshkov | Trackbar range should be fixed only in the case of...
|
commit | commitdiff | tree |
2004-01-01 |
Dmitry Timoshkov | Much improved mciavi driver. Fixed synchronization...
|
commit | commitdiff | tree |
2004-01-01 |
Dmitry Timoshkov | Add support for many MCIWNDM_ messages and some MCI_...
|
commit | commitdiff | tree |
2004-01-01 |
Dmitry Timoshkov | Use correct pointer to an internal driver description.
|
commit | commitdiff | tree |
2004-01-01 |
Dmitry Timoshkov | Add MCI_SYSINFO command W to A mapping.
|
commit | commitdiff | tree |
2003-12-31 |
Dmitry Timoshkov | Fix many function prototypes and data types according...
|
commit | commitdiff | tree |
2003-12-31 |
Dmitry Timoshkov | Add Unicode->ANSI MCI message mapping, implement mciSendComm...
|
commit | commitdiff | tree |
2003-12-30 |
Dmitry Timoshkov | Add MDI child creation tests.
|
commit | commitdiff | tree |
2003-12-15 |
Dmitry Timoshkov | Implement support for many MCIWndClass MCI_ and MCIWNDM_...
|
commit | commitdiff | tree |
2003-12-10 |
Dmitry Timoshkov | Add support for some MCIWNDF_ styles, indicate that...
|
commit | commitdiff | tree |
2003-12-08 |
Dmitry Timoshkov | Correct "MCI Extensions" registry section, add MCI32...
|
commit | commitdiff | tree |
2003-12-08 |
Dmitry Timoshkov | Fix a font object leak in the font dialog's WM_PAINT...
|
commit | commitdiff | tree |
2003-12-08 |
Dmitry Timoshkov | Correct a couple of incorrect registry root key names.
|
commit | commitdiff | tree |
2003-11-30 |
Dmitry Timoshkov | A general cleanup of the version resources in Wine...
|
commit | commitdiff | tree |
2003-11-26 |
Dmitry Timoshkov | Fix .spec file parameters for CreateDC driver API.
|
commit | commitdiff | tree |
2003-11-26 |
Dmitry Timoshkov | Fix another RtlReAllocateHeap call.
|
commit | commitdiff | tree |
2003-11-26 |
Dmitry Timoshkov | Make Alt+[national key] menu shortcuts work.
|
commit | commitdiff | tree |
2003-11-22 |
Dmitry Timoshkov | Move CompareString implementation to libwine_unicode...
|
commit | commitdiff | tree |
2003-11-18 |
Dmitry Timoshkov | Make national (hot)keys work in menus. Make menu code...
|
commit | commitdiff | tree |
2003-11-18 |
Dmitry Timoshkov | Apply same magic to LibAttr.lcid from MSFT to SLTG.
|
commit | commitdiff | tree |
2003-11-14 |
Dmitry Timoshkov | Add preliminary support for keyboard layout APIs.
|
commit | commitdiff | tree |
2003-11-13 |
Dmitry Timoshkov | Avoid setting infoPtr->firstVisible to NULL in TREEVIEW_Sort.
|
commit | commitdiff | tree |
2003-11-11 |
Dmitry Timoshkov | Fix a bug in VkKeyScan.
|
commit | commitdiff | tree |
2003-11-11 |
Dmitry Timoshkov | Constify strings.
|
commit | commitdiff | tree |
2003-11-11 |
Dmitry Timoshkov | Constify strings.
|
commit | commitdiff | tree |
2003-11-04 |
Dmitry Timoshkov | WM_WINDOWPOSCHANGING should receive original, not fixed...
|
commit | commitdiff | tree |
2003-11-04 |
Dmitry Timoshkov | Always repaint scroll bar if requested.
|
commit | commitdiff | tree |
2003-11-04 |
Dmitry Timoshkov | Protect ILIsParent from NULL pidls.
|
commit | commitdiff | tree |
2003-11-03 |
Dmitry Timoshkov | Add common dialog notification messages and WM_SIZE.
|
commit | commitdiff | tree |
2003-11-03 |
Dmitry Timoshkov | Add support for QWERTZ virtual keys mapping, fix many...
|
commit | commitdiff | tree |
2003-10-31 |
Dmitry Timoshkov | Replace 28591 by 28605 (euro) for appropriate locales.
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | More tests for window creation parameters.
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | Initialize MinMax.ptReserved, use better defaults for...
|
commit | commitdiff | tree |
2003-10-24 |
Dmitry Timoshkov | Windows always sets cbtc.hwndInsertAfter to HWND_TOP.
|
commit | commitdiff | tree |
2003-10-15 |
Dmitry Timoshkov | Fix an obvious typo in call_hook_AtoW.
|
commit | commitdiff | tree |
2003-10-14 |
Dmitry Timoshkov | Fix Finnish keyboard layout to better match the XFree86...
|
commit | commitdiff | tree |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking...
|
commit | commitdiff | tree |
2003-10-14 |
Dmitry Timoshkov | Fix some cases when 'keysym' might be left uninitialized.
|
commit | commitdiff | tree |
2003-10-14 |
Dmitry Timoshkov | Convert GetBinaryType to unicode.
|
commit | commitdiff | tree |
2003-09-27 |
Dmitry Timoshkov | Implemented RealGetWindowClass.
|
commit | commitdiff | tree |
2003-08-22 |
Dmitry Timoshkov | Some applications depend on the order of initialization...
|
commit | commitdiff | tree |
2003-08-22 |
Dmitry Timoshkov | Protect SystemParametersInfoA(SPI_GETxxx) from NULL...
|
commit | commitdiff | tree |
2003-08-21 |
Dmitry Timoshkov | Cope with potentially moved and resized file view window.
|
commit | commitdiff | tree |
2003-08-20 |
Dmitry Timoshkov | Apply only specified tests.
|
commit | commitdiff | tree |
2003-08-18 |
Dmitry Timoshkov | Windows ignores values of e_cparhdr and e_crlc of the...
|
commit | commitdiff | tree |
2003-08-13 |
Dmitry Timoshkov | Convert initData as well.
|
commit | commitdiff | tree |
2003-08-12 |
Dmitry Timoshkov | Convert CreateDC to unicode in the driver interface.
|
commit | commitdiff | tree |
2003-08-12 |
Dmitry Timoshkov | Print X display and locale of X Input Method in the...
|
commit | commitdiff | tree |
2003-08-12 |
Dmitry Timoshkov | Ignore some keyboard events. In any case we don't know...
|
commit | commitdiff | tree |
2003-08-11 |
Dmitry Timoshkov | WM_PAINT(wParam) might be a valid HDC.
|
commit | commitdiff | tree |
2003-08-11 |
Dmitry Timoshkov | Accept SIZE_MAXIMIZED as one of statuses of MDI windows.
|
commit | commitdiff | tree |
2003-08-08 |
Dmitry Timoshkov | Fixed build with older compilers.
|
commit | commitdiff | tree |
2003-08-05 |
Dmitry Timoshkov | Use same formula to convert from device to logical...
|
commit | commitdiff | tree |
2003-08-05 |
Dmitry Timoshkov | Protect CallWindowProcA/W from NULL pointers.
|
commit | commitdiff | tree |
2003-08-05 |
Dmitry Timoshkov | Make GetWindowInfo() work for all windows and return...
|
commit | commitdiff | tree |
2003-08-05 |
Dmitry Timoshkov | Correctly truncate tmFirstChar, tmLastChar, tmBreakChar...
|
commit | commitdiff | tree |
2003-08-05 |
Dmitry Timoshkov | Remove remnants of the old code.
|
commit | commitdiff | tree |
2003-07-28 |
Dmitry Timoshkov | Improve handling of custom dialog templates passed to
|
commit | commitdiff | tree |
2003-07-21 |
Dmitry Timoshkov | Convert Notepad to unicode.
|
commit | commitdiff | tree |
2003-07-09 |
Dmitry Timoshkov | Use inline versions of APIs only internally in Wine.
|
commit | commitdiff | tree |
2003-07-09 |
Dmitry Timoshkov | Fix spec entry for ZwSetTimerResolution.
|
commit | commitdiff | tree |
2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP.
|
commit | commitdiff | tree |
2003-07-03 |
Dmitry Timoshkov | Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
|
commit | commitdiff | tree |
2003-06-30 |
Dmitry Timoshkov | Add tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOLS...
|
commit | commitdiff | tree |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not...
|
commit | commitdiff | tree |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables.
|
commit | commitdiff | tree |
2003-06-27 |
Dmitry Timoshkov | Add inclusion of <sys/time.h> needed for struct timeval...
|
commit | commitdiff | tree |
2003-06-23 |
Dmitry Timoshkov | Dump RDW_ flags in RedrawWindow.
|
commit | commitdiff | tree |
2003-06-23 |
Dmitry Timoshkov | Along with AltGr state save also all possible modifier...
|
commit | commitdiff | tree |
2003-06-04 |
Dmitry Timoshkov | Revert some really unwanted changes to the DDE code.
|
commit | commitdiff | tree |
2003-05-20 |
Dmitry Timoshkov | Make the Global* memory API functions thread safe.
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Expect multiple DNS_ flags.
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Removed redundant LANGUAGE statements.
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | GetClassInfo returns class atom on success.
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Mask out MWMO_WAITALL if only server queue handle was...
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Restore MDI window in the case of disabled maximize...
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Initialize hbmColor only for color icons in GetIconInfo.
|
commit | commitdiff | tree |
2003-05-19 |
Dmitry Timoshkov | Fixed some issues in EMFDRV_ExtTextOut.
|
commit | commitdiff | tree |
2003-05-14 |
Dmitry Timoshkov | Use SetDlgItemText instead of sending a WM_SETTEXT.
|
commit | commitdiff | tree |
2003-05-13 |
Dmitry Timoshkov | Fix an obvious typo in get_res_name. Spotted by Mike...
|
commit | commitdiff | tree |
2003-05-13 |
Dmitry Timoshkov | Remove redundant ITypeLib2_AddRef's. Makes
|
commit | commitdiff | tree |
2003-05-12 |
Dmitry Timoshkov | Added missing return in HEAP_ValidateInUseArena.
|
commit | commitdiff | tree |
2003-05-12 |
Dmitry Timoshkov | Added definition of SS_USERITEM.
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Poll X events in GetInputState the same way as in GetQueueSt...
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Fix the logic for setting the lps->fErase flag in BeginPaint.
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Protect GlobalLock from bad pointers.
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Make SetMapMode set default window and viewport extents...
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Ignore high word of wParam when handling WM_COMMAND...
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Windows treats dialog control class ids 0-5 same way...
|
commit | commitdiff | tree |
2003-05-11 |
Dmitry Timoshkov | Do not abort dialog creation if DS_NOFAILCREATE allows...
|
commit | commitdiff | tree |
2003-04-30 |
Dmitry Timoshkov | Protect BeginPaint and EndPaint from lps being NULL.
|
commit | commitdiff | tree |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking...
|
commit | commitdiff | tree |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,...
|
commit | commitdiff | tree |