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
Age
Commit message (
Expand
)
Author
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
DND demo: added a checkbox to enable/disable drops on TfpgEdit at runtime
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
colorlistbox demo event handlers are now moved to private.
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
2010-10-14
Moved the remaineder of tiOPF support units to tiOPF repository.
Graeme Geldenhuys
2010-10-14
Moved tiOPF related units into the tiOPF repository.
Graeme Geldenhuys
2010-10-14
tiOPF: changes required due to changes in base mediators in tiOPF
Graeme Geldenhuys
2010-10-12
minor code formatting
Graeme Geldenhuys
2010-10-12
tiOPF: Fix StringGrid mediator last column sizing bug
Graeme Geldenhuys
2010-10-12
tiOPF: Renamed conflicting class name to TtiListBoxListMediatorView
Graeme Geldenhuys
2010-10-12
tiOPF: implemented two ListBox item mediators
Graeme Geldenhuys
2010-10-12
listbox: published a few more events and the Text property
Graeme Geldenhuys
2010-10-12
listbox: Text property is now a read/write property
Graeme Geldenhuys
2010-10-11
TfpgButton: experimental feature allowing multi-line text
Graeme Geldenhuys
2010-10-11
minor changes required due to last commits from Jarrod.
Graeme Geldenhuys
2010-10-11
fpgApplication.ProcessMessages now process other events (eg: timers) too.
Graeme Geldenhuys
2010-10-11
new method, Pause(), introduced to TfpgTimer
Graeme Geldenhuys
2010-10-11
TfpgTimer constructor and Reset can now be extended in descendants
Graeme Geldenhuys
2010-10-11
Added a default parameter value for CreatePanel() function
Graeme Geldenhuys
[next]