summaryrefslogtreecommitdiff
path: root/src/corelib/x11
AgeCommit message (Expand)Author
2011-06-17Introduced a new property TfpgWindowBase.WindowStateGraeme Geldenhuys
2011-05-19New component TfpgReadOnly added to fpGUI.Graeme Geldenhuys
2011-05-06Skeleton style units.Graeme Geldenhuys
2011-03-24Partial undo of commit 2ffdd747.Graeme Geldenhuys
2011-03-24Replaced direct API usage with an already implemented method.Graeme Geldenhuys
2011-03-24Replaced old reference to GFX to fpGUI.Graeme Geldenhuys
2011-01-14X11: OnDragDrop the Sender and Source parameters are now populated.Graeme Geldenhuys
2011-01-14X11: OnDragEnter now has Sender and Source parameters populatedGraeme Geldenhuys
2011-01-11fixes Alignment and Anchor calculation even before we have a window handleGraeme Geldenhuys
2011-01-10DoWaitWindowMessage() defined as virtual abstract in fpg_baseGraeme Geldenhuys
2011-01-10DoMessagesPending() renamed to MessagesPending()Graeme Geldenhuys
2011-01-06Timers bugfix. Timers did not always work under Windows or Linux.Graeme Geldenhuys
2010-12-30X11: Correctly implemented the handling of X11's GraphicsExpose event.Graeme Geldenhuys
2010-11-18This X11 work-around doesn't seem to be needed anymore.Graeme Geldenhuys
2010-11-12X11: extra checks and precautionsGraeme Geldenhuys
2010-11-12Added "call stack debugging" for internal use.Graeme Geldenhuys
2010-11-12fpgApplication.CreateForm implementation has changed, but end result is the sameGraeme Geldenhuys
2010-11-11Bumped the version number so it's newer than the last release.Graeme Geldenhuys
2010-11-08Revert "Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgu...Graeme Geldenhuys
2010-11-05Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpguiAndrew Haines
2010-10-29Removed the stray writeln() statement.Graeme Geldenhuys
2010-10-29Updated X11 code due to property changes in TfpgMimeDataItem class.Graeme Geldenhuys
2010-10-28TfpgWindowBase introduced a new abstract methodGraeme Geldenhuys
2010-10-28extra error checking in mimelist DND operationGraeme Geldenhuys
2010-10-28More code comments and DNDDebug entries.Graeme Geldenhuys
2010-10-28bugfix: TfpgX11Drag.SendDNDDrop did not always process correctly.Graeme Geldenhuys
2010-10-28Bugfix: TfpgX11Application.HandleDNDposition's XdndStatus message sent did no...Graeme Geldenhuys
2010-10-28OnDragLeave event now has the Sender parameter set, and points to the target ...Graeme Geldenhuys
2010-10-27X11 DND: We never checked if drop was really accepted in HandleDNDDropGraeme Geldenhuys
2010-10-27Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()Graeme Geldenhuys
2010-10-27X11 DND: Incorrectly assumed there will always be a 'text/plain' mime-typeGraeme Geldenhuys
2010-10-26X11: in HandleDNDposition() we never recursed through all childrenGraeme Geldenhuys
2010-10-26X11: make sure that AcceptDrops are True before we fire OnDragDropGraeme Geldenhuys
2010-10-26X11: improved DND debug messagesGraeme Geldenhuys
2010-10-21GDI: Removed definition of MW_MOUSEWHEEL. it already exists in FPC.Graeme Geldenhuys
2010-10-04X11: extra failsafe before posting FPGM_RESIZE event.Graeme Geldenhuys
2010-10-03X11: fake a Resize event after the window is mapped (shown).Graeme Geldenhuys
2010-09-23X11: disable DNDDebug define to hide debug informationGraeme Geldenhuys
2010-09-23DND: > 3 data types are now supported.Graeme Geldenhuys
2010-09-23DND: clean-up after we are done.Graeme Geldenhuys
2010-09-23X11 DND: a variant is now passed around and used in OnDragDrop event.Graeme Geldenhuys
2010-09-23HandleSelectionRequest now correctly returns 'html' or 'plain text' data.Graeme Geldenhuys
2010-09-23simple code formatting improvementGraeme Geldenhuys
2010-09-23bugfix: SendDNDEnter now correctly sets first three supported data typesGraeme Geldenhuys
2010-09-23X11: reset the mouse cursor after a DND drop action is completeGraeme Geldenhuys
2010-09-23X11 correctly set mouse cursor for mcDefault and mcArrowGraeme Geldenhuys
2010-09-23confirming XSetSelectionOwner succeeded as per ICCCM specsGraeme Geldenhuys
2010-09-23Two new MouseCursor shapes added. mcDrag & mcNoDropGraeme Geldenhuys
2010-09-23IsDNDAware never actually returned True before. Oops!Graeme Geldenhuys
2010-09-23X11: FindWindow - renamed variable to make it easier to read and understandGraeme Geldenhuys