Commit Graph

37 Commits

Author SHA1 Message Date
Eric Pouech 189b62723b oledlg: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-16 17:16:52 +01:00
Alexandre Julliard 815ae120fb oledlg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-18 09:03:20 +02:00
Michael Stefaniuc b03718f09c oledlg: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-17 22:36:32 +02:00
Francois Gouget b8521dbccd oledlg: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-18 19:38:47 +09:00
Michael Stefaniuc b9d5074aaa oledlg: RT_DIALOG is already an int resource (PVS-Studio). 2015-02-23 15:25:58 +09:00
Andrew Talbot 10e9e1531a oledlg: Avoid signed-unsigned integer comparisons. 2013-02-25 10:40:35 +01:00
Michael Stefaniuc eeed445f44 oledlg: Avoid TRUE:FALSE conditional expressions. 2012-08-13 17:29:56 +02:00
André Hentschel f06ab42ab8 oledlg: Remove dead assignment (clang). 2011-07-14 14:45:06 +02:00
Andrew Talbot ac9e832722 oledlg: Sign-compare warnings fix. 2008-11-04 11:27:00 +01:00
Austin English 464258b7cd Spelling fixes. 2008-01-03 13:08:54 +01:00
Andrew Talbot 6d0dd71965 oledlg: Constify some variables. 2007-08-06 13:58:57 +02:00
Dmitry Timoshkov 3c9e7a7f33 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
Francois Gouget 9fe4673347 Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Huw Davies 9c8dd8fb86 oledlg: Only send the end dialog msg if the button is actually clicked. 2006-10-23 12:29:18 +02:00
Huw Davies 04662b8c45 oledlg: Remove the structure window property when we quit. 2006-10-20 11:41:08 +02:00
Huw Davies 5f71b16d07 oledlg: Return the appropiate value after the dialog is closed. 2006-10-20 11:41:08 +02:00
Huw Davies feeaf9c238 oledlg: Update the source text. 2006-10-20 11:41:08 +02:00
Huw Davies 8711d5e6b1 oledlg: Set nSelectedIndex on exit. 2006-10-20 11:41:08 +02:00
Huw Davies 39131cf545 oledlg: Retrieve names from the OBJECTDESCRIPTOR structure. 2006-10-20 11:41:08 +02:00
Huw Davies ddaa4801a9 oledlg: Call the hook proc if present. 2006-10-20 11:41:08 +02:00
Huw Davies e898890241 oledlg: Set initial focus to the display list. 2006-10-20 11:41:08 +02:00
Huw Davies 1d9e48c77e oledlg: Handle paste / link mode change. 2006-10-20 11:41:08 +02:00
Huw Davies aa9fdd06e4 oledlg: Minimal 'As Icon' handling. Just disable for now. 2006-10-20 11:41:07 +02:00
Huw Davies 15768f8572 oledlg: Update the result text. 2006-10-20 11:41:07 +02:00
Huw Davies 45a3b1738f oledlg: Post OLEUI_MSG_HELP when the Help button is pressed and hide the Help button if the app doesn't want it. 2006-10-20 11:41:07 +02:00
Huw Davies b7ad8fbbd9 oledlg: Send the OLEUI_MSG_ENDDIALOG messsage when closing the dialog. 2006-10-20 11:41:07 +02:00
Huw Davies f07bbbd434 oledlg: Copy the appropiate list to the display list. 2006-10-20 11:41:07 +02:00
Huw Davies a67ad872e3 oledlg: Logic for initial selection of paste/pastelink radio buttons. 2006-10-20 11:41:07 +02:00
Huw Davies f7d5f198b4 oledlg: Initialize the pastelink list. 2006-10-20 11:41:07 +02:00
Huw Davies 905b598bb3 oledlg: Initialize the paste list. 2006-10-20 11:41:07 +02:00
Huw Davies 284f07e412 oledlg: Set the user supplied caption. 2006-10-20 11:41:06 +02:00
Huw Davies 7a17e824ab oledlg: Use the clipboard if the user doesn't pass an IDataObject. 2006-10-20 11:41:06 +02:00
Huw Davies 65e112a155 oledlg: Initial management of private structure for dialog box control. 2006-10-20 11:41:06 +02:00
Huw Davies 3d6d9b210a oledlg: Load the correct dialog template and add a skeleton dialog proc. 2006-10-20 11:41:06 +02:00
Huw Davies a94bc4c0b6 oledlg: Forward OleUIPasteSpecialA -> OleUIPasteSpecialW. 2006-10-20 11:41:06 +02:00
Huw Davies f08c5c2ccf oledlg: Debugging code to dump the OLEUIPASTESPECIAL structure. 2006-10-20 11:41:06 +02:00
Huw Davies 9ce684b987 oledlg: Move paste special dialog stubs to their own file. 2006-10-20 11:41:06 +02:00