summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-12Position the cursor correctly inside a Edit with text.Graeme Geldenhuys
2010-11-11register missing BoxLayout property of CheckBox in fpGUI Designer.Graeme 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-11about fpgui dialog: improved the wording.Graeme Geldenhuys
2010-11-11docview: about form text changeGraeme Geldenhuys
2010-11-11File Open/Save dialog now reacts to ENTER key pressGraeme Geldenhuys
2010-11-11listview bugfix: removed index out of bounds errorGraeme Geldenhuys
2010-11-10Implemented some overlooked methods for Listview subitems.Andrew Haines
2010-11-10Fixed bug where images would be drawn over the headers when partially scrolle...Andrew Haines
2010-11-10Implemented painting Listview Subitems iconsAndrew Haines
2010-11-10Started implementing Icons in listviewAndrew Haines
2010-11-08Listview selection now uses an avl tree which is much faster than TList with ...Andrew Haines
2010-11-08Menu's now invert the color the arrow for submenu's so they are visible when ...Andrew Haines
2010-11-08Beautified the listview sample by adding panels and a splitterAndrew Haines
2010-11-08Improved listview selection so that it is more reliableAndrew 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-11-01PageControl: Right click popup menu caption now shows tab you clicked overGraeme Geldenhuys
2010-11-01fpg_tab: Refactored HandleLMousUp and extracted most of the code into a newGraeme Geldenhuys
2010-10-29New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() methodGraeme Geldenhuys
2010-10-29TfpgButton.Down property didn't have a default in property declaration.Graeme Geldenhuys
2010-10-29bugfix: button click via keyboard was broken.Graeme Geldenhuys
2010-10-29DND demo: updated project settings.Graeme 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-29DND Example project improvements.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
2010-10-28GDI: Choose a more specific base class for DropTarget reference.Graeme Geldenhuys
2010-10-28GDI: Reference to where I got info to implement Windows OLE DNDGraeme Geldenhuys
2010-10-28GDI: When creating a list of clipboard formats, add mime equivalents too.Graeme Geldenhuys
2010-10-28Implemented a bare minimum MimeType to Win Clipboard lookup function.Graeme Geldenhuys
2010-10-28GDI: Created a help function, GetFormatEtc, that sets up a TFormatEtc recordGraeme Geldenhuys
2010-10-28interface implementation methods can be private. We only work withGraeme Geldenhuys
2010-10-28GDI: Implemented HandleDNDLeave, DNDEnter and DNDPosition event handlersGraeme Geldenhuys