Age | Commit message (Expand) | Author |
2010-10-29 | Bugfix in EnumDataToStringList() | Graeme Geldenhuys |
2010-10-29 | Slight improvement to the WindowsClipboardLookup method. | Graeme Geldenhuys |
2010-10-29 | Implemented a working TfpgGDIDrag.Execute | Graeme Geldenhuys |
2010-10-29 | GDI: Implemented StringToHandle in TfpgGDIDrag class | Graeme Geldenhuys |
2010-10-29 | Added a new private Drag property to TfpgGDIApplication | Graeme Geldenhuys |
2010-10-29 | Renamed TfpgMimeDataStruct to TfpgMimeDataItem | Graeme Geldenhuys |
2010-10-28 | GDI: Implement last remaining part to allow DropTarget to receive data. | Graeme Geldenhuys |
2010-10-28 | GDI: store user selected information from DragEnter event handler | Graeme Geldenhuys |
2010-10-28 | GDI: Choose a more specific base class for DropTarget reference. | 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 HandleDNDLeave, DNDEnter and DNDPosition event handlers | Graeme Geldenhuys |
2010-10-28 | GDI: implemented a helper function for DropAction conversion | 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 | Implemented equals (=) operator for TPoint type | Graeme Geldenhuys |
2010-10-28 | GDI: Changed TfpgOLEDragDropEffect type to DWORD to match OLE API | Graeme Geldenhuys |
2010-10-28 | GDI: Added OLE DND into TfpgGDIWindow. | Graeme Geldenhuys |
2010-10-28 | GDI: A near complete Windows OLE Drag-n-Drop implementation | Graeme Geldenhuys |
2010-10-28 | TfpgWindowBase introduced a new abstract method | Graeme Geldenhuys |
2010-10-28 | Ad conversion helper functions from OLE DND to fpGUI DropActions | Graeme Geldenhuys |
2010-10-28 | GDI: introduced a template TGDIDragManager class | Graeme Geldenhuys |
2010-10-28 | extra error checking in mimelist DND operation | Graeme Geldenhuys |
2010-10-28 | More code comments and DNDDebug entries. | Graeme Geldenhuys |
2010-10-28 | bugfix: TfpgX11Drag.SendDNDDrop did not always process correctly. | Graeme Geldenhuys |
2010-10-28 | Bugfix: TfpgX11Application.HandleDNDposition's XdndStatus message sent did no... | Graeme Geldenhuys |
2010-10-28 | OnDragLeave event now has the Sender parameter set, and points to the target ... | Graeme Geldenhuys |
2010-10-28 | TfpgDrag.Execute: replaced Assert() calls with Exceptions. | Graeme Geldenhuys |
2010-10-28 | TfpgDrag.Execute now has a default TfpgDropAction drop action of daCopy. | Graeme Geldenhuys |
2010-10-27 | X11 DND: We never checked if drop was really accepted in HandleDNDDrop | Graeme Geldenhuys |
2010-10-27 | Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled() | Graeme Geldenhuys |
2010-10-27 | X11 DND: Incorrectly assumed there will always be a 'text/plain' mime-type | Graeme Geldenhuys |
2010-10-26 | X11: in HandleDNDposition() we never recursed through all children | Graeme Geldenhuys |
2010-10-26 | X11: make sure that AcceptDrops are True before we fire OnDragDrop | Graeme Geldenhuys |
2010-10-26 | X11: improved DND debug messages | Graeme Geldenhuys |
2010-10-25 | Improved event firing of OnDoubleClick and OnClick | Graeme Geldenhuys |
2010-10-21 | changed system color for all inactive color variables. | Graeme Geldenhuys |
2010-10-21 | GDI: Removed definition of MW_MOUSEWHEEL. it already exists in FPC. | Graeme Geldenhuys |
2010-10-15 | BaseNumericEdit NegativeColor property was used instead of field variable. | Graeme Geldenhuys |
2010-10-15 | BaseNumericEdit did not specify the default property color. | Graeme Geldenhuys |
2010-10-15 | fpg_edit: removed pointless property declarations | Graeme Geldenhuys |
2010-10-15 | memo CursorLine property improvements and sanity checks | Graeme Geldenhuys |
2010-10-15 | Memo: introduced a new CursorPos property | Graeme Geldenhuys |
2010-10-15 | Minor improvement in fpgCheckTimers procedure. | Graeme Geldenhuys |
2010-10-15 | fpgApplication.OnIdle was never triggered under Windows. | Graeme Geldenhuys |
2010-10-15 | TfpgMemo now has BeginUpdate and EndUpdate methods | Graeme Geldenhuys |