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_edit.pas
Age
Commit message (
Expand
)
Author
2008-05-26
* Edit and Panel's BorderStyle properties had conflicting names.
graemeg
2008-05-23
Applied patch from Vladimir. TfpgEdit now displays long text correctly on bot...
graemeg
2008-05-22
* New OnResize event for TfpgWidget.
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-05-14
* Applied Valdimir's patch to improve some functions in TfpgEdit.
graemeg
2008-04-27
* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.
graemeg
2008-04-14
* TfpgEdit selection is now painted without the use of XOR, so anti-aliased t...
graemeg
2008-03-31
* Added a patch from Antonio add a basic Integer and Float edit component.
graemeg
2008-03-28
* Many big changes which removes bucket loads of compiler warnins. These will...
graemeg
2008-03-27
* Minor fix in TfpgEdit where text did not repaint after Cut or ClearSelectio...
graemeg
2008-03-27
* TfpgEdit cursor position performance patch from Vladimir.
graemeg
2008-03-22
* Small change to gui_edit where the edit will scroll when the mouse moves pa...
drewski207
2008-03-21
* Applied grid patch from Jean-Marc
graemeg
2008-03-17
* Applied the patch form Antonio. The beginnings of a TfpgNumericEdit component.
graemeg
2008-03-16
* A minor fix in TfpgCustomEdit.HandleKeyChar so that it does not override th...
graemeg
2008-03-04
* More more on the MiG Layout port.
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-14
* X11: fpGUI will now raise an exception if it can't open the X Display.
graemeg
2008-02-12
* Applied patch #1890188 from Jean-Marc regarding gui_editcombo.pas
graemeg
2008-02-09
Applied two of Vladimir's patches
graemeg
2008-02-09
* Introduced to new types: TfpgChar and TfpgString.
graemeg
2008-01-28
* Applied Jean-Marc memo patch adding TextColor and BackgroundColor properties.
graemeg
2008-01-26
Applied patch from Jean-Marc allowing TfpgEdit's text color to be changed.
graemeg
2008-01-26
* Middle mouse button click was never detected.
graemeg
2008-01-16
* Fixed a bug where the Right and Centre mouse button dectection was wrong wa...
graemeg
2008-01-14
* Removed a debug writeln statement from gui_edit unit.
graemeg
2008-01-11
* TfpgMemo now allows the user to tab out of the component if UseTabs = False.
graemeg
2008-01-11
* TfpgWidget now has two new events. OnEnter and OnExit so the user can trap ...
graemeg
2008-01-11
* TfpgEdit now paints the selected text even if the component doesn't have fo...
graemeg
2008-01-03
* Applied gui_edit.pas patch from David Emerson
graemeg
2007-11-07
* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by any
graemeg
2007-11-05
* More improvements to Calendar component.
graemeg
2007-10-25
* Added new UTF8 function used for text translations with .po files.
graemeg
2007-10-05
* Implemented a UTF8Insert() and UTF8Delete() procedures
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-09-17
Designer: minor fix with the Grid Resolution.
graemeg
2007-09-14
* New overloaded EndDraw method for TfpgCanvas.
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-24
* Implement MaxLength in TfpgEdit
graemeg
2007-08-24
* Ported the Generic Edit Mediator for use with tiOPF.
graemeg
2007-08-12
* The start of clipboard support. Currently on Text is support and the clipbo...
graemeg
2007-08-12
* Implemented a Base Dialog class.
graemeg
2007-08-08
* Mouse Cursor support has been added (GDI is untested).
graemeg
2007-08-08
* Finally fixed all painting issues with rectangles and clipping.
graemeg
2007-08-07
* Changed the parameters of DrawRectangle, FillRectangle to rather use Width ...
graemeg
2007-08-03
* Implemented basic keyboard navigation for PageControl. It needs more testin...
graemeg
2007-07-31
* Fixed painting of TfpgListBox
graemeg
2007-07-31
* Fixed FillRectangle() under GDI and X11.
graemeg
[next]