summaryrefslogtreecommitdiff
path: root/src/gui/fpg_edit.pas
AgeCommit message (Expand)Author
2013-05-28Revert "Make special characters known by edit components"Graeme Geldenhuys
2013-05-28Revert "Use dead key codes for special accentuated characters"Graeme Geldenhuys
2013-05-28Revert "Add common procedures in fpg_base for deadkeys"Graeme Geldenhuys
2013-05-28Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-05-28Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-05-28Make special characters known by edit componentsJean-Marc Levecque
2013-02-25numeric edits: adds min/max limitsJean-Marc Levecque
2013-01-03needed of values limits on integer edits.Jean-Marc Levecque
2012-11-09Moved Menu-key press handling up the class hierarchy to TfpgWidget.Graeme Geldenhuys
2012-10-23edit: HandlePaint() now uses the theming engine to determine the border widths.Graeme Geldenhuys
2012-04-05Fixes text selection which caused double text to appear.Graeme Geldenhuys
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