summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2011-04-23minor TfpgEditButton improvements when used inside the UI Designer.Graeme Geldenhuys
2011-04-23new TfpgEditButton component with ellipses glyph on the button.Graeme Geldenhuys
2011-03-08Calendar Check Combo did not paint date text in correct position.Graeme Geldenhuys
2011-03-08Combobox margin fixGraeme Geldenhuys
2011-02-07ComboBox: New Margin default 3 -> 1.Graeme Geldenhuys
2011-02-07ComboBox: text position is now the same as TfpgEdit.Graeme Geldenhuys
2011-02-07Combobox fix: Setting the Martin cause the Height to change.Graeme Geldenhuys
2011-02-07HyperLink Label: published some more properties.Graeme Geldenhuys
2011-02-07Memo: SetText now assigns incoming text as is to the internal stringlist.Graeme Geldenhuys
2011-02-02Using CreateLabel and a custom font did not resize label component correctly.Jean-Marc Levecque
2011-01-19A little tweak to allow sorting of ListViewDavid Emerson
2011-01-13tabs: When creating tabsheets, there sizes are immediately calculated.Graeme Geldenhuys
2011-01-13button: CreateButton() helper method never called UpdateWindowPositionGraeme Geldenhuys
2011-01-13treeview: various changes due to new resizing behaviour of toolkitGraeme Geldenhuys
2011-01-13treeview: publish more properties and set default values.Graeme Geldenhuys
2011-01-13Spinedit: extra check is required due to new resizing behaviour.Graeme Geldenhuys
2011-01-13Creating various Edit components via helper functions now call UpdateWindowStateGraeme Geldenhuys
2011-01-12Set Width and Height properties so internal state is correcty.Graeme Geldenhuys
2011-01-12PageControl: Set a default value for published property ActivePageIndexGraeme Geldenhuys
2011-01-12Use Width and Height properties instead of internal fields in constructorGraeme Geldenhuys
2011-01-12Incorrect anchors was set for pnlChar in Character Map dialog.Graeme Geldenhuys
2010-12-22Fixes a Index out of bounds error in Memo. Thanks Michael van CanneytGraeme Geldenhuys
2010-11-30minor bugfix in menubar repainting after a popup window closes.Graeme Geldenhuys
2010-11-30TfpgMenuBar now offloads menu bar background painting to current fpgStyle ins...Graeme Geldenhuys
2010-11-30MenuBar now shows selected menu item of shown popup menu as indented bevelGraeme Geldenhuys
2010-11-30menu: consistent parameter name as used in TfpgMenuBar.Graeme Geldenhuys
2010-11-19Radiobutton image repositioned the same as was done for Checkbox widget.Graeme Geldenhuys
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-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-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-12Added "call stack debugging" for internal use.Graeme Geldenhuys
2010-11-12Position the cursor correctly inside a Edit with text.Graeme 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-08Improved listview selection so that it is more reliableAndrew Haines
2010-11-09* Added property IgnoreDblClicks to TfpgWidgetAndrew 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