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
/
gui_memo.pas
Age
Commit message (
Expand
)
Author
2008-07-11
* Applied various patches from Jean-Marc.
graemeg
2008-07-07
* Fixed svn properties on some files.
graemeg
2008-06-27
* Introduced a new property to TfpgWidget, called IsContainer for all
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-04-27
* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.
graemeg
2008-04-25
* Updated some widgets to handle the Keypad Enter key as well.
graemeg
2008-03-28
* Many big changes which removes bucket loads of compiler warnins. These will...
graemeg
2008-03-28
* Reverted the Memo changes from revision 679 to get the UI Designer working ...
graemeg
2008-03-27
* New Implementation of memo lines. much faster. there is at least one bug le...
drewski207
2008-03-11
* Implemented a new fpgGetNamedFontList() function
graemeg
2008-02-20
* Applied Vladimir's patch for arrow key support in RadioButtons.
graemeg
2008-02-15
* Applied Jean-Marc's TextColor and BackgroundColor patch.
graemeg
2008-02-09
* Applied Vladimir's TfpgEdit changes to TfpgMemo as well. We should really r...
graemeg
2008-02-09
* Introduced to new types: TfpgChar and TfpgString.
graemeg
2008-02-05
Applied patch from Slapshot fixing the TVFDPropertyEditor class. BackgroupCol...
graemeg
2008-02-01
* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...
graemeg
2008-01-28
* Applied Jean-Marc memo patch adding TextColor and BackgroundColor properties.
graemeg
2008-01-11
* TfpgMemo now allows the user to tab out of the component if UseTabs = False.
graemeg
2007-10-10
* Resizing widgets now take into account the MinWidth and MinHeight
graemeg
2007-10-05
* Implemented a UTF8Insert() and UTF8Delete() procedures
graemeg
2007-10-02
* Fixed the Generic Edit Mediator unit for the Dynamic ComboBox.
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-09-17
* Experimental: started a implementation where the TfpgMemo can
graemeg
2007-09-08
* Made a few modifications so the GUI Designer works under Windows.
graemeg
2007-09-08
* Fixed initial painting of components when they are placed in the
graemeg
2007-09-07
GFX: Added support for handle component creation at runtime correct
graemeg
2007-08-30
* Memo: OnUpdate now fires at correct times.
graemeg
2007-08-10
* Grid now has keyboard navigation support.
graemeg
2007-08-08
* Mouse Cursor support has been added (GDI is untested).
graemeg
2007-08-08
* Replaced the use of TRect with TfpgRect in gui_scrollbar
graemeg
2007-08-08
* Finally fixed all painting issues with rectangles and clipping.
graemeg
2007-07-31
* Fixed FillRectangle() under GDI and X11.
graemeg
2007-07-27
X11 only:
graemeg
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg