index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
gdi
/
fpg_oledragdrop.pas
Age
Commit message (
Expand
)
Author
2012-11-22
Fixes line ending issues
Graeme Geldenhuys
2012-08-23
gdi: The IDropSource signature has changed in FPC > 2.6.0
Graeme Geldenhuys
2012-04-05
gdi: fixes spelling mistake in code comment.
Graeme Geldenhuys
2011-07-14
GDI: minor change to IUnknown interface code for FPC 2.5.1 compatibility
Graeme Geldenhuys
2010-10-29
Added DND debugging entries and minor code formatting improvements.
Graeme Geldenhuys
2010-10-29
Bugfix in EnumDataToStringList()
Graeme Geldenhuys
2010-10-29
Slight improvement to the WindowsClipboardLookup method.
Graeme Geldenhuys
2010-10-28
GDI: Reference to where I got info to implement Windows OLE DND
Graeme Geldenhuys
2010-10-28
GDI: When creating a list of clipboard formats, add mime equivalents too.
Graeme Geldenhuys
2010-10-28
Implemented a bare minimum MimeType to Win Clipboard lookup function.
Graeme Geldenhuys
2010-10-28
GDI: Created a help function, GetFormatEtc, that sets up a TFormatEtc record
Graeme Geldenhuys
2010-10-28
interface implementation methods can be private. We only work with
Graeme Geldenhuys
2010-10-28
GDI: Implemented DoDragLeave for droptarget
Graeme Geldenhuys
2010-10-28
GDI: Fixed DragEnter implementation.
Graeme Geldenhuys
2010-10-28
GDI: implemented some helper functions for OLE DND clipboard types
Graeme Geldenhuys
2010-10-28
GDI: Changed TfpgOLEDragDropEffect type to DWORD to match OLE API
Graeme Geldenhuys
2010-10-28
GDI: A near complete Windows OLE Drag-n-Drop implementation
Graeme Geldenhuys