- 17 Jan, 2006 19 commits
-
-
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 21 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
-
Mike McCormack authored
-
Robert Shearman authored
ITypeInfo::Invoke.
-
Robert Shearman authored
arguments in ITypeInfo::Invoke.
-
Robert Shearman authored
Simplify missing argument handling by pre-allocating an array of the maximum number of missing arguments there could be.
-
Huw Davies authored
-
Huw Davies authored
-
Saulius Krasuckas authored
-
Hans Leidekker authored
-
Rein Klazes authored
Increase buffer size to 12 for getting and setting integer parameters from/to the registry.
-
Mike McCormack authored
-
Mike McCormack authored
Use HeapAlloc/HeapFree instead of malloc/free.
-
Mike McCormack authored
-