Displaying 3 results from an estimated 3 matches for "bm_setstat".
Did you mean:
bm_setstate
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a
2018 Feb 16
0
Wine release 3.2
...omctl32/progress: Use the global HeapAlloc() helpers.
comctl32/ipaddress: Use the global HeapAlloc() helpers.
comctl32/animate: Use the global HeapAlloc() helpers.
comctl32: Remove confusing comments.
comctl32/button: Merge theming logic.
comctl32/button: Invalidate on BM_SETSTATE.
comctl32/button: Invalidate on BM_SETCHECK.
comctl32/static: Reuse existing system colors helper.
user32/tests: Extend message conversion tests.
comctl32: Introduce ComboBox control.
comctl32/combo: Merge theming logic.
comctl32/button: Use messages to get cont...
2010 May 21
0
Wine release 1.2-rc1
...ssociate .lnk files with wine.
wine.desktop: Associate with winemenubuilder's application/x-ms-shortcut.
winemenubuilder: Generate .png even for paletted icons.
Detlef Riekenberg (1):
kernel32: Move a 16 bit related comment to krnl386.
Dmitry Timoshkov (3):
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.
user32: Paint button focus in the ODA_SELECT case too.
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
Dylan Smith (3):
richedit: Avoid notifying parent window in improper state...