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_memo.pas
Age
Commit message (
Expand
)
Author
2011-11-29
Implements BorderStyle for TfpgMemo.
Graeme Geldenhuys
2011-05-19
Changed hard-coded line endings to LineEnding variable.
Graeme Geldenhuys
2011-02-07
Memo: SetText now assigns incoming text as is to the internal stringlist.
Graeme Geldenhuys
2010-12-22
Fixes a Index out of bounds error in Memo. Thanks Michael van Canneyt
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-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-09-28
memo bugfix: The 'delete' key did not work. Now it does.
Graeme Geldenhuys
2010-09-23
memo: forgot to reset selection variables after a clipboard Cut action.
Graeme Geldenhuys
2010-09-23
memo: reduced code by simply using ResetSelectionVariables() instead.
Graeme Geldenhuys
2010-09-23
memo: Paste bugfix.
Graeme Geldenhuys
2010-09-23
memo: ResetSelectionVariables was incomplete.
Graeme Geldenhuys
2010-09-23
memo: minor optimization - SomethingSelected is only called once now.
Graeme Geldenhuys
2010-09-23
memo: Implemented SelectionText() function.
Graeme Geldenhuys
2010-09-22
memo: implemented clipboard support with default popup menu support.
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-04-06
memo: Fixed deletion of selected lines.
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
2009-11-03
Fix bug where if Memo linecount = 0 the cursor was not drawn.
Graeme Geldenhuys
2009-06-23
Copyright and code formatting fix.
Graeme Geldenhuys
2009-06-23
Unset cursor/caret fix in TfpgMemo.
David Emerson
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg