index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
Age
Commit message (
Expand
)
Author
2011-02-07
HyperLink Label: published some more properties.
Graeme Geldenhuys
2011-02-07
Memo: SetText now assigns incoming text as is to the internal stringlist.
Graeme Geldenhuys
2011-02-02
Using CreateLabel and a custom font did not resize label component correctly.
Jean-Marc Levecque
2011-01-19
A little tweak to allow sorting of ListView
David Emerson
2011-01-13
tabs: When creating tabsheets, there sizes are immediately calculated.
Graeme Geldenhuys
2011-01-13
button: CreateButton() helper method never called UpdateWindowPosition
Graeme Geldenhuys
2011-01-13
treeview: various changes due to new resizing behaviour of toolkit
Graeme Geldenhuys
2011-01-13
treeview: publish more properties and set default values.
Graeme Geldenhuys
2011-01-13
Spinedit: extra check is required due to new resizing behaviour.
Graeme Geldenhuys
2011-01-13
Creating various Edit components via helper functions now call UpdateWindowState
Graeme Geldenhuys
2011-01-12
Set Width and Height properties so internal state is correcty.
Graeme Geldenhuys
2011-01-12
PageControl: Set a default value for published property ActivePageIndex
Graeme Geldenhuys
2011-01-12
Use Width and Height properties instead of internal fields in constructor
Graeme Geldenhuys
2011-01-12
Incorrect anchors was set for pnlChar in Character Map dialog.
Graeme Geldenhuys
2010-12-22
Fixes a Index out of bounds error in Memo. Thanks Michael van Canneyt
Graeme Geldenhuys
2010-11-30
minor bugfix in menubar repainting after a popup window closes.
Graeme Geldenhuys
2010-11-30
TfpgMenuBar now offloads menu bar background painting to current fpgStyle ins...
Graeme Geldenhuys
2010-11-30
MenuBar now shows selected menu item of shown popup menu as indented bevel
Graeme Geldenhuys
2010-11-30
menu: consistent parameter name as used in TfpgMenuBar.
Graeme Geldenhuys
2010-11-19
Radiobutton image repositioned the same as was done for Checkbox widget.
Graeme Geldenhuys
2010-11-18
PageControl: introduced BeginUpdate and EndUpdate methods.
Graeme Geldenhuys
2010-11-18
PageControl: tabs painting is now only done in HandlePaint()
Graeme Geldenhuys
2010-11-18
grids: A massive speed improvement in destroying a grid with large amounts of...
Graeme Geldenhuys
2010-11-16
ReadFormState in INI handling can now ignore size dimensions if needed.
Graeme Geldenhuys
2010-11-15
Fixed compiler errors when DEBUG define is defined globally.
Graeme Geldenhuys
2010-11-12
checkbox: improved painting, and slight adjustment to image position
Graeme Geldenhuys
2010-11-12
ComboBox widget now has a AutoSize property default set to False
Graeme Geldenhuys
2010-11-12
Edit widget: changed AutoSize default to False
Graeme Geldenhuys
2010-11-12
Added "call stack debugging" for internal use.
Graeme Geldenhuys
2010-11-12
Position the cursor correctly inside a Edit with text.
Graeme Geldenhuys
2010-11-11
about fpgui dialog: improved the wording.
Graeme Geldenhuys
2010-11-11
File Open/Save dialog now reacts to ENTER key press
Graeme Geldenhuys
2010-11-11
listview bugfix: removed index out of bounds error
Graeme Geldenhuys
2010-11-10
Implemented some overlooked methods for Listview subitems.
Andrew Haines
2010-11-10
Fixed bug where images would be drawn over the headers when partially scrolle...
Andrew Haines
2010-11-10
Implemented painting Listview Subitems icons
Andrew Haines
2010-11-10
Started implementing Icons in listview
Andrew Haines
2010-11-08
Listview selection now uses an avl tree which is much faster than TList with ...
Andrew Haines
2010-11-08
Improved listview selection so that it is more reliable
Andrew Haines
2010-11-09
* Added property IgnoreDblClicks to TfpgWidget
Andrew Haines
2010-11-01
PageControl: Right click popup menu caption now shows tab you clicked over
Graeme Geldenhuys
2010-11-01
fpg_tab: Refactored HandleLMousUp and extracted most of the code into a new
Graeme Geldenhuys
2010-10-29
New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() method
Graeme Geldenhuys
2010-10-29
TfpgButton.Down property didn't have a default in property declaration.
Graeme Geldenhuys
2010-10-29
bugfix: button click via keyboard was broken.
Graeme Geldenhuys
2010-10-29
Published the DND propertys for some of the most used components.
Graeme Geldenhuys
2010-10-27
Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()
Graeme Geldenhuys
2010-10-25
Improved event firing of OnDoubleClick and OnClick
Graeme Geldenhuys
2010-10-15
BaseNumericEdit NegativeColor property was used instead of field variable.
Graeme Geldenhuys
2010-10-15
BaseNumericEdit did not specify the default property color.
Graeme Geldenhuys
[next]