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
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
2010-10-15
fpg_edit: removed pointless property declarations
Graeme Geldenhuys
2010-10-15
memo CursorLine property improvements and sanity checks
Graeme Geldenhuys
2010-10-15
Memo: introduced a new CursorPos property
Graeme Geldenhuys
2010-10-15
TfpgMemo now has BeginUpdate and EndUpdate methods
Graeme Geldenhuys
2010-10-12
listbox: published a few more events and the Text property
Graeme Geldenhuys
2010-10-12
listbox: Text property is now a read/write property
Graeme Geldenhuys
2010-10-11
TfpgButton: experimental feature allowing multi-line text
Graeme Geldenhuys
2010-10-11
Added a default parameter value for CreatePanel() function
Graeme Geldenhuys
2010-10-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-04
Splitter more visible in designer mode
Graeme Geldenhuys
2010-10-04
splitter bugfix: Splitter was sometimes non-movable because FControl was nil
Graeme Geldenhuys
2010-10-04
Splitter grabbar color is now a system color.
Graeme Geldenhuys
2010-10-03
Published OnPaint for TfpgPanel and TfpgGroupBox.
Graeme Geldenhuys
2010-10-01
TfpgValueBar: Set default property values.
Graeme Geldenhuys
2010-10-01
Color Select Dialog: the second tab for color selection has been implemented
Graeme Geldenhuys
2010-10-01
TfpgSpinEdit bugfix: key up/down/pgup/pgdn never triggered the OnChange event.
Graeme Geldenhuys
2010-10-01
spinedit: replaced code with an existing method to do rectangle conversion
Graeme Geldenhuys
2010-10-01
spinedit: arrow painting used wrong button border size
Graeme Geldenhuys
2010-10-01
bugfix for ID: 3064350 from SourceForge.
Graeme Geldenhuys
2010-10-01
minor bugfix in TfpgBaseNumericEdit. Setting NegativeColor doesn't cause a re...
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-10-01
color dialog: The PageControl and Tabsheets now have meaningful names.
Graeme Geldenhuys
2010-10-01
minor code formatting
Graeme Geldenhuys
2010-10-01
bugfix: SpinEdit sometimes caused an AV because fpgCaret could not paint
Graeme Geldenhuys
2010-10-01
fpg_colorwheel: Improved the look of components while on Designer Form.
Graeme Geldenhuys
2010-09-28
memo bugfix: The 'delete' key did not work. Now it does.
Graeme Geldenhuys
2010-09-27
treeview: minor bugfix in the accuracy of selecting a node with the mouse.
Graeme Geldenhuys
2010-09-25
published DND events for Button, Edit and Label components.
Graeme Geldenhuys
2010-09-23
Adds a property EnableDrops which enables DND for a top-level window.
Graeme Geldenhuys
2010-09-23
memo: forgot to reset selection variables after a clipboard Cut action.
Graeme Geldenhuys
[next]