summaryrefslogtreecommitdiff
path: root/src/corelib/x11/fpg_x11.pas
AgeCommit message (Expand)Author
2012-11-20It seems I was wrong, the .Height property is indeed the correct value to use.Graeme Geldenhuys
2012-10-26Adds a System Tray Icon implementation for X11.Graeme Geldenhuys
2012-10-25minor changes for Xlib api usage.Graeme Geldenhuys
2012-10-25Fixes compiler hint about TWMStateType not being used, but when in fact it is...Graeme Geldenhuys
2012-10-25Adds missing clearing of record structure before use.Graeme Geldenhuys
2012-10-25minor code formatting fixesGraeme Geldenhuys
2012-10-25Fixes compiler hints about unused local variables.Graeme Geldenhuys
2012-08-16improved the clarity of one code comment.Graeme Geldenhuys
2012-03-19x11: fix color shifting due to Alpha channel introduction.Graeme Geldenhuys
2012-03-16x11: AggPas needs acess to the internal XImageGraeme Geldenhuys
2012-03-16x11: This change allows TfpgX11Image to work with TAgg2D canvas.Graeme Geldenhuys
2012-03-16x11: The constructor signature is now updated to match the parent class.Graeme Geldenhuys
2012-03-09fixes a spelling mistake in a code comment.Graeme Geldenhuys
2012-02-29x11: changed the bit order.Graeme Geldenhuys
2011-11-21TfpgWindowBase now introduces a BringToFront() method.Graeme Geldenhuys
2011-09-13x11: implemented window grouping support used by some X11 window managers.Graeme Geldenhuys
2011-08-26x11: removed trailing whitespaceGraeme Geldenhuys
2011-08-26x11: fixed a compiler hint about an invalid/unsafe typecast.Graeme Geldenhuys
2011-08-17TfpgTimer refactoring.Graeme Geldenhuys
2011-07-28Changed IFDEF around users unit in uses clause.Graeme Geldenhuys
2011-07-25parameter handling improvementsGraeme Geldenhuys
2011-07-23wip stashGraeme Geldenhuys
2011-07-06Numlock gets treated as a ShitfState in X11. Now disabled.Graeme Geldenhuys
2011-06-17Introduced a new property TfpgWindowBase.WindowStateGraeme 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-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