summaryrefslogtreecommitdiff
path: root/src/gui/fpg_edit.pas
AgeCommit message (Expand)Author
2012-02-21fpg_edit: again found some TAB character indentation lines - replaces with Sp...Graeme Geldenhuys
2012-02-21fpg_edit: for text color adjust to work, repainting must occur a bit later.Graeme Geldenhuys
2012-02-21fpg_edit: adjust text color only when the edit box value has changed.Graeme Geldenhuys
2012-02-21merge with previous commit.Graeme Geldenhuys
2012-02-21fpg_edit: setting the text color via the field variable instead.Graeme Geldenhuys
2012-02-21fpg_edit: use the existing DoOnChange method instead. Consistency is key. :)Graeme Geldenhuys
2012-02-21fpg_edit: setting NegativeColor property at runtime never caused an repaint.Graeme Geldenhuys
2012-02-21fpg_edit: Setting TextColor in numeric edit components never updated OldColor...Graeme Geldenhuys
2012-02-21fpg_edit: refactored out the TextColor change due to negative/positive values.Graeme Geldenhuys
2012-02-21minor code formatting in fpg_edit unit.Graeme Geldenhuys
2011-11-29move declaration of TfpgEditBorderStyle so it is more accessible.Graeme Geldenhuys
2011-09-07Changed the password char from asterisk to unicode black circleGraeme Geldenhuys
2011-05-08globally renamed TFTextFlags to TfpgTextFlagsGraeme Geldenhuys
2011-05-06Refactored the TfpgBaseEdit to use the new style painting method.Graeme Geldenhuys
2011-01-13Creating various Edit components via helper functions now call UpdateWindowStateGraeme Geldenhuys
2010-11-12Edit widget: changed AutoSize default to FalseGraeme Geldenhuys
2010-11-12Position the cursor correctly inside a Edit with text.Graeme Geldenhuys
2010-10-29Published the DND propertys for some of the most used components.Graeme Geldenhuys
2010-10-15BaseNumericEdit NegativeColor property was used instead of field variable.Graeme Geldenhuys
2010-10-15BaseNumericEdit did not specify the default property color.Graeme Geldenhuys
2010-10-15fpg_edit: removed pointless property declarationsGraeme Geldenhuys
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-10-01minor bugfix in TfpgBaseNumericEdit. Setting NegativeColor doesn't cause a re...Graeme Geldenhuys
2010-10-01published Enabled property on all (most) componentsGraeme Geldenhuys
2010-09-25published DND events for Button, Edit and Label components.Graeme Geldenhuys
2010-09-22memo: implemented clipboard support with default popup menu support.Graeme Geldenhuys
2010-05-07Edit: removed redundant background painting code for BaseNumericEdit.Graeme Geldenhuys
2010-04-25Publish the new OnShowHint for all other widgets in fpGUI.Graeme Geldenhuys
2010-04-21Edit: fixed vertical centering of text.Graeme Geldenhuys
2010-04-14Edit: When the component is disabled, the ExtraHint should not be shown.Graeme Geldenhuys
2010-04-13Edit: When setting read-only at runtime, the component never repainted itself.Graeme Geldenhuys
2010-04-07Added 'Insert from Character Map' menu item for default popup menu in TfpgEditGraeme Geldenhuys
2010-04-01edit: Introduced a new property AutoSize.Graeme Geldenhuys
2010-04-01edit: Introduced a new property IgnoreMouseCursorGraeme Geldenhuys
2010-03-26TfpgEdit popup menu options enabled property not always set correctly.Graeme Geldenhuys
2010-03-26Fix HandleKeyPress handling. When ReadOnly, then keyTab and keyMenu did not w...Graeme Geldenhuys
2010-03-25Minor tweak to TfpgEdit to unselect text when right arrow key is pressed.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Published Hint and ShowHint on all widgets.Graeme Geldenhuys
2010-02-03Published ReadOnly property for Numeric Edit components too.Graeme Geldenhuys
2010-02-03Implemented ReadOnly support for TfpgEdit.Graeme Geldenhuys
2009-10-09New ReadOnly property for Edit components, but not implemented yet.Graeme Geldenhuys
2009-07-28Add and remove todo list items.Graeme Geldenhuys
2009-07-28Add new method InsertAtCursorPos() to TfpgBaseEditGraeme Geldenhuys
2009-06-15Fixed InvertCaret exception.David Emerson
2009-06-08Fixed the keyMenu handling in BasicEdit components.Graeme Geldenhuys
2009-06-03GetFieldBounds was not implemented for many tiMediators.Graeme Geldenhuys
2009-03-13plans for future enhancements to edit components.graemeg
2009-02-16Reverted the previous vista hint implementation. Introduced a new ExtraHint p...graemeg
2009-02-12* applied a modified patch from Clemens with the following changes:graemeg