summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-18PageControl: introduced BeginUpdate and EndUpdate methods.Graeme Geldenhuys
2010-11-18PageControl: tabs painting is now only done in HandlePaint()Graeme 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-18grids: A massive speed improvement in destroying a grid with large amounts of...Graeme Geldenhuys
2010-11-16ReadFormState in INI handling can now ignore size dimensions if needed.Graeme Geldenhuys
2010-11-15Fixed compiler errors when DEBUG define is defined globally.Graeme Geldenhuys
2010-11-15A new compiler define for debuging GDI key input messages.Graeme Geldenhuys
2010-11-12checkbox: improved painting, and slight adjustment to image positionGraeme Geldenhuys
2010-11-12ComboBox widget now has a AutoSize property default set to FalseGraeme Geldenhuys
2010-11-12Edit widget: changed AutoSize default to FalseGraeme 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-12Position the cursor correctly inside a Edit with text.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-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-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-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