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
/
x11
/
fpg_x11.pas
Age
Commit message (
Expand
)
Author
2010-11-12
X11: extra checks and precautions
Graeme Geldenhuys
2010-11-12
Added "call stack debugging" for internal use.
Graeme Geldenhuys
2010-11-12
fpgApplication.CreateForm implementation has changed, but end result is the same
Graeme Geldenhuys
2010-11-08
Revert "Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgu...
Graeme Geldenhuys
2010-11-05
Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui
Andrew Haines
2010-10-29
Removed the stray writeln() statement.
Graeme Geldenhuys
2010-10-29
Updated X11 code due to property changes in TfpgMimeDataItem class.
Graeme Geldenhuys
2010-10-28
TfpgWindowBase introduced a new abstract method
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-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-21
GDI: Removed definition of MW_MOUSEWHEEL. it already exists in FPC.
Graeme Geldenhuys
2010-10-04
X11: extra failsafe before posting FPGM_RESIZE event.
Graeme Geldenhuys
2010-10-03
X11: fake a Resize event after the window is mapped (shown).
Graeme Geldenhuys
2010-09-23
X11: disable DNDDebug define to hide debug information
Graeme Geldenhuys
2010-09-23
DND: > 3 data types are now supported.
Graeme Geldenhuys
2010-09-23
DND: clean-up after we are done.
Graeme Geldenhuys
2010-09-23
X11 DND: a variant is now passed around and used in OnDragDrop event.
Graeme Geldenhuys
2010-09-23
HandleSelectionRequest now correctly returns 'html' or 'plain text' data.
Graeme Geldenhuys
2010-09-23
simple code formatting improvement
Graeme Geldenhuys
2010-09-23
bugfix: SendDNDEnter now correctly sets first three supported data types
Graeme Geldenhuys
2010-09-23
X11: reset the mouse cursor after a DND drop action is complete
Graeme Geldenhuys
2010-09-23
X11 correctly set mouse cursor for mcDefault and mcArrow
Graeme Geldenhuys
2010-09-23
confirming XSetSelectionOwner succeeded as per ICCCM specs
Graeme Geldenhuys
2010-09-23
Two new MouseCursor shapes added. mcDrag & mcNoDrop
Graeme Geldenhuys
2010-09-23
IsDNDAware never actually returned True before. Oops!
Graeme Geldenhuys
2010-09-23
X11: FindWindow - renamed variable to make it easier to read and understand
Graeme Geldenhuys
2010-09-23
X11: Only send XdndLeave event if we actually had a FLastTarget window
Graeme Geldenhuys
2010-09-23
X11: only delegate MotionNotify event to Drag object if it's actually a drag
Graeme Geldenhuys
2010-09-23
bugfix: I broke the array types earlier. This restores them to what they were.
Graeme Geldenhuys
2010-09-23
X11: delegate the DND events to the Drag object.
Graeme Geldenhuys
2010-09-23
fix the type of XDND implemented version fpGUI supports
Graeme Geldenhuys
2010-09-23
implement the higher level TfpgDrag and TfpgMimeData classes.
Graeme Geldenhuys
2010-09-23
X11: Two new DND helper functions introduced
Graeme Geldenhuys
2010-09-23
X11: introduced a TfpgX11Drag class with handles most of the XDND messages
Graeme Geldenhuys
2010-09-23
Replaced magic numbers with variable names.
Graeme Geldenhuys
2010-09-23
Move array types to interface section as it's required in other interface cla...
Graeme Geldenhuys
2010-09-23
Adds OnDragDrop event to TfpgWidget.
Graeme Geldenhuys
2010-09-23
Adds OnDragExit event to TfpgWidget.
Graeme Geldenhuys
2010-09-23
Reworked the HandleDNDposition() method
Graeme Geldenhuys
2010-09-23
Adds a reverse lookup: GetAtomFromDropAction()
Graeme Geldenhuys
2010-09-23
If TfpgForm.EnabledDrops are set before a WinHandle exists we need to queue t...
Graeme Geldenhuys
[next]