Age | Commit message (Collapse) | Author |
|
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event.
|
|
* Spinedit controls got OnChange event.
* tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events.
|
|
application event queue, the event queue must be made thread safe. I think this is how it is done. Please test or advise of a better idea - I am new to TThreads.
|
|
* X11: Rewrote the eventloop timeout code with extra comments.
|
|
|
|
the new FPC build system can be used with fpGUI.
* Removed some compiler warnings.
|
|
|
|
|
|
* UI Designer: visual editing of PageControl is now possible. Loading and saving of your design also works. It still needs testing and the pagecontrol sometimes draws artifacts.
|
|
* UI Designer: Started experimental support to edit a PageControl visually in the designer.
|
|
|
|
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later.
|
|
* Added a few more bug fixes to SpinEdit unit.
|
|
|
|
|
|
|
|
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods
* Added a new conversion method called fpgRectToRect()
* Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the
new fpg_extgraphics.PaintTriangle() method instead.
* Adjusted ComboBox painting of internal button to accomodate the new
fpg_extgraphics unit.
* Added Jean-Marc's new fpg_spinedit unit.
* Made some further improvements and minor fixes to the SpinEdit
and SpinEditFloat components.
* renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names.
|
|
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit.
|
|
|
|
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
|
|
library path. This allows you to cross compile without having to delete the old compiled units.
|
|
* Fixed the TfpgCanvas.CopyRect method
* Implemented a overloaded SortRect() method using TfpgRect.
|
|
user input could be blocked.
|
|
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
changes.
|
|
* Updated the UI Designer to use the new unit names.
|
|
|
|
instead of standard integers.
|
|
|
|
|
|
sample text between font attribute changes.
|
|
|
|
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation.
|
|
|
|
|
|
Hint Help not displaying in modal forms.
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|
|
|
|
seems fine, but it needs testing.
|
|
* Applied formating to tiListMediators
* Removed the ListBox implementation in tiListMediators. It was totally wrong.
|
|
|
|
* Memo mediator now handles OnChange and OnExit events correctly.
* tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage.
|
|
|
|
|
|
|
|
TfpgWidget. Soon this will move to TfpgApplication.
* Made a few of my own fixes to Jean-Marc's patch.
* Removed a few compiler warnings.
|
|
fpGUI.
|
|
|
|
* Moved F_Hint variable to fpgApplication.HintWindow property. TfpgApplication
now manages the life of HintWindow.
* Moved DisplayHint (now called ActivateHint) and HideHint into TfpgApplication.
* Introduced a new TfpgApplication.HintPause property that will managed the
default delay before a help hint is displayed. Default is 1.5 seconds.
* gui_edit unit has been updated to handle the new changes.
* hintwindow example project has been updated to handle the new changes.
* TfpgHintWindow class now manages the Shadow Window (lifetime, size and
position).
* The Hint Shadow class is now moved to the Implementation section so it's not
accessible to the world, but only via the standard Hint Window class.
* Introduced a HintWindowClass which is a global variable. It defaults to
TfpgHintWindow, but allows the user to change it so a custom hint window
can be used instead.
* TfpgLabel.Text is now of type TfpgString
|