summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Expand)Author
2011-01-14X11: OnDragEnter now has Sender and Source parameters populatedGraeme Geldenhuys
2011-01-14GDI: OnDragEnter now has Sender and Source parameters populatedGraeme Geldenhuys
2011-01-12UpdateWindowPosition now called irrespectively in MoveandResize.Graeme Geldenhuys
2011-01-12Fix stupid typo bug in HandleMove.Graeme 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-06fpgCheckTimers is now a function.Graeme Geldenhuys
2011-01-06new fpgPause() function.Graeme Geldenhuys
2011-01-06Timers bugfix. Timers did not always work under Windows or Linux.Graeme Geldenhuys
2011-01-03Minor code improvements.Graeme Geldenhuys
2011-01-03Moved FDefaultFont instantiation to a new location in code.Graeme Geldenhuys
2011-01-03new overloaded version of TfpgStyle.DrawControlFrame()Graeme Geldenhuys
2010-12-30TfpgWidget.MsgResize never considered constraints when calculating size deltasGraeme Geldenhuys
2010-12-30Doubled the message queue size to handle lots more messages.Graeme Geldenhuys
2010-12-30X11: Correctly implemented the handling of X11's GraphicsExpose event.Graeme Geldenhuys
2010-11-30New theme function to paint MenuBar backgroundGraeme Geldenhuys
2010-11-18This X11 work-around doesn't seem to be needed anymore.Graeme Geldenhuys
2010-11-18TfpgWidget.SetAlign called the wrong ReAlign() method.Graeme Geldenhuys
2010-11-15A new compiler define for debuging GDI key input messages.Graeme Geldenhuys
2010-11-12extension to TfpgStyle. functions to return widget border sizes.Graeme Geldenhuys
2010-11-12X11: extra checks and precautionsGraeme Geldenhuys
2010-11-12Extra check in SetPosition, so we don't trigger it needlessly.Graeme Geldenhuys
2010-11-12Added "call stack debugging" for internal use.Graeme Geldenhuys
2010-11-12New debugging methodsGraeme 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-11updated website url constantGraeme Geldenhuys
2010-11-08Menu's now invert the color the arrow for submenu's so they are visible when ...Andrew Haines
2010-11-09* Added property IgnoreDblClicks to TfpgWidgetAndrew Haines
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-29New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() methodGraeme Geldenhuys
2010-10-29Removed the stray writeln() statement.Graeme Geldenhuys
2010-10-29Code cleanup by removing leftover writeln() statements.Graeme Geldenhuys
2010-10-29Fixed Windows DND memory leaks.Graeme Geldenhuys
2010-10-29Published the DND propertys for some of the most used components.Graeme Geldenhuys
2010-10-29More DND debugging code for TfpgGDIDrag class.Graeme Geldenhuys
2010-10-29Moved OnDragStartDetected from TfpgWidget to TfpgWindowBaseGraeme Geldenhuys
2010-10-29Updated X11 code due to property changes in TfpgMimeDataItem class.Graeme Geldenhuys
2010-10-29Added DND debugging entries and minor code formatting improvements.Graeme Geldenhuys
2010-10-29Applied same logic in X11 to OLE DND regarding preferred mime choiceGraeme Geldenhuys
2010-10-29Bugfix in EnumDataToStringList()Graeme Geldenhuys
2010-10-29Slight improvement to the WindowsClipboardLookup method.Graeme Geldenhuys
2010-10-29Implemented a working TfpgGDIDrag.ExecuteGraeme Geldenhuys
2010-10-29GDI: Implemented StringToHandle in TfpgGDIDrag classGraeme Geldenhuys
2010-10-29Added a new private Drag property to TfpgGDIApplicationGraeme Geldenhuys
2010-10-29Renamed TfpgMimeDataStruct to TfpgMimeDataItemGraeme Geldenhuys
2010-10-28GDI: Implement last remaining part to allow DropTarget to receive data.Graeme Geldenhuys
2010-10-28GDI: store user selected information from DragEnter event handlerGraeme Geldenhuys