windowscodecs: Add wrapper functions for IWICBitmapDecoder methods.
[wine] / dlls / oledlg / pastespl.c
2011-07-14  AndrĂ© Hentscheloledlg: Remove dead assignment (clang).
2008-11-04  Andrew Talbotoledlg: Sign-compare warnings fix.
2008-01-03  Austin EnglishSpelling fixes.
2007-08-06  Andrew Talbotoledlg: Constify some variables.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-23  Huw Daviesoledlg: Only send the end dialog msg if the button...
2006-10-20  Huw Daviesoledlg: Remove the structure window property when we...
2006-10-20  Huw Daviesoledlg: Return the appropiate value after the dialog...
2006-10-20  Huw Daviesoledlg: Update the source text.
2006-10-20  Huw Daviesoledlg: Set nSelectedIndex on exit.
2006-10-20  Huw Daviesoledlg: Retrieve names from the OBJECTDESCRIPTOR structure.
2006-10-20  Huw Daviesoledlg: Call the hook proc if present.
2006-10-20  Huw Daviesoledlg: Set initial focus to the display list.
2006-10-20  Huw Daviesoledlg: Handle paste / link mode change.
2006-10-20  Huw Daviesoledlg: Minimal 'As Icon' handling. Just disable for...
2006-10-20  Huw Daviesoledlg: Update the result text.
2006-10-20  Huw Daviesoledlg: Post OLEUI_MSG_HELP when the Help button is...
2006-10-20  Huw Daviesoledlg: Send the OLEUI_MSG_ENDDIALOG messsage when...
2006-10-20  Huw Daviesoledlg: Copy the appropiate list to the display list.
2006-10-20  Huw Daviesoledlg: Logic for initial selection of paste/pastelink...
2006-10-20  Huw Daviesoledlg: Initialize the pastelink list.
2006-10-20  Huw Daviesoledlg: Initialize the paste list.
2006-10-20  Huw Daviesoledlg: Set the user supplied caption.
2006-10-20  Huw Daviesoledlg: Use the clipboard if the user doesn't pass...
2006-10-20  Huw Daviesoledlg: Initial management of private structure for...
2006-10-20  Huw Daviesoledlg: Load the correct dialog template and add a...
2006-10-20  Huw Daviesoledlg: Forward OleUIPasteSpecialA -> OleUIPasteSpecialW.
2006-10-20  Huw Daviesoledlg: Debugging code to dump the OLEUIPASTESPECIAL...
2006-10-20  Huw Daviesoledlg: Move paste special dialog stubs to their own...