- 18 Jan, 2006 4 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
doesn't signify an error; it is just unusual.
-
Robert Shearman authored
-
Huw Davies authored
-
- 17 Jan, 2006 27 commits
-
-
Marcus Meissner authored
-
Robert Reif authored
It looks like Windows doesn't change the primary buffer length when changing formats so make the tests fail now. This means the current ALSA implementation is broken when hardware acceleration is set to full and the primary buffer format is changed.
-
Robert Reif authored
-
Robert Reif authored
-
Robert Reif authored
and move most of the COM functions to the DirectSoundDevice class.
-
Michael Kaufmann authored
-
Michael Kaufmann authored
- Separate WM_NCCREATE and WM_SETTEXT. - WM_SETTEXT and WM_SETFONT are ignored for static controls that don't display text. - WM_SETTEXT must not be used to change the icon/bitmap/metafile. - Immediately repaint the control on all occasions.
-
Michael Kaufmann authored
-
Michael Kaufmann authored
-
Michael Kaufmann authored
STM_GETIMAGE returns NULL if the given image type doesn't match the control's style.
-
Michael Kaufmann authored
- Support SS_REALSIZEIMAGE (this flag means "it's not necessary to load icons in the default icon size"). - SS_ICON: Ability to display cursors.
-
Michael Kaufmann authored
- Support SS_REALSIZECONTROL (this flag means "don't resize the control to the size of the bitmap/icon"). - Always call GlobalUnlock16 after GlobalLock16.
-
Michael Kaufmann authored
- Always paint the background of static controls displaying enhanced metafiles. - Also paint the background if there's no metafile to display.
-
Michael Kaufmann authored
- Support DT_END_ELLIPSIS, DT_PATH_ELLIPSIS and DT_WORD_ELLIPSIS. - Paint simple text without prefixes (SS_SIMPLE | SS_NOPREFIX) with the ExtTextOut function like the native control does. - Gray text color: Only for non-simple static controls.
-
Alex Villacís Lasso authored
ACM_METRIC_DRIVER_SUPPORT. Fix copy&paste mislabeling on acmDriverID test failure.
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Michael Jung authored
-
Vitaly Budovski authored
Implemented D3DRS_EDGEANTIALIAS. Implemented D3DRS_POINTSPRITEENABLE. Implemented D3DRS_MULTISAMPLEANTIALIAS.
-
H. Verbeet authored
-
Alexandre Julliard authored
-
Vitaliy Margolen authored
Use Heap[Alloc|Free] instead of malloc|free.
-
Robert Shearman authored
Added a new server call as PostQuitMessage should set a flag in the message queue to return the WM_QUIT message when there are no other pending messages, rather than posting a message to the thread queue as it does at the moment.
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
- 16 Jan, 2006 9 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
- Supports now all WinXP allowed combinations of input variants. - VT_RESERVED on input variants is handled now. - Removed complicated VT_DATE comparision; that's not how Windows does it. - Improved documentation.
-
Michael Stefaniuc authored
-
Robert Shearman authored
Initialise hr and psd->str.uType before the call to IShellFolder_GetDisplayNameOf so that whatever it returns is preserved.
-
Robert Shearman authored
-
Robert Shearman authored
-
Alex Villacís Lasso authored
instance leak.
-
Uwe Bonnes authored
-
Mike McCormack authored
-