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
/
fpg_edit.pas
Age
Commit message (
Expand
)
Author
2012-11-09
Moved Menu-key press handling up the class hierarchy to TfpgWidget.
Graeme Geldenhuys
2012-10-23
edit: HandlePaint() now uses the theming engine to determine the border widths.
Graeme Geldenhuys
2012-04-05
Fixes text selection which caused double text to appear.
Graeme Geldenhuys
2012-02-21
fpg_edit: again found some TAB character indentation lines - replaces with Sp...
Graeme Geldenhuys
2012-02-21
fpg_edit: for text color adjust to work, repainting must occur a bit later.
Graeme Geldenhuys
2012-02-21
fpg_edit: adjust text color only when the edit box value has changed.
Graeme Geldenhuys
2012-02-21
merge with previous commit.
Graeme Geldenhuys
2012-02-21
fpg_edit: setting the text color via the field variable instead.
Graeme Geldenhuys
2012-02-21
fpg_edit: use the existing DoOnChange method instead. Consistency is key. :)
Graeme Geldenhuys
2012-02-21
fpg_edit: setting NegativeColor property at runtime never caused an repaint.
Graeme Geldenhuys
2012-02-21
fpg_edit: Setting TextColor in numeric edit components never updated OldColor...
Graeme Geldenhuys
2012-02-21
fpg_edit: refactored out the TextColor change due to negative/positive values.
Graeme Geldenhuys
2012-02-21
minor code formatting in fpg_edit unit.
Graeme Geldenhuys
2011-11-29
move declaration of TfpgEditBorderStyle so it is more accessible.
Graeme Geldenhuys
2011-09-07
Changed the password char from asterisk to unicode black circle
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-05-06
Refactored the TfpgBaseEdit to use the new style painting method.
Graeme Geldenhuys
2011-01-13
Creating various Edit components via helper functions now call UpdateWindowState
Graeme Geldenhuys
2010-11-12
Edit widget: changed AutoSize default to False
Graeme Geldenhuys
2010-11-12
Position the cursor correctly inside a Edit with text.
Graeme Geldenhuys
2010-10-29
Published the DND propertys for some of the most used components.
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-04
Published Align property for all widgets.
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-09-25
published DND events for Button, Edit and Label components.
Graeme Geldenhuys
2010-09-22
memo: implemented clipboard support with default popup menu support.
Graeme Geldenhuys
2010-05-07
Edit: removed redundant background painting code for BaseNumericEdit.
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-04-21
Edit: fixed vertical centering of text.
Graeme Geldenhuys
2010-04-14
Edit: When the component is disabled, the ExtraHint should not be shown.
Graeme Geldenhuys
2010-04-13
Edit: When setting read-only at runtime, the component never repainted itself.
Graeme Geldenhuys
2010-04-07
Added 'Insert from Character Map' menu item for default popup menu in TfpgEdit
Graeme Geldenhuys
2010-04-01
edit: Introduced a new property AutoSize.
Graeme Geldenhuys
2010-04-01
edit: Introduced a new property IgnoreMouseCursor
Graeme Geldenhuys
2010-03-26
TfpgEdit popup menu options enabled property not always set correctly.
Graeme Geldenhuys
2010-03-26
Fix HandleKeyPress handling. When ReadOnly, then keyTab and keyMenu did not w...
Graeme Geldenhuys
2010-03-25
Minor tweak to TfpgEdit to unselect text when right arrow key is pressed.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-25
Published Hint and ShowHint on all widgets.
Graeme Geldenhuys
2010-02-03
Published ReadOnly property for Numeric Edit components too.
Graeme Geldenhuys
2010-02-03
Implemented ReadOnly support for TfpgEdit.
Graeme Geldenhuys
2009-10-09
New ReadOnly property for Edit components, but not implemented yet.
Graeme Geldenhuys
2009-07-28
Add and remove todo list items.
Graeme Geldenhuys
2009-07-28
Add new method InsertAtCursorPos() to TfpgBaseEdit
Graeme Geldenhuys
2009-06-15
Fixed InvertCaret exception.
David Emerson
2009-06-08
Fixed the keyMenu handling in BasicEdit components.
Graeme Geldenhuys
2009-06-03
GetFieldBounds was not implemented for many tiMediators.
Graeme Geldenhuys
[next]