- 18 Jan, 2006 24 commits
-
-
Mike McCormack authored
-
Sasha Slijepcevic authored
parameter dir.
-
Huw Davies authored
-
Robert Shearman authored
Optimize for the case where a DLL with no path is requested and it is already loaded.
-
Robert Reif authored
-
Alexandre Julliard authored
-
Jacek Caban authored
Fix ref counting.
-
Detlef Riekenberg authored
-
Alex Villacís Lasso authored
local drivers.
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
Allocate and supply a DRVCONFIGINFO structure for DRV_CONFIGURE when application does not supply one.
-
Alex Villacís Lasso authored
Broadcast notifications are fleshed out and are now fully functional.
-
Alex Villacís Lasso authored
- Rework acmDriverAddA to call acmDriverAddW. - Implement stub for acmDriverAddW with switch for the 3 known cases of driver add. - Implementation for case ACM_DRIVERADDF_NAME, which loads driver name & alias from registry (similar to msacm32 load).
-
Alex Villacís Lasso authored
Foundation for notification broadcasts with support for deferred notification.
-
Alex Villacís Lasso authored
load time.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Robert Shearman authored
-
Robert Shearman authored
to the buffer after the first batch of data has been written to the pipe.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
doesn't signify an error; it is just unusual.
-
Robert Shearman authored
-
Huw Davies authored
-
- 17 Jan, 2006 16 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
-