summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-08-20* Minor update to docs build scriptgraemeg
2008-07-04* Removed the outdated Technical Reference document. It will be rewritten in ↵graemeg
the future.
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ↵graemeg
in the UI Designer and at runtime resizing. * Implemented correct 'lazy refresh' in TfpgWidget when setting the size and position with .SetPostion() method. * Refactored the Combo components removing some code duplication. Some paint methods are now inthe BasicCombobox component.
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
* fpgApplication now closes all forms created via fpgApplication.CreateForm() before the main form when the application terminates. * Minor documentation update for fpgfx.pas unit.
2008-03-25* Added some new skeleton documentation for newly added units.graemeg
* Updated the gui_hyperlink documentation. * Updated documentation scripts. * Fixed the painting bug in gui_basegrid where the top-right and bottom-left text or images paint over the control frame.
2008-03-25* Added Antonio's gui_hyperlink documentation.graemeg
* Added some gfx_utils documentation. * Updated some documenation scripts.
2008-02-17* updated the documentation scripts.graemeg
* updated the version number for the next release. * Disabled all debug information.
2007-12-03* Updated the doc build scripts.graemeg
* Added a full text search via the Tipue search engine. * Created a simplistic parser to generate the Tipue data file.
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg
2007-11-07* Updated the fpdoc scripts by adding the new units.graemeg
2007-11-01* More documentation updates.graemeg
2007-11-01* Added some more documentationgraemeg
2007-10-29* Minor fix in docs.graemeg
* Ported tiOPF2 Demos 06 and 07 to fpGUI.
2007-10-26* Updated the ThreeDee prototype with a new gradient function.graemeg
* Implemented a new fpgGetAvgColor function in gfxbase unit. * Supplied some more documentation for gfxbase unit.
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
* Added BackgroundColor as new published property of TrackBar component. * Specified default property values for BaseGrid component. This help optimize the UI Designer generated code. * Started refactoring code from TfpgEdit to TfpgCustomEdit. This is still incomplete. * Added new prototype project for testing a new Master Maths custom theme.
2007-10-22* Updated the XML description files.graemeg
2007-10-21* Added name and version constants.graemeg
* Added a SetDefaults method which we could use in the future to autoset the default property values for us. * Minor documentation update
2007-10-15* Started documenting the gfxbase unit.graemeg
2007-10-15* Published BackgroundColor and OnPaint for TfpgFormgraemeg
* TfpgWidget.HandleShow now always sets Visible = True. This fixes issue with the fpGUI-LCL interface as well. * Added a few more safety checks into the PageControl widget. * The OnPaint event is now wrapped with BeginDraw/EndDraw calls so that a event handler for OnPaint doesn't need to call it explicitly.
2007-10-08* Added the forgotten fpdoc xml description file.graemeg
2007-10-08* UI Designer: Added more available Boolean properties to the Object Inspector.graemeg
* Move inline documentation out of the gui_dialogs unit and into the fpdoc XML description file. * Minor code cleanup in a few units. * TfpgFileDialog ModalResult value has changed for Cancel from the value 0 to the value 2.
2007-09-27* Added a new property to edit in the Form Designer for TfpgForm's.graemeg
* Added skeleton documentation for the CoreLib units. * Fully documented the gfx_utils and gfx_imgfmt_bmp units.
2007-09-18* Updated the documentations scripts with recently added new units.graemeg
2007-09-13minor changes to doc scriptsgraemeg
2007-08-28* Updated scripts to be able to generate FPDoc sekeleton documentation.graemeg
* Added the missing directories required for doc generation.
2007-08-15* Implemented some file handling functions.graemeg
* Implemented a FileGrid widget. Still work in progress and lots of refactoring and getting rid of IFDEFs.
2007-08-14* Updated a few scripts in the docs directory.graemeg
* Minor changes in the style unit. * Added a new examples/apps/docedit project. Once complete it will be a demo application of fpGUI and at the same time show most used widgets in action. DocEdit will become something like lazde is to Lazarus.
2007-07-23Restructure Part 4.graemeg
* Cleaned up the docs directory removing obsolete files
2007-07-23Part 2 of the restructure.graemeg
* Moved all the images from the prototype directory. * Removed all the obsolete examples
2007-07-23The first part of removing the obsolete fpGUI and replacing it with the new ↵graemeg
multi-handle design from the prototypes directory.
2007-06-18Docs: Added a few more notes I would like to use in a new chapter.graemeg
2007-05-20The initial beginnings on a technical fpGUI manual. PDF versiongraemeg
2007-05-20The initial beginnings on a technical fpGUI manual.Graeme Geldenhuys
2007-05-17* Added a email document explaining how the GUI and event system works. More ↵Graeme Geldenhuys
formal documentation can be added later.
2007-04-25added a document explaining the class derivation and inheritance for the GFX ↵Graeme Geldenhuys
code.
2007-04-09Started appending F to classes on fpgui, to make its namespace more uniqueFelipe Menteiro de Carvalho
2007-03-18more documentation updates as well as scrip updates to build the documentation.Graeme Geldenhuys
2007-03-18worked on the documentation a bit. Cleaned up some xml files. Created new ↵Graeme Geldenhuys
docs for the newly added files in the last few revisions.
2007-01-23Added some documentation.Graeme Geldenhuys
2007-01-07Added more doc scripts and amended existing ones.Graeme Geldenhuys
Added GFX code to the docs as well.
2007-01-07more docs changesGraeme Geldenhuys
2007-01-07* Update the fpdoc scripts.Graeme Geldenhuys
* Reorganized the docs directory to match the source directories.
2006-12-06* Added CreateBitmapCanvas and CreateMonoBitmapCanvas to TFCustomScreen class.Graeme Geldenhuys
This is required for Styles to work. It could maybe be moved to another class if needed. * Create the missing instances for ImageCanvas, MaskCanvas and Palette in TDefaultStyle. * Removed the ADisplay parameter from the TStyle constructor. * Adapted the UTF Demo to work with the fpGUI changes. Tested under Linux only.
2006-11-18Initial checkin. Merged fpGUI, fpGFX and fpIMG from the OpenSoft sever.Graeme Geldenhuys