Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mingw: Delete obsolete directory. | Christopher Faylor | 2012-11-07 | 1 | -223/+0 |
| | | | | * w32api: Ditto. | ||||
* | 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2010-08-26 | 1 | -0/+4 |
| | | | | | | | * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL, STATE_SYSTEM_PROTECTED): Define. Thank you to Marcus von Appen for reporting the issue. | ||||
* | 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2010-08-24 | 1 | -1/+1 |
| | | | | | | * include/oleacc.h (AccessibleObjectFromEvent): Correct definition. Thank you to Rick Walsh for reporting the issue. | ||||
* | 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2006-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | * include/comcat.h: INTERFACE should not remain defined at the end of the header. * include/docobj.h: Ditto. * include/exdisp.h: Ditto. * include/intshcut.h: Ditto. * include/mlang.h: Ditto. * include/mshtml.h: Ditto. * include/oaidl.h: Ditto. | ||||
* | * include/oleacc.h (LIBID_Accessibility): Declare. | Danny Smith | 2004-02-02 | 1 | -0/+2 |
| | | | | * lib/uuid.c (LIBID_Accessibility): Define. | ||||
* | 2003-05-30 Mattia Barbon <mbarbon@dsi.unive.it> | Luke Dunstan | 2003-05-30 | 1 | -0/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | * lib/oleacc.def: New file. * include/winable.h: New file. * include/oleacc.h: Add extern "C" guard. (NAVDIR_*, ROLE_*, STATE_*): Add missing constants. (AccessibleChildren, AccessibleObjectFromEvent, AccessibleObjectFromPoint, AccessibleObjectFromWindow, CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW], GetStateText[AW], LresultFromObject, ObjectFromLresult, WindowFromAccessibleObject): Add prototypes and UNICODE mappings. * include/winuser.h (NotifyWinEvent): Add prototype. (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Move from here to... * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Here, as per documentation. * lib/test.c: Include winable.h. * lib/user32.def (NotifyWinEvent): Add missing export. | ||||
* | 2002-12-12 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net> | Danny Smith | 2002-12-13 | 1 | -7/+11 |
| | | | | * include/oleacc.h (SELFLAG_*): Change to enum. | ||||
* | 2002-10-08 Heiko Gerdau <hg@technosis.de> | Danny Smith | 2002-10-09 | 1 | -0/+76 |
* include/oleacc.h: New file. * include/winuser.h (ENDSESSION_LOGOFF) Add define. (OBJID_*) Add defines. * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible. * lib/test.c: Include oleacc.h. |